@charset "utf-8";
/* CSS Document */

.course {
  margin-top: 70px;	
}

.course h2 {
  font-family: "Sawarabi Mincho";
  font-family: 'リュウミン M-KL';
  font-size: 3.6rem;
  line-height: 1.6;
  margin: 0 auto 50px;
  text-align: center;	
}

.course h2 span {
  font-size: 2.8rem;
}

.course h2::before {
  content: url(../img/course-title-header1.png);
  position: relative;
  bottom: 10px;
}

.course h2::after {
  content: url(../img/course-title-header2.png);
  position: relative;
  top: -10px;
}

.course-desc {
  font-size: 1.8rem;
  line-height: 1.6;
  width: 65%;
  text-align: center;
}

.full {
	width: 100%;
	line-height: 2.2;
}

.course-desc p {
	font-size: 2.2rem;
	margin-bottom: 3rem;
}

.course-desc span {
  color: #d04984;
  font-weight: bold;	
}

.course-desc .problem {
	padding: 40px 50px 35px 70px;
	margin: 30px auto 50px;
	background: #f7f0d8;
    text-align: left;
    width: 80%;
    font-size: 2.2rem;
}

.course-desc .problem li:before {
	content: "\f046";
	font-family: FontAwesome;
	margin-right: 10px;
}

.course-desc .problem li:not(:last-child) {
	margin-bottom: 15px;	
}

span.strong1,
span.strong2,
span.strong3,
.strong4 {
	color: #ec556f;	
}

span.strong3 {
	font-size: 2.4rem;
}

.strong4 {
    font-weight: bold;
}

