@charset "utf-8";
/*-------------------------------------------------
©️ Tomoki Fujinawa

PC表示：960px〜
スマホ　320〜959px（brakepoint: 520px 960px）
-------------------------------------------------*/

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  touch-action: manipulation;
  overflow-x: hidden;
  overflow-y: auto;
}

:root {
  --font-weight: 400;
  --root_color: #000;
  --main_color1: #57a375;
  --main_color2: #62b684;
  --sub_color: #f1d355;
}


body {
  position:relative; 
  min-width:1000px;
  /* overflow-x: hidden;
  overflow-y: auto; */
  color:var(--root_color);
  font-size: 1.6rem;
  font-weight: var(--font-weight);
  line-height:1.6;
  font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;  word-break: normal;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; /* safari */
}


/*スマホ width:360px～960px*/
@media(max-width:960px) {
  body {min-width: 360px;}
}

main {
  z-index: 0;
}
main.ly_page {
  position: relative;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

small {
  font-size: 80%;
}

img{
  max-width:100%;
  height: auto;
  position:relative;
  line-height:1;
  vertical-align:middle;
  backface-visibility: hidden;
}

a {
  color: #1a73e8;
  text-decoration: underline;
}
a:hover {text-decoration: none;}
a:is(.hover, .hv_dark) { transition: .2s}
a.hover:hover {
  opacity: .8;
}
a.hv_dark:hover {
  filter: brightness(90%) contrast(120%);
}


/* PCの時telのリンクを無効化 */
@media (min-width: 961px) {
  a[href^="tel:"] {
      text-decoration: none;
      pointer-events: none;
      cursor: default;
      color: inherit;
  }
}
@media (max-width:960px) {
  a[href^="tel:"] {
    text-decoration: underline;
  }
  a[href^="tel:"]:hover {
    text-decoration: none;
  }
}

/* アンカーポイント */
#pageTop {
  scroll-margin-top: 80px;
}

.anc_cont{
  scroll-margin-top: 80px;
}



@media (max-width:960px) {
  #pageTop {
    scroll-margin-top: 60px;
  }
  .anc_cont{
    scroll-margin-top: 30px;
  }

}

/* テーブル */
table {
  border-collapse:collapse;
  border-spacing:0;
}


/*ゴシック系フォント*/
.go {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.min {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "min", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

/*-------------------------------------------------
フォーム
-------------------------------------------------*/

.ly_pastelGreen_theme {
  --txt_color: #000;
  --bg_color: #f3f6f3;
}


/*-------------------------------------------------
フォーム
-------------------------------------------------*/
label{
  cursor:pointer;
}
legend {
  display:none;
}
input,select,textarea { 
  font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体","ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  font-size:16px;
  line-height:1.4;
  font-weight: 500;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/*Edgeでデフォルトに戻す*/
@supports (-ms-accelerator:true) {
  input, select, textarea {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
}

input, button, textarea {
  padding: 0.5em;
  vertical-align: middle;
  box-sizing: border-box;
}

input[type="text"], input[type="password"], input[type="file"], textarea, select {
  margin: 1px 0;
  letter-spacing: normal;
  position: relative;
  padding: 0.5em;
  vertical-align: middle;
  z-index: 1;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.04);
  border: 1px solid #fff;
  border-radius: 3px;
  -webkit-transition: 0.2s color, 0.2s background, 0.2s opacity;
  transition: 0.2s color, 0.2s background, 0.2s opacity;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="file"]:focus,textarea:focus, select:focus{
  border-color:#75B9F0;
  background-color:#fff;
  box-shadow:0 0 8px rgba(82, 168, 236, 0.6);
  outline: 0 none;
  z-index:2;
}
input[type="submit"],button[type="submit"] {
  cursor: pointer;
}

input[type="radio"] {
  margin:0 0.2em 0 0 !important;
}
textarea{ 
  line-height:1.5 !important;
}
*::placeholder {
  color: rgba(0,0,0,0.5);
  opacity: 1;
}
/*スマホ*/
@media(max-width:960px){
  input,select,textarea{
    font-size:16px !important;
  }
  *::placeholder {
    font-size:80% !important;
  }
}

/*ラベル*/
label {
  line-height: 1.4;
  padding: 0.7em 1em 0.7em 2.5em;
  margin: 0.2em 0;
  font-weight: bold;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 3px;
  position: relative;
  display: inline-block;
  color: #777;
  background: linear-gradient(to bottom, #fff 30%, #f5f5f5);
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 1.0) inset, 0 0 5px rgba(0, 0, 0, 0.1);
  text-decoration: none !important;
  -webkit-transition: 0.2s color, 0.2s background, 0.2s opacity;
  transition: 0.2s color, 0.2s background, 0.2s opacity;
}

label:hover {
  color: #333;
  border-color: #75B9F0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(82, 168, 236, 0.6);
}

label:before {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 50%;
  left: 1em;
  margin: -0.5em 0 0;
}

label.checked {
  color: #1053C3;
  border-color: #75B9F0;
  background: linear-gradient(to bottom, #fff, #BFE2FF);
}

label.checked:after {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  display: block;
  width: 1em;
  height: 1em;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 0.8em;
  margin: -0.5em 0 0;
  color: #4285f5;
  font-size: 120%;
  font-weight: 600;
}

label input[type="checkbox"], label input[type="radio"] {
  display: none;
}

label.radio:before {
  border-radius: 99em;
}

label.radio.checked:after {
  content: "\f192";
  left: 1em;
  font-size: 100%;
}


/* セレクト */
select::-ms-expand {
  display: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  background-size: 12.5px 7.5px;
  padding-right: 30px;
  cursor: pointer;
}