@charset "UTF-8";

/*CommonCSS_link*/
@import url(base.css);
@import url(common.css);
/*------------------------------------------------------------PageTitle*/
#pagetitle {
    background: url(../img/takumi_img/bg_title.jpg) no-repeat center top;
    background-size: cover;
}
#takumi_info .in_container {
  min-height: 730px;
  background: url(../img/takumi_img/bg_takumi.png) no-repeat center top 35px;
	background-size: 100% auto;
}

.takumi_info_dl dt {
  margin-bottom: 180px;
}

.takumi_info_dl dd {
  line-height: 1.75;
}

.takumi_info_dl2 {
  margin-top: 20px;

}

.takumi_info_dl2 dt {
  color: #181818;
  font-family: 'Noto Sans Medium';
}

.takumi_info_dl2 dt span {
  font-size: 20px;

}

.takumi_info_dl2 dd {
  line-height: 1.75;
}

.price_area {
  margin-top: 10px;
  border-top: 1px dashed #c0bfbf;
  padding-top: 10px;
}

.price_notes {
  margin-bottom: 0.4em;
  font-size: 18px;
  font-family: 'Noto Sans Medium';
  color: #474646;
}

.price_tx {
  font-size: 14px;
  color: #474646;
}

.price_tx span.price {
  font-size: 24px;
  font-family: 'Noto Sans Medium';
  color: #008f40;
}

/* shiyou_area */

#shiyou_area {
  margin: 30px auto 0;
}

#shiyou_area figure {
  margin-bottom: 20px;
}

#shiyou_area figure img {
  margin: 0 auto;
	display: block;
}

#shiyou_area table {
	width: 100%;
  border-collapse: collapse;
  border: 1px solid #ddd;
}

#shiyou_area table th {
  border: 1px solid #ddd;
  font-size: 13px;
  line-height: 1.3;
  padding: 8px 10px;
  text-align: left;
  width: 35%;
}

#shiyou_area table td {
  border: 1px solid #ddd;
  font-size: 13px;
  line-height: 1.3;
  padding: 8px 10px;
  text-align: left;
}

/* takumi_detail */

#takumi_detail dl.dl1 {
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  text-align: left;
}

#takumi_detail .dl1 dt {
  color: #008f40;
  font-size: 18px;
  font-family: 'Noto Sans Medium';
  border-bottom: 1px dashed #c0bfbf;
}

#takumi_detail .dl1 dd {
  clear: both;
  margin: 0 1em;
  padding-top: 0.6em;
  margin-bottom: 2em;
}

#takumi_detail .dl1 dd figure {
  float: right;
  margin-left: 20px;
}
#takumi_detail .bg_box {

}
.dl2 {
text-align: center;
  margin: 0 auto;

}

.dl2 dt {
  font-size: 0.9em;
}

.dl2 dd {
  font-size: 0.9em;
  line-height: 1.5;
}

.dl2 dd strong {
  display: inline-block;
  font-family: 'Noto Sans Medium';
  font-size: 1.2em;

}

@media all and (-ms-high-contrast:none) {
  .dl2 dd strong {
    font-family: "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
}

/* learn_info */
#learn_info{}
#learn_info .subtitle{
  margin: 0 auto;
  width: 75%;
  position: relative;
  z-index: 99;
  background: #181818;
}
.learn_notes{
  background: #efefef;
  position: relative;
  top: -25px;

  padding: 3em 1em 1em;
}
.learn_notes h3{
  margin-bottom: 0.5em;
  color: #008f40;
  font-size: 18px;
  font-family: 'Noto Sans Medium';
}
.learn_notes dl dt{
width: 6em;
  float: left;
  text-align: right;
}
.learn_notes dl dd{
  margin: 0 0 0 7em;
  text-align: left;
}

.learn_sch dl {
  background: rgba(255, 246, 206, 0.54);
  margin: 0 auto 1em;
  padding:0.7em 1em 1em;
  border-top: 5px solid #007434;
}
.learn_sch dt{
    font-size: 16px;
  font-family: 'Noto Sans Medium';
  color: #007b37;
  border-bottom: 2px dotted rgba(0, 143, 64, 0.27);
  text-align: left;
	padding-bottom: 10px;
}
.learn_sch dd{
  margin: 0 1em;
  text-align: left;
}
.price_dd{
  margin-top: 1em;
  padding-top: 0.5em;
  font-size: 14px;
    font-family: 'Noto Sans Medium';
  color: #c33400;
  text-align: left;

}
.price_dd span{
  font-size: 1.3em;
}
.learn_attention{
  margin: 10px auto ;
  padding: 1em;
}
.learn_attention .kome{
  color: #dd0000;
}

.go_list_btn {
  text-align: center;
  padding: 1em;
  display: inline-block;
  background: #008f40;
  z-index: 9999;
  color: #fff;
  cursor: pointer;
  box-shadow: 0px 7px 0px -3px #ddd;
}

.go_list_btn a {
  color: #fff;
  text-decoration: none;
}

.go_list_btn:hover {
  background: #9f9f9f;
  top: 51%;
  box-shadow: none;
  transition: 0.2s;
}

.go_list_btn span {
  display: inline-block;
  margin: 0 0.1em;
  font-size: 1.3em;
  font-family: 'Noto Sans Medium';
  color: #190a01;
}

.go_list_btn::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 17px;
  background: url(../img/info_img/arrow.png) no-repeat 0 0;
  position: absolute;
  top: 50%;
  right: 3%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
