@charset "utf-8";

/*
  File Name   : public.css
  Description : 刊行物ページのスタイル
*/

html {
  font-size: 62.5%;
}
a.over:hover,
a:hover img.over,
input.over:hover,
button.over:hover {
  filter: alpha(opacity=70);
           -moz-opacity: .7;
                opacity: .7;
  text-decoration: none;
  -webkit-transition: ease all .3s;
  transition: ease all .3s;
}
#top-main h1 {
  background: #3aafdb;
  color: #fff;
  font-size: 40px;
  font-size: 4rem;
  font-weight: bold;
  height: 195px;
  line-height: 1;
  padding-top: 80px;
  text-align: center;
}
#top-main h1 span {
  font-size: 14px;
  font-size: 1.4rem;
}
#main {
  padding: 15px 0 155px;
}
.breadcrumbs {
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 15px;
}
.tab__links {
  display: table-row;
}
.tab__links li {
  background: #eef8fb;
  border-bottom: 3px solid #3aafdb;
  display: table-cell;
/*  padding: 0 26.5px; */
	padding: 0 .5em; /* MODIFIED [21/07/19] */
  text-align: center;
  vertical-align: middle;
/*  width: 10%; */
  width: calc(100% / 8); /* MODIFIED [21/07/19] */
}
.tab__links li:nth-child(5n) {
  width: 11%;
}
.tab__links li:nth-child(6n) {
  width: 13%;
}
.tab__links li a {
  background: url(../img/public/icon-tab.png) left center no-repeat;
  color: #000;
  display: block;
/*  font-size: 15px;
  font-size: 1.5rem; */
  font-size: 13px;
  font-size: 1.35rem;/* MODIFIED [21/07/19] */
  font-weight: bold;
  /* padding: 15px 0 15px 20px; */
  padding: 15px 0 15px 15px;/* MODIFIED [21/07/19] */
  transition: all 300ms 0s ease;
}
.tab__links li:hover {
  filter: alpha(opacity=50);
           -moz-opacity: .5;
                opacity: .5;
  text-decoration: none;
  -webkit-transition: ease all .3s;
  transition: ease all .3s;
}
.tab__links li.current {
  background: #3aafdb;
  color: #fff;
  position: relative;
}
.tab__links li.current a {
  color: #fff;
}
.tab__links li.current::after {
  border-color: #3aafdb;
  border: 12px solid transparent;
  border-top: 12px solid #3aafdb;
  content: '';
  position: absolute;
  bottom: -24px;
  left: calc(50% - 12px);
}
.tab__links li.current a {
  background: url(../img/public/icon-tab-current.png) left center no-repeat;
}
.btn__cart {
  margin-top: 25px;
  text-align: right;
}
.btn__cart img {
  margin-right: 5px;
}
.btn__cart a {
  color: #333;
}
#main h2 {
  font-family: 'Lato', -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
#main h2.top__headings {
  color: #195674;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: bold;
/*  margin-bottom: 70px; */
  margin-bottom: 2.5em;
  position: relative;
  text-align: center;
}
#main h2.top__headings::before {
  content: '';
  position: absolute;
/*  bottom: -28px; */
  display: inline-block;
/*  width: 34px; */
  bottom: -1em;
  width: 1.2em;
  height: 3px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #195674;
}
.list__items {
  display: flex;
  flex-wrap: wrap;
}
.list__items li {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 20px;
  padding: 0 34px;
  text-align: center;
}
.list__items li a {
  color: #333;
  display: block;
}
.list__items li .title {
  margin: 35px auto 20px;
  width: 200px;
}
.list__items li .images {
  min-height: 310px;
}
.list__items li .images img {
  height: 285px;
  width: 213px;
  border: 1px solid #ccc;
}
.foot__links {
  display: flex;
  font-size: 15px;
  font-size: 1.5rem;
  justify-content: space-between;
  margin: 100px auto 50px;
  width: 623px;
}
.foot__links li a {
  color: #333;
}
.foot__links li a::before {
  content: url(../img/public/icon-bottom-nav.png);
  margin-right: 10px;
}
.foot__links2 {
  width: 773px;
}
.foot__note {
  background: #e9e9e9;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 2.43;
  margin: 0 auto;
  padding: 40px 20px;
  text-align: center;
  width: 640px;
}
.foot__note a {
  color: #0088bb;
}

