@charset "UTF-8";
/* --------------------------------
 * base
 * -------------------------------- */
body {
  font-size: 1.4rem;
  min-width: 320px;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 1.4rem;
}
/* --------------------------------
 * header
 * -------------------------------- */
header {}
.header-area_sp {
  transition: .3s;
  display: flex;
  height: 55px;
  align-items: center;
  justify-content: space-between;
  padding: 5px 78px 5px 2%;
}
.site-logo_sp a {
  font-size: clamp(1vw, 3.6rem, 4vw);
  color: #fff;
}
.header_r_logo {
  line-height: 1rem;
  width: 35vw;
  max-width: 600px;
  height: 5.5vw;
  max-height: 42px;
  border-radius: 0 0 10px 10px;
  background: #fff;
  position: fixed;
  top: 0;
  right: 85px;
  box-shadow: 0px 0px 10px 0px #fff;
}
.header_r_logo img {
  width: 30vw;
  max-height: 26px;
  position: relative;
  top: 5px;
}


.nav_fixed {
  height: 55px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
/* z-index */
#container {
  position: relative;
  z-index: 1;
}
#header {
  position: relative;
  z-index: 900;
}
#nav-toggle2, .open #nav-toggle2 {
  z-index: 1000;
}
#global-nav2 {
  z-index: 990;
}
/* --------------------------------
 * parts
 * -------------------------------- */
.flex {
	flex-direction: column;
}
.flex_rev {
  flex-direction: column-reverse;
  margin-bottom: 2rem;
}
.alignL_SP {
  text-align: left !important;
}
.alignC_SP {
  text-align: center !important;
}
.alignR_SP {
  text-align: right !important;
}
figure {
  font-size: 1.3rem;
  margin: 0 auto 2rem;
}
.flex_rev figure {
  font-size: 1.3rem;
  margin: 2rem auto 0;
}
figure img {
  width: 90vw;
}
.dl1, .dl2 {
  margin: 2rem 0;
  padding: 1.5rem;
}
.dl1-2, .dl1-3 {
  padding-bottom: 2rem;
}
.dl1-2 dt, .dl1-3 dt {
  float: none;
  width: 100%;
  padding: 2%;
  font-weight: 600;
  background-color: rgba(114, 106, 104, 0.05);
  margin-top: 2rem;
}
.dl1-2 dt:first-child, .dl1-3 dt:first-child {
  margin-top: 0;
}
.dl1-2 dd, .dl1-3 dd {
  margin-left: 0%;
  padding: 2%;
  border-top: 1px dotted #ddd;
}
.dl1-2 dt + dd, .dl1-3 dt + dd {
  border-top: 0 none transparent;
}
.dl2 dt {
  margin-top: 1.5rem;
}
.dl2 dd {
  margin-top: 1.5rem;
}
dl .dl1-3 dt:first-of-type, dl .dl1-3 dd:first-of-type, dl .dl1-3 dt:last-of-type, dl .dl1-3 dd:last-of-type {
  padding: 2%;
}
dl .dl1-3 dd {
  border-left: none;
  margin-left: 3rem;
}
.btn1, .btn2 {
  margin:1rem auto;
}
.btn1 a, .btn2 a {
  width: 100%;
	max-width: 90vw;
}
/* --------------------------------
 * article
 * -------------------------------- */
main {}
article {
  position: relative;
  width: 100%;
  margin-bottom: 4rem;
}
.page_title_area {
  background: #02020b url("../../img/page_title_back1.png") repeat-x center;
}
.page_title_area h2 {
  display: block;
  width: 100%;
  height: 20vh;
  overflow: visible;
  color: #FFF;
  font-size: 2.2rem;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.95);
  background-position: 70vw center;
  background-size: cover;
  line-height: 1.25;
}
.page_title_area h2 span {
  display: block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
}
.lead {
  padding: 2rem;
}
.top_dammy {
  margin-bottom: 2rem;
}
.block_title {
  font-size: 2.2rem;
  font-weight: 600;
  padding: 0 0 2.5rem 2rem;
  margin: 3rem 0 2rem;
}
.image_c {
  flex-direction: column;
}
.sub_title {
  font-size: 2.2rem;
  font-weight: bold;
  margin: 3rem 0 2rem;
  padding: 0 0 0 2rem;
}
.sub_title:before {
  height: 2.2rem;
}
article ol, article ul {
  margin: 2rem 0 0;
}
.keyword_cont {
  margin: 2rem 0 0;
}
.keyword_cont a {
  margin-right: 0;
  width: 100%;
}
/* --------------------------------
 * dtail page
 * -------------------------------- */
