@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Frank+Ruhl+Libre&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: 'Frank Ruhl Libre', 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/ 
*/
/* モバイルレイアウト : 480 px およびそれ以下. */
body{
    background: #E6E6E6;
}
header{
    border-top: solid 4px #F3C300;
    background: #fff;
}
header > div{
    border-top: solid 15px #00529B;
    padding: 15px 0;
}
.header{
    text-align: center;
}
.header > div{
    display: inline-block;
    vertical-align: middle;
}
.menuBlock{
    display: block!important;
}

.header .name{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 11px;
    line-height: 130%;
    text-align: left;
    margin: 0 5em 0 1em;
}
.header .name span{
    font-size: 17px;
}
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-left: 0%;
	padding-right: 0%;
}
.contents{
    width: 95%;
    margin: 0 auto;
    background: #fff;
}
h1{
    font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
    font-weight:normal;
    text-align: left;
    color: #000;
    margin: 0;
}
h2{
    font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
    font-weight:bold;
    text-align: left;
    color: #000;
}
h2 img{
	vertical-align: middle;
	margin-bottom: 0.25em;
}
h3{
    font-family: 'Noto Sans JP', sans-serif;
	font-size: 13px;
    font-weight: bold;
    text-align: left;
    color: #000;
    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{
    width: 95%;
    margin: 0 auto;
    padding: 50px 0;
}
.content p{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 12px;
	line-height: 180%;
    font-weight: normal;
    text-align: left;
    color:#000;
}
footer{
    border-bottom: solid 22px #F3C300;
    background: #0071BC;
    padding: 20px 0 10px 0 ;
}
footer > div{
    text-align: center;
}
footer > div > div{
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px;
}
footer > div > div > div > div{
    display: inline-block;
    vertical-align: middle;
}
footer .name{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 11px;
    line-height: 130%;
    color: #fff;
    margin-left: 1em;
    text-align: left;
}
footer .name span{
    font-size: 17px;
}
footer .office{
    margin-top: 10px;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 13px;
    line-height: 130%;
    color: #fff;
    text-align: left;
}
.cellFit{
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.linkButton{
	display:inline-block;
	color:#00529B;
	font-size: 12px;
	text-decoration:none;
	padding: 0.5em 1em;
	border-radius: 6px;
    background-color:#F3C300;
    font-weight: normal;
	font-family: 'Noto Sans JP', sans-serif;
}
.linkButton:hover{
	opacity: 0.8;
	color:#00529B;
}
.linkButton:visited{
	color:#00529B;
}
.stdLink{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 12px;
    font-weight: bold;
    /*color: #00529B;
	text-decoration: none;*/
}
.stdLink:hover{
    /*color: #00529B;
	text-decoration: underline;*/
}
.stdLink:visited{
    /*color: #00529B;*/
}
.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;
}
.fatalErrMsg{
    background-color: #fff !important;
    text-align: center !important;
    font-size: 20px !important;
    color:#000 !important;
}
.calenderTab{
    position: fixed;
    top: calc(100vh * 0.3) ;
    right: 0;
    background-color: #F3C300;
    border-top-left-radius: 19px;
    border-bottom-left-radius: 19px;
    padding: 10px;
}
.calenderTab > div{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 13px;
    color:#00529B;
    writing-mode: vertical-rl;
    margin: 0;
    width: 2.5em;
    font-weight: bold;
}
.calenderTab a{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}
.calenderTab a:hover{
    background: rgba(255,255,255,0.2) ;
}
.gsc-control-cse{
    display: inline-block;
    width: 20em!important;
}
/* タブレットレイアウト : 481 px ～ 768 px。モバイルレイアウトからスタイルを継承。 */

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

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

@media only screen and (min-width: 768px) {
.menuBlock{
    display: inline-block!important;
}
.content{
    width: 71%;
}
h3{
    font-size: 16px;
}
.contents{
    width: 76%;
}
.lastItem{
    background-color: #003F97!important;
    color:#fff!important;
}
.lastItem:hover{
    background-color:rgba(0,63,151,0.8)!important;
}
.gridContainer {
	max-width: 1280px;
	margin: auto;
}
.narrowRow{
	display: none;
}
.wideRow{
	display: table-cell;
}
.fixedBanner p{
    font-size: 21px;
}
.menuBlock{
    display: inline-block;
}
}