span.under {
	background: linear-gradient(transparent 50%, #ffff66 40%);
}

a.underline {
    text-decoration: underline;
}

.diamond-image {
  box-shadow:0 0 5px #fff, 0 0 5px #ccc, 0 0 1px #aaa;
  margin-top: 57px;
}

.course-detail {
  margin: 20px auto;
  width: 1062px;
}

.course-detail .course-detail-box {
  background: url(../img/curriculum-detail-bg.gif) no-repeat;
  height: 358px;
  padding: 40px 50px;
}

.course-detail box table {
  width: 70%;
  text-align: center;	
}

.course-detail-box table td {
  font-size: 2.0rem;
  padding-bottom: 15px;
  line-height: 1.6;
}

.course-detail-box table td.multi-line {
  vertical-align: top;	
}

.course-detail-box table a {
  color: #d04984;
}

.course-detail-box table .caption {
  width: 40%;
  text-align: center;
  color: #fff;
}

.course-detail-box table .caption span {
  display: inline-block;
  width: 60%;	
  /*background: #998675;*/
  background: #bea574;
  padding: 5px 10px 3px;
  border-radius: 4px;
  letter-spacing: 2px;
}

.course-detail-box span.font-s {
  font-size: 1.4rem;	
}

.seminar-image p {
    display: block;
    text-align: center;
}

.keypoint {
  /*background: #e2d7c6;*/
  background: url(../img/keypoint-bg.jpg) repeat-y;
  width: 100%;
}

.opa {
   background: rgba(244,244,244,0.3);
}

.keypoint-container {
  width: 1200px;
  display: table;
  border-collapse: separate;
  border-spacing: 20px 0;
  margin: 0 auto;
  table-layout: fixed;
  padding: 70px 0 0;
  opacity: 1;
}

.key-container {
   width: 1200px;
   padding: 70px 0;
   margin: 0 auto;
}

.key-container h2 {
	font-size: 2.8rem;
	text-align: center;	
}

.row2 {
  margin-top: 0;
}

.keypoint-box {
  background: #fff;
  display: table-cell;
/*  width: 350px;
  height: 348px;
*/ padding: 20px;
}

.keypoint-container .caption {
  position: absolute;
  height: 364px;
  width: 376px;
  background: url(../img/keypoint-caption-bg.png) no-repeat;
  margin: 20px auto;
  padding: 10px;
}

.keypoint-container .mask {
	opacity: 0;	
}

.keypoint-box h2 {
  font-family: "Sawarabi Mincho";
  font-family: 'リュウミン B-KL';
  font-size: 2.8rem;
  position: relative;
  top: 40px;
  line-height: 1.8;
}

.keypoint-box h2 span.mg {
  display: inline-block;
  margin-bottom: 1.7rem;	
}

span.em {
  color: #172d6d;
  font-size: 3rem;
  letter-spacing: 1px;
}

span.num {
  display: inline-block;
  margin-top: -15px;
  font-family: 'Petit Formal Script', cursive;
  font-size: 5.5rem;
  letter-spacing: 5px;	
  font-weight: bold;
  padding: 0 10px;
}


.keypoint .image {
  position: relative;
/*  margin: 20px;
*/}

.keypoint .ribbon{
  position: absolute;
  top: -25px;
  left: 5px;	
}

.keypoint-box p {
  font-size: 1.8rem;
  margin: 20px 0 10px 0;
  /*text-align: center;*/
  line-height: 1.8;
}

.keypoint-box h3 {
  color: #d04984;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}

.keypoint-box span.num {
	font-size: 2.8rem;
    padding: 0;
}

.image {
	text-align:center;	
}

@media screen and (max-width: 640px) {
	.container {
		width: 100%;
  	    padding: 0 10px;	
	}
	
	.course {
		margin-bottom: 0;
	}
	
	.course h2::before {
		content: url(../img/course-title-header-sp.png);
		display: block;
		text-align: center;
		border-bottom: solid 2px #998675;
		bottom: 15px;
	}
	
	.course h2 {
		font-size: 2.4rem;
	}
	
	.course h2::after {
		content: '';
		border-bottom: solid 2px #998675;
		display: block;
		margin-top: 20px;
	}
        
    .course h2 span {
      font-size: 1.8rem;
    }
	
	.course-desc {
		width: 100%;
		margin-top: 30px;
	}
	
	.course .right {
		float: none;
		text-align: center;
	}
	
	.course-detail {
		width: 100%;
	}
	
	.course-detail .course-detail-box {
		background-image: none;
		height: auto;
		padding: 20px;
		border: solid 1px #998675;
	}
	
	.course-detail-box table .caption {
		font-size: 1.6rem;
		width: 30%;
	}
	
	.course-detail-box table .caption span {
		background: #998675;
		width: 100%;
		letter-spacing: 0;
	}
	
	.course-detail-box table .desc {
		padding-left: 20px;
		font-size: 1.8rem;	
	}
	
	.course-detail-box table td.multi-line:last-child {
		padding-bottom: 0;	
	}
	
	.key-container {
		width: 100%;
		padding-bottom: 20px;
	}
	
	.keypoint-container {
		width: 100%;
		padding-top: 0;
	}
	
	.key-container h2 {
		line-height: 1.6;	
	}
	
	.keypoint-box {
		display: block;
		margin: 0 20px 30px 20px;	
	}
	
	.keypoint-box p {
		width: 80%;
		margin: 20px auto 10px;
	}
	
	.mask {
		display: none;	
	}
}

@media screen and (max-width: 640px) {
    .course-desc p,
    li{
        font-size: 1.6rem;
    }
    
    .course-desc .problem {
        padding: 20px 20px;
        width: 90%;
    }
    
    .course-desc .problem li {
        line-height: 1.6;
        text-indent: -1.5em;
        padding-bottom: 10px;
        padding-left: 1.3em;
    }
    
    .seminar-image p img {
        width: 100%;
        height: auto;
    }
    
    .keypoint-box p {
        width: 100%;
        text-align: center;
    }
}

@media screen and (max-width: 320px) {
    td.desc {
        padding-top: 0;
        vertical-align: top;
    }   
}


