@charset "utf-8";

/* ================================================================================
traditional
================================================================================= */
#main {
  background: url(../../common/img/bg_paper_02.jpg) center center repeat;
  background-size: 350px 350px;
  color:#fff;
}
#md_breadcrumbs a {
  color:#fff;
}


/* ================================================================================
md_mv 画像設定
================================================================================= */
#md_mv {
  background-image:url(../img/mv.jpg);
}
#md_mv .ttl img {
  width:276px;
}

/* SP調整 ----------------------------　*/
@media (max-width:768px) {
#md_mv .ttl img {
  width:193px;
}
}


/* ================================================================================
見出し　画像設定
================================================================================= */
.md_ttl_page img {
  width:276px;
}

/* SP調整 ----------------------------　*/
@media (max-width:768px) {
.md_ttl_page img {
  width:193px;
}
}


/* ================================================================================
sec_category
================================================================================= */
.sec_category {
  position:relative;
  width:1100px;
  margin:0 auto;
  padding:80px 60px 60px 35px;
}
.sec_category .box {
  min-height:540px;
  padding-left:450px;
}
.sec_category .ttl {
  margin-bottom:20px;
}
.sec_category .pdf_link + .ttl {
  margin-top:40px;
}
.sec_category .pdf_link {
  margin-top:30px;
}
.sec_category .pdf_link li {
  display:-webkit-flex;
  display:flex;
  -webkit-align-items:center;
  align-items:center;
}
.sec_category .pdf_link li + li {
  margin-top:30px;
}
.sec_category .bt_pdf {
  display:-webkit-flex;
  display:flex;
  -webkit-justify-content:center;
  justify-content:center;
  -webkit-align-items:center;
  align-items:center;
  min-width:255px;
  height:65px;
  padding:0 15px;
  border:1px solid #fff;
  transition:.3s;
}
.sec_category .bt_pdf:hover {
  background:rgba(255,255,255,.2);
}
.sec_category .txt_detail {
  -webkit-flex:1;
  flex:1;
  margin-left:20px;
  font-size:1.2rem;
}
.sec_category .photo {
  position:absolute;
  top:0;
  bottom:0;
  left:35px;
  width:384px;
  height:560px;
  margin:auto;
}

/* PC調整 ----------------------------　*/
@media (min-width:769px) {
.img_hinagura { width:202px; }
.img_mito { width:203px; }
.img_ennenrou { width:233px; }
}

/* SP調整 ----------------------------　*/
@media (max-width:768px) {
.sec_category {
  width:auto;
  margin:0 auto;
  padding:30px 15px;
}
.sec_category .box {
  padding-left:0;
  min-height:initial;
}
.sec_category .ttl {
  margin-bottom:15px;
  text-align:center;
}
.sec_category .pdf_link {
  margin-top:25px;
}
.sec_category .pdf_link li {
  display:block;
}
.sec_category .pdf_link li + li {
  margin-top:15px;
}
.sec_category .bt_pdf {
  width:100%;
  height:50px;
  padding:0 10px;
}
.sec_category .bt_pdf:hover {
  background:transparent;
}
.sec_category .txt_detail {
  margin:10px 0 0 0;
}
.sec_category .photo {
  display:none;
}
.img_hinagura { width:161px; }
.img_mito { width:161px; }
.img_ennenrou { width:186px; }
}


/* ================================================================================
sec_hinagura
================================================================================= */
#sec_hinagura .ttl img {
  width:54px;
}


/* ================================================================================
sec_ennenrou
================================================================================= */
#sec_ennenrou .ttl img {
  width:68px;
}


/* ================================================================================
external_area
================================================================================= */
.external_area {
  background:#fff;
}
