@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&family=Noto+Serif+JP:wght@400;700&display=swap');
/* Gotic
    font-family: 'Noto Sans JP', sans-serif; gotic
    font-family: 'Noto Serif JP', serif;	micho
*/
/* 標準可変メディア
   メモ : 可変メディアでは、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/ 
*/
/* chromeで画像がぼやける対応 */
body{
    width: 100%;
    overflow: hidden;
}
.headerLine{
    border-style: solid;
    border-color: #247BC0;
    border-width: 1px;
    width: 100%;
    margin: 0;
    height: 10px;
    background-color: #247BC0;
}
.headerBlock{
}
.headerBlock .header{
    max-width: 1080px;
    width: 100%;
	margin: 0 auto;
}
.headerBlock p{
    font-family: 'Noto Sans JP', sans-serif;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}
/* Smart menu: */
.main-nav {
    background-color: #fff;
/*    background: #eee;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
*/
	left: 0;
	top: 0;
	width: 100%;
    z-index: 10000;
}

.main-nav:after {
    clear: both;
    content: "\00a0";
    display: block;
    height: 0;
    font: 0px/0 serif;
    overflow: hidden;
}
#main-menu {
    clear: both;
}

/* Mobile menu toggle button */

.main-menu-btn {
    float: right;
    margin: 6px 10px;
    position: relative;
    display: inline-block;
    width: 29px;
    height: 29px;
    text-indent: 29px;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


/* hamburger icon */

.main-menu-btn-icon,
.main-menu-btn-icon:before,
.main-menu-btn-icon:after {
    position: absolute;
    top: 50%;
    left: 2px;
    height: 2px;
    width: 24px;
    background: #000;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

.main-menu-btn-icon:before {
    content: '';
    top: -7px;
    left: 0;
}

.main-menu-btn-icon:after {
    content: '';
    top: 7px;
    left: 0;
}


/* x icon */

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon {
    height: 0;
    background: transparent;
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:before {
    top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:after {
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}


/* hide menu state checkbox (keep it visible to screen readers) */

#main-menu-state {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
}


/* hide the menu in mobile view */

#main-menu-state:not(:checked) ~ #main-menu {
    display: none;
}

#main-menu-state:checked ~ #main-menu {
    display: block;
}
.sm-clean {
	padding: 0;
	background: none;
	border-radius: 0;
}

.sm-clean a, .sm-clean a:hover, .sm-clean a:focus, .sm-clean a:active {
    font-family: 'Noto Sans JP', sans-serif;
	font-size: 15px;
    font-weight: bold;
}
.sm-clean a.has-submenu {
	padding-right: 0;
}
.sm-clean ul a, .sm-clean ul a:hover, .sm-clean ul a:focus, .sm-clean ul a:active {
	font-size: 15px;
	border-left: 8px solid transparent;
    width: 100%;
    text-align: left;
}
.sm-clean ul a:hover, .sm-clean ul a:focus, .sm-clean ul a:active, .sm-clean ul a.highlighted {
/*    background-color: rgba(0,0,0,0.1);
*/    color:#000;
	/*background: #eeeeee;
	color: #D23600;*/
}
#menu_block{
	width: 100%;
	z-index: 999;
}
.absoluteMenu{
	position: absolute;
	top: 12px;
	right: 0;
}
.fixedMenu{
	position: fixed;
	top: 0;
}
/* モバイルレイアウト : 480 px およびそれ以下. */
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-left: 0%;
	padding-right: 0%;
}
#main-menu-state {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	border: 0;
	padding: 0;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
}
.sm-clean {
	border-radius: 0;
}
.sm-clean a, .sm-clean a:hover, .sm-clean a:focus, .sm-clean a:active {
	padding: 1em 1em;
	color: #000;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 17px;
	text-decoration: none;
}
.topMenuBlock .sm-clean a, .topMenuBlock .sm-clean a:hover, .topMenuBlock .sm-clean a:focus, .topMenuBlock .sm-clean a:active {
}
.sm-clean a .sub-arrow {
	background: rgba(255, 255, 255, 0);
}
.sm-clean a .sub-arrow::before {
	content: '▼';
}
.sm-clean a.highlighted .sub-arrow::before {
	content: '▲';
}
.sm-clean li {
	border-top: 1px solid rgba(0, 0, 0, 0.5);
}
.contents{
    position: relative;
    width: 95%;
    margin: 0 auto;
}
h1, h2{
    font-family: 'Noto Sans JP', sans-serif;
	font-size: 18px;
    font-weight:bold;
    text-align: center;
    color: #000;
    margin: 40px 0;
}
h1 span, h2 span{
    display: inline;
	padding: 0 1em;
    background: linear-gradient(0deg, rgba(255,255,0,1) 0%, rgba(255,255,0,1) 45%, rgba(255,255,255,1) 46%, rgba(255,255,255,0) 100%);
}
h3{
    font-family: 'Noto Sans JP', sans-serif;
	font-size: 13px;
    font-weight: bold;
    text-align: left;
    line-height: 160%;
}
h4{
    font-family: 'Noto Sans JP', sans-serif;
	font-size: 13px;
    letter-spacing: 0.1em;
    color: #000;
}
h5{
    font-family: 'Noto Sans JP', sans-serif;
	font-size: 13px;
    letter-spacing: 0.1em;
    color: #000;
}
.content{
	margin: 100px auto 0 auto;
}
.content p{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 14.5px;
	line-height: 150%;
    font-weight: normal;
    text-align: left;
}
.footerBlock {
    background-color: #CBCBCB;
	padding: 15px 2.5% 60px 2.5%;
	margin-top: 100px;
}
.footer{
    max-width: 1080px;
    margin: 0 auto;
    width: 100%;
	overflow: hidden;
}
.footer > div{
    display: inline-block;
    vertical-align: bottom;
}
.footer .logo{
    margin-left: 2.5%;
}
.footer .snsBox{
    float: right;
    margin-right: 2.5%;
    padding: 20px 0;
}
.footer .snsBox img{
    width: 51px;
}
.footer p{
    font-family: 'Noto Sans JP', sans-serif;
    color:#000;
	line-height: 180%;
    font-size: 14px;
    margin: 0;
}
.footer p span{
	font-size: 17px;
	font-weight: bold;
}
.toTop {
	position: fixed;
	bottom: 90px;
	right: 60px;
    z-index: 1000;
}
.toTop a{
	display: inline-block;
	vertical-align: top;
	border-style: solid;
	border-width: 2px;
	border-color: #fff;
	background-color: #247BC0;
	border-radius: 50%;
	color:#fff;
	width: 50px;
	height: 50px;
	font-size: 25px;
	text-align: center;
}
.toTop a svg{
	margin-top: 12.5px;
}
.toTopShow{
	display:block;
}
.toTopHidden{
	display:none;	
}
.cellFit{
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.linkButton{
    font-family: 'Noto Sans JP', sans-serif;
    display: inline-block;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    font-size: 18px;
    padding: 0.5em 1em;
    text-align: center;
    vertical-align: middle;
    background-color: #247BC0;
    color: #fff!important;
}
.linkButton:hover{
	opacity: 0.7;
}
.linkButton:visited{
    color: #fff!important;
}
.stdLink{
    color: #000;
	text-decoration: none;
}
.stdLink:hover{
	color:#000;
	text-decoration: underline;
}
.stdLink:visited{
	color:#000;
}
.errMsg {
	display:none;
	color:#F00;
}
.dataList .fa-exclamation-triangle{
	color: #f1c40f;
}
.narrowRow{
	display: table-row;
}
.wideRow{
	display:none;
}
.errMsg {
	display:none;
	color:#F00;
}
.entryItem {
	display:block;
}
.confItem {
	display:none;
}
.orderForm .fa-exclamation-triangle{
	color: #f1c40f;
}
.mandatory{
    font-size: 0.7em;
    color: #f00;
}
.notice{
    color:#f00;
}
.any{
    font-size: 0.7em;
}
.disabledATag{
    pointer-events: none;
    background-color: #cccccc!important;
}
.scrolledBox a{
    color:#000;
}
.fixedLabelBlock {
	position: fixed;
	z-index: 1003;
	bottom: 0;
	left: 0;
	width: 100%;
}
.fixedLabelBlock ul {
	margin: 0;
	padding: 0;
	text-align: center;
	list-style-type: none;
}
.fixedLabelBlock .fixedLabel {
	background-color: #406D9A;
	position: relative;
	margin: 0 1%;
	border-radius: 10px 10px 0 0;
	display: inline-block;
}
.fixedLabelBlock .fixedLabel p {
	padding: 5px 10px;
	margin: 0;
    font-family: 'Noto Sans JP', sans-serif;
	font-size: 15px;
	line-height: 180%;
	font-weight: bold;
	width: auto;
}
.fixedLabelBlock .fixedLabel p span{
	font-size: 17px;
}
.fixedLabelBlock .fixedLabel a{
	position: absolute;
	top:0 ;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 10px 0 0 10px;
}
.fixedLabelBlock .fixedLabel a:hover{
	background-color: rgba(255,255,255,0.2);
}
.lazyLoad{
	background: none;
}
/* タブレットレイアウト : 481 px ～ 768 px。モバイルレイアウトからスタイルを継承。 */

@media only print {
h1, h2{
	font-size: 26px;
}
.footer .logo{
    margin-left: 15%;
	margin-right: 20px;
}
.footer .snsBox{
    margin-right: 15%;
    padding-top: 20px;
}
	.footer2 p{
    margin-right: 15%;
	}
}

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

@media only print {
.headerBlock p{
    font-size: 26px;
}
.main-nav {
    background: none;
/*        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        -ms-border-radius: 50px;
        -o-border-radius: 50px;
        border-radius: 50px;
*/    }
#menu_block{
	width: 100%;
	background-color: #fff ;
	padding: 10px 0;
	z-index: 1000;
}
#main-menu {
	max-width: 950px;
	width: 100%;
	margin: 0 auto;
	font-size: 20px;
}
/* hide the button in desktop view */
.main-menu-btn {
    position: absolute;
    top: -99999px;
}
/* always show the menu in desktop view */
#main-menu-state:not(:checked) ~ #main-menu {
    display: block;
}
.sm-clean > li {
	text-align: center;
	font-size: 12px;
	border-right: solid 1px #000;
}
.sm-clean > li:nth-child(1) {
	width: 7.0%; 
}
.sm-clean > li:nth-child(2) {
	width: 17.5%; 
}
.sm-clean > li:nth-child(3) {
	width: 7.0%; 
}
.sm-clean > li:nth-child(4) {
	width: 8.7%; 
}
.sm-clean > li:nth-child(5) {
	width: 15.7%; 
}
.sm-clean > li:nth-child(6) {
	width: 10.5%; 
}
.sm-clean > li:nth-child(7) {
	width: 10.5%; 
}
.sm-clean > li:nth-child(8) {
	width: 15.7%; 
}
.sm-clean > li:nth-child(9) {
	width: 7.0%; 
	border-right: none;
}
.sm-clean a, .sm-clean a:hover, .sm-clean a:focus, .sm-clean a:active {
}
.sm-clean a:hover, .sm-clean a:focus, .sm-clean a:active, .sm-clean a.highlighted {
    background-color: rgba(0,0,0,0.1);
    color:#000;
}
.topMenuBlock .sm-clean a:hover, .topMenuBlock .sm-clean a:focus, .topMenuBlock .sm-clean a:active, .topMenuBlock .sm-clean a.highlighted {
}
.sm-clean ul a, .sm-clean ul a:hover, .sm-clean ul a:focus, .sm-clean ul a:active, .sm-clean ul a.highlighted {
	color: #000!important;
}
.sm-clean a, .sm-clean a:hover, .sm-clean a:focus, .sm-clean a:active, .sm-clean a.highlighted {
    padding: 0;
}
.sm-clean a .sub-arrow {
	right: 2px;
	border-color: #000 transparent transparent transparent;
}
.topMenuBlock .sm-clean a .sub-arrow {
}
.sm-clean ul {
	background: rgba(255,255,255,0.54);
}
.sm-clean li {
	border-top: 0;
}
.absoluteMenu{
	top: 0;
}

.gridContainer {
	max-width: 1080px;
	margin: auto;
}
.headerBlock h1{
    font-size: 18px;
}
.contents{
    width: 82%;
}
h1, h2{
	font-size: 26px;
    color: #000;
}

h3{
	font-size: 23px;
}
.fixedLabelBlock{
	top: 10vh ;
	right: 0;
	bottom: inherit;
	left: inherit;
	width: auto;
}
.fixedLabelBlock ul {
	text-align: inherit;
}
.fixedLabelBlock .fixedLabel{
	margin: 10px 0;
	border-radius: 10px 0 0 10px;
	display: inherit;
}
.fixedLabelBlock .fixedLabel p{
	padding: 10px 5px;
	margin: 0;
	writing-mode: vertical-lr;
	width:30px;
}
.footerBlock{
    padding: 15px 2.5% 10px 2.5%;
}

}