@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=PT+Serif&family=Noto+Sans+JP:wght@400;700;900&family=Noto+Serif+JP:wght@400;700&display=swap');
/* font
    font-family: 'Noto Sans JP', sans-serif; gotic
    font-family: 'Noto Serif JP', serif;	micho
    font-family: 'PT Serif', serif;
*/
/* 標準可変メディア
   メモ : 可変メディアでは、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/ 
*/
body{
    background-color: #000;
}
.headerLogo{
    padding: 10px 7.5% 15px ;
}
.wideMenu{
    display: none;
}
/* Smart menu: */
.main-nav {
/*    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: #555;
    -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: 9px;
	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:#fff;
	/*background: #eeeeee;
	color: #D23600;*/
}
.sm-clean a .sub-arrow {
	background: #000;
}
.sm-clean a .sub-arrow::before {
	content: '▼';
}
.sm-clean a.highlighted .sub-arrow::before {
	content: '▲';
}
/* モバイルレイアウト : 480 px およびそれ以下. */
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-left: 0%;
	padding-right: 0%;
}
.backgroundImage{
    background: linear-gradient(90deg, rgba(0,0,0,1) 5%, rgba(0,0,0,0.5) 50%, rgba(0,0,0,1) 95%), url("../images/back2.png") ;
    background-position: top center;
    
}
#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: #fff;
    font-family: 'PT Serif', 'Noto Serif JP', serif;
    font-size: 9px;
	font-weight: normal;
	line-height: 17px;
	text-decoration: none;
}
.sm-clean a > span {
        font-size: 18px;
        width: 6em;
        display: inline-block;
}

.contents{
    position: relative;
    width: 95%;
    margin: 0 auto;
}
h1{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 21px;
    font-weight:bold;
    text-align: center;
    color: #F05923;
}
h2{
    font-family: 'PT Serif', serif;
	font-size: 16px;
    font-weight:normal;
    text-align: center;
    color: #fff;
    letter-spacing: 0.2em;
}
h3{
    font-family: 'Noto Sans JP', sans-serif;
	font-size: 13px;
    font-weight: bold;
    text-align: left;
    color: #fff;
    margin: 0;
}
h4{
    font-family: 'Noto Serif JP', serif;
	font-size: 13px;
    letter-spacing: 0.1em;
    color: #000;
}
h5{
    font-family: 'Noto Serif JP', serif;
	font-size: 13px;
    letter-spacing: 0.1em;
    color: #000;
}
.content{
    margin: 30px 0 0 0 ;
}
.lastContent{
    margin-bottom: 100px;
}
.content p{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 13px;
	line-height: 180%;
    font-weight: normal;
    text-align: left;
    color:#fff;
}
.footerBlock{
    background-color: #000;
}
.footer {
    max-width: 820px;
    margin: 100px auto 0 ;
    width:  95%;
}
.footer .lineBlock{
    text-align: right;
    margin-bottom: 20px;
}
.footer .lineBlock > div{
    display: inline-block;
    vertical-align: top;
}
.footer .lineBlock > div:first-child{
    width: calc(100% - 100px);
    margin-right: 0;
}
.footer .lineBlock > div:first-child p{
    text-align: left;
    margin: 0;
    line-height: 150%;
}
.footerBlock .addressList .item{
    display: inline-block;
    width: 100% ;
    vertical-align: top;
}
.footerBlock p{
    color: #fff;
    font-size: 9px;
    line-height: 200%;
}
.toTop {
	position: fixed;
	bottom: 20px;
	right: 20px;
}
.toTopShow{
	display:block;
}
.toTopHidden{
	display:none;	
}
.cellFit{
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.linkButton{
	display:inline-block;
	color:#fff;
	font-size: 18px;
	text-decoration:none;
	padding: 0.5em 1em;
	border-radius: 4px;
    background-color:#29ABE2;
    font-weight: normal;
	font-family: 'Noto Sans JP', sans-serif;
}
.linkButton:hover{
	opacity: 0.8;
	color:#fff;
}
.linkButton:visited{
	color:#fff;
}
.stdLink{
    color: #fff;
	text-decoration: none;
}
.stdLink:hover{
	color:#fff;
	text-decoration: underline;
}
.stdLink:visited{
	color:#fff;
}
.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;
}
.title2{
    text-align: center;
}
.title2 hr{
    display: inline-block;
    width: 15%;
    vertical-align: middle;
}
.title2 h2{
    display: inline-block;
    vertical-align: middle;
    width: 9em;
}
.headerImage {
    position: relative;
}
.headerImage .label{
    position: absolute;
    bottom: 25%;
    left: 0;
    width: 90%;
    background: linear-gradient(90deg, rgba(50,50,50,1) 28%, rgba(73,73,73,0.2) 71%);
    padding-left: 10%;
}
.headerImage .label h1{
    color: #fff;
    text-align: left;
    font-size: 18px;
    font-weight: normal;
}
.fatalErrMsg{
    background-color: #fff !important;
    text-align: center !important;
    font-size: 20px !important;
    color:#000 !important;
}
/* タブレットレイアウト : 481 px ～ 768 px。モバイルレイアウトからスタイルを継承。 */

