/* CSS Document */
body{
  fontFamily : 'Mincho' !important;
}
main{
  background-image: url("../img/pattern/example/type_01.webp");
  background-repeat: repeat;
  background-size: 150px 150px;
  background-position: center;
  box-sizing: border-box;
  width: 100vw !important;
}
body.safari main{
  background-image: url("../img/pattern/example/type_01.png");
}
.wccolumnwrap .wcmaincolumn > *,
.wccolumnwrap .wccolumn:not(.wcmaincolumn){
  padding-left: 0 !important;
  padding-right: 0 !important;
}
/*コンテンツ*/
div.top_img{
  margin-top: calc(var(--headerHeight) * -1);
}
div.contact_list{
  padding: var(--headerHeight) 0;
  width: 100vw;
  box-sizing: border-box;
}
body[wc-view-type="sp"] div.contact_list{
  padding: var(--headerHeight) 1rem !important;
}
body[wc-view-type="tb"] div.contact_list{
  padding: var(--headerHeight) 3rem !important;
}
body[wc-view-type="tb-l"] div.contact_list{
  padding: var(--headerHeight) 5rem !important;
}
body[wc-view-type="pc"] div.contact_list{
}
div.contact_list > p{
  text-align: center;
  line-height: 1.8rem;
  margin-bottom: 3rem;
}
body[wc-view-type="sp"] div.contact_list > p{
  text-align: left;
}
div.contact_list div.form_block{
  background-color: rgba(255,255,255,0.5);
  box-sizing: border-box;
}
body[wc-view-type="sp"] div.contact_list div.form_block{
  padding: 1rem;
}
body[wc-view-type="tb"] div.contact_list div.form_block{
  padding: 2rem;
}
body[wc-view-type="tb-l"] div.contact_list div.form_block{
  padding: 2rem;
}
body[wc-view-type="pc"] div.contact_list div.form_block{
  padding: 2rem;
  width: 800px;
  margin: 0 auto;
}
div.form_block{
}
div.form_block dl{
  margin-bottom: 1.5rem;
}
div.form_block dl dt{
  padding-bottom: 0.5rem;
}
div.form_block dl dd{
}
div.form_block dl dd input{
  height: 40px;
  font-family: 'Mincho' !important;
}
div.form_block dl dd textarea{
  background-color: #fff;
  font-family: 'Mincho' !important;
}
::placeholder{
  color: rgba(0,0,0,0.5);
}
div.soushin{
  display: table;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
div.soushin::after{
  content: "";
  position: absolute;
  z-index: 2;
  width: 2rem;
  height: 1px;
  background-color: #000;
  right: -0.3rem;
  bottom: 0.7rem;
  transform: rotate(45deg);
}
div.soushin button{
  color: #000;
  font-size: 1.2rem;
  padding: 0.75rem 3.5rem 0.25rem 1.5rem;
  background-color: transparent;
  position: relative;
  z-index: 3;
  border-bottom: 1px solid #000;
}
