@charset "utf-8";

/*=====================================

common.css

=====================================*/




/*-------------------------------------
 txt
-------------------------------------*/



/*-------------------------------------
 img
-------------------------------------*/
.imgL {
	float: left;
	max-width: 50%;
	padding: 0 20px 10px 0;
	text-align: center;
}
.imgR {
	float: right;
	max-width: 50%;
	padding: 0 0 10px 20px;
	text-align: center;
}
.imgC {
	padding: 10px 0 20px 0;
	text-align: center;
}

.imgL .caption,
.imgR .caption,
.imgC .caption {
	padding: 5px 0 0 0;
	font-size: 12px;
}






/*-------------------------------------
 common
-------------------------------------*/
.fltL { float: left !important; }
.fltR { float: right !important; }
.alignL { text-align: left !important; }
.alignR { text-align: right !important; }
.alignC { text-align: center !important; }
.valignT { vertical-align: top !important; }
.valignM { vertical-align: middle !important; }
.valignB { vertical-align: bottom !important; }
.bold { font-weight: bold !important; }
.fontS { font-size: 0.8em !important; }
.fontM { font-size: 1em !important; }
.fontL { font-size: 1.2em !important; }
.fontXL { font-size: 1.5em !important; }
.fontXXL { font-size: 2em !important; }
.color01 { color: #9d0000; }
.sup {
	font-size: 0.8em;
	vertical-align: top;
	position: relative;
	top: -0.1em;
}
.sub {
	font-size: 0.8em;
	vertical-align: bottom;
	position: relative;
	top: 0.1em;
}

.w10p { width: 10%; }
.w20p { width: 20%; }
.w25p { width: 25%; }
.w30p { width: 30%; }
.w33p { width: 33.333%; }
.w40p { width: 40%; }
.w50p { width: 50%; }
.w60p { width: 60%; }
.w70p { width: 70%; }
.w75p { width: 75%; }
.w80p { width: 80%; }
.w90p { width: 90%; }
.w100p { width: 100%; }

.w50 { width: 50px; }
.w60 { width: 60px; }
.w70 { width: 70px; }
.w80 { width: 80px; }
.w90 { width: 90px; }
.w100 { width: 100px; }
.w110 { width: 110px; }
.w120 { width: 120px; }
.w130 { width: 130px; }
.w140 { width: 140px; }
.w150 { width: 150px; }
.w200 { width: 200px; }
.w250 { width: 250px; }
.w300 { width: 300px; }
.w400 { width: 400px; }
.w500 { width: 500px; }
.w600 { width: 600px; }


.mgnT0 { margin-top:0px !important; }
.mgnT5 { margin-top:5px !important; }
.mgnT10 { margin-top:10px !important; }
.mgnT15 { margin-top:15px !important; }
.mgnT20 { margin-top:20px !important; }
.mgnT25 { margin-top:25px !important; }
.mgnT30 { margin-top:30px !important; }
.mgnT35 { margin-top:35px !important; }
.mgnT40 { margin-top:40px !important; }
.mgnT50 { margin-top:50px !important; }
.mgnT60 { margin-top:60px !important; }
.mgnT5em { margin-top:5em !important; }

.mgnB0 { margin-bottom:0px !important; }
.mgnB5 { margin-bottom:5px !important; }
.mgnB10 { margin-bottom:10px !important; }
.mgnB15 { margin-bottom:15px !important; }
.mgnB20 { margin-bottom:20px !important; }
.mgnB25 { margin-bottom:25px !important; }
.mgnB30 { margin-bottom:30px !important; }
.mgnB35 { margin-bottom:35px !important; }
.mgnB40 { margin-bottom:40px !important; }
.mgnB50 { margin-bottom:50px !important; }
.mgnB60 { margin-bottom:60px !important; }
.mgnB5em { margin-bottom:5em !important; }

.mgnL0 { margin-left:0px !important; }
.mgnL5 { margin-left:5px !important; }
.mgnL10 { margin-left:10px !important; }
.mgnL15 { margin-left:15px !important; }
.mgnL20 { margin-left:20px !important; }
.mgnL25 { margin-left:25px !important; }
.mgnL30 { margin-left:30px !important; }
.mgnL35 { margin-left:35px !important; }
.mgnL40 { margin-left:40px !important; }
.mgnL50 { margin-left:50px !important; }
.mgnL60 { margin-left:60px !important; }

.mgnR0 { margin-right:0px !important; }
.mgnR5 { margin-right:5px !important; }
.mgnR10 { margin-right:10px !important; }
.mgnR15 { margin-right:15px !important; }
.mgnR20 { margin-right:20px !important; }
.mgnR25 { margin-right:25px !important; }
.mgnR30 { margin-right:30px !important; }
.mgnR35 { margin-right:35px !important; }
.mgnR40 { margin-right:40px !important; }
.mgnR50 { margin-right:50px !important; }
.mgnR60 { margin-right:60px !important; }

.pdg0 { padding:0px !important; }
.pdg5 { padding:5px !important; }
.pdg10 { padding:10px !important; }
.pdg15 { padding:15px !important; }
.pdg20 { padding:20px !important; }
.pdg25 { padding:25px !important; }
.pdg30 { padding:30px !important; }
.pdg35 { padding:35px !important; }
.pdg40 { padding:40px !important; }
.pdg50 { padding:50px !important; }
.pdg60 { padding:60px !important; }

.pdgT0 { padding-top:0px !important; }
.pdgT5 { padding-top:5px !important; }
.pdgT10 { padding-top:10px !important; }
.pdgT15 { padding-top:15px !important; }
.pdgT20 { padding-top:20px !important; }
.pdgT25 { padding-top:25px !important; }
.pdgT30 { padding-top:30px !important; }
.pdgT35 { padding-top:35px !important; }
.pdgT40 { padding-top:40px !important; }
.pdgT50 { padding-top:50px !important; }
.pdgT60 { padding-top:60px !important; }

.pdgB0 { padding-bottom:0px !important; }
.pdgB5 { padding-bottom:5px !important; }
.pdgB10 { padding-bottom:10px !important; }
.pdgB15 { padding-bottom:15px !important; }
.pdgB20 { padding-bottom:20px !important; }
.pdgB25 { padding-bottom:25px !important; }
.pdgB30 { padding-bottom:30px !important; }
.pdgB35 { padding-bottom:35px !important; }
.pdgB40 { padding-bottom:40px !important; }
.pdgB50 { padding-bottom:50px !important; }
.pdgB60 { padding-bottom:60px !important; }

.pdgL0 { padding-left:0px !important; }
.pdgL5 { padding-left:5px !important; }
.pdgL10 { padding-left:10px !important; }
.pdgL15 { padding-left:15px !important; }
.pdgL20 { padding-left:20px !important; }
.pdgL25 { padding-left:25px !important; }
.pdgL30 { padding-left:30px !important; }
.pdgL35 { padding-left:35px !important; }
.pdgL40 { padding-left:40px !important; }
.pdgL50 { padding-left:50px !important; }
.pdgL60 { padding-left:60px !important; }

.pdgR0 { padding-right:0px !important; }
.pdgR5 { padding-right:5px !important; }
.pdgR10 { padding-right:10px !important; }
.pdgR15 { padding-right:15px !important; }
.pdgR20 { padding-right:20px !important; }
.pdgR25 { padding-right:25px !important; }
.pdgR30 { padding-right:30px !important; }
.pdgR35 { padding-right:35px !important; }
.pdgR40 { padding-right:40px !important; }
.pdgR50 { padding-right:50px !important; }
.pdgR60 { padding-right:60px !important; }




/*-------------------------------------
 detail
-------------------------------------*/


article{
    margin-bottom: 120px;
    background-color: #FFF;
    padding: 4%;
}
pre {
    all: inherit;
    text-align: left;
    color: #333;
}

.detailMainImg{
    text-align: center;
    margin-bottom: 30px;
}
.detailMainImg img{
    width: 100%;
    height: auto;
}

.articleTitle{
    margin-bottom: 20px;
    padding-top: 67px;
    text-align: center;
    position: relative;
}
.articleTitle h1{
    padding-left: 15px;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    font-size: 2.2rem;
    background-repeat: no-repeat;
    position: relative;
}
.articleTitle h1::after{
    height: 2px;
    background-color: #E60012;
    width: 50px;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    bottom: 0;
}

.articleBody section {
    margin-bottom: 60px;
    position: relative;
    padding-bottom: 0;
    padding-top: 0;
}
.articleBody a{
    text-decoration: underline;
}
.articleBody a:hover{
    text-decoration: none;
}
.articleBody .leadTxt{
    margin-bottom: 30px;
}
.articleBody .leadTxt p{
    font-weight: bold;
    font-size: 1.8rem;
    text-align: center;
    background-color: #f9f9f9;
    padding: 6%;
}

.articleBody p {
    line-height: 1.9;
    text-align: justify;
    margin-bottom: 20px;
    font-size: 1.6rem;
    margin-left: 15px;
    margin-right: 15px;
}
.textContents::after{
    display: block;
    content: '';
    clear: both;
}
.textContents{
    margin-left: 15px;
    margin-right: 15px;
}
.articleBody h1{
    font-size: 3.2rem;
    padding-left: 40px;
    position: relative;
}
.articleBody h1::before {
    content: '';
    width: 15px;
    height: 15px;
    background-color: #000;
    border-radius: 100px;
    top: 21px;
    left: 0;
    position: absolute;
}
.articleBody h1::before {
    content: '';
    width: 15px;
    height: 15px;
    background-color: #000;
    border-radius: 100px;
    top: 18px;
    left: 0;
    position: absolute;
}
.articleBody .imgBoxR{
    float: right;
    max-width: 40%;
    margin-bottom: 20px;
    margin-left: 30px;
}
.articleBody .imgBoxC{
    max-width: 100%;
    margin-bottom: 30px;
}
.articleBody h2 {
    padding-left: 60px;
    font-size: 2.2rem;
    margin-bottom: 20px;
    font-weight: bold;
    position: relative;
}
.articleBody h2::before {
    width: 40px;
    height: 2px;
    content: '';
    display: block;
    position: absolute;
    top: 17px;
    left: 0;
    background-color: #000;
}
.articleBody h3{
    padding: 8px 20px;
    font-size: 1.8rem;
    margin-bottom: 30px;
    font-weight: bold;
    background-color: #F9F9F9;
    text-align: left;
}
.articleBody dl{
    line-height: 1.9;
    text-align: justify;
    margin-bottom: 20px;
    font-size: 1.6rem;
    margin-left: 15px;
    margin-right: 15px;
}
.articleBody dl::after{
    display: block;
    content: '';
    clear: both;
}
.articleBody dl dt{
    float: left;
    min-width: 120px;
    margin-right: 20px;
}
.articleBody dl dd{
    margin-left: 145px;
    border-left: 5px #dcdcdc solid;
    padding-left: 20px;
}
.articleBody h4 {
    padding-top: 0;
    padding-bottom: 8px;
    padding-left: 10px;
    font-size: 1.6rem;
    margin-bottom: 30px;
    font-weight: bold;
    border-bottom: #dcdcdc solid 1px;
    margin-left: 15px;
    margin-right: 15px;
    text-align: left;
}
.articleBody ul li{
    margin-bottom: 15px;
    position: relative;
    padding-left: 25px;
}
.articleBody ul li::before {
    content: '';
    width: 8px;
    height: 8px;
    background-color: #dcdcdc;
    transform: rotate(45deg);
    position: absolute;
    left: 4px;
    top: 10px;
}
.articleBody ul{
    margin-bottom: 20px;
    position: relative;
    padding-left: 25px;
    font-size: 1.6rem;
}
.articleBody ol{
    margin-bottom: 20px;
    position: relative;
    padding-left: 40px;
}
.articleBody ol li{
    margin-bottom: 15px;
    position: relative;
    padding-left: 11px;
    list-style-type: decimal;
    font-size: 1.6rem;
}
.tableBox{
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 20px;
}
.tableScrollBox{
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 20px;
}
.mrgT20{
    margin-top: 20px;
}
table{
    width: -webkit-fill-available;
    margin-left: 15px;
    margin-right: 15px;
}
table thead,
table tbody,
table tr,
table th,
table td{
    border-collapse: collapse;
}
table th,
table td{
    border: solid 1px #dcdcdc;
    padding: 10px;
}
table th {
    font-weight: bold;
    background-color: #F9F9F9;
    text-align: left;
}
table td table{
    border: none;
}
table td table td{
    border: none;
}
table td table th {
    border: none;
    width: 200px;
}
.articleBody ul li a{
    display: inline-block;
    
}
.articleBody ul li a.blank{
    background-image: url(../images/ico_blank.svg);
    padding-right: 30px;
    background-position: right center;
    background-repeat: no-repeat;
}
.articleBody ul li a.pdf{
    background-image: url(../images/ico_pdf.svg);
    padding-right: 30px;
    background-position: right center;
    background-repeat: no-repeat;
}
.articleBody ul li a.word{
    background-image: url(../images/ico_word.svg);
    padding-right: 30px;
    background-position: right center;
    background-repeat: no-repeat;
}
.articleBody ul li a.excel{
    background-image: url(../images/ico_excel.svg);
    padding-right: 30px;
    background-position: right center;
    background-repeat: no-repeat;
}
.articleBody ul li img.icon{
    display: inline-block;
    margin-left: 8px;
    vertical-align: text-bottom;
    height: 20px;
    padding-bottom: 1px;
}


.articleBody .accordionBox h2 {
    margin-left: 0;
    font-size: 2.8rem;
    padding-left: 80px;
}
.articleBody .accordionBox h2::before {
    width: 50px;
    height: 3px;
    top: 23px;
}
.articleBody .accordionBox h2.btn{
    background-image: url(../images/plus.svg);
    background-repeat: no-repeat;
    background-position: right center;
    cursor: pointer;
    padding-right: 50px;
}
.articleBody .accordionBox h2.btn.open{
    background-image: url(../images/minus.svg);
}
.articleBody .accordionBox h3.btn{
    background-image: url(../images/plus.svg);
    background-repeat: no-repeat;
    background-position: right center;
    cursor: pointer;
    padding-right: 50px;
    margin-bottom: 23px;
}
.articleBody .accordionBox h3.btn.open{
    background-image: url(../images/minus.svg);
}

.articleBody .accordionBox h3{
    font-size: 2.2rem;
}
.articleBody .accordionBox h4 {
    font-size: 1.8rem;
}
.accordionBox{
    background-color: #F9F9F9;
    padding: 20px 30px 1px 20px;
    margin-bottom: 60px;
}
.articleBody .accordionBoxInner{
    background-color: #FFFFFF;
    display: none;
    padding: 20px;
    margin-bottom: 20px;
}
.articleBody .accordionBoxInner section{
    margin-bottom: 40px;
}
.articleBody .accordionBoxInner section:last-child{
    margin-bottom: 0;
}
.articleBtn {
    text-align: center;
    margin-top: 30px;
}
.articleBtn a{
    display: inline-block;
    padding: 10px 40px;
    min-width: 400px;
    margin-left: 10px;
    margin-right: 10px;
    background-color: #E60012;
    border-radius: 100px;
    color: #FFFFFF;
    margin-bottom: 20px;
}
.articleBtn a:hover{
    text-decoration: none;
}

/* Other TPL for article */

.articleBody .informationBox,
.articleBody .eventBox{
    float: none;
}

.articleBody .informationBox h2,
.articleBody .eventBox h2{
    font-size: 2.6rem;
    font-weight: bold;
    position: relative;
    margin-bottom: 15px;
    padding-left: 44px;
}

.articleBody .informationBox h2::before,
.articleBody .eventBox h2::before{
    display: none;
}

.articleBody .informationBox h2 span,
.articleBody .eventBox h2 span {
    display: inline-block;
    padding: 5px 20px;
    background-color: #FFFFFF;
    position: absolute;
    right: 0;
    font-size: 1.6rem;
    font-weight: normal;
    top: 2px;
}
.articleInfoBox2c{
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 2px;
}
.articleInfoBox1c + .articleInfoBox2c{
    margin-top: 2px;
}
.articleInfoBox2c + .articleInfoBox1c{
    margin-top: 2px;
}

.informationBox.noHeightFix .textLinkList, .eventBox.noHeightFix .textLinkList {
    height: auto;
}

.articleLinkContentsBox{
    display: grid;
    grid-template-columns: 48% 48%;
    column-gap: 4%;
    row-gap: 30px;
}
.articleLinkContentsBox .big {
    grid-column: span 2;
}
.articleBody .topLinkBox ul li {
    margin-bottom: 8px;
    position: relative;
    padding-left: 0;
}

.articleBody .topLinkBox  ul li::before{
    display: none;
}

.articleBody .topLinkBox  ul {
    padding-left: 0;
}

.articleBody .topLinkBox h2 {
    font-size: 2rem;
    font-weight: bold;
    padding-left: 30px;
    position: relative;
    margin-bottom: 15px;
}

.articleBody .topLinkBox h2::before {
    width: 20px;
    height: 3px;
    background-color: #E60012;
    position: absolute;
    content: '';
    top: 16px;
    left: 0;
}
.mapBox01 iframe {
    width: 100%;
}


/* pc 2-3 column imgs */
.articleBody .gallery2c {
    margin-left: 15px;
    margin-right: 15px;
}
.articleBody .gallery2c{
    display: grid;
    grid-template-columns: 49% 49%;
    column-gap: 2%;
    row-gap: calc(1170px / 50);
    margin-bottom: 30px;
}
.articleBody .gallery2c .imgBox{
    margin-bottom: 10px;
    font-size: 1.2rem;
}
.articleBody .gallery3c {
    margin-left: 15px;
    margin-right: 15px;
}
.articleBody .gallery3c{
    display: grid;
    grid-template-columns: 32% 32% 32%;
    column-gap: 2%;
    row-gap: calc(1170px / 50);
    margin-bottom: 30px;
}
.articleBody .gallery3c .imgBox{
    margin-bottom: 10px;
    font-size: 1.2rem;
}
.mapBox01{
	margin-bottom: 20px;
}





/* ----- * CONTACT * ------*/
.contactBox h2{
    margin-bottom: 30px;
    text-align: center;
    font-size: 2rem;
}
.contacrPrivacyBox{
    border: #C4C4C4 solid 1px;
    border-radius: 8px;
    padding: 4%;
    margin-bottom: 30px;
}
.contacrPrivacyBox h3{
    text-align: center;
    margin-bottom: 20px;
}
.contactBox .contacrPrivacyBox p{
    text-align: left;
    margin-bottom: 0;
}
.inputPrivacy{
    text-align: center;
}
/*
.contactBox .contacrPrivacyBox p{
    text-align: left;
}*/
.inputPrivacy a{
    text-decoration: underline;
}
.inputPrivacy a:hover{
    text-decoration: none;
}
.inputPrivacy{
    margin-top: 20px;
    margin-bottom: 20px;
}
input[type="checkbox"]{
    display: inline-block;
    -webkit-appearance: checkbox;
    margin-right: 5px;
}

input[type="text"], input[type="email"], input[type="password"], input[type="tel"], input[type="number"], select, textarea, textarea.form-control {
    height: auto;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    font-size: 16px;
    font-weight: normal;
    line-height: 50px;
    color: #000000;
    border-radius: 5px;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    border: solid 1px #C4C4C4;
}

textarea, textarea.form-control {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 30px;
    height: 260px;
}
.formGroup input[type="text"], .formGroup input[type="email"], .formGroup input[type="password"],.formGroup input[type="tel"],.formGroup input[type="number"], .formGroup textarea {
    width: 100%;
}
*::placeholder{
    color: #dcdcdc;
}
.formGroup input[type="text"].mini,
.formGroup input[type="number"].mini{
    width: 100px;
}
.formGroup {
    margin-bottom: 30px;
}
.contactBox{
    padding-top: 60px;
    padding-bottom: 120px;
}
.contactBox p {
    text-align: center;
    margin-bottom: 30px;
    line-height: 2;
}
.contactBox {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}
.contactBox span{
    color: red;
}

.contactInput2c{
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 4%;
}
.contactBox label {
    margin-bottom: 10px;
    display: block;
}

.contactBox .blueBtnBox{
    text-align: center;
    margin-bottom: 100px;
}

#contactRlationTitle{
    display: none !important;
}

