@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Kosugi+Maru&display=swap");
/*$font-default:  -apple-system, BlinkMacSystemFont, 'M PLUS Rounded 1c', sans-serif;*/
/* ******************************************************************************** */
/*
/* = Common Style
/*
/* ******************************************************************************** */
/*
------------------------------------------------------
 = pc_none/sp_none 表示/非表示
------------------------------------------------------
*/
@media screen and (min-width: 768px) {
  .sp_none {
    display: block;
  }

  .pc_none {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .sp_none {
    display: none;
  }

  .pc_none {
    display: block;
  }
}
/*
------------------------------------------------------
 = 
------------------------------------------------------
*/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

html {
  height: 100%;
  /*font-size: 62.5%;*/
  font-size: 17px;
  /*依頼者指定「フォントサイズは16px」だが、デザイン案は17pxがベースになっている*/
}

body {
  height: 100%;
  color: #1b1b1b;
  font-family: "Hiragino Kaku Gothic ProN", "游ゴシック Medium", YuGothic, YuGothicM, Meryo, "メイリオ", "ヒラギノ角ゴ ProN W3", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
  margin: 0;
  padding: 0;
  text-align: center;
  /*font-size:1.6em;*/
  font-size: 17px;
  /*依頼者指定「フォントサイズは16px」だが、デザイン案は17pxがベースになっている*/
}
@media print, screen and (max-width: 767px) {
  body {
    /*font-size:1.4em;*/
    font-size: 17px;
    /*依頼者指定「フォントサイズは16px」だが、デザイン案は17pxがベースになっている*/
    -webkit-text-size-adjust: 100%;
  }
}
@media screen and (max-width: 767px) {
  body img {
    max-width: 100%;
    height: auto;
  }
}

table {
  border-style: none;
  border-spacing: 0;
}

a {
  text-decoration: none;
  color: #2e2e2e;
  outline: none;
}

a,
a img {
  transition: 0.5s;
}

a:hover {
  text-decoration: underline;
}

a img:hover {
  filter: alpha(opacity=70);
  opacity: 0.8;
}

a,
button,
input[type*=submit],
input[type*=reset] {
  transition: all 0.2s;
}

h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, form, input, select, label {
  font-weight: normal;
  margin: 0;
  padding: 0;
  outline: none;
}

ul {
  list-style: none outside;
}

p, li, dt, dd {
  line-height: 1.2em;
  /*依頼者指定「サイズ行の高さ1.2em」*/
  margin: 0;
}

img {
  border-style: none;
  vertical-align: bottom;
}

/* = color
*************************************************/
.colorBlue {
  color: #0085B2;
}

/* = text
*************************************************/
.indent {
  text-indent: -14px;
  margin-left: 14px;
}

/* = img 
*************************************************/
/************************************************
 = wrapper
*************************************************/
@media screen and (max-width: 767px) {
  .wrapper {
    overflow: hidden;
  }
}

/************************************************
 = font-family
*************************************************/
/*.min{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}*/
/************************************************
 = header
*************************************************/
/************************************************
 = main
*************************************************/
main {
  /*margin: 40px 0 20px;*/
  padding: 50px 0 30px;
}

/************************************************
 = section
*************************************************/
section h1 {
  padding-bottom: 20px;
  font-size: 1.4vw;
}
@media print, screen and (max-width: 767px) {
  section h1 {
    font-size: 4vw;
  }
}
@media print, screen and (min-width: 1024px) {
  section figure img {
    width: 20vw;
  }
}
@media print, screen and (max-width: 767px) {
  section figure img {
    width: 60%;
  }
}

/************************************************
 = .bnr
*************************************************/
@media print, screen and (min-width: 1024px) {
  .bnr a img {
    width: 36vw;
  }
}
@media print, screen and (max-width: 767px) {
  .bnr a img {
    width: 90%;
  }
}

/************************************************
 = .sns_bnr
*************************************************/
.sns_bnr ul {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 20px 0;
}
@media print, screen and (min-width: 1024px) {
  .sns_bnr ul {
    width: 36vw;
  }
}
@media print, screen and (max-width: 767px) {
  .sns_bnr ul {
    width: 90%;
  }
}
.sns_bnr ul li {
  width: 48%;
}
.sns_bnr ul li a img {
  width: 100%;
}

/************************************************
 = article
*************************************************/
article {
  font-size: 1.2vw;
}
@media print, screen and (max-width: 767px) {
  article {
    font-size: 4vw;
  }
}
article h2 {
  padding: 30px 0 5px;
  font-weight: bold;
  font-size: 1.4vw;
}
@media print, screen and (max-width: 767px) {
  article h2 {
    font-size: 5vw;
  }
}
article p {
  line-height: 1.5em;
}
@media print, screen and (max-width: 767px) {
  article p {
    line-height: 2;
  }
}
article dl {
  margin-top: 20px;
}
@media print, screen and (min-width: 1024px) {
  article dl {
    display: flex;
    justify-content: center;
  }
}
@media print, screen and (min-width: 1024px) {
  article dl dt {
    padding-right: 20px;
  }
}
@media print, screen and (max-width: 767px) {
  article dl dt {
    padding-bottom: 10px;
  }
}
@media print, screen and (max-width: 767px) {
  article dl dd a {
    border-bottom: solid 3px yellow;
  }
}

/************************************************
 = footer
*************************************************/
/************************************************
 = 
*************************************************/
