html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  font-weight: normal;
  vertical-align:baseline;
  background:transparent;
  list-style:none;
}
html {
  scroll-behavior: smooth;
}
body {
  line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
  display:block;
}

nav ul {
  list-style:none;
}

blockquote, q {
  quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content:'';
  content:none;
}

a {
  margin:0;
  padding:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
  text-decoration: none;
}

/* change colors to suit your needs */
ins {
  background-color:#ff9;
  color:#000;
  text-decoration:none;
}

/* change colors to suit your needs */
mark {
  background-color:#ff9;
  color:#000;
  font-style:italic;
  font-weight:bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom:1px dotted;
  cursor:help;
}

table {
  border-collapse:collapse;
  border-spacing:0;
}

/* change border colors to suit your needs */
hr {
  display:block;
  height:1px;
  border:0;  
  border-top:1px solid #cccccc;
  margin:1em 0;
  padding:0;
}

input, select {
  vertical-align:middle;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}




/* COMMON 
**************************************************************/
* {
/*
  transform: 1s all ease 0s;
  transition-duration: 1s;
  transition-property: width,height,background-color,margin,padding, ;
  transition-timing-function: ease;
  transition-delay：0s;
*/
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}
a {
  color: inherit;
  transition: color.2s, background.8s, opacity.5s, border.8s ;
}
a:hover {
  /* color: #3e7794; */
/*   opacity: .65; */
}
.ta_l { text-align: left;}
.ta_c { text-align: center;}
.ta_r { text-align: right;}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
.notice {
  font-size: 0.8rem;
  text-align: center;
  padding: 0.5rem 1rem;
}
.back_btn {
  background: #FFFFFF;
  color: #000000;
  padding: 5px 20px;
  border-radius: 10px;
  margin-top: 50px;
  transition: 0.8s ;
}
.back_btn:hover {
  color: #FFFFFF;
  background: #000000;
  transition: 0.8s ;
}

/* FONT 
**************************************************************/
html{
  -ms-overflow-style: scrollbar;
}
body{
  overscroll-behavior: none; /* バウンドスクロール制御*/
  letter-spacing: 0.1rem;
  line-height: 1.6;
  color: #333333;
  font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
/*  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
}
.mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}


/* PARTS 
**************************************************************/

/** TITLE *******************/


/** BTN *******************/

/* 560px以下 */
@media screen and (max-width: 560px) {

}

/* 1024以下 */
@media screen and (max-width: 1024px) {

}

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  outline: none;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}


/*wp-pagenavi 17*/
.c-sec .wp-pagenavi {
  clear: both;
  text-align: center;
  margin: 3em auto;
  display: flex;
  flex-wrap: wrap;
  width: 90%;
  justify-content: center;
}
.c-sec .wp-pagenavi a,
.c-sec .wp-pagenavi span {
  color: #000000;
  background-color: #FFFFFF;
  padding: 8px 15px;
  margin: 2px;
  white-space: nowrap;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  text-align: center;
  text-decoration: none;
  border: thin solid #000000;
  border-radius: 5px;
}
.c-sec .wp-pagenavi a:hover{
color: #fff;
background-color: #000000;
}
.c-sec .wp-pagenavi span.current{
  color: #fff;
  background-color: #000000;
}



/* FORM
**************************************************************/

/* form */
.form_area textarea,
.form_area input[type="text"],
.form_area input[type="date"],
.form_area select{
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: button;
  appearance: none;
  border-radius: 0;
  width:100%;
  font-size:16px;
  border:1px solid #aaa;
  padding:15px;
}
.form_area input[type="text"],
.form_area input[type="date"] {
  width:40%;  
  min-width: 12em;
  margin-bottom: 0.5em;
}


/* submit */
.form_area .submit{
  display: flex;
  justify-content: center;
}
.form_area .submit input{
  cursor:pointer;
  border:none;
  display: inline-block;
  width:300px;
  color: #ffffff;
  margin:5px;

  padding: 10px 22px;
  position: relative;
  border-radius: 50px;
  background-color: #262b30;
  font-size: 16px;
  transition: color.2s, background.8s, opacity.5s, border.8s ;
}
.form_area .submit input:hover {
  background-color: #3e7794; 
}

/* check,radio */
.checkbox-field label,
.radio-field label{
display: inline-block;
margin-right: 20px;
}

.checkbox-field,
.radio-field {
  display: inline-block;
}
.checkbox-field label input,
.radio-field label input{
  display: none;
}
.checkbox-field label input:checked + .checkbox-field-text:after,
.radio-field label input:checked + .radio-field-text:after{
  display: block;
}
.checkbox-field label,
.radio-field label{
  display: inline-block;
  margin-right: 20px;
}
.checkbox-field label .checkbox-field-text,
.radio-field label .radio-field-text{
  padding-left: 30px;
  position: relative;
  cursor: pointer;
}
.checkbox-field label .checkbox-field-text:before,
.radio-field label .radio-field-text:before{
  content: "";
  position: absolute;
  transition: 0.3s;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  border: 1px solid #000000;
  background-color: #fff;
}
.checkbox-field label .checkbox-field-text:after {
  content: "";
  position: absolute;
  transition: 0.3s;
  display: none;
  width: 12px;
  height: 12px;
  left: 4px;
  top: 50%;
  margin-top: -6px;
  background-color: #000000;
}
.radio-field label .radio-field-text:after{
  content: "";
  position: absolute;
  transition: 0.3s;
  display: none;
  background: #000000;
  width: 20px;
  height: 20px;
  left:0;
  top:50%;
  margin-top:-10px;
  transform:scale(0.5);
}
.radio-field label .radio-field-text:before,
.radio-field label .radio-field-text:after{
  border-radius: 100px;
}


/* 768px以下 */
@media screen and (max-width: 768px) {
  .form_area .submit input {
    padding: 10px;
  }
}