@charset "UTF-8";
/*
Theme Name: LIFE-VENUS Study TEMPLATE
Description: LIFE-VENUS Study TEMPLATE
Version: 1.0.0
Author: MergeSystem
*/
/* =Reset
-------------------------------------------------------------- */

.base-footer-width,
.base-width
{
    margin:0px auto;
    max-width:1500px;
    min-width:920px;
}

/* ======================= */
/* PC対応                  */
/* ----------------------- */
.visible_p{display: block !important;}
.visible_pt{display: block !important;}
.visible_pm{display: block !important;}

.visible_m{display: none !important;}
.visible_t{display: none !important;}
.visible_tm{display: none !important;}

/* BASE STYLE ---------------------------------------*/

.editor-style h1
{
  text-align: left;
  font-size:2em;
  margin-bottom:1em;
  border-bottom: 3px solid #000;
  font-weight: bold;
}

.editor-style h2
{
  text-align: left;
  font-size:1.8em;
  padding: 0.5rem 1.5rem;
  border-left: 4px solid #000;
  margin-bottom:1em;
}

.editor-style h3
{
  text-align: left;
  font-size:1.5em;
  padding: 1rem 2rem;
  border: 3px solid #000;
  margin-bottom:1em;
}

.editor-style h4
{
  text-align: left;
  font-weight: bold;
  font-size:1.3em;
  padding: 1rem 2rem;
  border-top: 3px solid #000;
  border-bottom: 3px solid #000;
  margin-bottom:1em;
}

.editor-style h5
{
  text-align: left;
  font-weight: bold;
  font-size:1.3em;
  padding: 1rem 2rem;
  background-color: #333;
  color:#fff;
  margin-bottom:1em;
}

.editor-style h6
{
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom:1em;
}
.editor-style strong{font-weight: bold;}
.editor-style em{font-style: italic;}
.editor-style del{ text-decoration: line-through;}
.editor-style hr{display: block; border-top: 1px solid #8c8b8b; margin-bottom: 1em;}


.editor-style ul li
{
  line-height: 1.5; /*文の行高*/
  padding: 0.3em 0; /*前後の文との余白*/
  list-style-type: circle;
}
.editor-style ol li
{
  line-height: 1.5; /*文の行高*/
  padding: 0.3em 0; /*前後の文との余白*/
}

.editor-style blockquote
{
  position: relative;
  padding: 30px 15px 8px 15px;
  box-sizing: border-box;
  font-style: italic;
  background: #efefef;
  color: #555;
  margin-bottom: 1em;
}

.editor-style blockquote:before
{
  display: inline-block;
  position: absolute;
  top: 13px;
  left: 15px;
  content: "\f10d";
  font-family: FontAwesome;
  color: #ddd;
  font-size: 20px;
  line-height: 1;
  font-weight: 900;
}


/* BreadCrumb ----------------------------------------*/
#breadcrumb
{
  padding:10px;
  border-bottom:1px solid #eee;
  margin-bottom: 70px;
}
#breadcrumb li
{
  display: inline-block;
}
#breadcrumb li a
{
  padding: 1.2em 1.2em 1.2em 0em;
  display: block;
}
#breadcrumb li a::after
{
  margin-left:1.2em;
  color:#ddd;
  content: '>';
}
/* MGS LEFTSIDE ---------------------------------------*/

.mgs_leftside h3
{
  background:#333;
  padding:60px 10px;
  text-align:center;
  color:#fff;
  font-size:1.8em;
}
ul.mgs_leftside-menu a
{
  color:#777;
  display: block;
  padding:15px;
  border-left:1px solid #eee;
  border-right:1px solid #eee;
  border-bottom:1px solid #eee;
}
.accordion-area.close
{
  display: none;
}
.mgs_accordion-link
{
  display: -webkit-box; display: -ms-flexbox; display: flex;
  -webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;
  -ms-flex-wrap: wrap;flex-wrap: wrap;
}
.mgs_accordion-link .link
{
  width:80%;
}
.mgs_accordion-link .aco_btn
{
  width:20%;
  border-right:1px solid #eee;
  border-bottom:1px solid #eee;
}

.mgs_accordion-link .aco_box
{
  width: 100%;
}
/* MGS RIGHTSIDE ---------------------------------------*/
.mgs_news-midashi
{
  font-size:2em;
  margin-bottom:50px;
}

/* PAGENATION ---------------------------------------*/

#area-pagenation
{
  display: flex;
  justify-content: center;
  margin-bottom: -5px;
}
#area-pagenation span,
#area-pagenation a
{
  display: block;
  line-height: 40px;
  text-align: center;
  padding: 0 15px;
  height: 40px;
  margin:0 3px;
}

#area-pagenation span{background:#eee;}
#area-pagenation a{background:#333; color:#fff;}

#area-pagenation a.next,
#area-pagenation a.prev
{background:#555;}

/* mgs_achievements ---------------------------------------*/
.mgs_achievements section
{
  padding:1em;
}
.mgs_achievements section .sub,
.mgs_achievements section .data
{
  color: #000;
}

.mgs_achievements section .title
{
  color:#2a5caa;
}
.mgs_achievements section .location{font-weight:bold;}

.mgs_achievements section:nth-child(odd)
{
  background-color: #eee;
}

#collaborator_list li
{
  font-size:1.2em;
  margin-left: 2em;
}

#collaborator_list li:has(strong)
{
  font-weight: normal;
  font-size:1.5em;
  margin-bottom:0.3em;
}

/* FOOTER ---------------------------------------*/
footer
{
  background:#111111;
}
footer .base-data
{
  padding:30px;
  display: -webkit-box; display: -ms-flexbox; display: flex;
  -webkit-box-align: baseline;-ms-flex-align: baseline;align-items: baseline;

}

footer .base-data .company-data .title
{
  text-align: center;
  font-size:1.5em;
  color:#fff;
}
footer .company-data .text
{
  color:#fff;
}

footer .sitemap-data
{
  display: -webkit-box; display: -ms-flexbox; display: flex;
  -webkit-box-align: baseline;-ms-flex-align: baseline;align-items: baseline;
  -webkit-box-align: stretch;-ms-flex-align: stretch;align-items: stretch;
}
footer .sitemap-data .mgs_box
{
  padding:30px;
  border-right:1px solid #444;
}
footer .sitemap-data .mgs_box li
{
  margin-bottom:5px;
}
footer .sitemap-data .mgs_box a
{
  color:#fff;
}
footer .sitemap-data .mgs_box .title{margin-bottom:1em;}
footer .sitemap-data .mgs_box .title a
{
  font-size:1.2em;
  font-weight:bold;
}
footer .footer_copyright
{
  color:#fff;
  background:#222;
  padding:15px;
  text-align: center;
}

/*リンクの形状*/
/*========= ページトップのためのCSS ===============*/
/*リンクの形状*/
#page-top a{
	display: flex;
	justify-content:center;
	align-items:center;
	background:#942D2F;
	border-radius: 5px;
	width: 60px;
	height: 60px;
	color: #fff;
	text-align: center;
	text-transform: uppercase; 
	text-decoration: none;
	font-size:0.6rem;
	transition:all 0.3s;
}

#page-top a:hover{
	background: #777;
}

