/* CSS Document */
.page_inner {
	max-width:1200px;
	margin:0 auto;
	width:calc(100% - 40px);
}

.content-area {
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
}
.sec-inner {
  max-width: 1240px;
  margin: 0 auto;
  width: calc(100% - 20px);
}

.sec-head {
  background: linear-gradient(to right,  rgba(79,40,0,1) 0%,rgba(121,80,0,1) 50%,rgba(79,40,0,1) 100%);
  padding: 25px 0;
}

.sec-head > h2 > span {
  color: #FFF;
  display: block;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.sec-head > h2 > span:first-child {
  font-size: 24px;
  font-weight: 500;
}
.sec-head > h2 > span:last-child {
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width:767px) {
  .sec-head {
    padding: 35px 0;
  }
}

#t_outline .t_outline_caption {
  font-size: 20px !important;
  padding: 5px;
  border-bottom: 1px solid #333;
  margin: 100px 0 20px 0;
}
@media screen and (max-width: 480px) {
  #t_outline .t_outline_caption {
    font-size: 18px !important;
    padding: 5px 0;
    margin-bottom: 10px;
  }
}
#t_outline table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  border: none !important;
}
#t_outline table:not(:last-child) {
  margin-bottom: 30px;
}
#t_outline th, #t_outline td {
  font-size: 15px;
  border: none !important;
  border-bottom: 1px dotted #999 !important;
  text-align: left;
  padding: 15px;
  line-height: 1.4;
}
@media screen and (max-width: 960px) {
  #t_outline th, #t_outline td {
    font-size: 14px;
    padding: 12px 15px;
  }
}
@media screen and (max-width: 768px) {
  #t_outline th, #t_outline td {
    display: block;
    border: none;
    border-bottom: 1px dotted #999 !important;
  }
}
@media screen and (max-width: 480px) {
  #t_outline th, #t_outline td {
    padding: 12px 0;
  }
}
#t_outline th {
  width: 30%;
  text-align: left;
  border-top: none;
  border-left: none;
  border-right: none;
}
@media screen and (max-width: 768px) {
  #t_outline th {
    padding: 12px 15px 0;
    text-align: left;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  #t_outline th {
    padding: 20px 0 5px;
  }
}
#t_outline td {
  width: 70%;
}
@media screen and (max-width: 768px) {
  #t_outline td {
    width: 100%;
    border-bottom: solid 1px #999!important;
    padding-bottom: 20px;
		height: auto;
  }
}

#t_outline ul {
  list-style-type: none;
  margin: 10px 0px;
  font-size: 12px;
  padding: 0px;
}
#t_outline ul li {
  list-style-type: none;
  padding: 0px;
}
#t_outline ul li strong {
  font-weight: bold;
}

#t_outline .t_outline_caption {
  font-size: 100%;
}

/*----------------------------------------
 main_title
----------------------------------------*/

.main_head {
  padding : 30px 0;
  text-align : center;
  font-family: "Noto Serif JP","æ¸¸æ˜Žæœä½“", "Yu Mincho", YuMincho, "ãƒ’ãƒ©ã‚®ãƒŽæ˜Žæœ Pro", "Hiragino Mincho Pro", "MS Pæ˜Žæœ", "MS PMincho", serif;
  font-weight: 300;
  letter-spacing : 0.3em;
}

.main_head span {
  display : block;
}

.main_head span.en {
  font-size : 30px;
}

.main_head span.jp {
  font-size : 15px;
}

.access_tel_box {
  display: none;
}

.outline-dummy {
	font-size : 20px;
	text-align : center;
	color : #ff0000;
}

.outline_box {
  margin-bottom : 40px;
}

#outline_b10 td {
  height : auto!important;
}
/*# sourceMappingURL=outline.css.map */
