@charset "utf-8";
/* メルマガ・コラム */
.imgBox {
  margin: 0 0 20px;
  background: #eaf1f7;
}
.Page h3 {
    text-align: left;
    margin: 20px 0 40px;
    background: #d5e3f3;
    border-bottom: none;
    padding-left: 10px;
    text-indent: 0;
}

#S01 ul {
  counter-reset: number 0;
}
#S01 ul li {
  list-style-type: none;
  display: flex;
  justify-content: flex-start;
  background: #edeeef;
  border: 1px solid #ddd;
}
#S01 ul li:before {
  counter-increment: number 1;
  content: counter(number) "";
  padding: 10px;
  background: #265288;
  color: #fff;
  display: flex;
  margin: 0 20px 0 0;
  height: 70px;
  align-items: center;
}
#mmBox {
  padding: 30px 0;
}
.Page h4 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.Page h4 small {
  display: block;
  padding: 10px;
  background: #265280;
  color: #fff;
  font-weight: 400;
  width: 120px;
  text-align: center;
  margin: 0 10px 0 0;
}
.Page #S02 h4, .Page #S02 h4 a:link, .Page #S02 h4 a:visited {
    font-weight: 600;
    font-size: 108%;
    margin: 0;
    line-height: 1.4em;
}
.mmDetail input, .mmDetail select, .mmDetail textarea {
  vertical-align: middle;
  padding: 10px;
  margin: 10px 0;
  border: 1px solid #ddd;
}
.mmDetail form input[type="submit"] {
  background: #83949f;
  border: none;
  color: #fff;
  font-size: 100%;
  padding: 15px 50px;
}
#S02 .detailBox {
    justify-content: center;
    padding: 30px;
    border: 20px solid #f5e8d4;
    background: #fff;
    margin: 2px;
}
#S02 .detailBox .leftBox {
  width: 280px;
}
#S02 .detailBox .rightBox {
  width: 660px;
  padding: 0 20px;
}

.Page #S03 dl dt {
    width: 120px;
    color: #fff;
    background: #6492b8;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    font-size: 80%;
}

#S03 .contentsDetail {
background: #fff;
}
.Page #S03 dl {
    justify-content: center;
}

.Page #S03 dl dd {
    width: 74.5%;
    background: #eff7fd;
    border-bottom: 1px dashed #6492b8;
}

@media screen and (max-width:680px){

#S02 .detailBox .rightBox {
    width: 100%;
	padding: 0;
}
	
.mmDetail input, .mmDetail select, .mmDetail textarea {
    width: 100%;
    vertical-align: middle;
    padding: 10px 0;
    margin: 10px 0;
    border: 1px solid #ddd;
}	

.Page h4 small {
     padding: 10px;
    width: 100%;
     margin: 0 0 15px;
}	
	
#S02 .detailBox .leftBox {
    width: 100%;
     padding: 0;
}	
.Page h4 {
     flex-wrap: wrap;
    justify-content: center;
}	
#S02 .detailBox {
	padding: 10px 10px 30px;}
	
.Page #S03 dl dt,
.Page #S03 dl dd {
	width: 95%;}	
	
.Page #S03 dl {
    margin-bottom: 15px;
}	
	

}