/*リンクを右下に固定*/
#page-top {
	position: fixed;
	right: 10px;
	z-index: 2;
    /*はじめは非表示*/
	opacity: 0;
	transform: translateY(100px);
}

/*　上に上がる動き　*/

#page-top.UpMove{
	animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }
  to {
    opacity: 1;
	transform: translateY(0);
  }
}

/*　下に下がる動き　*/

#page-top.DownMove{
	animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
  	opacity: 1;
	transform: translateY(0);
  }
  to {
  	opacity: 1;
	transform: translateY(100px);
  }
}

.label-above .nf-field-element, .label-below .nf-field-element
{
  text-align: center;
}
.label-above .nf-field-element input, .label-below .nf-field-element input{cursor: pointer;}


.Form {

  margin-left: auto;
  margin-right: auto;
  margin-bottom:60px;
}

.mw_wp_form_complete
{
  text-align:center;
  margin-bottom:60px;
}

@media screen and (max-width: 480px) {
  .Form {
    margin-top: 40px;
  }
}
.Form-Item {
  border-top: 1px solid #ddd;
  padding-top: 24px;
  padding-bottom: 24px;
  width: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .Form-Item {
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 16px;
    padding-bottom: 16px;
    flex-wrap: wrap;
  }
}
.Form-Item:nth-child(5) {
  border-bottom: 1px solid #ddd;
}
.Form-Item-Label {
  width: 100%;
  max-width: 248px;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label {
    max-width: inherit;
    display: flex;
    align-items: center;
    font-size: 15px;
  }
}
.Form-Item-Label.isMsg {
  margin-top: 8px;
  margin-bottom: auto;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label.isMsg {
    margin-top: 0;
  }
}
.Form-Item-Label-Required {
  border-radius: 6px;
  margin-right: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 48px;
  display: inline-block;
  text-align: center;
  background: #2a5caa;
  color: #fff;
  font-size: 14px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label-Required {
    border-radius: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 32px;
    font-size: 10px;
  }
}
.Form-Item-Input {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 48px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #eaedf2;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Input {
    margin-left: 0;
    margin-top: 18px;
    height: 40px;
    flex: inherit;
    font-size: 15px;
  }
}
.Form-Item-Textarea {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 216px;
  flex: 1;
  width: 92%;
  background: #eaedf2;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Textarea {
    margin-top: 18px;
    margin-left: 0;
    height: 200px;
    flex: inherit;
    font-size: 15px;
  }
}
.Form-Btn {
  border-radius: 6px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 280px;
  display: block;
  letter-spacing: 0.05em;
  background: #2a5caa;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  cursor: pointer;
}
@media screen and (max-width: 480px) {
  .Form-Btn {
    margin-top: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 160px;
    font-size: 16px;
  }
}

/*========= PartnersページのNormalBlockをPHP8系に対応するためのCSS ===============*/
.white .image {
  display: none;
}