.form-select-wrap .formInputText{
    padding-left: 20px;
    padding-right: 20px;
}
.form-select-wrap span{
    margin-left: 10px;
    margin-right: 10px;
    color: #22425f;
}

.thanksText {
    font-size: 20px;
    text-align: center;
    line-height: 2;
    margin-bottom: 30px;
}

.requiredImg{
    position: absolute;
    width: 43%;
    right: 20px;
    top: 142px;
    border-radius: 20px;
    overflow: hidden;
}
.contactBox {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    padding: 6%;
    background-color: #FFF;
}


/*-------------------------------------
 loading
-------------------------------------*/
.loading {
	position: fixed;
	z-index: 999999;
	height: 2em;
	width: 2em;
	overflow: show;
	margin: auto;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display:none;
}

/* Transparent Overlay */
.loading:before {
	content: '';
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
}


/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
	/* hide "loading..." text */
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}

.loading:not(:required):after {
	content: '';
	display: block;
	font-size: 10px;
	width: 0.5em;
	height: 0.5em;
	margin-top: -0.5em;
	-webkit-animation: spinner 1500ms infinite linear;
	-moz-animation: spinner 1500ms infinite linear;
	-ms-animation: spinner 1500ms infinite linear;
	-o-animation: spinner 1500ms infinite linear;
	animation: spinner 1500ms infinite linear;
	border-radius: 0.5em;
	-webkit-box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0, rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) 0 1.5em 0 0, rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
	box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0, rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) 0 1.5em 0 0, rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) -1.5em 0 0 0, rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
}
.loading.ec:not(:required):after {

	-webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
	box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
  }
  100% {
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
  }
  100% {
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
  }
  100% {
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
  }
  100% {
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
  }
}
.loading em{
	display: block;
    font-size: 12px;
    width: 100%;
    height: 1em;
    position: fixed;
    color: #FFFFFF;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    margin-top: 40px;
}
.loading.ec em{
    color: #000000;
}







