@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Noto+Serif+JP:wght@400;700&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap') ;

/* font
    font-family: 'Noto Sans JP', sans-serif; gotic
    font-family: 'Noto Serif JP', serif;	micho
    font-family: "Open Sans", 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/ 
*/
/* モバイルレイアウト : 480 px およびそれ以下. */
.menuBlock{
    position: fixed;
    top:0;
    left: 0;
    width: 100%;
    z-index: 10000;
    background: #fff;
    padding: 10px 10px;
    box-sizing: border-box;
}
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-left: 0%;
	padding-right: 0%;
}
.contents{
    position: relative;
    width: 100%;
}
h1{
    font-family: 'Noto Sans JP', sans-serif;
	font-size: 24px;
    font-weight:bold;
    margin: 0.2em 0;
    text-align: center;
}
.h1LineCenter{
    width: 50%;
    margin: 0 auto 50px auto;
}
h2{
    font-family: 'Noto Sans JP', sans-serif;
	font-size: 24px;
    font-weight:bold;
    margin: 0.2em 0;
}
h3{
    font-family: 'Noto Sans JP', sans-serif;
	font-size: 24px;
    font-weight: bold;
    margin: 0.2em 0;
}
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: 94%;
    margin: 0 auto;
    max-width: 1161px;
}
.content p{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
	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{
    font-family: 'Noto Sans JP', sans-serif;
	display:inline-block;
	color:#000;
	font-size: 24px;
	text-decoration:none;
	padding: 0.5em 0;
    background-color:#00AFEC;
    font-weight: normal;
    text-align: center;
    margin: 0.25em 0;
    border-radius: 6px;
}
.linkButton:hover{
	opacity: 0.8;
	color:#000;
}
.linkButton:visited{
	color:#000;
}
.stdLink{
    color: #000;
    font-size: inherit;
    text-decoration: none;
}
.stdLink:hover{
    color: inherit;
}
.stdLink:visited{
    color: inherit;
}
.fixedFooter{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
}
.fixedFooter > div{
    position: relative;
    width: 94%;
    max-width: 1161px;
    margin: 0 auto;
}
.fixedFooter p{
    margin: 10px 0;
}
.fixedFooter .linkButton:nth-child(1){
    width: 20%;
}
.fixedFooter .linkButton:nth-child(1) img{
    width: 1.25em;
}
.fixedFooter .linkButton:nth-child(2){
    width: 65%;
}
.fixedFooter .linkButton:nth-child(2) img{
    width: 1.25em;
}
.fixedFooter .linkButton{
    font-size: 18px;
    border-radius: 5px;
    margin: 0 1%;
    font-weight: bold;
    padding: 0.25em 0.5em;
    box-sizing: border-box;
}
.fixedFooter .linkButton:nth-child(1){
    background: #F39700;
    color: #fff;
}
.fixedFooter .linkButton:nth-child(1):hover{
    color: #fff;
}
.fixedFooter .linkButton:nth-child(1):visited{
    color: #fff;
}
.fixedFooter .linkButton span{
    font-size: 18px!important;
}
.fixedFooter .logo{
    position: absolute;
    top: -80px;
    right: 0;
    text-align: right;
}
.fixedFooter .logo img{
    width: 60%;
}
.h1Line span{
    display: inline-block;
    height: 5px;
    background: #CCCCCC;
}
.h1Line span:nth-child(1){
    width: 10%;
    margin: 0 0.5% 0 0;
    background: #00AFEC;
}
.h1Line span:nth-child(2){
    width: 80%;
    margin: 0 0 0 0;
}
.h2Line span{
    display: inline-block;
    height: 5px;
    background: #CCCCCC;
}
.h2Line span:nth-child(1){
    width: 10%;
    margin: 0 0.5% 0 0;
    background: #00AFEC;
}
.h2Line span:nth-child(2){
    width: 89%;
    margin: 0 0 0 0;
}
.h3Line span{
    display: inline-block;
    height: 5px;
    background: #CCCCCC;
}
.h3Line span:nth-child(1){
    width: 10%;
    margin: 0 0.5% 0 0;
    background: #F39700;
}
.h3Line span:nth-child(2){
    width: 80%;
    margin: 0 0 0 0;
}
.pc{
    display:none ;
}

/* タブレットレイアウト : 481 px ～ 768 px。モバイルレイアウトからスタイルを継承。 */

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

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

@media only screen and (min-width: 768px) {
.menuBlock {
	padding: 15px 46px;
}
.pc{
    display:block ;
}
.sp{
    display: none;
}
.gridContainer {
	max-width: 1200px;
	margin: auto;
}
.linkButton{
	font-size: 21px;
}
.content p{
    font-size: 16px;
	line-height: 200%;
}
h1{
	font-size: 34px;
    margin: 0.2em 0;
}
h2{
	font-size: 34px;
    margin: 0.2em 0;
}
h3{
	font-size: 33px;
    margin: 0.2em 0;
}
.h2Line span:nth-child(2){
    width: 80%;
    margin: 0 0 0 0;
}
.fixedFooter .linkButton{
    font-size: 42px;
    border-radius: 12px;
    margin: 0 1%;
    width: 48%;
}
.fixedFooter .linkButton span{
    font-size: 23px!important;
}
.fixedFooter .logo{
    top: -130px;
    right: 10%;
}
.fixedFooter .logo img{
    width: auto;
}
.fixedFooter p{
    margin: 15px 0;
}
}