@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');
/* font
    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/ 
*/
/* Smart menu: */
.menuBlock{
    background: #fff;
    text-align: right;
    position: fixed; 
    width: 100%;
    z-index: 1000;
}
.menuBlock p{
    margin: 0.5em 1em;
    text-align: left;
    font-size: 12px;
    max-width: 1280px;
    width: 100% ;
    box-sizing: border-box;
}
.main-nav{
    max-width: 1278px;
    width: 100%;
    margin: 0 auto;
    text-align: right;
}
.main-nav:after {
    clear: both;
    content: "\00a0";
    display: block;
    height: 0;
    font: 0px/0 serif;
    overflow: hidden;
}
.topMenu .main-nav{
    max-width: 1252px;
    text-align: center;
}
.topMenu {
    text-align: center;
    z-index: 1000;
    background: rgba(255,255,255,0.7);
    
}

.nav-brand {
    float: left;
    margin: 0 0 0 6%;
    border: none ;
}

.nav-brand a {
    display: block;
    padding: 12px 0 0 0;
    color: #555;
    /*font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;*/
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 22px;
    font-weight: normal;
    line-height: 17px;
    text-decoration: none;
}

#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: 12px;
}
.topMenu .sm-clean a, .topMenu .sm-clean a:hover, .topMenu .sm-clean a:focus, .topMenu .sm-clean a:active {
	font-size: 16px;
}
.sm-clean ul a, .sm-clean ul a:hover, .sm-clean ul a:focus, .sm-clean ul a:active {
	font-size: 12px;
	border-left: 8px solid transparent;
}
.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 およびそれ以下. */
header{
    background: #FC9AA4;
    padding: 8em 0 3em 0;
}
header h1{
    font-size: 22px;
    text-align: center;
    margin: 0 0 0 0 ;
    color:#fff;
}
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-left: 0%;
	padding-right: 0%;
}
.header0Block img{
    width: 100%;
}
.forPC{
    display: none;
}
.forSP{
    display: inherit;
}
.contents{
    position: relative;
    width: 100%;
}
.bottomMenu{
}
.bottomMenu ul{
    list-style-type: none;
    padding: 0 0 0 0;
    text-align: right;
    width: 92%;
    margin: 0 auto;
}
.bottomMenu li{
    display: inline-block;
    margin: 0 0 0 1em;
}
.bottomMenu a{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 12px;
    text-decoration: none;
    color: #000;
}
.bottomMenu a:visited{
    color:#000;
}
.bottomMenu a:hover{
    text-decoration: underline;
}
footer{
    padding: 20px 0
}
footer > div{
    width: 92%;
    margin: 0 auto;
}
.footerBlock {
    font-family: 'Noto Sans JP', sans-serif;
    padding: 30px 0 0 0;
	margin-top: 10px;
	text-align:center;
	font-size:18px;
	line-height:1.4em;
}
.footerBlock > p{
    background-color: #003F97;
    color: #fff;
    font-size: 13px;
    padding: 5px 0;
    margin: 15px 0 0 0 ;
}
.footer{
	max-width: 987px;
	width: 95%;
	margin-left:auto;
	margin-right:auto;
}
.footer1{
    text-align: left;
}
.footer1 > div{
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px
}
.footer1 p{
    font-size: 11px;
    line-height: 120% ;
    letter-spacing: 0.2em;
    margin: 0;
}
.footer1 .right p{
	font-size: 14px
}
.footer1 .right a{
	display: inline-block;
	background-color: #0065CA;
	color:#fff;
	padding: 0.75em 0;
}
.footer1 .right a:hover{
	text-decoration: none;
	opacity: 0.8;
}
.footer1 .right a:visited{
	color: #fff;
}
.footer2{
    text-align: right;
}
.footer2 p{
    font-size: 11px;
    margin: 0;
        
}
.footer a{
    text-decoration: none;
    color: #000;
}
.footer a:hover{
    text-decoration: underline;
}
.footer a:visited{
    color: #000;
}
h1{
    font-family: 'Noto Sans JP', sans-serif;
	font-size: 25px;
    font-weight:normal;
    text-align: left;
    margin: 0 0 20px 0;
}
h1 img{
    vertical-align: middle;
}
h2{
    font-family: 'Noto Sans JP', sans-serif;
	font-size: 25px;
    font-weight:normal;
    text-align: left;
    margin: 0 0 0 0;
}
h3{
    font-family: 'Noto Sans JP', sans-serif;
	font-size: 24px;
    font-weight: bold;
}
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 {
	width: 96%;
	margin: 0 auto;
	padding: 1em 0.5em;
	box-sizing: border-box;
}
.content p{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 15px;
	line-height: 170%;
}
.sideBlock{
    position:fixed;
    top: 0;
    left:0;
    padding: 20px 0;  
    width: 0;
    background-color: #0065CA;
}
.sideBlock .openCloseArea {
	position: absolute ;
	top:0;
	left: 100%;
	padding: 4px;
    background-color: #0065CA;
	border-top-right-radius: 10px ;
	border-bottom-right-radius: 10px ;
}
.sideBlock .openCloseArea a{
    font-size: 17px;
	color: #fff;
	text-decoration: none;
}
.sideBlock .sideMenuBlock{
    width: 100% ;
    padding: 20px 0;
	overflow: hidden;
}
.sideBlock .sideMenuBlock ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: 15px;
}
.sideBlock .sideMenuBlock ul li{
	margin-left: 0.75em;
}
.sideBlock .sideMenuBlock li{
    border-bottom-style: solid;
    border-bottom-width: thin;
    border-bottom-color: #fff;
	white-space: nowrap;
}
.sideBlock .sideMenuBlock a{
    display: inline-block;
    width: 100%;
    text-align: left;
    padding: 15px 0 ;
    color: #fff;
    text-decoration: none;
}
.sideBlock .sideMenuBlock a:hover{
	background-color: rgba(255,255,255,0.2) ;
}
.sideBlock .sideMenuBlock a span{
	float: right;
}
.sideBlock .sideMenuBlock li ul li:last-child{
    border-bottom-style: none;
}
.sideBlock2{
    position: static;
    padding: 20px 20px;  
    width: calc(100% - 40px);
    background-color: #0065CA;
}
.sideBlock2 .bannerBlock{
    width: 100% ;
}
.sideBlock2 .bannerBlock > div{
    margin: 10px 0;
    display: inline-block;
    width: 50%;
	vertical-align: top;
        
}
.sideBlock .bannerBlock img{
    width: 100%;
}
.sideBlock2 .calenderBlock{
    width: 100% ;
}
.sideBlock2 .calenderBlock iframe{
    width: 100%;
}
.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{
    font-family: 'Noto Sans JP', sans-serif;
	display:inline-block;
	color:#fff;
	font-size: 19px;
	text-decoration:none;
	padding: 0 2em;
	border-radius: 12px;
    font-weight: normal;
}
.linkButton:hover{
	opacity: 0.8;
	color:#fff;
}
.linkButton:visited{
	color:#fff;
}
.stdLink{
    color: #09f;
    font-size: inherit;
}
.stdLink:hover{
    color: inherit;
}
.stdLink:visited{
    color: inherit;
}
.errMsg {
	display:none;
	color:#F00;
}
.dataList .fa-exclamation-triangle{
	color: #f1c40f;
}
.narrowRow{
	display: table-row;
}
.wideRow{
	display:none;
}
.bizContact a{
    display: inline-block;
    vertical-align: middle;
    width: 6em;
    text-align: center;
    padding: 7px 0;
    border-radius: 5px;
    margin: 0 10px;
    color: #fff;
    text-decoration: none;
    font-size: 17px;
}
.bizContact a:hover{
    opacity: 0.8;
}
.bizContact a:visited{
    color: #fff;
}
.bizContact .scrolledBox {
	overflow: auto;
	width: 100%;
	height: 200px;
	border-style: solid;
	border-width: thin;
}
.bizContact .scrolledBox > div {
    padding: 1em;
}
.bizContact .scrolledBox ol{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
	line-height: 160%;
    padding: 0 0 0 1.5em;
}
.bizContact .scrolledBox ul{
    padding: 0 0 0 1.5em;
}
.harundaLinks {
    text-align: center;
}
.harundaLinks p{
    text-align: center;
    width: 100%;
}
.harundaLinks div{
    display:inline-block;
    vertical-align: middle;
    border-style: solid;
    border-width:1px;
    border-radius: 10px;
    padding: 4px;
    margin: 10px 30px;
        
}
.harundaLinks a{
    display: inline-block;
    width: 12em;
    text-align: center;
    border-radius: 5px;
    text-decoration: none;
    padding: 5px 0;
    color: #fff;
    font-size: 20px;
}
.harundaLinks a:hover{
    opacity: 0.8;
}
.harundaLinks a:visited{
    color: #fff;
}
.trialBlock{
}
.trialBlock img{
    width: 100%;
}
.trialBlock p{
    text-align: center;
    font-size: 25px;
    margin: 5px 0 0 0;
}
.trialBlock a:hover{
	opacity: 0.8;
}
.tabBlock{
    position: fixed;
    bottom:50px;
    right: 0;
    z-index: 10000;
}
.tabBlock > div{
    text-align: right;
}
.tabBlock a{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 17px;
	line-height: 140%;
    display: inline-block;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-decoration: none;
    color:#fff;
    padding: 0.7em;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.tabBlock a:hover{
    font-weight: bold;
}
.tabBlock a:visited{
    color: #fff;
}
.harundaIntroBlock{
    margin-top: 20px;
}
.harundaIntroBlock > div{
    display: inline-block;
    vertical-align: top;
}
.harundaIntroBlock .imageBox{
    width: 100%;
}
.harundaIntroBlock .imageBox p{
    font-size: 17px;    
    line-height: 140%;
}
.harundaIntroBlock .imageBox p span{
    font-size: 12px;
}
.harundaIntroBlock .textBox{
    width: 100%;
    margin-left: 0;
}
.harundaIntroBlock .textBox p{
    font-size: 19px;
}
.orderForm p{
    font-size: 20px;
}
.orderForm table{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 20px;
	line-height: 140%;
    width: 100%;
}
.orderForm table th{
    text-align: left;
    width: 11em;
    font-weight: normal;
}
.orderForm table td{
    padding: 0 0 1em 0;
}
.orderForm p{
    line-height: 180%;
}
.postalCodeButton{
    display: inline-block;
    background-color: #009CC6;
    color: #fff;
    text-decoration: none;
    width: 6em;
    text-align: center;
    border-radius: 5px;
    font-size: 15px;
    padding: 3px 0;
}
.postalCodeButton:hover{
    opacity: 0.8;
    color: #fff;
}
.postalCodeButton:visited{
    color: #fff;
}
.frameButton{
    display: inline-block;
    border-style: solid;
    border-color: #009CC6;
    border-width: 1px;
    border-radius: 10px;
    padding: 5px
}
.frameButton a{
    font-family: 'Noto Sans JP', sans-serif;
    background-color: #009CC6;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    padding: 0.2em 1.5em;
    font-size: 21px;
    display: inline-block;
}
.frameButton a:hover{
    opacity: 0.8;
}
.frameButton a:visited{
    color: #fff;
}
.frameBackButton{
    display: inline-block;
    border-style: solid;
    border-color:#F7B800;
    border-width: 1px;
    border-radius: 10px;
    padding: 5px
}
.frameBackButton a{
    font-family: 'Noto Sans JP', sans-serif;
    background-color: #F7B800;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    padding: 0.2em 1.5em;
    font-size: 21px;
    display: inline-block;
}
.frameBackButton a:hover{
    opacity: 0.8;
}
.frameBackButton a:visited{
    color: #fff;
}
.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;
}
.thanks{
    font-family: 'Noto Sans JP', sans-serif;
	font-size: 20px;
	display: inline-block;
	padding: 0 1em;
}
/* タブレットレイアウト : 481 px ～ 768 px。モバイルレイアウトからスタイルを継承。 */

