@charset "UTF-8";
/* 明朝体 */
/* ゴシック体 */
/* ゴシック体 */
/*! このファイルを変更する場合は「.scss」から変更して下さい */
/*! 「.scss」ファイルがつかえない場合はcustom.cssを変更する */
/*! このファイルを変更する場合は「.scss」から変更して下さい */
/*! 「.scss」ファイルがつかえない場合はcustom.cssを変更する */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;700;900&display=swap");
body {
  font-family: "Noto Sans JP", Verdana, Roboto, "Droid Sans", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
  background-color: #fff;
  font-size: 1.2rem;
  -webkit-text-size-adjust: 100%;
  line-height: 1.8em;
}

html {
  font-size: 10px;
  overflow-y: scroll;
}

ul li, ol li {
  margin: 0px;
  padding: 0px;
}

ul {
  list-style: none;
}

img {
  vertical-align: bottom;
  border: none;
}

hr {
  border: none;
  border-bottom: 1px dashed #eeeeee;
  margin: 10px 0px;
}

a {
  text-decoration: none;
}

p {
  margin: 0 0 15px 0;
}

/*共通デザイン*/
.btnMore {
  text-align: center;
}

.boxPink {
  background: linear-gradient(#a68981, #e2d5d1);
  padding: 3px; /* 線幅 */
  box-sizing: border-box;
  text-align: center;
}
.boxPink figcaption, .boxPink h3 {
  font-size: 18px;
  color: #9e3250;
  margin-bottom: 17px;
  font-family: "游明朝体", "Yu Mincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.boxPink .boxPinkInner {
  box-sizing: border-box;
  background-color: #FBEEDE;
}

.styleTable table {
  width: 100%;
  margin-bottom: 20px;
}
.styleTable tr {
  width: 479px;
  height: 52px;
}
.styleTable tr:nth-child(odd) {
  background: #f2f2f2;
}
.styleTable td {
  vertical-align: middle;
  font-size: 13px;
  font-family: "Noto Sans JP", Verdana, Roboto, "Droid Sans", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
}

.brownBox {
  padding: 20px;
  background: url(../images/common/bg_brownMeshBox.jpg);
}
.brownBox .brownBoxInner {
  padding: 30px;
  background: #fff;
  box-shadow: rgba(66, 55, 40, 0.631373) 0px 0px 15px 0px;
  -webkit-box-shadow: rgba(66, 55, 40, 0.631373) 0px 0px 15px 0px;
  -moz-box-shadow: rgba(66, 55, 40, 0.631373) 0px 0px 15px 0px;
}
.brownBox dl {
  font-family: "Noto Sans JP", Verdana, Roboto, "Droid Sans", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 14px;
  line-height: 1.8;
}
.brownBox dt {
  color: #9e3250;
  margin-bottom: 10px;
  font-weight: bold;
}
.brownBox dd {
  border-bottom: 2px solid #9e3250;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.brownBox dd:last-of-type {
  border-bottom: none;
}

/* 汎用*/
.base {
  position: relative;
  top: 0px;
  left: 0px;
}

.bold {
  font-weight: bold;
}

.mb12 {
  margin-bottom: 12px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.ml10 {
  margin-left: 10px;
}

.ml20 {
  margin-left: 20px;
}

.ml30 {
  margin-left: 30px;
}

.fL {
  float: left;
}

.fR {
  float: right;
}

.txtAln {
  text-align: center;
}

.txtRight {
  text-align: right;
}

.fontRed {
  color: #9e3250;
}

.dspN {
  display: none;
}

.inner {
  width: 1000px;
  margin: 0 auto;
}

.font22 {
  font-size: 22px;
}

.font27 {
  font-size: 27px;
}

/* For modern browsers */
.cf:before {
  content: "";
  display: table;
}

.cf:after {
  content: "";
  display: table;
  clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
  zoom: 1;
}

.clear {
  clear: both;
}

.clear hr {
  display: none;
}