@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP&display=swap');
/* 標準可変メディア
   メモ : 可変メディアでは、HTML からメディアの高さおよび幅の属性を削除する必要がある
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 では最大幅がサポートされていないため、デフォルトで幅 100% に設定される */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver 可変グリッドプロパティ
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	以下からヒントを入手 : Ethan Marcotte 氏の「レスポンシブ Web デザイン」 
	http://www.alistapart.com/articles/responsive-web-design
	
	および Joni Korpi 氏の「Golden Grid System」
	http://goldengridsystem.com/ 
*/

/* モバイルレイアウト : 480 px およびそれ以下. */
.utilizationContent{
    width: 100%;
    margin: 0 0;
}
.utilizationContent h2{
    font-size: 18px;
    text-align: left;
    color: #000;
    margin: 50px 0 20px 0;
}
.utilizationContent h2 span{
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    background: #009ae7;
    padding: 0 0;
    border: none;
    width: 0.5em;
}
.utilization{
    max-width: 1180px ;
    width: 90%;
    margin: 0 auto;
}
.utilization > div{
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
}
.utilization .imageBox{
    width: 42.5%;
    margin: 0 5% 0 0;
    position: relative;
}
.utilization .textBox{
    width: 47.5%;
}
.utilization .imageBox > div{
    background: #009ae7;
}
.utilization .imageBox img{
    position: relative;
    top: -4px;
    left: -4px;
}
.utilization h4{
    font-family: "Noto Serif JP", serif;
    color: #0071bc;
    font-size: 16px;
    margin: 0 0;
    line-height: 175%;
}
.utilization .textBox p{
    font-family: "Noto Serif JP", serif;
    margin-right: 4em;
}
.utilization .utilizationText{
    width: 95%;
}
.utilization ul{
    font-family: "Noto Serif JP", serif;
    font-size: 14px ;
    list-style-type: none;
    padding: 0 0 0 0;
}
.utilization li{
    padding: 0.5em 0.75em;
}
.utilization li:nth-child(odd){
    font-family: "Zen Maru Gothic", sans-serif;
    background: #009ae7;
    color: #fff;
}
.itemListContent, .itemDetailContent{
    margin: 0 0 ;
    width: 100%;
}
.itemListContent > div, .itemDetailContent > div{
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
}
.propertyBlock{
    width: 89%;
    margin: 0 1% 0 0;
}
.selectorBlock{
    width: 100%;
}
.tabBox{
    padding: 0 0 0 20px;
}
.tabBox a{
    display: inline-block;
    box-sizing: border-box;
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 19px;
    border-radius: 15px 15px 0 0;
    width: 6em;
    padding: 0.5em 0;
    text-decoration: none;
    color: #fff;
    text-align: center;
}
.tabContentBlock{
    margin: 0 0 50px 0;
}
.itemListContent .tabContent{
    padding: 20px 2%;
    border-radius: 0 30px 0 0;
}
.itemListContent .recommendItemList{
    text-align: left;
}
.itemList {
    padding: 20px 2% ;
}
.itemList .item{
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    background: #fff;
    padding: 10px 5px;
    margin: 10px 5px;
    width: calc((100% / 2) - 10px);
    box-shadow: 1px 5px 5px 0px rgba(0, 0, 0, 0.4);
}
.itemList .item > div{
    position: relative;
}
.itemList .item img{
    width: 100%;
}
.itemList .item table{
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 10px;
    width: 100%;
}
.itemList .item table th{
    font-weight: normal;
    text-align: left;
    background: #E6E6E6;
    border-bottom: solid 1px #000;
    padding: 0.25em 0.5em ;
    white-space: nowrap;
}
.itemList .item table td{
    border-bottom: solid 1px #000;
    padding: 0.25em 0.5em ;
}
.itemList .item table tr:last-child th{
    border-bottom: none;
}
.itemList .item table tr:last-child td{
    border-bottom: none;
}
.itemList .item a{
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    background: #30a7df;
    text-align: center;
    font-size: 11px;
    padding: 0 0;
    width: 11em;
    color: #fff;
    text-decoration: none;
    border-radius: 2px;
}
.itemList .item a:hover{
    opacity: 0.7;
}
.itemDetailContent .tabContent{
    padding: 20px 20px;
    border-radius: 0 30px 0 0;
}
.itemDetailContent .tabContent .itemBox{
    background: #fff;
    border-radius: 0 20px 0 0;
    padding: 10px 10px ;
/*    background-image: url("images/item_detail00.png") ;
    background-position: top right;
    background-repeat: no-repeat;
*/
}
.itemListContent .tabContent h2{
    font-family: "Noto Serif JP", serif;
    margin: 0 0;
    font-size: 16px;
    text-align: left;
}
.itemDetailContent .tabContent h2{
    font-size: 18px;
    font-weight: normal;
    color: #000;
    text-align: left;
    margin: 0 0;
}
.itemDetailContent .tabContent h3{
    font-size: 16px;
    font-weight: normal;
    color: #000;
    text-align: left;
    margin: 20px 0 0 0;
}
.otherItem {
	padding: 20px 2%;
}
.itemDetailContent .tabContent .attributes1 {
	font-size: 15px;
	font-family: "Zen Maru Gothic", sans-serif;
	width: 100%;
	margin: 0 0 30px 0;
}
.itemDetailContent .tabContent .attributes1 th{
    padding: 0.25em 0.5em;
    /*text-align-last: justify;*/
    font-weight: normal;
    white-space: nowrap;
    text-align: left;
    background: #E6E6E6;
    border-bottom: solid 1px #000;
}
.itemDetailContent .tabContent .attributes1 td{
    padding: 0.25em 0.5em;
    border-bottom: solid 1px #000;
}
.itemDetailContent .tabContent .attributes1 tr:last-child th{
    border-bottom: none;
}
.itemDetailContent .tabContent .attributes1 tr:last-child td{
    border-bottom: none;
}
.itemDetailContent .tabContent .itemBox > div:nth-child(6){
    border-left: solid 5px #009ae7;
    padding: 0 0 0 10px;
}
.itemDetailContent .tabContent .attributes2{
    font-size: 13px;
    font-family: "Zen Maru Gothic", sans-serif;
    width: 100%;
}
.itemDetailContent .tabContent .attributes2 th{
    padding: 0.25em 0.5em;
    text-align: left;
    font-weight: normal;
    border-top: solid 1px #d7cec7 ;
    border-bottom: solid 1px #d7cec7 ;
    background: #f7f6f3;
    white-space: nowrap;
}
.itemDetailContent .tabContent .attributes2 td{
    padding: 0.25em 0.5em;
    border-top: solid 1px #d7cec7 ;
    border-bottom: solid 1px #d7cec7 ;
    white-space: nowrap;
}
.itemDetailContent .tabContent .linkButton{
    background: #fff400;
    color: #000;
    font-size: 12px;
    width: auto;
    padding: 0.5em 1em;
}
.itemDetailContent h2{
    font-size: 26px;
    color: #000;
    text-align: left;
}
.itemDetailContent .scrollBox{
    overflow-x: auto;
}
.utilizationItemListBlock {
	padding: 0 1.3%;
	margin: 0 0 100px 0;
}
.itemList2{
    text-align: left;
}
.itemList2 .item{
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    width: calc((100% / 3) - 10px) ;
    position: relative;
    margin: 5px 5px;
}
.itemList2 .item p{
    margin: 0 0;
    font-size: 10px;
    text-align: left;
}
.itemList2 .item a{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}
.itemList2 .item img{
    width: 100%;
}
.filter p{
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0;
}
.filter a{
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    text-align: left;
    box-shadow: 1px 2px 2px 2px rgba(0, 0, 0, 0.4);
    border-radius: 9px;
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 10px;
    width: 45%;
    color: #000;
    text-decoration: none;
    padding: 0 0 0 0.5em;
    font-weight: normal;
    margin: 5px 0;
}
.filter a img{
    width: 30px;
    margin: 0 0.5em 0 0;
}
.achievements{
    border-top: solid 1px #009ae7 ;
    border-bottom: solid 1px #009ae7 ;
    padding: 3px 0;
}
.achievements > div{
    background: #009ae7;
    padding: 5px 0;
}
.achievements p{
    font-family: "Noto Serif JP", serif;
    font-size: 19px;
    text-align: center;
    color: #fff;
}
.achievements a {
	padding: 0 0.5em;
}
.achievements2 a{
    padding: 0.25em 0.5em;
}

