@charset "utf-8"; /* base css begin */ * { margin: 0; padding: 0; box-sizing: border-box; } ul li { list-style: none; } a { text-decoration: none; } input:focus { outline: none; } /*/////////////////////////////////濯掍綋鏌ヨ/////////////////////////////*/ @media only screen and (min-width: 320px) { html { font-size: 11.95px; } } @media only screen and (min-width: 375px) { html { font-size: 14px; } } @media only screen and (min-width: 414px) { html { font-size: 15.456px; } } @media only screen and (min-width: 600px) { html { font-size: 22.4px; } } /* base css end */ .container { width: 90%; margin: 0 auto; } .black { color: #000 !important; } .white { color: #fff; } .blue { color: #0083FB; } .gray { color: #808080; } .border-bottom { border-bottom: 1px solid #E6E6E6; } .flex { display: flex; } .justify-between { justify-content: space-between; } .justify-around { justify-content: space-around; } .align-start { align-items: flex-start; } .align-center { align-items: center; } .padding-top-xs { padding-top: 1rem; } .padding-top-sm { padding-top: 2rem; } .padding-top-xl { padding-top: 3rem; } .padding-bottom-xs { padding-bottom: 1rem; } .padding-bottom-sm { padding-bottom: 2rem; } .padding-bottom-xl { padding-bottom: 3rem; } .pagination { margin: 1rem 0; overflow: hidden; } .pagination .page-item { float: left; } .pagination .page-item .page-link { padding-left: 0; } .pagination .page-item .page-link { display: block; color: #000; padding: 10px 12px; } .pagination .disabled a { color: #808080; } .pagination .active { background: #0083FB; } .pagination .active .page-link { color: #fff; } #header { padding: .5rem 0 1.5rem 0; } #header img { height: 2rem; vertical-align: middle; } #header .toggle-nav { width: 2rem; height: 2rem; background: url('../images/menu.png') center no-repeat; background-size: 2rem 2rem; } #header .close-nav { width: 2rem; height: 2rem; background: url('../images/close.png') center no-repeat; background-size: 2rem 2rem; } .list-box h4 { font-size: 1.2rem; } .breadcrumb { font-size: .85rem; color: #808080; padding: 1rem 0; } .breadcrumb a { color: #808080; margin: 0 .2rem; } .breadcrumb a:first-child { margin-left: 0; } .breadcrumb a.cur { color: #0083FB; } .info-list ul li { padding: .7rem 0; font-size: 1.1rem; } .info-list .cont { width: 70%; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } .info-list .date { font-size: 1rem; } #footer { background: #F8F7F8; } #footer .code img { width: 6rem; } #footer .sitemap h4 { padding-bottom: .5rem; } #footer .sitemap a { color: #000; font-size: .85rem; line-height: 1.5rem; } #footer .bottom { margin-top: 1rem; } .subscribe .box { display: flex; justify-content: space-between; align-items: center; border: 1px solid #0083FB; margin: 1rem 0; } .subscribe .box input { width: 80%; height: 2rem; line-height: 2rem; border: 0; padding: 0 1rem; background: #fff; } .subscribe .box button { width: 20%; border: 0; height: 2rem; line-height: 2rem; background: #0083FB; } #footer .bottom .link { font-size: .85rem; color: #000; text-align: center; line-height: 1.5rem; } #footer .bottom .link a { color: #000; } #canvas { position: relative; width: 100%; height: 100%; transition: .5s ease all; } #nav { width: 300px; min-height: 100%; background: #F3F3F3; position: absolute; left: -300px; top: 0; padding-top: 2.5rem; transition: .5s ease all; } #nav::after { position: absolute; right: 11px; top: 0; content: ''; width: 1px; height: 100%; background: #e6e6e6; box-shadow: 5px 0 10px #000; } #nav ul li { font-size: 1.2rem; color: #000; border-bottom: 1px solid #ccc; padding: 1rem 0; } #nav ul li a { position: relative; display: flex; justify-content: space-between; align-items: center; color: #000; padding: 0 1rem; } #nav ul li a::after { position: absolute; content: ''; width: .6rem; height: .6rem; border-top: 1px solid #a9a9a9; border-right: 1px solid #a9a9a9; right: 1.5rem; top: 50%; margin-top: -.4rem; transform: rotate(45deg); } #nav ul li .title { position: relative; display: flex; justify-content: space-between; align-items: center; padding: 0 2.5rem 0 1rem; } #nav ul li .title::after { position: absolute; content: ''; width: .6rem; height: .6rem; border-top: 1px solid #a9a9a9; border-right: 1px solid #a9a9a9; right: 1.5rem; top: 50%; margin-top: -.4rem; transform: rotate(45deg); } #nav ul li .title.down::after { transform: rotate(135deg); } #nav ul li span { color: #a9a9a9; } .small-nav { display: none; } .small-nav h4 { position: relative; font-size: 1.2rem; font-weight: normal; color: #000; text-align: center; border-bottom: 1px solid #ccc; padding: 1rem 0; } .small-nav h4::before { position: absolute; content: ''; width: .8rem; height: .8rem; border-top: 1px solid #a9a9a9; border-left: 1px solid #a9a9a9; left: 1.5rem; top: 50%; margin-top: -.4rem; transform: rotate(-45deg); } .small-nav dl { display: none; margin-left: 1.5rem; transition: .5s ease all; } .small-nav dl.show { display: block; padding: .8rem 0; } .small-nav dl dd.sub-title { font-size: 1rem; } .small-nav dl dd.sub-title a { font-size: 1rem; padding-left: 0 !important; } .small-nav dl dd { padding: .5rem 0; } #nav .small-nav dl dd a { font-size: 1rem; color: #999; } #canvas.display-nav { transform: translateX(300px); } .display-nav #nav { transform-origin: 100% 50%; } .detail-box h4 { font-size: 1.2rem; color: #000; margin-bottom: .8rem; } .detail-box img { width: 100%; margin-bottom: .8rem; } .detail-box p { font-size: .9rem !important; color: #808080; line-height: 1.5rem; margin-bottom: .8rem; } .detail-box p.date { } .tabnav a { width: 100%; display: block; height: 100%; } .tabnav a:active { background: #fff; } .tabnav { display: flex; justify-content: space-between; align-items: center; border: 1px solid #0083FB; border-radius: 4px; } .tabnav a { display: inline-block; flex: 1; color: #0083FB; font-size: .9rem; padding: .5rem 0; text-align: center; } .tabnav .curtab { background: #0083FB; color: #fff; } .tabnav .curtab a { color: #fff; } .tabbox { padding: 1rem 0; } .tabbox div { font-size: .9rem; color: #808080; line-height: 1.5rem; } .tabbox div h4 { font-size: .9rem; font-weight: normal; } .tabbox div p { text-indent: 20px; margin-bottom: 1rem; } .product-tb { width: 100%; overflow-y: scroll; } .product-tb table td { border: 1px solid #fff; color: #666; text-align: center; background: #F3F3F3; } .product-tb table tr:nth-child(2n) td { background: #ccc; } .product-tb tr th { background: #818446; color: #fff; padding: 0 .2rem; } .tabbox .product-doc li { padding: 1rem 0; border-bottom: 1px solid #e6e6e6; } .tabbox .product-doc li:last-child { border-bottom: 0; } .tabbox .product-doc li h4 { font-size: 1.2rem; color: #000; } .tabbox .product-doc li a { display: block; color: #0083FB; padding-top: .5rem; } .product-filter .btn { text-align: right; color: #0083FB; } .product-filter .btn img { width: 1.2rem; vertical-align: middle; margin: -2px 2px 0; } .product-filter .tabel { overflow-y: auto; } .product-filter .tabel p { text-indent: 0; } .tabbox div.flex { justify-content: flex-start; align-items: center; } .tabbox div.flex p { text-indent: 0; margin-bottom: 0; margin-right: .5rem; } .tabbox .table { overflow-x: auto; white-space: nowrap; } .tabbox .table tr td { padding-right: .5rem; height: 30px; line-height: 30px; } .tabbox .table tr td a { color: #0083FB; } .desc-btn { display: block; border-top: 0.3em solid; border-right: 0.3em solid transparent; border-bottom: 0; border-left: 0.3em solid transparent; color: #d8d8d8; margin-top: .2rem; } .asc-btn { display: block; border-top: 0; color: #d8d8d8; border-right: 0.3em solid transparent; border-bottom: 0.3em solid; border-left: 0.3em solid transparent; margin-bottom: .2rem; } .desc-btn.active, .asc-btn.active { color: #333; } .search-box { display: none; position: absolute; width: 100%; height: 100%; left: 0; top: 0; } .mask { position: absolute; width: 100%; height: 100%; background: rgba(0, 0, 0, .65); } .serach-input { } .serach-input form { position: absolute; width: 100%; display: flex; justify-content: space-between; align-items: center; padding: .5rem 1rem; background: #fff; top: 0; left: 0; } .serach-input input { width: 80%; height: 2rem; border: 0; } .serach-input input::-webkit-input-placeholder { color: #A9A9A9; } .serach-input button { border: none; background: none; } .serach-input img { width: 2rem; } .search-top .tabnav { width: 100%; } .search-top .tabnav a { width: 100px; font-size: .85rem; padding: 0 1rem; height: 30px; line-height: 30px; flex: 1; } .filter-btn { color: #0083FB; font-size: .9rem; } .filter-btn img { width: 1rem; vertical-align: middle; margin-right: .5rem; } .search-blue { } .search-blue form { margin-bottom: 1rem; } .search-blue form input { width: 80%; border: 1px solid #0083FB; padding: .5rem 1rem; } .search-blue form button { width: 20%; border: 0; font-size: .9rem; background: #0083FB; padding: .5rem 1rem; } .filter-box { display: none; position: fixed; width: 100%; height: 100%; top: 0; left: 0; } .filter-box .filter-cont { position: absolute; width: 300px; height: 100%; transition: .5s ease all; background: #fff; padding: 2rem 1.5rem 6rem 1.5rem; top: 0; right: 0; overflow-y: scroll; } .filter-cont h4 { display: flex; justify-content: space-between; align-items: center; } .filter-cont h4 img { width: 2rem; } .filter-cont .filter-list { margin-top: 1rem; } .filter-cont .filter-list h4 { position: relative; padding: 0 1rem; line-height: 2rem; } .filter-cont .filter-list h4::before { position: absolute; content: ''; left: 0; top: 50%; width: .6rem; height: .6rem; margin-top: -.2rem; border-left: 1px solid #000; border-bottom: 1px solid #000; transform: rotate(135deg); } .filter-cont .filter-list h4.open::before { transform: rotate(-45deg); margin-top: -.6rem; } .filter-cont .filter-list ul { margin-left: 1rem; } .filter-cont .filter-list ul li { line-height: 2rem; color: #808080; } .filter-cont .filter-list ul li h4 { font-weight: normal; color: #000; } .filter-cont ul { display: none; } .filter-cont ul.show { display: block; } .filter-cont .filter-button { position: fixed; width: 60%; bottom: 2rem; text-align: right; right: 2rem; z-index: 9999; } .filter-button button { border: 1px solid #0083FB; color: #0083FB; padding: .5rem 2rem; background: #fff; } .filter-button button.blue-btn { background: #0083FB; color: #fff; } .filter-form dl dd { padding: .5rem 0; border-bottom: 1px solid #e6e6e6 } .filter-form dl dd input { position: relative; margin-right: 1rem; } .filter-form dl dd div.list { margin-left: 1.5rem; padding: .5rem 0; } .filter-form input[type='checkbox']::after { position: absolute; top: 0; background-color: white; width: 1rem; height: 1rem; padding-left: 0px; text-align: center; content: ' '; border: 1px solid #ccc; } .filter-form input[type='checkbox']:checked::after { content: '鉁?; color: #fff; background: #0083FB; border: 1px solid #0083FB; } .filter-form input[type='radio']::after { position: absolute; top: -1px; background-color: white; width: 1rem; height: 1rem; padding-left: 0px; text-align: center; content: ' '; border: 1px solid #ccc; border-radius: 50%; } .filter-form input[type='radio']:checked::after { content: '鉁?; color: #fff; background: #0083FB; border: 1px solid #0083FB; } .slider-container { width: 100%; } .slider-container .back-bar { height: 10px; position: relative; } .slider-container .back-bar .selected-bar { position: absolute; height: 100%; } .slider-container .back-bar .pointer { position: absolute; width: 10px; height: 10px; cursor: col-resize; opacity: 1; z-index: 2; } .slider-container .back-bar .pointer.last-active { z-index: 3; } .slider-container .back-bar .pointer-label { position: absolute; top: -17px; font-size: 8px; white-space: nowrap; line-height: 1; } .slider-container .back-bar .focused { z-index: 10; } .slider-container .clickable-dummy { cursor: pointer; position: absolute; width: 100%; height: 100%; z-index: 1; } .slider-container .scale { top: 2px; position: relative; } .slider-container .scale span { position: absolute; height: 5px; border-left: 1px solid #999; font-size: 0; } .slider-container .scale ins { font-size: 9px; text-decoration: none; position: absolute; left: 0; top: 5px; color: #999; line-height: 1; } .slider-container.slider-readonly .clickable-dummy, .slider-container.slider-readonly .pointer { cursor: auto; } .theme-green .back-bar { height: 5px; border-radius: 2px; background: #fff; border: 1px solid #0083FB; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffdddddd', GradientType=0); } .theme-green .back-bar .selected-bar { border-radius: 2px; background-color: #a1fad0; background-image: -moz-linear-gradient(top, #bdfade, #76fabc); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#bdfade), to(#76fabc)); background-image: -webkit-linear-gradient(top, #bdfade, #76fabc); background-image: -o-linear-gradient(top, #bdfade, #76fabc); background-image: linear-gradient(to bottom, #bdfade, #76fabc); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbdfade', endColorstr='#ff76fabc', GradientType=0); } .theme-green .back-bar .pointer { width: 14px; height: 14px; top: -5px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; border-radius: 10px; border: 1px solid #AAA; background-color: #e7e7e7; background-image: -moz-linear-gradient(top, #eeeeee, #dddddd); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eeeeee), to(#dddddd)); background-image: -webkit-linear-gradient(top, #eeeeee, #dddddd); background-image: -o-linear-gradient(top, #eeeeee, #dddddd); background-image: linear-gradient(to bottom, #eeeeee, #dddddd); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffdddddd', GradientType=0); } .theme-green .back-bar .pointer-label { color: #999; } .theme-green .back-bar .focused { color: #333; } .theme-green .scale span { border-left: 1px solid #e5e5e5; } .theme-green .scale ins { color: #999; } .theme-blue .back-bar { height: 5px; border-radius: 2px; background: #fff; border: 1px solid #0083FB; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffdddddd', GradientType=0); } .theme-blue .back-bar .selected-bar { border-radius: 2px; background: #0083FB; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb1d1f9', endColorstr='#ff64a8f9', GradientType=0); } .theme-blue .back-bar .pointer { width: 14px; height: 14px; top: -5px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; border-radius: 10px; border: 1px solid #0083FB; background: #fff; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffdddddd', GradientType=0); } .theme-blue .back-bar .pointer-label { color: #999; } .theme-blue .back-bar .focused { color: #333; } .theme-blue .scale span { border-left: 1px solid #e5e5e5; } .theme-blue .scale ins { color: #999; } .option-container { display: none; } .index-list ul li{ border:1px solid #e6e6e6; margin-bottom: 1rem; } .index-list ul li h4{ font-size: 1.2rem; background: #0227B1; padding: .5rem 5%; font-weight: 500; color: #fff; } .swiper-container { width: 100%; height: 16.1rem; margin-bottom: 1.5rem; margin-top: -1rem; } .swiper-slide { position: relative; font-size: .9rem; color:#fff; background-size: cover; background-position: center; } .swiper-slide .banner-txt{ position: absolute; padding: 0 1.5rem; height: 100%; display: flex; flex-direction: column; justify-content: center; } .swiper-slide .banner-txt h4{ font-size: 1.5rem; } .swiper-slide .banner-txt p.small{ font-size: .8rem; margin: 1rem 0; } #canvas .swiper-pagination-bullet{ width: .5rem; height: .5rem; border-radius: 0; } .index-list ul li img{ width: 100%; } .index-list ul li .txt{ padding: .8rem 1rem; } .index-list ul li .txt h6{ font-size: 1.2rem; color: #0083FB; } .index-list ul li .txt p{ font-size: .9rem; color: #000; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 4; overflow: hidden; margin: 1rem 0; } .index-list ul li .txt a{ display: block; font-size: .8rem; color: #0083FB; } .index-guide{ background: #0083FB; padding: 3rem 2rem; color: #fff; text-align: center; } .index-guide h4{ font-size: 1.5rem; } .index-guide ul{ display: grid; grid-template-columns: 1fr 1fr 1fr; margin-top: 2rem; } .index-guide ul li{ text-align: center; padding: 0 1rem; margin-bottom: 1rem; } .index-guide ul li a{ display: block; color: #fff; } .index-guide ul li img{ width: 2.5rem; margin-bottom: .5rem; } .index-news ul{ display: grid; grid-template-columns: 1fr 1fr; } .index-news ul li{ position: relative; margin-bottom: 1rem; border: 1px solid #E6E6E6; } .index-news ul li:nth-child(2n+1){ margin-right: 1rem; } .index-news ul li img{ width: 100%; } .index-news ul li .mark{ position: absolute; top:0; left:0; font-size: .8rem; color: #fff; width: 40px; height: 20px; text-align: center; line-height: 20px; background: #0227B1; border-radius: 0px 0px 4px 0px; } .index-news ul li .txt{ padding: 1rem; font-size: .9rem; } .index-news ul li .txt p.date{ color: #808080; font-size: .8rem; margin: 0; } .index-news ul li .txt p{ margin: 1rem 0; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; } .index-news ul li .txt a{ font-size: .8rem; display: block; color: #0083FB; } .index-bbs{ margin: 1rem 0 2rem 0; } .index-bbs ul li img{ width: 100%; } .index-bbs ul li{ border-bottom: 1px solid #D8D8D8; } .index-bbs ul li .bbs-info{ padding: 1rem; } .index-bbs ul li .top{ display: flex; justify-content: space-between; align-items: center; padding-bottom: 1rem; } .index-bbs ul li .top img{ width: 1rem; margin-top: -4px; margin-right: 2px; vertical-align: middle; } .index-bbs ul li h4{ color: #0227B1; font-size: 1.2rem; } .index-bbs ul li .bbs-info a{ color: #0083FB; font-size: .8rem; } .index-bbs .check-all{ font-size: .9rem; display: block; text-align: right; padding: 1rem; color: #0083FB; }