/*
Theme Name: GeneratePress-child
Version: 1.1
*/

 html, body {
       height: 100%;
       margin: 0;
   }

body{
    padding: 0;
    margin: 0;
    height: 100%;
	font-size: 16px;
    font-family: 'Times New Roman', Times, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    line-height: 1.1;
    font-feature-settings: "palt";
	font-weight:500;
	color:#000;
	background-color:#fff;
}

.bgtop{
    background-image: url(http://plain-design.jp/gerald/wp-content/uploads/2026/01/download.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    margin: 0;
    padding: 0;
    height: 100%;
}

.topwaku {
	width:100%;
	padding:0 20px;
    max-width: 700px;
    padding-bottom: 20px;
}

.topcenter {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 100%;
}

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


a:hover, a:focus {
  text-decoration: none;
  color: #999;
}

.mobmenu {
  display: none;
}

.col {
    display: block;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 1%;
    padding-left: 1%;
    min-height: 1px;
    word-break: break-all;
}

.col-lg-12 {
    width: 100%;
}

.pc {
  display: block;
}
.mobile {
  display: none;
}

.site-main{
	line-height:2em;
	font-size:14px;
}

h1 {
    font-size: 28px;
    margin-bottom: 20px;
    line-height: 1.2em;
    font-weight: 400;
    text-transform: none;
}


.topmenu {
  display: inline-block;
  padding: 4px;
  margin: 0 auto 5px;
}

.width100 {
  display: block;
  width: 100%;
}

.clearfix::after {
  content: "";
  display: block;
  height: 1px;
  clear: both;
}

.inside-article{
	width:100%;
	padding:0 20px;
	max-width:1000px;
	text-align:center;
	margin:0 auto;
}

.alial {
  font-family: 'VT323', monospace;
  font-weight: 400;
  font-style: normal;
}


.chath {
  font-family: 'Chathura', sans-serif;
}

.mintyo {
  font-family: 'Times New Roman', Times, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.1;
}

.pad_head {
    padding: 20px 30px 0 0;
}
.txt_r {
    text-align: right;
}

.tooltip3 {
  position: relative;
  cursor: pointer;
  float: left;
  display: inline-block;
  width: 35px;
  text-align: center;
}
.tooltip3 p {
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
.description3 {
  display: none;
  position: absolute;
  padding: 5px 10px;
  font-size: 11px;
  line-height: 1.6em;
  color: #fff;
  border-radius: 5px;
  background: #000;
  width: 80px;
}
.description3:before {
  content: "";
  position: absolute;
  top: -24px;
  right: 30%;
  border: 15px solid transparent;
  border-top: 15px solid #000;
  margin-left: -15px;
  transform: rotateZ(180deg);
}
.tooltip3:hover .description3 {
  display: inline-block;
  top: 30px;
  left: -23px;
}
.pull-right {
    float: right;
}

.topfooter {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: auto;
}

.ls_1 {
  letter-spacing: 0.1rem;
}

.ls_2 {
  letter-spacing: 0.2rem;
}

.txt_l {
  text-align: left;
}

.txt_c {
  text-align: center;
}

.txt_r {
  text-align: right;
}

.txt_fwn {
  font-weight: normal;
}

.txt_fwb {
  font-weight: bold;
}

.txt_10 {
  font-size: 10px;
}

.txt_11 {
  font-size: 11px;
}

.txt_12 {
  font-size: 12px;
}

.txt_13 {
  font-size: 13px;
}

.txt_14 {
  font-size: 14px;
}

.txt_16 {
  font-size: 16px;
}

.txt_18 {
  font-size: 18px;
}

.txt_20 {
  font-size: 20px;
}

.txt_22 {
  font-size: 22px;
}

.txt_24 {
  font-size: 24px;
}

.txt_26 {
  font-size: 26px;
}

.txt_28 {
  font-size: 28px;
}

.txt_32 {
  font-size: 32px;
}

.txt_36 {
  font-size: 36px;
}

.txt_40 {
  font-size: 40px;
}

.txt_42 {
  font-size: 42px;
}

.txt_50 {
  font-size: 50px;
}

.txt_55 {
  font-size: 55px;
}

.txt_60 {
  font-size: 60px;
}

.txt_70 {
  font-size: 70px;
}


/* line-height */

.lh_1 {
  line-height: 1.3em;
}

.lh_15 {
  line-height: 1.6em;
}

.lh_2 {
  line-height: 2em;
}

.lh_3 {
  line-height: 3em;
}

.lh_4 {
  line-height: 4em;
}


/* background */

.bgc_gray {
  background-color: #f1f1f1;
}


/* margin */

.mar_auto {
  margin: 0 auto;
}

.mar_t_m50{
	margin-top:-50px;
}

.mar_0 {
  margin: 0;
}

.mar_t_0 {
  margin-top: 0;
}

.mar_r_0 {
  margin-right: 0;
}

.mar_b_0 {
  margin-bottom: 0;
}

.mar_l_0 {
  margin-left: 0;
}

.mar_5 {
  margin: 5px;
}

.mar_t_2 {
  margin-top: 2px;
}

.mar_t_3 {
  margin-top: 3px;
}

.mar_t_5 {
  margin-top: 5px;
}

.mar_t_logo {
  margin-top: 6px;
}

.mar_r_5 {
  margin-right: 5px;
}

.mar_b_5 {
  margin-bottom: 5px;
}

.mar_l_5 {
  margin-left: 5px;
}

.mar_t_10 {
  margin-top: 10px;
}

.mar_r_10 {
  margin-right: 10px;
}

.mar_b_10 {
  margin-bottom: 10px;
}

.mar_b_15 {
  margin-bottom: 15px;
}

.mar_l_10 {
  margin-left: 10px;
}

.mar_t_15 {
  margin-top: 15px;
}

.mar_r_15 {
  margin-right: 15px;
}

.mar_t_20 {
  margin-top: 20px;
}

.mar_t_25 {
  margin-top: 25px;
}

.mar_r_20 {
  margin-right: 20px;
}

.mar_b_20 {
  margin-bottom: 20px;
}

.mar_b_25 {
  margin-bottom: 25px;
}

.mar_b_40{
   margin-bottom: 40px;
} 

.mar_l_20 {
  margin-left: 20px;
}

.mar_t_30 {
  margin-top: 30px;
}

.mar_r_30 {
  margin-right: 30px;
}

.mar_b_30 {
  margin-bottom: 30px;
}

.mar_l_30 {
  margin-left: 30px;
}

.mar_t_50 {
  margin-top: 50px;
}

.mar_r_50 {
  margin-right: 50px;
}

.mar_b_50 {
  margin-bottom: 50px;
}

.mar_l_50 {
  margin-left: 50px;
}


/* padding */

.pad_v_10 {
  padding: 10px 0;
}

.pad_v_20 {
  padding: 20px 0;
}

.pad_v_30 {
  padding: 30px 0;
}

.pad_0 {
  padding: 0;
}

.pad_t_0 {
  padding-top: 0;
}

.pad_r_0 {
  padding-right: 0;
}

.pad_b_0 {
  padding-bottom: 0;
}

.pad_l_0 {
  padding-left: 0;
}

.pad_5 {
  padding: 5px;
}

.pad_t_5 {
  padding-top: 5px;
}

.pad_r_5 {
  padding-right: 5px;
}

.pad_b_5 {
  padding-bottom: 5px;
}

.pad_l_5 {
  padding-left: 5px;
}

.pad_10 {
  padding: 10px;
}

.pad_10 {
  padding: 15px;
}

.pad_t_10 {
  padding-top: 10px;
}

.pad_t_15 {
  padding-top: 15px;
}

.pad_r_10 {
  padding-right: 10px;
}

.pad_b_10 {
  padding-bottom: 10px;
}

.pad_b_15 {
  padding-bottom: 15px;
}

.pad_l_10 {
  padding-left: 10px;
}

.pad_20 {
  padding: 20px;
}

.pad_t_20 {
  padding-top: 20px;
}

.pad_r_20 {
  padding-right: 20px;
}

.pad_b_20 {
  padding-bottom: 20px;
}

.pad_l_20 {
  padding-left: 20px;
}

.pad_30 {
  padding: 30px
}

.pad_t_30 {
  padding-top: 30px;
}

.pad_r_30 {
  padding-right: 30px;
}

.pad_b_30 {
  padding-bottom: 30px;
}

.pad_l_30 {
  padding-left: 30px;
}

.pad_b_40 {
  padding-bottom: 40px;
}

.pad_head {
  padding: 20px 30px 0 0;
}


/* border */

.bor_t_1 {
  border-top: 1px solid #eee;
}

.bor_r_1 {
  border-right: 1px solid #eee;
}

.bor_b_1 {
  border-bottom: 1px solid #eee;
}

.bor_bb_1 {
  border-bottom: 1px solid #000;
}

.bor_l_1 {
  border-left: 1px solid #eee;
}


/* vertical align */

.va-10 {
  vertical-align: -10%;
}

.va-20 {
  vertical-align: -20%;
}

.va-30 {
  vertical-align: -30%;
}

.va-35 {
  vertical-align: -35%;
}

.va-40 {
  vertical-align: -40%;
}

.vamidlle {
  vertical-align: middle;
}


/*ContactForm7カスタマイズ*/
table {
  width: 100%;
  border-collapse: collapse;
  border: none;
  font-size: 15px;
}
table th {
  width: 15%;
  background-color:#fff;
  border: none;
  box-sizing: border-box;
  padding: 8px;
  vertical-align: middle;
  font-weight: bold;
  text-align: right;
}
table td {
  border: none;
  box-sizing: border-box;
  padding: 8px;
  vertical-align: top;
  text-align: left;
}
@media all and (max-width: 600px) {
  table th {
    text-align:left;
  }
  table th, table td {
    display: block;
    width: 100%;
    border-bottom: none;
  }
  table tr:last-child td:last-child {
    border-bottom: none;
  }
}


#autozip{
    background-color: #0A55BD !important;
}

.flex{
display:flex;
align-items: center;
}

.flex_top{
display:flex;
align-items: flex-start;
gap:60px;
}

div.CF7_req{
display:inline-block;
background-color:#000;
color:#fff;
font-size:0.7em;
white-space: nowrap;
line-height:1em !important;
padding:3px 6px;
margin-right:8px;
border-radius:4px;
vertical-align:middle;
}

input.wpcf7-text{
box-sizing: border-box;
width:100%;
}

.wpcf7 textarea {
box-sizing: border-box;
width: 100%;
}

input,
input[type="radio"] + label,
input[type="checkbox"] + label:before,
select option,
textarea,
select {
  padding: 1em;
  line-height: 1.4;
  background-color: #f9f9f9;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
input:focus {
  outline: 0;
  border-color: #333;
}

textarea:focus {
  outline: 0;
  border-color: #333;
}

input[type="radio"]:checked + label,
input:checked + label:before,
select:focus,
select:active {
  background-color: #ffe530 !important;
  color: #fff;
  border-color: #ffe530;
}


p {
    display: block;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;
}

/* 「送信する」ボタン */
.wpcf7 input.wpcf7-submit {
	background-color:#000;
	border-radius:4px;
	color:#fff;
	font-size:18px;
	font-weight:bold;
	margin:30px auto;
	padding:10px 70px;
	font-family: 'VT323', monospace;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.1rem;
}

.wpcf7 form.invalid .wpcf7-response-output{
	border:none;
}

.wpcf7 form.sent .wpcf7-response-output {
	border:none;
}


.CF7_btn{
	text-align:center;
	margin-top:20px;
}

.wpcf7-spinner{
	width:0;
	margin:0;
}

.wpcf7-not-valid-tip{
font-size:0.8rem;
color:#ff6000;
}


@media (max-width: 960px) {
  #noside {
    padding-right: 20px;
    padding-left: 20px;
  }

  .col-lg-10 {
    width: 100%;
  }

  .mobmenu {
    display: block;
  }


  .headmenu {
    display: none;
  }

  .mobile {
    display: block;
  }

  .pc {
    display: none;
  }

  #side {
    display: none;
  }
}