.popupBlock{
    position: fixed;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5) ;
    z-index: 10000;
}
.popupBlock .popupBox{
    width: 95%;
    max-width: 1024px;
    margin: 80px auto 0 auto;
    background: #fff;
    position: relative;
}
.popupBlock .popupBox img{
    width: 100%;
    height: auto;
}
.popupBlock .popupBox p{
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 13px;
    line-height: 170%;
    margin: 0 0.5em;
}
.popupBlock .close{
    position: absolute;
    top:0;
    right: 0;
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 20px;
    font-weight: bold;
    background: #fff;
    padding: 5px 5px;
}
.popupBlock .close a:visited{
    color: #000;
}
.popupBlock .close a{
    text-decoration: none;
    color: #000;
}
.tabContent .bx-wrapper {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
}
.slide img{
    width: 100%;
}
.selectorBlock.forPC{
    display: none;
}
/* タブレットレイアウト : 481 px ～ 768 px。モバイルレイアウトからスタイルを継承。 */

@media only screen and (min-width: 481px) {
}

/* デスクトップレイアウト : 769 px ～最大 1232 px。モバイルレイアウトとタブレットレイアウトからスタイルを継承。 */

@media only screen and (min-width: 769px) {
.utilizationContent h2{
    font-size: 25px;
    margin: 50px 0 20px 0;
}
.propertyBlock{
    width: 75%;
    margin: 0 1% 0 0;
}
.selectorBlock{
    width: 24%;
    float: right;
}
.tabBox a{
    font-size: 23px;
    border-radius: 15px 15px 0 0;
    width: 6em;
    padding: 0.5em 0;
}
.itemListContent .tabContent{
    padding: 20px 5%;
    border-radius: 0 50px 0 0;
}
.itemListContent .tabContent h2{
    font-size: 23px;
}
.otherItem {
	padding: 20px 5%;
}
.itemList {
    padding: 20px 5% 20px 0;
}
.itemList .item{
    padding: 10px 10px;
    margin: 10px 10px;
    width: calc((100% / 3) - 20px);
    box-shadow: 1px 5px 5px 0px rgba(0, 0, 0, 0.4);
}
.itemList .item table{
    font-size: 13px;
}
.itemList2 .item{
    width: calc((100% / 5) - 10px) ;
    margin: 5px 5px;
}
.itemList2 .item p{
    font-size: 12px;
}
.itemDetailContent .tabContent .itemBox{
    border-radius: 0 30px 0 0;
    padding: 20px 20px ;
}
.itemDetailContent .tabContent{
    padding: 30px 30px;
    border-radius: 0 60px 0 0;
}
.itemDetailContent .tabContent h2{
    font-size: 30px;
    margin: 0 0;
}
.itemDetailContent .tabContent h3{
    font-size: 19px;
    margin: 20px 0 0 0;
}
.itemDetailContent .tabContent .attributes1 {
	font-size: 19px;
	margin: 0 0 30px 0;
}
.itemDetailContent .tabContent .linkButton{
    font-size: 20px;
    padding: 0.5em 1em;
}
.filter p{
    font-size: clamp(18px, 1.8vw, 23px) ;
    margin: 10px 0;
}
.filter a{
    box-shadow: 1px 2px 2px 2px rgba(0, 0, 0, 0.4);
    border-radius: 9px;
    font-size: clamp(11px, 1.25vw, 16px) ;
    width: 15em;
    padding: 0 0 0 0.5em;
    margin: 5px 0;
}
.filter a img{
    width: auto;
}
.achievements p{
    font-size: clamp(11px, 1.48vw, 19px);
    text-align: center;
    color: #fff;
}
.achievements .linkButton {
	font-size: clamp(12px, 1.25vw, 16px);
}
.utilization{
    width: 92.2%;
    margin: 0 0 0 7.81%;
}
.utilization .imageBox img{
    top: -15px;
    left: -15px;
}
.utilization h4{
    font-size: 23px;
}
.utilization ul{
    font-size: 20px ;
}
.selectorBlock.forPC{
    display: inherit;
}
.popupBlock .popupBox{
    width: 80%;
    margin: 80px auto 0 auto;
}
.popupBlock .popupBox p{
    font-size: 15px;
}
}