/* -----------------------------------------------
  home (contents)
----------------------------------------------- */
#contents section.info {
  background-color: #fff;
  padding: 20px 0;
  border-bottom: solid 1px #ccc;
}
#contents section.info .cont-width{
  display: flex;
}
#contents section.info h2 {
  line-height: 1.6;
  margin-right: 10px;
}
#contents section.info p {
  line-height: 1.6;
  margin-bottom: 0;
}

/* title */
#contents section#title {
  position: relative;
  border-bottom: #ccc solid 1px;
}
#contents section#title .title_box {
	display: flex;
	align-items: center;
}
#contents section#title .main_img {
	width: 50%;
}
#contents section#title .main_title {
	width: 50%;
}
#contents section#title .main_title h1 {
	font-size: 28px;
	text-align: center;
	margin-bottom: 60px;
}
#contents section#title .main_title h1 .en {
	display: inline-block;
	font-size: 17px;
	font-weight: normal;
	margin-top: 5px;
}
@media screen and (min-width: 768px) and (max-width: 959px) {
	#contents section#title .main_title h1 {
		font-size: 24px;
	}
	#contents section#title .main_title h1 .en {
		font-size: 14px;
	}
}
#contents section#title .main_title .btn_resource {
	display: block;
	width: 60%;
	margin: 0 auto;
}
@media screen and (min-width: 960px) {
	#contents section#title .main_title .btn_resource:hover {
		opacity: .8;
	}
}

/* information */
#contents section.information {
  padding: 36px 0;
}
#contents section.information .cont-width {
  position: relative;
}
#contents section.information h3 {
  text-align: left;
}
#contents section.information .information-btn {
  display: inline-block;
  position: relative;
  padding-left: 15px;
  text-decoration: none;
  position: absolute;
  right: 3%;
  top: 0;
}
@media (hover: hover) and (pointer: fine) {
  #contents section.information .information-btn:hover {
    text-decoration: underline;
    color: #649B8A;
  }
}
#contents section.information .information-btn::before {
  content: '';
  background: url(../images/ico_arrow03.svg) no-repeat;
  width: 14px;
  height: 11px;
  position: absolute;
  left: 0;
  top: 0;
}
#contents section.information .information-list {
  display: flex;
  flex-flow: row wrap;
}
#contents section.information .information-list dt {
  width: 120px;
  margin-bottom: 16px;
}
#contents section.information .information-list dd {
  width: calc(100% - 120px);
  margin-bottom: 16px;
}
#contents section.information .information-list dd p {
  margin-bottom: 0;
}
#contents section.information .information-list a {
  text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
  #contents section.information .information-list a:hover {
    text-decoration: underline;
    color: #649B8A;
  }
}
#contents section.information .information-list .ico-new {
  display: inline-block;
  font-size: calc(12 / 16 * 100%);
  font-weight: bold;
  border: solid 1px #649B8A;
  border-radius: 2px;
  color: #649B8A;
  line-height: 1;
  padding: 2px 5px;
  margin-left: 5px;
}

/* about */
#contents section.cont-about {
  border-top: solid 1px #ccc;
  position: relative;
  margin-top: 61px;
  margin-bottom: 140px;
}
#contents section.cont-about h3 {
  width: 122px;
  margin: -61px auto 20px;
}
#contents section.cont-about h2 {
  font-size: 162.5%;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 40px;
}
#contents section.cont-about p {
  margin-bottom: 20px;
}
#contents section.cont-about .cont-bg-gr {
  background-color: #f5f5f5;
  padding: 40px 0;
}

/* #cont-01 */
#contents section#cont-01 figure#im_01_01 {
  box-sizing: border-box;
  width: 50%;
  margin: 0 auto 30px;
}
#contents .movie-wrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
#contents .movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#contents section#cont-01 .txt-box dl {
  line-height: 1.6;
}
#contents section#cont-01 .txt-box dt {
  float: left;
}

