body {
min-width: 1200px !important;
}

table.tbl_calendar {
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
}
table.tbl_calendar caption{
  font-weight: bold;
  margin: 10px auto;
}

.fav-item{
  position: absolute;
  right: 25px;
  top: 10px;
}
.fav-item button {
    animation: none;
    border: none;
    background: none;
    padding: 0;
    color: rgba(0,0,0, 0.5);
   cursor: pointer;
}
.fav-item button.is-added {
    color: rgba(255, 115, 115, 0.5);
}

#favoliteSection{
  margin-top:80px;
}
.sns{
display: contents;
}
.footer_sns {
 width: 100%;
display: flex;
justify-content: flex-end;
list-style: none;
margin-bottom: 20px;
}
.footer_sns li {
margin-right: 10px;
}
.footer a {
color: #666;
}

.footer_sns img {
width: 30px;
}
.hdrSearch--toggle .hdrSearch__wrap form {
  width: 100% !important;
}

/* TOPへ戻るボタン　四角＆テキスト表示に対応 */
#toTop.toTop--square a {
    border-radius: 100px;
}
#toTop a {
  width: 100px!important;
  height: 40px!important;
  padding-top: 0!important;
}
#toTop a::after {
  content: none!important;
}

/* フリーページ */
.freePage_wrap{
	font-size:1.3em;
    width: 90%!important;
    margin-top: 15px;
}
.freePage_wrap h2{
	font-size:1.5em;  
}
.freePage_wrap p{
	font-size:1.1em;  
}
.fp_secwrap h4{
  font-size:16px;
  line-height: 24px;
    margin-bottom: 20px;
    text-align: left;
    letter-spacing: 3px;
    font-weight: 700;
    font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.fp_secwrap h5{
  font-size:16px;
  line-height: 24px;
    margin-bottom: 20px;
    text-align: left;
    letter-spacing: 3px;
    font-weight: 700;
    font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.fp_secwrap p{
  font-size:14px;
}
.freePage_wrap a{
  display: block;
  color: #757474;
  text-decoration: underline;
  margin-bottom: 24px;
  line-height: 20px;
}
.mailerrlist {
  margin: 0px 0px 20px 10px;;
  padding: 0;
  list-style: none;
}
.mailerrlist li a {
  display: block;
  font-size: 14px;
  line-height: 24px;
  vertical-align: middle;
  margin-bottom: 5px;
}

/* Freepage */
.flow > li {
    width: 50vw;
  position: relative;
  list-style-type: none;  
    margin: 2em;
    margin-left: auto;
    margin-right: auto;
  line-height: 1.5em;
}
.flow > li:not(:last-child) {
  margin-bottom: 40px;
}
/*.flow > li:not(:first-child)::before {
  content: "";
  height: 60px;
  display: block;
  border-left: 4px dotted #e5e5e5;
  position: absolute;
  top: -40px;
  left: -webkit-calc(10% + 30px - 2px);
  left: calc(10% + 30px - 2px);
  z-index: 10;
}*/
.flow > li dl {
  width: 100%;
  padding: 20px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #777777;
  border-radius: 10px;
  position: relative;
}
.flow > li:not(:last-child) dl::before,
.flow > li:not(:last-child) dl::after {
  content: "";
  border: solid transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.flow > li:not(:last-child) dl::before {
  border-width: 22px;
  border-top-color: #777777;
}
.flow > li:not(:last-child) dl::after {
  border-width: 20px;
  border-top-color: #fff;
}
.flow > li dl dt {
  font-size: 20px;
  font-weight: 600;
  color: rgb(107,144,219);
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  margin-right: 2vw;
  text-align: center;
}
.flow > li dl dt .icon {
  font-size: 12px;
  color: #fff;
  background: rgb(107,144,219);
  background: -moz-linear-gradient(left, rgba(107,144,219,1) 0%, rgba(102,213,233,1) 100%);
  background: -webkit-linear-gradient(left, rgba(107,144,219,1) 0%,rgba(102,213,233,1) 100%);
  background: linear-gradient(to right, rgba(107,144,219,1) 0%,rgba(102,213,233,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b90db', endColorstr='#66d5e9',GradientType=1 );
  padding: 5px 10px;
  display: block;
  border-radius: 20px;
  position: relative;
  z-index: 100;
}

.box-text-notice {
    position: relative;
    border: 3px double #da4033;
    border-radius: 5px;
    margin: 20px 0;
    padding: 20px;
    text-align: center;
    line-height: 1.5em;
}
.box-text-notice::before {
    content: "！注意事項！";
    position: absolute;
    background-color: #fff;
    color: #da4033;
    font-weight: bold;
    left: 20px;
    top: -23px;
    padding: 10px;
}

#container.topPage {
    margin-top: 0px;
    position: relative;
    top: 190px;
}


#container:not(.topPage){
    margin-top: 0px!important;
    overflow: hidden;
/*    position: relative;
    top: 190px;*/
}
