@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@300&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
    font-family: 'M PLUS Rounded 1c', sans-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/ 
*/
.headerBlock{
    border-top-style: solid;
    border-top-width: 37px;
    border-top-color: #E61E0F;
}
.headerBlock > div{
    width: 85%;
    margin: auto;
    max-width: 895px;
}
.headerBlock .text1{
    font-family: 'Noto Serif JP', serif;
    font-size: 16px;
    line-height: 140%;
}
.headerBlock .text1 span{
    font-size: 14px;
}
.headerBlock .text2{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 46px;
    color: #FF0000;
    font-weight: 900;
    margin: 0 0 30px 0;
}
.headerBlock a{
    color:inherit;
    text-decoration: none;
}
.headerBlock a:hover{
    color: inherit;
}
.headerBlock a:visited{
    color: inherit;
}
/* 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;
*/}

.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: 17px;
    font-weight: bold;
}
.sm-clean ul a, .sm-clean ul a:hover, .sm-clean ul a:focus, .sm-clean ul a:active {
	font-size: 17px;
	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;*/
}

/* モバイルレイアウト : 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 {
	background: #fff;
	border-radius: 0;
}
.sm-clean a, .sm-clean a:hover, .sm-clean a:focus, .sm-clean a:active {
	padding: 0;
	color: #555555;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 17px;
	text-decoration: none;
	margin: 1em 0 1em 1em;
}
.sm-clean a:hover{
    font-weight: bold;
}
.contents{
    position: relative;
    width: 95%;
    margin: 0 auto;
}
h1{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 46px;
    font-weight:900;
    text-align: center;
}
h2{
    font-family: 'Noto Sans JP', sans-serif;
	font-size: 46px;
    font-weight:900;
    text-align: center;
}
h3{
    font-family: 'Noto Sans JP', sans-serif;
	font-size: 28px;
    font-weight: normal;
    text-align: center;
}
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: 100px 0 0 0 ;
}
.content p{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 10px;
	line-height: 160%;
    font-weight: normal;
    text-align: center;
}
.footer{
    margin-top: 50px;
	width:100%;
	text-align: center;
    border-bottom-style: solid;
    border-bottom-color: #E61E0F;
    border-bottom-width: 37px;
}
.footer .snsBlock{
    letter-spacing: 2em;
    margin-bottom: 30px;
}
.footer .addressBlock{
    text-align: center;
}
.footer .addressBlock > div{
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
}
.footer .addressBlock .title{
    font-family: 'Noto Serif JP', serif;
    font-size: 26px;
}
.footer p{
    font-family: 'Noto Serif JP', serif;
    font-size: 14px;
	line-height: 160%;
}
.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:#E61E0F;
    font-weight: normal;
	font-family: 'Noto Sans JP', sans-serif;
}
.linkButton:hover{
	opacity: 0.8;
	color:#fff;
}
.linkButton:visited{
	color:#fff;
}
.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;
}
/* タブレットレイアウト : 481 px ～ 768 px。モバイルレイアウトからスタイルを継承。 */

@media only print {
.headerBlock .text1{
    font-size: 20px;
}
.headerBlock .text1 span{
    font-size: 18px;
}
.headerBlock .text2{
    font-size: 67px;
}
.content p{
    font-size: 13px;
}
}

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

@media only print {
    .main-nav {
/*        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        -ms-border-radius: 50px;
        -o-border-radius: 50px;
        border-radius: 50px;
*/    }
#main-menu{
    max-width: 1120px;
    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;
}
#main-menu {
	max-width: 700px;
	width: 100%;
	margin: 0 auto;
}
.sm-clean > li {
	width: calc(100% / 6);
	text-align: center;
	font-size: 11px;
}
.sm-clean a, .sm-clean a:hover, .sm-clean a:focus, .sm-clean a:active {
	border-right-style: solid;
	border-right-width: thin;
    margin: 1em 0 ;
}
.sm-clean a:hover, .sm-clean a:focus, .sm-clean a:active, .sm-clean a.highlighted {
    background-color: rgba(0,0,0,0.1);
}
.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;
}
.sm-clean a.has-submenu {
	padding-right: 24px;
}
.contents{
    width: 75%;
}
.lastItem{
    background-color: #003F97!important;
    color:#fff!important;
}
.lastItem:hover{
    background-color:rgba(0,63,151,0.8)!important;
}
.gridContainer {
	max-width: 1053px;
	margin: auto;
}
.narrowRow{
	display: none;
}
.wideRow{
	display: table-cell;
}
.content p{
    font-size: 15px;
}
.footer p{
    font-family: 'Noto Serif JP', serif;
    font-size: 15px;
	line-height: 160%;
}
.linkButton{
	font-size: 20px;
}
}