/*----- detail -----*/
.sub__container {
  color: #333;
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0 auto;
  width: 990px;
}
.sub__container p {
  margin-bottom: 35px;
}
.detail__item {
  font-size: 18px;
  font-size: 1.8rem;
  margin: 60px 0 70px;
  overflow: hidden;
  position: relative;
}
.detail__item dt {
  float: left;
}
.detail__item dd {
  margin-left: 270px;
}
.detail__item h2 {
  border-bottom: 2px solid #f3f3f3;
  font-size: 34.66px;
  font-size: 3.47rem;
  margin-bottom: 25px;
  padding-bottom: 25px;
}
.detail__item .btn__purchase {
  background: #ff9600;
  border: none;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  margin-top: 75px;
  padding: 10px 0;
  position: relative;
  left: 270px;
  bottom: 0;
  width: 300px;
}
.detail__item .btn__purchase:hover {
  cursor: pointer;
}
.detail__item .btn__purchase::after {
  content:'>';
  position: absolute;
  right: 10px;
  top: calc(50% - 13.5px)
}
.detail__item dt img {
  height: 285px;
  width: 213px;
  border: 1px solid #ccc;
}
.list__items li p img {
  height: 285px;
  width: 213px;
}
.links__list {
  display: flex;
  justify-content: center;
}
.links__list li {
  background: #fff;
  border: 4px solid #e0e0e0;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  width: 32.5%;
}
.links__list li a {
  color: #3aafdb;
  display: block;
  padding: 24px 0;
}
.links__list .link_item_left {
  margin-right: 5px;
}
.links__list .link_item_right {
  margin-left: 5px;
}

.search__form__public {
	margin-top: 20px;
	text-align: right;
}
.search__area button {
  border: none;
  background: none;
  cursor: pointer;
  padding: 0;
}
.search__area button img {
  vertical-align: middle;
}
.search__area input {
  border: 1px solid #c5dada;
  color: #888;
  font-size: 18px;
  font-size: 1.8rem;
  height: 40px;
  width: calc(50% - 178px);
}
.search__area {
  position: relative;
}
.search__submit {
  position: absolute;
  right: 0;
  top: 0;
}

/* -----------------------------------------
   PUBLIC PAGE  - link list ADDED [21/07/19] 
  ------------------------------------------*/
.public_linkListFrame .linkList {
	margin: 15px auto 0;
}

.public_linkListFrame .linkList > li {
	margin: 0 0 20px;
	background: #fff;
	border: 4px solid #e0e0e0;
}

.public_linkListFrame .linkList > li a {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    padding: 0 .75em;
    height: 5em;
    font-size: 1.1em;
    font-weight: bold;
    color: #3aafdb;
    text-align: center;
}

@media print, screen and (min-width: 767px) {
	.public_linkListFrame .linkList {
		margin: 20px -10px 0;
	}
	
	.public_linkListFrame .linkList > li {
	    margin: 0 10px 20px;
	    width: calc(33.33% - 20px);
	}
}

/* ---------------------------------------------
  991px以下
 ----------------------------------------------  */
@media print, screen and (max-width: 991px) {
	.tab__links {
    	display: block;
    	width: 100%;
	}
	.tab__links li {
	    display: block;
	    width: 100%;
	    padding-top: 3px;
	    padding-bottom: 3px;
	    border-bottom: 1px solid #3aafdb;
	}
	.tab__links li:nth-child(1) {
	    border-top: 1px solid #3aafdb;
	}
	.tab__links li:nth-child(5n) {
	    width: 100%;
	}
	.tab__links li:nth-child(6n) {
	    width: 100%;
	}
	.tab__links li a {
		padding: 5px 0 5px 20px;
	}
	.tab__links li a br {
		display: none;
	}
	.tab__links li.current::after {
	    display: none;
	}
	
	.sub__container {
		width: 100%;
		margin-left: 5px;
	}
	
	.search__form__public {
	    text-align: left;
	}

	.search__area input {
	    width: calc(100% - 44px);
	}
	.search__area input { -webkit-appearance: none; }
	.search__area .search__submit {
	    position: absolute;
	    right: 0;
	    top: -2px;
	}
	.btn__cart {
	    text-align: left;
	}

	.list__items li {
	    margin: 0 auto 15px;
	    padding: 0 5px;
	    width: 50%
	}
	.list__items li .images {
	    min-height: 155px;
	}
	.list__items li .images img {
	    /*height: 142px;
	    width: 106px;*/
	}
	.list__items li .title {
	    margin: 5px auto 3px;
	    width: 100%;
	}
	
	.detail__item dt {
		clear: both;
		display: block;
		width: 100%;
		text-align:center;
	}
	.detail__item dt img {
		margin: 0 auto 10px;
	}
	.detail__item dd {
	    margin-left: 0px;
	    display: block;
	    width: 100%;
	    text-align: left;
	}
	.detail__item dd h2 {
		font-size: 2rem;
	}
	.detail__item dd div {
		left: 0 !important;
	    text-align: center;
	}
	.detail__item .btn__purchase {
		left: 0;
	    display: block;
	    margin-left: auto;
	    margin-right: auto;
	}
	
	.foot__links {
	    display: block;
	    width: 100%;
	    margin-left: 5px;
	}
	.foot__links li {
	    display: block;
	    width: 100%;
	}
	.foot__note {
	    display: block;
	    width: 100%;
	}
	
}

/* ---------------------------------------------
  767px以下
 ----------------------------------------------  */
@media print, screen and (max-width: 767px) {
	.list__items li .images img {
	    height: 190px;
	    width:142px;
	}
}

/* ---------------------------------------------
  499px以下
 ----------------------------------------------  */
@media print, screen and (max-width: 499px) {
	.list__items li .images img {
	    height: 142px;
	    width: 106px;
	}
}