.pattern_1, .pattern_1-2, .pattern_2, .pattern_3 {
}
/* --------------------------------
 * aside
 * -------------------------------- */
aside {
  width: 100%;
}
/* --------------------------------
 * smenu
 * -------------------------------- */
.smenu_area ul li ul {}
/* --------------------------------
 * footer
 * -------------------------------- */
footer {
  padding-top: 4rem;
  padding-bottom: 10rem;
}
footer div {
  text-align: center;
  font-size: 1.5rem !important;
}
.footer_stitle {
  margin-bottom: 1rem;
}
address {
  width: 100%;
	padding-right:0px;
}
.footer_btn {
  margin: 2rem auto;
  width: 80vw;
}
.icon_area1 {
  justify-content: center;
}
.copyright {
  font-size: 0.6rem;
  margin: 2rem auto;
}

/* --------------------------------
 * pagetop
 * -------------------------------- */
.pagetop {
	width:45px;
	height: 45px;
}
.pagetop:before{
	font-size:15px;
}
/* --------------------------------
 * kutikomi
 * -------------------------------- */
.kutikomi_title {
  font-size: 1.8rem;
  padding-bottom: 1rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.kutikomi_area {
  padding: 20px;
}
.kutikomi_cap span {
  margin: 0 0 1rem 0;
}
.kutikomi_list {
  padding: 1rem;
  margin: 2rem 0 0 0;
}
.kutikomi_cont1 {
  text-align: center;
}
.kutikomi_cont1 img {
  max-width: 100%;
  float: none;
  margin: 0 auto 1rem auto;
}
.kutikomi_cont2 {
  display: block;
  text-align: left;
}
.kutikomi_cont2::before {
  content: "";
  display: block;
  clear: both;
}
.kutikomi_list::before, .kutikomi_list::after {
  bottom: 12px;
}
.kutikomi_cont3 {
  font-size: 1.4rem;
}
/* --------------------------------
 * info
 * -------------------------------- */
.sns_waku1 li {
  flex-direction: column;
}
.sns_image_waku {
  width: 70%;
  max-width: 300px;
  margin: 1rem auto;
}
.sns_cont {
  width: 100%;
  margin-left: 0;
  text-align: left;
}
.sns_cont span {
  text-align: center;
}
/* --------------------------------
 * form
 * -------------------------------- */
.form_accessary1 {
  display: block;
}
.form_section {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.input_btn_flex {
  flex-direction: column;
}
.aleart_area {
  padding: 20px;
  margin: 20px 0px;
}
/* --------------------------------
 * voice
 * -------------------------------- */
.index_menu1_title {
  font-size: 1.8rem;
}
.index_menu1_area {
  flex-direction: column;
}
.index_menu1_1, .index_menu1_2 {
  width: 100%;
}
/* --------------------------------
 * 強制系
 * -------------------------------- */
.margin_t0_SP {
  margin-top: 0 !important;
}
.margin_b0_SP {
  margin-bottom: 0 !important;
}
.margin_l0_SP {
  margin-left: 0 !important;
}
.margin_r0_SP {
  padding-right: 0 !important;
}
.padding_t0_SP {
  padding-top: 0 !important;
}
.padding_b0_SP {
  padding-bottom: 0 !important;
}
.padding_l0_SP {
  padding-left: 0 !important;
}
.padding_r0_SP {
  padding-right: 0 !important;
}
.display_no_SP {
  display: none !important;
}
.br-pc {
  display: none;
}
.width_100 {
  width: 100% !important;
}
/* --------------------------------
 * PC-SP contents switch
 * -------------------------------- */
.sp_cont {
  display: inherit !important;
}
.pc_cont {
  display: none !important;
}