@charset "UTF-8";

/*
=====================================================================
ご近所月報 下層ページ css
=====================================================================
*/

/* お問い合わせ共通 */
#otegamiWrap h2{
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  margin-bottom: 60px;
  text-align: center;
}

#otegamiWrap p{
  font-size: 1.6rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  margin-bottom: 40px;
}

.smf-button-control{
  margin: 0 !important;
}

.smf-action .smf-button-control__control[data-action="confirm"],
.smf-action .smf-button-control__control[data-action="complete"] {
  border: none;
  width: 100%;
  background: #222;
  font-size: 1.6rem;
  font-family: "Zen Kaku Gothic New", sans-serif !important;
  font-weight: 500;
  text-align: center;
  color: #fff;
  padding: 20px 0;
  box-sizing: border-box;
  margin: 0 !important;
}

.smf-action .smf-button-control__control[data-action="back"] {
  border: none;
  width: 100%;
  background: #ea4e14;
  font-size: 1.6rem;
  font-family: "Zen Kaku Gothic New", sans-serif !important;
  font-weight: 500;
  text-align: center;
  color: #fff;
  padding: 20px 0;
  margin:0 0 20px 0 !important;
  box-sizing: border-box;
}

.wp-block-snow-monkey-forms-item{
  margin-bottom: 60px;
}

.smf-item__label{
  margin-bottom: 8px;
}

.smf-item__label__text{
  font-size: 1.6rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}

input.smf-text-control__control{
  border: 1px solid #ccc;
  width: 100%;
  padding: 8px;
  box-sizing: border-box;
  font-size: 1.6rem;
}

textarea.smf-textarea-control__control{
  border: 1px solid #ccc;
  width: 100%;
  height: 200px;
  padding: 8px;
  box-sizing: border-box;
  font-size: 1.6rem;
}

.smf-placeholder{
  font-size: 1.6rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}

/* not foud */
#notfoundWrap{
  width: 60%;
  margin: 0 auto;
}

#notfoundWrap h2{
  font-size: 2.0rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  margin-bottom: 40px;
}


#notfoundWrap p{
  font-size: 1.6rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  margin-bottom: 40px;
}

p.homeBack{
  margin-top: 60px;
  text-align: center;
}

/* ============================================================================================== */
@media screen and  (min-width:769px) {

#otegamiWrap{
  width: 600px;
  margin: 0 auto;
  padding-bottom: 40px;
}

#otegamiWrap h2{
  font-size: 3.2rem;
}

#notfoundWrap{
  text-align: center;
}

}

/* ============================================================================================== */
@media screen and  (max-width:768px) {


#otegamiWrap{
  width: 90%;
  margin: 0 auto;
  padding-bottom: 40px;
}

#otegamiWrap h2{
  font-size: 2.4rem;
}


}



