@media only print {
.content{
    width: 92%;
    margin: 0 auto;
	padding: 2em 1em;
}
}

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

@media only print {
.menuBlock p{
    margin: 0.5em auto;
    padding: 0 1em;
}
.topMenu{
    background: none;
}
.topMenu .main-nav{
    width: 98%;
}
#main-menu {
    display: inline-block;
}
/* 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: inline-block;
}
.sm-clean a, .sm-clean a:hover, .sm-clean a:focus, .sm-clean a:active, .sm-clean a.highlighted {
	padding: 24px 12px;
    color: #000;
}
.topMenu .sm-clean a, .topMenu .sm-clean a:hover, .topMenu .sm-clean a:focus, .topMenu .sm-clean a:active, .topMenu .sm-clean a.highlighted {
    color: #fff;
}
.sm-clean a:hover, .sm-clean a:focus, .sm-clean a:active, .sm-clean a.highlighted {
    background-color: rgba(0,0,0,0.3);
}
.sm-clean a.has-submenu {
	padding-right: 24px;
}
.forPC{
    display: inherit;
}
.forSP{
    display: none;
}
.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;
}
.footer{
	width: 77%;
}
.sideBlock{
    position: absolute;
    top: 0;
    left:0;
    padding: 20px;  
    width: 170px;
    background-color: #0065CA;
}
.sideBlock .openCloseArea {
	display: none ;
}
.sideBlock .sideMenuBlock{
    width: 100% ;
    padding: 20px 0;
}
.sideBlock2 .bannerBlock > div{
    margin: 10px 0;
    display: block;
    width: 100%;
}
.sideBlock2{
    position: absolute;
    top: 330px;
    left:0;
    padding: 20px;  
    width: 170px;
    background-color: #0065CA;
}
.trialBlock p{
    text-align: center;
    font-size: 36px;
    margin: 5px 0 0 0;
}
.harundaLinks a{
    width: 14em;
}
.harundaIntroBlock .imageBox{
    width: 17%;
}
.harundaIntroBlock .textBox{
    width: calc(83% - 20px);
    margin-left: 20px;
}
}