/* #cont-02 */
#contents section#cont-02 h4 {
  box-sizing: border-box;
  padding: 12px 10px;
  background-color: #b3d0c7;
  border-radius: 10px;
  font-weight: bold;
  text-align: center;
  margin: 0 auto 30px;
}
#contents section#cont-02 h4:nth-of-type(2) {
  margin-top: 40px;
}
#contents section#cont-02 h5 {
  text-align: center;
  margin-bottom: 20px;
}
#contents section#cont-02 .android {
  margin-bottom: 30px;
}
#contents section#cont-02 .android h5 {
  margin-bottom: 0;
}
#contents section#cont-02 .release {
  text-align: center;
}
#contents section#cont-02 ul {
  zoom: 1;
  min-height: 1%;
  margin-bottom: 20px;
}
#contents section#cont-02 ul:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
}
#contents section#cont-02 ul li {
  width: 32%;
  margin-right: 2%;
  float: left;
  text-align: center;
}
#contents section#cont-02 ul li:nth-last-of-type(3n) {
  margin-right: 0;
}
#contents section#cont-02 ul li a {
  display: block;
  max-width: 180px;
  margin: 20px auto;
}
#contents section#cont-02 p {
  text-align: center;
  margin-bottom: 0;
}
#contents section#cont-02 .gplay-badge {
  display: block;
  width: 240px;
  margin: 0 auto 20px;
}
#contents section#cont-02 .appstore-badge {
  display: block;
  width: 180px;
  margin: 0 auto 30px;
}

/* #cont-03 */
#contents section#cont-03 .sec-box {
  margin-bottom: 60px;
}
#contents section#cont-03 h4 {
  background-color: #b3d0c7;
  border-radius: 10px;
  padding: 12px 10px;
  text-align: center;
  font-size: 112.5%;
  margin-bottom: 30px;
}
#contents section#cont-03 figure {
  margin: 0 auto 30px;
}
#contents section#cont-03 figure#im_03_01 {
  width: 62.5%;
}
#contents section#cont-03 figure#im_03_02 {
  width: 73.8%;
}
#contents section#cont-03 figure#im_03_03 {
  width: 44.5%;
}
#contents section#cont-03 figure#im_03_04 {
  width: 39.5%;
}
#contents section#cont-03 h5 {
  margin-bottom: .5em;
}
#contents section#cont-03 .learningList {
  list-style-type: disc;
  margin: 0 0 40px 1em;
}
#contents section#cont-03 .learningList li {
  margin-bottom: 1em;
}
#contents section#cont-03 .featureList {
  line-height: 1.6;
  margin-bottom: 30px;
}
#contents section#cont-03 .featureList dt {
  font-weight: bold;
}
#contents section#cont-03 .featureList dd {
  margin-bottom: 1em;
}
#contents section#cont-03 .btn_resource {
	display: block;
  max-width: 372px;
	margin: 0 auto 40px;
}
@media screen and (min-width: 960px) {
	#contents section#cont-03 .btn_resource:hover {
    opacity: .8;
	}
}


/* #cont-04 */
#contents section#cont-04 {
  margin-bottom: 60px;
}
#contents section#cont-04 .sec-box {
  margin-bottom: 60px;
}
#contents section#cont-04 h4 {
  background-color: #b3d0c7;
  border-radius: 10px;
  padding: 12px 10px;
  text-align: center;
  font-size: 112.5%;
  line-height: 1.4;
  margin-bottom: 30px;
}
#contents section#cont-04 .img-list {
  width: 70%;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
#contents section#cont-04 .img-list li {
  width: 30%;
  margin: 0 2.5%;
}
#contents section#cont-04 figure {
  margin: 0 auto 30px;
}
#contents section#cont-04 .btn_color {
  color: #e52d70;
}
#contents section#cont-04 .answer {
  text-indent: -1.25em;
  margin-left: 1.25em;
}
#contents section#cont-04 .details {
  margin-left: 1.25em;
}
#contents section#cont-04 h5 {
  margin: 0 0 .5em 0;
}
#contents section#cont-04 .bullet-points {
  list-style-type: disc;
  margin: 0 0 20px 2.5em;
}

