@charset "utf-8";
.modal-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-color: rgba(0,0,0,0.5);
	z-index: 9999;
}
a.modal-open:hover {
	cursor: pointer;
}
.modal-content {
	position: fixed;
	display: none;
	max-height: 80vh;
	/*padding: 40px 20px 20px 20px;*/
	background: #FFFFFF;
	box-sizing:border-box;
	overflow-y:scroll;
	z-index: 10000;
}
a.modal-close {
	position: fixed;
	top: 15px;
	right: 20px;
	color: #fff;
	font-size: 30px;
	line-height: 1;
	font-weight: bold;
	text-decoration: none;
	background: #222222;
	padding: 0 5px;
}
a.modal-close:hover {
	cursor: pointer;
	text-decoration: none;
}

/*-------------------------------------------

　ECCのマルチリンガルは人気の6言語から
　multi/css/pc/common.cssから流用

-------------------------------------------*/

.miryoku_tit {
	font-size: 3.6rem;
	font-weight: bold;
}

.miryoku_contents section:not(#counseling) {
  padding: 40px 0;
  background-color: #f4f4f4;
}

.miryoku_contents section:not(#counseling)section:nth-of-type(2n) {
  background-color: #fff;
}

.miryoku_contents section:not(#counseling)section:nth-of-type(2n) .module_style01 > .txt,
.miryoku_contents section:not(#counseling)section:nth-of-type(2n) .module_style02 > .txt {
  background: rgba(244, 244, 244, 0.8);
}

.miryoku_contents section:not(#counseling) .miryoku_list li {
  margin: 0 0 20px;
}

.miryoku_contents section:not(#counseling) .miryoku_list li:last-child {
  margin: 0;
}

.miryoku_contents .module_style01,
.miryoku_contents .module_style02 {
  min-height: initial;
}

.miryoku_contents .module_style01 > .txt,
.miryoku_contents .module_style02 > .txt {
  color: #333;
}

.miryoku_contents .module_style01 > .txt .ttl02,
.miryoku_contents .module_style02 > .txt .ttl02 {
  color: #333;
}

.miryoku_contents .local_nav {
  overflow-x: auto;
  width: 100%;
}

.miryoku_contents .local_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.miryoku_contents .local_nav ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 33.3%;
          flex: 1 0 33.3%;
  border-right: 1px solid #ddd;
  font-weight: bold;
  /*background: #f4f4f4;*/
  font-size: 1.1rem;
  line-height: 1.4;
  padding: 8px 0;
  border-bottom: 1px solid #ddd;
}

.miryoku_contents .local_nav ul li:last-child {
  border-right: none;
}

.miryoku_contents .local_nav ul li a {
  display: block;
  text-align: center;
  text-decoration: none;
}

.miryoku_contents .local_nav ul li a i {
  display: block;
}

.miryoku_contents .chinese .ttl02 {
    border-left: 2px solid #fa4e4b;
}

.miryoku_contents > .img figure img{
    width: 80%;
}

.miryoku_contents .miryoku01 {
    box-shadow: 0 5px 5px rgba(0,0,0,0.3) inset;
}

#chinese .miryoku_contents .bg_poly_lt {
    background-image: url(/chinese/common/img/bg_poly03.png);
    background-position: left top;
    background-repeat: no-repeat;
}
#chinese .miryoku_contents .bg_poly_rt {
    background-image: url(/chinese/common/img/bg_poly02.png);
    background-position: right top;
    background-repeat: no-repeat;
}

#korean .miryoku_contents .bg_poly_lt {
    background-image: url(/korean/common/img/bg_poly03.png);
    background-position: left top;
    background-repeat: no-repeat;
}
#korean .miryoku_contents .bg_poly_rt {
    background-image: url(/korean/common/img/bg_poly02.png);
    background-position: right top;
    background-repeat: no-repeat;
}

#french .miryoku_contents .bg_poly_lt {
    background-image: url(/french/common/img/bg_poly03.png);
    background-position: left top;
    background-repeat: no-repeat;
}
#french .miryoku_contents .bg_poly_rt {
    background-image: url(/french/common/img/bg_poly02.png);
    background-position: right top;
    background-repeat: no-repeat;
}

