@charset "utf-8";

* {
  margin: 0;
  padding :0;
  color: #333;
  font-family: "ヒラギノ角ゴ ProN","Hiragino Kaku Gothic ProN","メイリオ","Meiryo",sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  line-height: 160%;
  text-decoration: none;
  word-break: break-all;
}

a {
  text-decoration: none;
}

li {
  list-style-type: none;
}

input[type="submit"]:hover ,
label {
  cursor: pointer;
}

label input {
  vertical-align: middle;
}

img {
  line-height: 1em;
}

/*---------------------------------*/
body {
  background: #fff;
}


#wrap {
  width: 100%;
  overflow: hidden;
}

#main {
}


/* header */
/*---------------------------------*/
#header {
  max-width: 1086px;
  margin: 0 auto 35px;
}

@media screen and (max-width: 950px) {
  #header {
    padding: 0 10px;
  }
}

#header h1 {
  max-width: 950px;
  margin: 0 auto 10px;
  font-size: 10px;
  line-height: 1em;
}

#header ul {
  max-width: 950px;
  overflow: hidden;
  margin: 0 auto 5px;
}

#header li:first-child {
  float: left;
}

#header li:last-child {
  float: right;
}

@media screen and (max-width: 460px) {
  #header li img {
    width: auto;
    height: 30px;
  }
}


/* point */
/*---------------------------------*/
#point {
  width: 950px;
  background-image: url(../img/pc/3point_bg_lt.png), url(../img/pc/3point_bg_rt.png), url(../img/pc/3point_bg_rb.png), url(../img/pc/3point_bg_lb.png);
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-position: left top, right top, right bottom, left bottom;
  margin: 0 auto 40px;
  padding: 50px 75px 55px;
  box-sizing: border-box;
}

#point h2 {
  text-align: center;
}

#point dt {
  margin-top: 35px;
}

#point dd p {
  font-size: 18px;
}


/* what_is case-study */
/*---------------------------------*/
#what_is,
#case-study {
  width: 950px;
  margin: 0 auto 40px;
}


/* detail */
/*---------------------------------*/
#detail {
  width: 950px;
  margin: 0 auto 80px;
}

#detail h2 {
  margin-bottom: 15px;
}

#detail .image {
  margin-bottom: 30px;
  text-align: center;
}

#detail .point {
  background: #D9E7FB;
}

#detail h3 {
  padding: 30px 0 15px;
  text-align: center;
}

#detail dl.left {
  float: left;
  width: 470px;
  padding-left: 50px;
  box-sizing: border-box;
}

#detail dl.right {
  float: right;
  width: 470px;
  padding-right: 50px;
  box-sizing: border-box;
}

#detail dl.left p,
#detail dl.right p {
  padding: 10px 20px 30px;
  font-size: 18px;
  font-weight: bold;
}

#detail .answer {
  clear: both;
  background: url(../img/pc/detail_bg.png) repeat 0 0;
  padding: 20px;
  text-align: center;
}


/* price */
/*---------------------------------*/
#price {
  width: 950px;
  margin: 0 auto 40px;
}

#price h2 {
  margin-bottom: 15px;
}

#price .course {
  margin-bottom: 40px;
}

#price .course p {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

#price .check_point {
  width: 800px;
  background: #D9E7FB;
  margin: 0 auto 40px;
  padding: 20px;
  box-sizing: border-box;
}

#price .check_point h3 {
  margin-bottom: 20px;
  text-align: center;
}

#price .check_point dt {
  background: url(../img/pc/price_ico_check.png) no-repeat left center;
  padding-left: 23px;
  font-size: 18px;
  font-weight: bold;
}

#price .check_point dd {
  background: url(../img/pc/price_ico_arrow.png) no-repeat left center;
  margin-left: 23px;
  margin-bottom: 10px;
  padding-left: 23px;
  font-size: 18px;
}

#price .plan {
  margin-bottom: 40px;
}

#price .plan h3 {
  font-size: 20px;
  font-weight: bold;
}

#price .plan table {
  width: 100%;
  margin-bottom: 10px;
  border-collapse: separate;
  border-spacing: 2px;
}