@media only screen and (min-width: 481px) {
.headerBlock .text1{
    font-size: 20px;
}
.imageBlock .logo{
    top: 10%;
    right: 10%;
    width: auto;
        
}
.headerImage .label h1{
    font-size: 22px;
}
.content p{
    font-size: 16px;
}
}

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

@media only screen and (min-width: 768px) {
.headerBlock .imageBlock{
    background-size: cover;
    height: 382px;
}
.main-nav {
    display: none;
}
.wideMenu {
	display: block;
	position: absolute;
	z-index: 500;
	right: 0;
	top: 0;
    background: linear-gradient(90deg, rgba(152,152,152,1) 1%, rgba(0,0,0,1) 84%);
    padding: 10px 0;
}
.wideMenu ul{
    list-style-type: none;
    padding: 0;
    margin: 0;

}
    .wideMenu ul> li > a{
        font-family: 'PT Serif', 'Noto Serif JP', serif;
        font-size: 9px;
        text-decoration: none;
        color: #fff;
        padding: 0 2em;
        border-left-style: solid;
        border-left-color: rgba(152,152,152,1) ;
        border-left-width: 3px;display: inline-block;
    }
    .wideMenu > ul > li > a:hover{
        border-left-color: #f00;
    }
    .wideMenu > ul > li > a > span{
        font-size: 18px;
        width: 6em;
        display: inline-block;
    }
    .wideMenu ul ul{
        display: none;
    }
    .wideMenu > ul > li{
        padding: 10px 0;
    }
    .wideMenu > ul > li > ul > li{
        padding: 5px 0;
    }
    .wideMenu > ul > li > ul > li > a:hover span{
        color:#f00 ;
    }
.sm-clean li {
	float: none;
}
#main-menu{
    max-width: 650px;
    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 {
	width: calc(100% / 6);
	text-align: center;
	font-size: 15px;
}
.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:#fff;
}
.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: #fff;
}
.sm-clean a, .sm-clean a:hover, .sm-clean a:focus, .sm-clean a:active, .sm-clean a.highlighted {
    padding: 1em 0;
}
.footerBlock .footer{
    width:  82%;
}
.footer .lineBlock > div:first-child{
    width: 30%;
    margin-right: 1%;
}
.footerBlock .addressList .item{
    width: calc(100% / 3) ;
}
h3{
    font-size: 16px;
}
.contents{
    width: 82%;
}
.lastItem{
    background-color: #003F97!important;
    color:#fff!important;
}
.lastItem:hover{
    background-color:rgba(0,63,151,0.8)!important;
}
.gridContainer {
	max-width: 1000px;
	margin: auto;
}
.narrowRow{
	display: none;
}
.wideRow{
	display: table-cell;
}
.content p{
    font-size: 16px;
}
.linkButton{
	font-size: 20px;
}
.title2 hr{
    width: 30%;
}
.headerImage .label{
    bottom: 45%;
}
}