/*==================================================
 base
================================================== */


#container {
	font-size: 16px;
  line-height: 1.6;
  color: #13506b;
	word-wrap: break-word;
}
img {
	vertical-align: top;
}
@media only screen and (max-width: 640px) {
img {
	max-width: 100%;
	height: auto;
}
}

/* header */
header { 
  padding: 10px 0;
  z-index: 100;
  box-shadow: 0px 7px 3px -3px rgba(0,0,0,0.2);
  position: relative;

}
header div{
	max-width: 1100px;
  text-align: left;
  margin: 0 auto;

}
.main{
  z-index: 20;
  height: 420px;

}
.main {
  height: 420px;
  background: #49b7d9;
  position: relative;
}
@media screen and (min-width: 640px){

.main:before {
    width: 50%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    background: url(../img/bg_l.png) repeat-x top right;
    z-index: 0;
}
  .button a:hover{
    opacity: .8;
  }
}
h1 {
	width: 1102px;
	height: 420px;
	text-align: center;
	margin: 0 auto;  
	background: url(images/image-bg.png), url(../img/main.png) no-repeat center;
  z-index: 50;
  position: relative;
}
h2{
	font-weight: bold;
	text-align: center;
	font-size: 34px;
	margin: 0 auto 10px;
  line-height: 1.0;
}

h3 {
	width: 900px;
	height: 453px;
	margin: 0 auto;
	text-align: center;
	background: url(../img/img01.png) no-repeat center;
}

h1 img, h3 img {
	display: none;
}
.bg_blue{
  background: #dcf2f7;
  padding: 50px 0;
}
.ttl_text{ line-height: 1.6;
}
.cv_area{
	width: 100%;
	background-color: #fff56a;
	padding: 40px 0;
}
.cv_area p{
	font-size: 20px;
	text-align: center;
  font-weight: bold;
}
.box{
  background: #fff;
  width: 820px;
  text-align: center;
  margin: 0 auto;
  padding: 40px;
  box-shadow: 2px 15px 20px 2px rgba(83, 172, 192, 0.3);

}
.box h4{
  color: #0677ce;
  font-size: 28px;
  font-weight: bold;
  padding-bottom: 0px;
  border-bottom: 1px solid #0677ce;
  margin-bottom: 20px;
}
.box dl{
  text-align: left;
  margin-bottom: 30px;
}
.box dt{
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.box dt.mark{
  font-size: 24px;
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #fff56a 0%);
  display: inline-block;
  }
.box dt.mark span{
  background:url(../img/icon_beginner.png) no-repeat 3px top /22px 30px;
  padding-left: 35px;
}

.box .attention{
  text-indent: -1em;
  padding-left: 1em;
  font-size: 14px;
}
.box .line{
  border-bottom: 1px dotted #ccc;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.box dd span{
  font-weight: bold;
  
}
.box ul{
  text-align: left;
}
.box ul li{
  margin-bottom: 5px;
}
@media screen and (max-width: 320px){
  .bg_blue .ttl_text{
    font-size: 15px!important;
  }
.box dt.mark{
  font-size: 18px!important;
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #fff56a 0%);
  display: inline-block;
  }
.box dt.mark span{
  background:url(../img/icon_beginner.png) no-repeat 0 top /contain!important;
  padding-left: 25px!important;
}
}

@media screen and (max-width: 640px){
  header{
    padding: 10px
  }
  header div{
    line-height: 1.0;
  }
  header img{
    width: 70%;
  }
  .main{
    height: auto;
  }
	h1, h3 {  
	width: auto;
	height: auto;
	background: none;
}
	h1 img, h3 img {
	display: block;
	}

	h1 { margin-bottom: 0; background:#dcf2f7; }

	h1 img, h3 img { width: 100%; }
	h2{
	font-size: 20px;
}
.main {
  height: auto;
  background: none;
  position: inherit;
}
/*.main:before {
    width: 50%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    background: none;
    z-index: 0;
}
*/.bg_blue{
  background: #dcf2f7;
  padding: 30px 10px;
}
#container_grey{
	width: 100%;
	background-color: #fff;
		padding: 0;

}
.cv_area{
	width: 100%;
	background-color: #fff56a;
	padding: 20px 0;
}
.cv_area p{
	font-size: 16px;
	text-align: center;
  font-weight: bold;
}
  .box{
  background: #fff;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding: 20px 0;
  box-shadow: 1px 7px 10px 1px rgba(83, 172, 192, 0.3);
}
.box h4{
  color: #0677ce;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 0px;
  border-bottom: 1px solid #0677ce;
  margin: 0 20px 15px;
}
.box dl{
  text-align: left;
  margin: 0 20px 30px;
  line-height: 1.4;
}
.box dt{
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
.box dt.mark{
  font-size: 20px;
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #fff56a 0%);
  display: inline-block;
  }
.box dt.mark span{
  background:url(../img/icon_beginner.png) no-repeat 5px top /contain;
  padding-left: 35px;
}

.box .attention{
  text-indent: -1em;
  padding-left: 1em;
  font-size: 14px;
}
.box .line{
  border-bottom: 1px dotted #ccc;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.box dd span{
  font-weight: bold;
  
}
.box ul{
  text-align: left;
  margin: 0 20px;
}
.box ul li{
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 10px;
}
  
}
/* btn */
.btn_area{
	width: 740px;
	overflow: hidden;
}
.btn_area a{
}
	.pc{display: block;}
	.sp{display: none;}
@media screen and (max-width: 640px){
	.btn_area{
		width: 90%;
}

.btn_area .btn01 a{
	/*margin-bottom: 20px;*/
}
.btn_area .btn01 a, .btn_area .btn02 a {
		width: auto;
		height: auto;
		background: none;
		text-align: center;
		float: none;
}
	.btn01 img, .btn02 img {
	width: 100%;
		display: block;
}
		.pc{display: none;}
	.sp{display: block;}
}

/* wrap */
.wrap {
	max-width: 960px;
	margin: 0 auto;
}
.wrap a {
	color: #11a7d7;
	text-decoration: underline;
}
.wrap #mainContents { padding: 0; margin: 0; }
@media screen and (max-width: 960px){
	.wrap .column { padding: 0 10px; }
}
@media screen and (max-width: 640px){
	.wrap #mainContents { padding: 0 15px; }
}

/* h */


/* footer */
footer {
	height: 50px;
	background-size: cover;
	text-align: center;
	font-size: 74%;
	color: #0e506c;
	clear: both;
}
.cv_area ul{
}

.button{
}
.button a{
  display: block;
}
.button.mail a {
  background: #fff;
  border: 2px solid #017CDE;
  border-radius: 10px;
  padding: 30px;
    width: 40%;
  float: left;


}
.button.line a {
  background: #0EC102;
  border: 2px solid #0EC102;
  border-radius: 10px;
  padding: 30px;
    width: 40%;
  float: right
}
.button.mail img, .button.line img{
width: 50%;
  text-align: center;
  margin: 0 auto;
}

@media screen and (max-width: 640px){
.button.mail a {
  background: #fff;
  border: 2px solid #017CDE;
  border-radius: 10px;
  padding: 30px 50px;
  width: auto;
  float: none;
}
.button.line a {
  background: #0EC102;
  border: 2px solid #0EC102;
  border-radius: 10px;
  padding: 30px 50px;
  width: auto;
  float: none;}

.button.mail img, .button.line img{
width: 60%;
  text-align: center;
  margin: 0 auto;
}
}