#contents section#cont-addup {
  padding-bottom: 60px;
}
#contents section#cont-addup figure#erinhonigon {
  width: 20.2%;
  margin: 0 auto 30px;
}
#contents section#cont-addup h2 {
  font-size: 162.5%;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 40px;
}
#contents section#cont-addup .web-ver {
  border: solid 1px #ccc;
  padding: 20px 2%;
  zoom: 1;
  min-height: 1%;
  margin-bottom: 50px;
}
#contents section#cont-addup .web-ver:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
}
#contents section#cont-addup .web-ver p {
  width: 50%;
  float: left;
}
#contents section#cont-addup .web-ver figure {
  width: 46%;
  float: right;
}

/* sp */
@media screen and (max-width: 767px) {
	/* title */
	#contents section#title .main_title h1 {
		font-size: 20px;
		line-height: 1.2;
		margin-bottom: 40px;
	}
	#contents section#title .main_title h1 .en {
		font-size: 12px;
	}
	#contents section#title .main_title .btn_resource {
		width: 90%;
	}
	
  #contents section.information {
    padding-bottom: 0;
  }

  #contents section.cont-about {
    margin-bottom: 80px;
  }
  #contents section.cont-about h3 {
    width: 60px;
    margin: -30px auto 20px;
  }
  #contents section.cont-about h2 {
    font-size: 18px;
    text-align: center;
    margin-bottom: 40px;
  }
  #contents section.cont-about p {
    margin-bottom: 20px;
  }
  #contents section.cont-about .cont-bg-gr {
    padding: 20px 0;
  }
  #contents section#cont-01 figure#im_01_01 {
    width: 100%;
    margin: 0 auto 20px;
    float: none;
  }
  #contents section#cont-01 .txt-box {
    width: 100%;
    float: none;
  }
  #contents section#cont-01 .txt-box dl {
    line-height: 1.6;
  }
  #contents section#cont-01 .txt-box dt {
    float: left;
  }
  #contents section#cont-02 h4 {
    width: 100%;
    margin: 0 auto 20px;
  }
  #contents section#cont-02 h4:nth-of-type(2) {
    margin-top: 40px;
  }
  #contents section#cont-02 ul li {
    width: 100%;
    margin-right: 0;
    float: none;
  }
  #contents section#cont-02 ul li a {
    margin: 10px auto 30px;
  }
  #contents section#cont-02 p {
    text-align: left;
  }
  #contents section#cont-02 .gplay-badge {
    width: 200px;
  }
  #contents section#cont-02 .appstore-badge {
    width: 170px;
  }
  #contents section#cont-03 {
    margin-bottom: 60px;
  }
  #contents section#cont-03 .sec-box {
    margin-bottom: 30px;
  }
  #contents section#cont-03 h4 {
    border-radius: 5px;
    font-size: 16px;
    padding: 10px;
    margin-bottom: 20px;
  }
  #contents section#cont-03 figure {
    margin: 0 auto 30px;
  }
  #contents section#cont-03 figure#im_03_01 {
    width: 100%;
  }
  #contents section#cont-03 figure#im_03_02 {
    width: 100%;
  }
  #contents section#cont-03 figure#im_03_03 {
    width: 60%;
  }
  #contents section#cont-03 figure#im_03_04 {
    width: 60%;
  }
  #contents section#cont-03 .btn_resource {
    max-width: auto;
    width: 80%;
  }
  
  #contents section#cont-04 .img-list {
    width: auto;
  }
  #contents section#cont-addup {
    padding-bottom: 30px;
  }
  #contents section#cont-addup figure#erinhonigon {
    width: 40%;
    margin: 0 auto 30px;
  }
  #contents section#cont-addup h2 {
    font-size: 162.5%;
    text-align: center;
    margin-bottom: 40px;
  }
  #contents section#cont-addup .web-ver {
    border: solid 1px #ccc;
    padding: 20px 2%;
    zoom: 1;
    min-height: 1%;
    margin-bottom: 50px;
  }
  #contents section#cont-addup .web-ver:after {
    content: ".";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
  }
  #contents section#cont-addup .web-ver p {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  #contents section#cont-addup .web-ver figure {
    width: 100%;
    float: none;
  }
}
