@charset "utf-8";
.timeservice_howto .container {
	max-width: 980px;
	width: 100%;
  margin: 0 auto;
}
.timeservice_howto main img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.timeservice_howto #header header .header_title {
  padding: 17px 0;
  margin: 0;
}
.timeservice_howto #header header .header_title img {
	width: auto;
	height: 60px;
	padding-bottom: 0px;
}
.timeservice_howto a {
	color: #009EE7;
	text-decoration: underline;
}
.timeservice_howto .red {color: #f00;}
.timeservice_howto .fs-xsmall {font-size: 85%;}
.timeservice_howto .fs-small {font-size: 90%;}
.timeservice_howto .list > li {
  position: relative;
  padding-left: 1.3em;
}
.timeservice_howto .list > li::before {
  position: absolute;
  top: 0;
  left: 0;
}
.timeservice_howto .list.circle > li::before {
  content: "○";
}
.timeservice_howto .lnav {
  padding-bottom: 20px;
}
.timeservice_howto .lnav ul {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-spacing: 20px;
  max-width: 720px;
  margin: 0 auto;
}
.timeservice_howto .lnav ul li {
  display: table-cell;
  vertical-align: top;
  text-align: center;
}
.timeservice_howto .outer_box {
  padding: 30px;
}
.timeservice_howto .outer_box + .outer_box {
  margin-top: 30px;
}
.timeservice_howto .outer_box h2 {
  text-align: center;
  font-size: 180%;
  font-weight: bold;
  color: #fff;
  padding: 5px 3%;
}
.timeservice_howto .inner_box {
  background: #fff;
  padding: 30px;
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.6;
}
.timeservice_howto .heading .number span {
  text-align: center;
}
.timeservice_howto #apply {
  background: #EAF5FC;
}
.timeservice_howto #apply h2 {
  background: #5084C4;
}
.timeservice_howto #apply .inner_box {
  border: 1px solid #5084C4;
}
.timeservice_howto #apply .heading .number span {
  background: #5084C4;
}
.timeservice_howto #discount {
  background: #FDEBE7;
}
.timeservice_howto #discount h2 {
  background: #E7380D;
}
.timeservice_howto #discount .inner_box {
  border: 1px solid #E7380D;
}
.timeservice_howto #discount .heading .number span {
  background: #E7380D;
}
.timeservice_howto .body {
  padding-top: 20px;
  text-align: center;
}
.timeservice_howto .body img {
  width: 100%;
  max-width: 600px;
  border: 1px solid #ccc;
}
.timeservice_howto .box_container {
  padding: 0 30px;
}
.timeservice_howto * + .box_container {
  padding-top: 20px;
}
footer {
  padding-bottom: 40px;
}


/*------------------------------------------
  for Smartphone
------------------------------------------*/
@media only screen and (max-width:979px){
  .timeservice_howto #header header {
    border-bottom: 3px solid #00A7EA;
    height: auto;
  }
  .timeservice_howto #header header .header_title {
    padding: 10px 0;
  }
  .timeservice_howto #header header .header_title img {
    height: 46px;
  }
  .timeservice_howto .lnav {
    padding: 10px 1% 15px;
  }
  .timeservice_howto .lnav ul {
    border-spacing: 10px;
  }
  .timeservice_howto .outer_box {
    padding: 0 0 30px;
  }
  .timeservice_howto .outer_box + .outer_box {
    margin-top: 0;
  }
  .timeservice_howto .outer_box h2 {
    font-size: 140%;
  }
  .timeservice_howto .inner_box {
    padding: 0;
    margin: 20px 15px 0;
    font-size: 14px;
  }
  .timeservice_howto .heading .number span {
    display: block;
  }
  .timeservice_howto .heading .number span img {
    width: 30px;
    height: 30px;
  }
  .timeservice_howto .heading > div {
    padding: 15px 15px 0;
  }
  .timeservice_howto .body {
    padding: 15px;
  }
  .timeservice_howto .box_container {
    padding: 0 15px;
  }
  .timeservice_howto * + .box_container {
    padding-top: 20px;
  }
  
  
  
}


/*------------------------------------------
  for PC & Tablet
------------------------------------------*/
@media only screen and (min-width:980px){
  .timeservice_howto a img {
    transition: .5s;
  }
  .timeservice_howto a:hover img {
    opacity: .5;
  }
  .timeservice_howto article {
    padding-bottom: 60px;
  }
  .timeservice_howto .heading {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  .timeservice_howto .heading > * {
    display: table-cell;
  }
  .timeservice_howto .heading .number {
    width: 10%;
    vertical-align: top;
  }
  .timeservice_howto .heading .number span {
    display: inline-block;
    width: 60px;
    height: 60px;
    padding: 5px;
  }
  .timeservice_howto .heading > div {
    width: 90%;
    vertical-align: middle;
  }
  
  
  
  
  
  
  
  
  
  
  
  
  
  
}
