@charset "UTF-8";

@import url(all.min.css);

/* CSS Document */
body {
  height: 100%;
  font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', YuGothic, 'Yu Gothic', sans-serif;
  font-size: 16px;
  color: #000;
  background-image: url("../img/bg_bottom.png");
  background-repeat: no-repeat;
  background-position: bottom;
  background-color: #ece5dd;
  -webkit-text-size-adjust: 100%;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* ＝＝＝＝＝＝＝共通スタイル＝＝＝＝＝＝＝＝＝ */
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

a img:hover {
  opacity: 0.8;
}

img {
  -webkit-backface-visibility: hidden;
  height: auto;
  vertical-align: bottom;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt100 {
  margin-top: 100px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb100 {
  margin-bottom: 100px;
}

.align_right {
  text-align: right;
  font-size: 12px;
}

.align_center {
  text-align: center;
}

absolute

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* ＝＝＝＝＝＝＝スタイル＝＝＝＝＝＝＝＝＝ */
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
#container {}

#wrapper {
  width: 100%;
  margin: 0 auto;
}

/* ＝＝＝＝＝＝＝ファーストビュー＝＝＝＝＝＝＝＝＝ */
header#fv {
  background-image: url("../img/bg_fv.png");
  background-repeat: no-repeat;
  background-position: center top;
  height: 900px;
  box-sizing: border-box;
}

.fv_inner {
  width: 1000px;
  margin: 0px auto 350px;
  box-sizing: border-box;
}

.fv_tocontact_inner {
  width: 1000px;
  margin: 0px auto;
  box-sizing: border-box;
}

.fv_tocontact_inner .fv_tocontact {
  box-sizing: border-box;
}

/* ＝＝＝＝＝＝＝メインコンテンツ＝＝＝＝＝＝＝＝＝ */
/*メイン*/
.contentarea_inner {
  width: 1000px;
  height: 100%;
  margin: 0px auto 0px;
  font-size: 1.6rem;
  box-sizing: border-box;
}

/*こんなお悩みご相談ください*/
.content_worries {
  box-sizing: border-box;
}

.wrap_recommend_box {
  margin-bottom: 50px;
}

.recommend_box {
  position: relative;
  text-align: center;
  margin: 0 auto;
  background-color: #fff;
  border: 2px solid #000;
  text-align: center;
  padding: 50px 0 30px;
  margin: 300px 0 0;
  box-sizing: border-box;
}

.recommend_box .abso {
  position: absolute;
  top: -280px;
  left: 43px;
}

/*カタログ製作の流れ*/
.step_box {
  text-align: center;
  margin: 0 auto 50px;
  background-color: #fff;
  border: 2px solid #000;
  text-align: center;
  padding: 0;
  box-sizing: border-box;
}

.step_box h2 {
  background-color: #000;
  color: #fff;
  font-size: 25px;
  letter-spacing: 10px;
  padding: 15px 0;
  text-align: center;
}

.step_box .step_img {
  padding: 30px 0;
  margin: 0 auto;
  text-align: center;
}

/*カタログ制作サンプル*/
.sample_box {
  text-align: center;
  margin: 0 auto 50px;
  background-color: #fff;
  border: 2px solid #000;
  text-align: center;
  padding: 0 0 30px;
  box-sizing: border-box;
}

.sample_box h2 {
  background-color: #000;
  color: #fff;
  font-size: 25px;
  letter-spacing: 10px;
  padding: 15px 0;
  text-align: center;
}

.sample_box .sample {
  display: flex;
  box-sizing: border-box;
  padding: 30px 0;
  margin-bottom: 20px;
}

.sample .sample_item {
  width: 50%;
  text-align: center;
  padding: 0 20px;
  border-right: 2px dotted #000;
  font-size: 16px;
  box-sizing: border-box;
}

.sample .sample_item:last-of-type {
  border-right: none;
}

.sample_item .txtlink {
  margin: 20px 0 30px;
}

.sample_item .txtlink a {
  text-decoration: none;
  color: #000;
}

.sample_item .txt {
  margin-top: 20px;
  line-height: 1.8;
}

.sample_box .notes {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: 50px;
}

/*カタログ掲載サービス*/
.service_box {
  position: relative;
  text-align: center;
  margin: 0 auto 50px;
  background-color: #fff;
  border: 2px solid #000;
  text-align: center;
  padding: 0;
  box-sizing: border-box;
}

.service_box h2 {
  position: absolute;
  top: -26px;
  left: 40px;
}

.service_box .service_img {
  padding: 200px 0 30px;
  margin: 0 auto;
  text-align: center;
}

/*カタログ製作の流れ*/
.contact_box {
  position: relative;
  text-align: center;
  margin: 0 auto 50px;
  background-color: #fff;
  border: 2px solid #000;
  text-align: center;
  padding: 0;
  box-sizing: border-box;
}

.contact_box .tit {
  background-color: #000;
  padding: 25px 60px 25px;
  text-align: left;
}

.contact_box .tit h2 {
  color: #fff;
  font-size: 40px;
  letter-spacing: 5px;
}

.contact_box .contact_img {
  position: absolute;
  top: -40px;
  right: 13px;
}

.contact_box .contact_form {
  width: 700px;
  text-align: left;
  margin: 0 auto;
  padding: 40px 0 30px;
}

.contact_form dl.contact_info {}

dl.contact_info dt {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 5px;
  position: relative;
}

dl.contact_info dt span{
 position: absolute;
 right: 15px;
 background-color: #ed5b0b;
 color: #fff;
 border-radius: 5px;
 font-size: 14px;
 padding: 5px;
}

dl.contact_info dd {
  margin-bottom: 20px;
}

dl.contact_info dd:last-of-type {
  margin-bottom: 0;
}

.form_notes {
  text-align: center;
  line-height: 1.5;
  margin-top: 20px;
  font-size: 16px;
}

/*input枠*/
input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=url],
input[type=number] {
  width: 100%;
  padding: 10px;
  border-radius: 10px;
  border: 1px #e2e0de solid;
  font-size: 18px;
  box-sizing: border-box;
  line-height: 1.2;
}

