/*!
Theme Name: gwvr21
*/

@import url('https://fonts.googleapis.com/css2?family=Mochiy+Pop+P+One&family=Noto+Sans+JP:wght@100..900&display=swap');

/* COMMON STYLES
--------------------------------------------- */
html, body {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 1.6em;
  overflow-y: scroll !important;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 767px) {
  body {
    font-size: 14px;
    line-height: 1.6em;
  }

}

strong {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
/*font-family: "OedKtrStd-E";*/
}
/*.font_midashi {
  font-family: "OedKtrStd-E";
}*/
.font_midashi {
  font-family: "Mochiy Pop P One";
  font-weight: 400;
  font-style: normal;
}


/* WEBFONT STYLES
--------------------------------------------- */
.noto-serif-jp-400 {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.noto-serif-jp-600 {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.noto-sans-jp-300 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

.noto-sans-jp-400 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.noto-sans-jp-600 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

/*本文中のリスト　ul li*/
.txt_normal ul {
  padding: 0;
  margin-top: 1em;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 1em;
}

.txt_normal ul li {
  padding: 0;
  margin: 0;
}

.txt_normal ul li {
  list-style-type: disc;
  padding-left: 0px;
  margin-left: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
}

/*topicpath*/
.pankuzu {
  margin: 0;
  padding: 0;
  font-size: 12px;
  line-height: 1.2em;
  color: #888888;
}

.pankuzu a:link,
.pankuzu a:visited {
  color: #333333 !important;
}

.pankuzu a:hover {
  color: #888888 !important;
}


/*topicpath*/

.side_nav ul {
  padding: 0;
  margin: 0;
}

.side_nav ul li {
  list-style: none;
  padding: 0;
  margin: 0;

}

.side_nav ul li a {
  border-bottom: 1px solid #ddd;
  font-family: "Noto Serif JP", serif;
  padding: 0.8em 0;
  display: block;
  color: #000000;
  font-size: 14px;
  line-height: 1.6em;

}
.side_nav ul li a:hover {
  color: #444;

}


/* ALIGN STYLES
--------------------------------------------- */
.alignleft {

  /*rtl:ignore*/
  float: left;

  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {

  /*rtl:ignore*/
  float: right;

  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}


/* ipad pc  */
@media screen and (min-width:768px) {
.sp_only {
display: none !important;
}
}

/* sp */
@media (max-width:767px) {
.pc_only {
display: none !important;
}
}


/*普通のテーブル*/
.table_normal {
border-top: 1px solid #D0D0D0;
border-left: 1px solid #D0D0D0;
}
.table_normal th,
.table_normal td {
border-right: 1px solid #D0D0D0;
border-bottom: 1px solid #D0D0D0;
padding: 15px;
}
.table_normal th {
background-color: #fcfcfc;
}


@media (max-width:767px) {
.table_normal th,
.table_normal td {
padding: 10px;
}

.td-block th,
.td-block td {
display: block;
width: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.td-block th {
padding-top: 8px;
padding-bottom: 8px;
text-align: left;
}

}