/*-------------------------------------------------------------------
 Media Queries
-------------------------------------------------------------------*/

/* SP layout
-------------------------------------------------------------------*/
@media screen and (max-width: 1024px) {

/* detail */
	
article {
	margin-bottom: 60px;
	padding: 0;
}

.textContents {
	margin-left: 2%;
	margin-right: 2%;
}

.articleTitle h1 {
	background-position: left center;
	padding-left: 2%;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 2rem;
	padding-right: 2%;
}
.articleTitle {
	margin-bottom: 30px;
}
.articleBody p{
	font-size: 1.2rem;
}
.articleBody .imgBoxL {
	float: none;
	max-width: none;
	margin-bottom: 10px;
	margin-right: 0;
}
.articleBody .imgBoxR {
	float: none;
	max-width: none;
	margin-bottom: 10px;
	margin-right: 0;
	margin-left: 0;
}
.articleBody .imgBoxC {
	max-width: 100%;
	margin-bottom: 10px;
}
.articleBody section {
	margin-bottom: 30px;
	position: relative;
}
.articleBody h2 {
	padding-left: 60px;
	font-size: 1.8rem;
	margin-bottom: 15px;
}
.articleBody h2::before {
	width: 40px;
	height: 2px;
	content: '';
	display: block;
	position: absolute;
	top: 15px;
	left: 0;
	background-color: #E60012;
}
.articleBody h3 {
	padding: 4px 20px;
	font-size: 1.6rem;
	margin-bottom: 25px;
	font-weight: bold;
	background-color: #F9F9F9;
}
.articleBody h4 {
	padding-bottom: 8px;
	font-size: 1.4rem;
	margin-bottom: 25px;
	margin-left: 2%;
	margin-right: 2%;
	padding-left: 5px;
}
.articleBody ul {
	margin-bottom: 10px;
	position: relative;
	padding-left: 10px;
	font-size: 1.2rem;
}
.articleBody ul li {
	margin-bottom: 8px;
	position: relative;
	padding-left: 20px;
}
.articleBody ul li::before {
	content: '';
	width: 6px;
	height: 6px;
	left: 0;
	top: 7px;
}
.articleBody ol {
	margin-bottom: 20px;
	position: relative;
	padding-left: 25px;
}
.articleBody ol li {
	margin-bottom: 8px;
	position: relative;
	padding-left: 7px;
	font-size: 1.2rem;
}
.tableBox{
	margin-left: auto;
	margin-right: auto;
}
.tableScrollBox {
	padding-right: 4vw;
	overflow: auto;
	width: calc( 100vw - 4% );
	background-color: #FFFFFF;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}



.tableScrollBox table{
	min-width: 160%;
	max-width: 1140px;
	margin: 0 0 10px 0;
}
.articleBody .accordionBox h2 {
	margin-left: 0;
	font-size: 1.8rem;
	padding-left: 14px;
}
.articleBody .accordionBox h2.btn{
	background-size: 20px;
	padding-right: 30px;
}
.accordionBox{
	margin-bottom: 30px;
}
.articleBody .accordionBox h2::before {
	width: 25px;
	height: 2px;
	top: 13px;
}
.articleBody .accordionBox h2 {
	margin-left: 0;
	font-size: 1.6rem;
	padding-left: 40px;
	
}
.accordionBox {
	background-color: #F9F9F9;
	padding: 4% 4% 1px 4%;
}
.articleBody .accordionBoxInner {
	background-color: #FFFFFF;
	padding: 4%;
	margin-bottom: 20px;
	overflow: hidden;
}
.accordionBoxInner .tableBox {
	padding-right: 10vw;
	width: calc( 100vw - 8% );
}
.articleBtn a {
	padding: 10px 40px;
	min-width: 80%;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
}
.articleBody .accordionBox h3 {
	font-size: 1.4rem;
	margin-bottom: 15px;
}
.articleBody .accordionBox h3.btn {
	background-size: 20px;
	padding-right: 30px;
	padding-left: 0px;
	margin-bottom: 15px;
}
.articleBody .accordionBox h4 {
	font-size: 1.2rem;
	margin-bottom: 15px;
}
.articleBody ul li a.blank,
.articleBody ul li a.pdf,
.articleBody ul li a.word,
.articleBody ul li a.excel{
	background-size: 13px;
	padding-right: 20px;
}
.articleBody ul li img.icon{
	height: 15px;
}

.articleInfoBox2c{
	grid-template-columns: 1fr;
	row-gap: 2px;
}
.articleBody .informationBox h2,
.articleBody .eventBox h2{
	font-size: 1.8rem;
}
.articleBody .informationBox h2 span,
.articleBody .eventBox h2 span{
	display: inline-block;
	padding: 3px 20px;
	background-color: #FFFFFF;
	position: absolute;
	right: 0;
	font-size: 1.2rem;
	font-weight: normal;
	top: 2px;
}
.articleBody .informationBox h2 {
	background-size: 20px;
	padding-left: 30px;
}
.articleBody .eventBox h2 {
	background-size: 20px;
	padding-left: 30px;
}
.articleBody .topLinkBox h2 {
	font-size: 1.3rem;
	font-weight: bold;
	padding-left: 22px;
	position: relative;
	margin-bottom: 9px;
}
.articleBody .topLinkBox h2::before {
	width: 15px;
	height: 2px;
	top: 10px;
	left: 0;
}

/* pc 2-3 column imgs */
.articleBody .gallery2c{
	margin-left: 2%;
	margin-right: 2%;
}
.articleBody .gallery2c{
	display: grid;
	grid-template-columns: 100%;
	row-gap: 20px;
}
.articleBody .gallery2c .imgBox{
	font-size: 1.2rem;
}
.articleBody .gallery3c{
	margin-left: 2%;
	margin-right: 2%;
}
.articleBody .gallery3c{
	display: grid;
	grid-template-columns: 100%;
	row-gap: 20px;
}
.articleBody .gallery3c .imgBox{
	font-size: 1.2rem;
}
.contactBox {
	width: 96%;
}

.articleBody h1 {
    font-size: 2.2rem;
    padding-left: 20px;
    position: relative;
}
.articleBody h1::before {
    content: '';
    width: 10px;
    height: 10px;
    background-color: #000;
    border-radius: 100px;
    top: 12px;
    left: 0;
    position: absolute;
}

.thanksText {
    font-size: 1.4rem;
}


}







/* PC layout
-------------------------------------------------------------------*/
@media screen and (min-width: 1025px) {

.cardList03 .card a,
.cardList05 .card a,
.linkList01 ul li a {
	transition: opacity 0.2s linear;
	-webkit-transition: opacity 0.2s linear;
	-moz-transition: opacity 0.2s linear;
}
.cardList03 .card a:hover,
.cardList05 .card a:hover,
.linkList01 ul li a:hover {
	opacity: 0.8;
}




}