#italian .miryoku_contents .bg_poly_lt {
    background-image: url(/italian/common/img/bg_poly03.png);
    background-position: left top;
    background-repeat: no-repeat;
}
#italian .miryoku_contents .bg_poly_rt {
    background-image: url(/italian/common/img/bg_poly02.png);
    background-position: right top;
    background-repeat: no-repeat;
}

#spanish .miryoku_contents .bg_poly_lt {
    background-image: url(/spanish/common/img/bg_poly03.png);
    background-position: left top;
    background-repeat: no-repeat;
}
#spanish .miryoku_contents .bg_poly_rt {
    background-image: url(/spanish/common/img/bg_poly02.png);
    background-position: right top;
    background-repeat: no-repeat;
}

#german .miryoku_contents .bg_poly_lt {
    background-image: url(/german/common/img/bg_poly03.png);
    background-position: left top;
    background-repeat: no-repeat;
}
#german .miryoku_contents .bg_poly_rt {
    background-image: url(/german/common/img/bg_poly02.png);
    background-position: right top;
    background-repeat: no-repeat;
}



.miryoku_contents .ttl02 {
   font-size: 2.0rem;
}
#chinese .miryoku_contents .ttl02 {
    border-left: 2px solid #fa4e4b;
}
#korean .miryoku_contents .ttl02 {
    border-left: 2px solid #7640bd;
}
#french .miryoku_contents .ttl02 {
    border-left: 2px solid #1b9ff7;
}
#italian .miryoku_contents .ttl02 {
    border-left: 2px solid #28a842;
}
#spanish .miryoku_contents .ttl02 {
    border-left: 2px solid #fcb500;
}
#german .miryoku_contents .ttl02 {
    border-left: 2px solid #cb7700;
}

.miryoku_contents .ttl03 {
   font-size: 2.8rem;
}
#chinese .miryoku_contents .ttl03 span {
    border-bottom: 2px solid #fa4e4b;
}
#korean .miryoku_contents .ttl03 span {
    border-bottom: 2px solid #7640bd;
}
#french .miryoku_contents .ttl03 span {
    border-bottom: 2px solid #1b9ff7;
}
#italian .miryoku_contents .ttl03 span {
    border-bottom: 2px solid #28a842;
}
#spanish .miryoku_contents .ttl03 span {
    border-bottom: 2px solid #fcb500;
}
#german .miryoku_contents .ttl03 span {
    border-bottom: 2px solid #cb7700;
}
.miryoku_contents .module_style01 > .txt,
.miryoku_contents .module_style02 > .txt{
    width: 730px;
}

.miryoku_contents .module_style01 .img,
.miryoku_contents .module_style02 .img{
	float: right;
}
.miryoku_contents .module_style01 .img figure img,
.miryoku_contents .module_style02 .img figure img{
	/*border-radius:50%;*/
	width: 250px;
	margin: 0 0 10px 10px;
}
.miryoku_contents .row_medium{
	padding: 0 20px;
}

@media only screen and (min-width: 0px) and (max-width: 720px){
.modal-content {
	width: 95%;
	max-height: 80vh;
}
a.modal-close {
	position: absolute;
	top: 5px;
	right: 10px;
	font-size: 30px;
	line-height: 1;
	font-weight: bold;
	text-decoration: none;
}
a.modal-close:hover {
	cursor: pointer;
	text-decoration: none;
}
.modal-content {
    margin-top: 70px;
}
.miryoku_contents section.miryoku_tit {
    padding: 20px 0 !important;
}
.miryoku_tit {
	font-size: 2.6rem;
	font-weight: bold;
}
.miryoku_contents .ttl02 {
   font-size: 1.4rem;
}
.miryoku_contents .ttl03 {
   font-size: 2.0rem;
}
.miryoku_contents .module_style01 > .txt,
.miryoku_contents .module_style02 > .txt{
    width: 100%;
}
.miryoku_contents .module_style01 .img,
.miryoku_contents .module_style02 .img{
	float: inherit;
}	
	
}