@charset "UTF-8";
*, *:before, *:after {
  box-sizing: border-box;
}
/*html,
body{
  font-size: 1vw;
}*/
body {
  margin: 0;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
img {
  vertical-align: top;
  border: none;
}
.pc_only {
  display: inline-block;
}
.sp_only {
  display: none;
}
.cf:before, .cf:after {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.wrap{
  min-width: 1024px;
  max-width: 1500px;
  margin: auto;
}

/* ヘッダー
*************************************************************************/
header {
  margin: auto;
  width: 100%;
  background-color: #fff;
}
header .wrap01{
  min-width: 1024px;
  max-width: 1500px;
  position: relative;
  display: flex;
  margin: auto;
  align-items: center;
  padding: 1.1% 0;
}
header h1 {
  margin: 0 0 0 3.13%;
  width: 34.27%;
  line-height: 1;
  display: flex;
  align-items: flex-end;

}
header h1 img {
  /* vertical-align: bottom; */
  /* height: auto; */
}
header h1 a{
  width: 39.1%;
  margin: 0 7% 0 0;
}
header h1 img.logo {
  width: 100%;
}
header h1 img.logo_text {
  max-width: 152px;
  margin-bottom: 5px;
}
header h1 img.logo_text img{
  max-width: 152px;
}
header #header_right {
  margin: 0 1% 0 auto;
  width: 7%;
}
header #header_right img{
  width: 100%;
  height: auto;
}

/* コンテンツ
*************************************************************************/
#category{
  max-width:1500px;
  margin: auto;
  position: relative;
}
#category h1{
  margin: 0;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 43px;
  transform: translate(-50%, -50%);
}
#category p{
  margin: 0;
}
#category img{
  width: 100%;
  height: auto;
}

main h2{
  font-size: 24px;
  text-align: center;
  margin: 70px 0;
}
.box_area{
  display: flex;
  width: 812px;
  margin: auto;
  justify-content: space-between;
}
.box{
  width: 360px;
}
.box dl{
  margin: 0;
  padding: 0;
}
.box dl dt{
  background-color: #083B83;
  text-align: center;
  font-size: 33px;
  font-weight: bold;
  color: #fff;
  padding: 14px 0 10px;
}
.box dl dd{
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  line-height: 2;
}
.box dl dd a{
  display: block;
  background-color: #004EA2;
  color: #fff;
  text-decoration: none;
  padding: 38px 0 80px;
  background-image: url(../img/icon_arrow02.png);
  background-repeat: no-repeat;
  background-position: bottom 35px center;
}
main p{
  text-align: center;
  margin: 64px 0 0;
}

/* フッター
*************************************************************************/
footer {
  background-color: #f3f4f4;
  padding: 2%;
  clear: both;
  position: relative;
}

footer .wrapper {
  width: 960px;
  margin: auto;
}
footer ul{
  list-style: none;
  margin: 0 0 20px;
  text-align: center;
  font-size: 12px;
  padding: 0;
}
footer ul li{
  display: inline-block;
  background-image: url(../img/icon_arrow01.png);
  background-position: 0 center;
  background-repeat: no-repeat;
  background-size: 5px;
  padding: 0 0 0 10px;
  margin: 0 4px;
}
footer ul li a{
  text-decoration: none;
  color: #000;
}

#copyright {
  text-align: center;
  margin: 0;
  font-family: Arial, Helvetica, "sans-serif";
  font-size: 11px;
}


@media (max-width: 768px) {
.pc_only {
  display: none;
}
.sp_only {
  display: block;
}
html, body {
  font-size: 3.125vw;
}
.wrap{
  min-width: auto;
  max-width: auto;
  margin: auto;
}


/* ヘッダー
*************************************************************************/
header {
  margin: auto;
  width: 100%;
}
header .wrap01{
  min-width: auto;
  max-width: auto;
  padding: 2%;
}
header h1 {
  margin: 0 0 2.4%;
  width: 60%;
  line-height: 1;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
  header h1 a{
    display: block;
    width: 44%;
}
header h1 img {
  vertical-align: bottom;
  height: auto;
}
header h1 img.logo {
  width: 100%;
  /* margin: 0 5% 0 0; */
}
header h1 img.logo_text {
  width: 48%;
  vertical-align: bottom;
}
header #header_right {
  width: 16%;
  margin: 0 0 0 auto;
}
header #header_right img{
  width: 100%;
  height: auto;
}

/* コンテンツ
*************************************************************************/
#category{
  max-width:auto;
  margin: auto;
  position: relative;
}
#category h1{
  margin: 0;
  font-size: 2rem;
  width: 80%;
  text-align: center;
}
  #category h1 span{
    font-size: 3rem;
  }

main h2{
  font-size: 1.1rem;
  text-align: center;
  margin: 6% 0;
}
.box_area{
  display: flex;
  width: auto;
  margin: auto 4%;
  justify-content: space-between;
  flex-direction: column;
}
.box{
  width: 100%;
}
  .box:first-of-type{
    margin-bottom: 4%;
  }
.box dl dt{
  font-size: 1.4rem;
  padding: 3% 0 2%;
}
.box dl dd{
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.6;
}
.box dl dd a{
  display: block;
  background-color: #004EA2;
  color: #fff;
  text-decoration: none;
  padding: 5% 0 12%;
  background-image: url(../img/icon_arrow02.png);
  background-repeat: no-repeat;
  background-position: bottom 20% center;
  background-size: 5%;
}
  .box dl dd br{
    display: none;
  }
main p{
  text-align: center;
  margin: 15% 0 0;
}

/* フッター
*************************************************************************/
footer {
  background-color: #f3f4f4;
  padding: 4% 0;
  clear: both;
  position: relative;
}

footer .wrapper {
  width: auto;
  margin: auto;
}
footer ul{
  list-style: none;
  margin: 0 auto 20px;
  text-align: center;
  font-size: 1.2rem;
  padding: 0;
}
footer ul li{
  display: inline-block;
  background-image: url(../img/icon_arrow01.png);
  background-position: 0 center;
  background-repeat: no-repeat;
  background-size: 5px;
  padding: 0 0 0 3%;
  margin: 0 4px;
}
footer ul li a{
  text-decoration: none;
  color: #000;
}

#copyright {
  text-align: center;
  margin: 0;
  font-family: Arial, Helvetica, "sans-serif";
  font-size: 1rem;
}
}