#price .plan table th,
#price .plan table td {
  padding: 5px 7px;
  box-sizing: border-box;
}

#price .plan table tr:first-child th {
  padding: 10px 7px;
}

#price .plan table th {
  background: #4387E9;
  color: #fff;
}

#price .plan table th.ikkatsu {
  background: #699FED;
}

#price .plan table th.bunkatsu {
  background: #7BABF0;
}

#price .plan table td {
  width: 22%;
  background: #ECF3FD;
  text-align: right;
}

#price .plan p.footer {
  font-size: 18px;
}


/* price2 */
/*---------------------------------*/
#price2 {
  width: 950px;
  margin: 50px auto -30px;
}


/* flow */
/*---------------------------------*/
#flow {
  width: 950px;
  margin: 0 auto 40px;
}

#flow h2 {
  margin-bottom: 15px;
}

#flow .inner {
  width: 898px;
  margin: 0 auto;
}

#flow .upper_mess {
  margin-bottom: 20px;
  font-size: 20px;
}

#flow h3 {
  background: #4387E9;
  margin-top: 40px;
  margin-bottom: 10px;
  padding: 20px;
}

#flow .image_sample {
  margin-top: 15px;
  text-align: center;
}


/* faq */
/*---------------------------------*/
#faq {
  width: 950px;
  margin: 0 auto;
}

#faq h2 {
  margin-bottom: 15px;
}

#faq dt,
#faq dd {
  padding: 10px 10px 10px 58px;
  font-size: 20px;
  line-height: 1.4em;
}

#faq dt {
  background: #4387E9 url(../img/pc/faq_ico_q.png) no-repeat left 10px center;
  color: #fff;
}

#faq dd {
  background: #F0F0E1 url(../img/pc/faq_ico_a.png) no-repeat left 10px top 10px;
}

#faq dd .pickup {
  display: inline-block;
  margin: .5em 0;
  padding: .5em;
  border: 1px solid #333;
  font-size: inherit;
}


/* footer */
/*---------------------------------*/
footer {
  max-width: 800px;
  overflow: hidden;
  margin: 0 auto;
  padding: 0 0 15px;
  text-align: center;
}

footer small {
  display: block;
  margin-top: 15px;
  font-size: 12px;
}

footer div {
  width: 390px;
  margin: 30px auto 0;
  box-sizing: border-box;
  text-align: left;
}

footer .imi {
  background: url(../img/logo_imi.png) no-repeat left;
  padding-left: 115px;
}

footer div dl {
  padding-bottom: 5px;
}

footer div dt {
  margin-bottom: 3px;
  font-size: 12px;
}

footer div dd {
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 1.2em;
}

footer div dd br {
  line-height: 0;
}

footer div dd a {
  color: #33A888;
  text-decoration: underline;
}

footer div li {
  font-size: 10px;
  line-height: 1.2em;
}


/* banner */
/*---------------------------------*/
#banner {
  display: table;
  max-width: 930px;
  overflow: hidden;
  margin: 10px auto;
}

#banner li {
  float: left;
  margin: 5px;
}


/* btn_inquiry */
/*---------------------------------*/
.btn_inquiry {
  width: 690px;
  overflow: hidden;
  margin: 45px auto 50px;
}

.btn_inquiry li {
  width: 340px;
  height: 130px;
}

.btn_inquiry li:first-child {
  float: left;
  background: url(../img/btn_ceramic1_on.png) no-repeat center center;
}

.btn_inquiry li:last-child {
  float: right;
  background: url(../img/btn_ceramic2_on.png) no-repeat center center;
}


/* navigation */
/*---------------------------------*/
#navigation {
  background-color: rgba(67, 135, 233, 0.6);
  margin-bottom: 40px;
}

#navigation ul {
  width: 940px;
  height: 67px;
  overflow: hidden;
  margin: 0 auto;
  padding: 15px 0;
}

#navigation li {
  float: left;
  margin: 0 5px;
}


/*---------------------------------*/
#page_top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 20;
  cursor: pointer;
}

@media screen and (max-width: 700px) {
  #page_top {
    bottom: 10px;
    right: 10px;
  }
}