input[type="text"]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=number]:focus {
  outline: 0;
}

input[type=button],
button[type=submit],
button[type=button] {
  outline: 0;
}

input::placeholder, textarea::placeholder {
  color: #ccc;
}

/*textarea*/
textarea {
  padding: 10px;
  width: 100%;
  font-size: 16px;
  box-sizing: border-box;
  border-radius: 5px;
  border: 1px #e2e0de solid;
  height: auto;
  min-height: 100px;
}

/*buttonデザイン*/
button.btn {
  cursor: pointer;
  color: #fff;
  background-color: #c30506;
  border: none;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  display: block;
  max-width: 500px;
  width: 100%;
  padding: 20px;
  line-height: 46px;
  font-size: 28px;
  font-weight: bold;
  margin: 20px auto 0;
  text-align: center;
  box-sizing: border-box;
}

/*フッター*/
footer {
  padding: 20px 0 !important;
}

.copyright {
  font-size: 12px;
  text-align: center;
  color: #fff;
}


/*PAGE TOP*/
#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 20px;
  bottom: 50px;
  background: #000;
  border-radius: 50%;
  z-index: 20;
}

#page_top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}

#page_top a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f106";
  /*アイコン*/
  font-weight: bold;
  font-size: 3rem;
  color: #fff;
  /*アイコンの色*/
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

/************完了画面************/
body#end_completion{
  height: 100%;
  font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', YuGothic, 'Yu Gothic', sans-serif;
  font-size: 16px;
  background-image: none;
  color: #000;
  padding: 100px 0;
  background-color: #ece5dd;
  -webkit-text-size-adjust: 100%;
}

.completion h1{
  padding: 100px 20px 0;
  text-align: center;
  font-size: 40px;
  line-height: 1.4;
}

.completion_txt{
  padding: 100px 20px 50px;
  text-align: center;
  line-height: 1.4;
  font-size: 20px;
}

.windowclose{
  padding: 30px 20px;
  text-align: center;
}

.windowclose button.close {
  cursor: pointer;
  color: #fff;
  box-sizing: border-box;
  width: 100%;
  max-width: 200px;
  padding: 0 10px;
  margin-bottom: 100px;
  border: 2px solid #333;
  background: #333;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  text-decoration: none;
}

.windowclose button.close .button {
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 100%;
  padding: 15px 15px 15px;
}

body#end_completion .copyright {
  font-size: 12px;
  text-align: center;
  color: #000;
}
/************同意追記20220302************/
dl.contact_info dd.consent{
margin-bottom: 60px;
}

dd.consent iframe{
width: 100%;
height: 150px;
padding: 15px;
border: 1px solid #e2e0de;
margin-bottom: 20px;
box-sizing: border-box;
}

.consent_check{
text-align: center;
margin: 0 auto;
}

.consent_check label{
font-size:20px;
}

/*checkbox（同意）*/
.consent_check input[type="checkbox"]{
width: 30px;
height: 30px;
margin: 0px 5px 0px 0px;
vertical-align: middle;
}