@charset "UTF-8";

#wrapper{
	width: 100%;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

.gray{
  color: #7a7a91;
}
.l-gray{
  color: #C0D1D8;
}

@media screen and (min-width: 769px) {
	#container{
    margin-top: 0;
    background: #FFFFFF;
	}
	section{
		width: 100%;
		padding-bottom: 160px;
	}
  section .inner{
		width: 1100px;
		margin: 0 auto;
	}
  .btnArea{
    width: 100%;
    margin-top: 60px;
  }
  .btn{
    width: 180px;
    font-size: 15px;
    text-align: right;
    padding-bottom: 3px;
		border-bottom: 1px #7a7a91 solid;
    float: right;
    font-family: "Josefin Slab", 'Noto Sans JP', "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight  : bold;
  }
  .btn2{
    width: 280px;
    font-size: 15px;
    text-align: right;
    padding-bottom: 3px;
		border-bottom: 1px #7a7a91 solid;
    float: right;
    font-family: 'Noto Sans JP', "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  }
}
@media screen and (max-width: 768px) {
	#container{
    background: #FFFFFF;
    margin-top: 30px;
	}
  #container.index{
    margin-top: 0;
	}
	section{
		width: 100%;
		padding-bottom: 20%;
	}
  section#top{
		padding-bottom: 0;
	}
  .btnArea{
    width: 100%;
    margin-top: 40px;
  }
  .btn{
    width: 180px;
    font-size: 13px;
    text-align: right;
    padding-bottom: 3px;
		border-bottom: 1px #7a7a91 solid;
    float: right;
    font-family: "Josefin Slab", serif;
    font-weight  : bold;
  }
  .btn2{
    width: 240px;
    font-size: 13px;
    text-align: right;
    padding-bottom: 3px;
		border-bottom: 1px #7a7a91 solid;
    float: right;
    font-family: 'Noto Sans JP', "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  }
}


/*
============================================================
	header
============================================================
*/ 

header{
	width: 100%;
  z-index: 1;
  position: fixed;
}

@media screen and (min-width: 769px) {
	
	header h1{
		width: 340px;
		top: 15px;
		left: 15px;
		position: fixed;
    z-index: 1;
	}
	header #btn_menu{
		width: 70px;
    top: 0;
    right: 0;
    position: fixed;
    z-index: 1;
	}
  header .iconArea{
		width: 82px;
    top: 19px;
    right: 100px;
    position: fixed;
    z-index: 1;
	}
  header .iconArea li{
		width: 32px;
    margin-right: 18px;
	}
  header .iconArea li:last-child{
    margin-right: 0;
	}
  header #scroll{
		width: 80px;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		position: fixed;
    z-index: 1;
	}
  
  .remodal-overlay{
    background-color: #f9f9ff !important;
  }
  .remodal-close{
    color: #7a7a91 !important;
  }
  .modalArea{
		width: 100vw;
		height: 98vh;
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		text-align: center;
		overflow: hidden;
		box-sizing: border-box;
	}
	.modalArea ul{
		width: 500px;
    margin-top: 30px;
	}
	.modalArea li{
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 2.4em;
		float: none;
		color: #7a7a91 !important;
    font-family: "Josefin Slab", serif;
	}
  .modalArea li a{
		color: #7a7a91 !important;
	}

  .modalArea .iconArea_modal{
		width: 82px;
    margin: 70px auto 0;
	}
  .modalArea .iconArea_modal li{
		width: 32px;
    line-height: 0;
    margin-right: 18px;
    float: left;
	}
  .modalArea .iconArea_modal li:last-child{
    margin-right: 0;
	}
}

@media screen and (max-width: 768px) {
	
	header{
    height: 60px;
    z-index: 1;
    position: fixed;
  }
  header h1{
		width: 200px;
		top: 10px;
		left: 0px;
		position: fixed;
    z-index: 1;
	}
  header #menuArea{
    display: none;
  }
	header #btn_menu{
		width: 60px;
		top: 0;
		right: 0;
		position: fixed;
		z-index: 1;
	}
  header .iconArea{
		display: none;
	}
	header #scroll{
		width: 70px;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		position: fixed;
	}
	
	/* modalArea  ------------------------------ */ 
	
	.remodal-overlay{
    background-color: #f9f9ff !important;
  }
  .remodal-close{
    color: #7a7a91 !important;
  }
  .modalArea{
		width: 100vw;
		height: 98vh;
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		text-align: center;
		overflow: hidden;
		box-sizing: border-box;
	}
	.modalArea ul{
		width: 500px;
	}
	.modalArea li{
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 2.4em;
		float: none;
		color: #7a7a91 !important;
    font-family: "Josefin Slab", serif;
	}
  .modalArea li a{
		color: #7a7a91 !important;
	}
  
  .modalArea .iconArea_modal{
		width: 82px;
    margin: 70px auto 0;
	}
  .modalArea .iconArea_modal li{
		width: 32px;
    line-height: 0;
    margin-right: 18px;
    float: left;
	}
  .modalArea .iconArea_modal li:last-child{
    margin-right: 0;
	}

}

/*
============================================================
	下層共通
============================================================
*/ 

@media screen and (min-width: 769px) {

  h2{
    font-size: 26px;
    letter-spacing: 2px;
    text-align: center;
    padding-top: 160px;
    margin-bottom: 50px;
  }
  h3{
    font-size: 26px;
    letter-spacing: 2px;
    text-align: center;
    padding-top: 80px;
    margin-bottom: 20px;
  }
  .lead{
    font-size: 14px;
    margin-bottom: 80px;
    text-align: center;
    line-height: 1.8em;
  }
  

	/* 表組み  ------------------------------ */ 
  
	.infoArea{
		width: 700px;
		margin: 0 auto;
		overflow: hidden;
	}
	.infoArea .row{
		width: 100%;
		padding: 30px 0;
		border-bottom: 1px #7a7a91 solid;
	}
	.infoArea .row .left{
		width: 130px;
		padding-left: 10px;
		box-sizing: border-box;
		float: left;
	}
	.infoArea .row .right{
		width: 570px;
		padding-right: 10px;
		box-sizing: border-box;
		float: right;
	}
	.infoArea .row .right a{
    color: #7a7a91;
		padding-bottom: 3px;
		border-bottom: 1px #7a7a91 solid;
	}
}

@media screen and (max-width: 768px) {
  
  h2{
    font-size: 20px;
    letter-spacing: 2px;
    text-align: center;
    padding-top: 25%;
    margin-bottom: 5%;
  }
  h3{
    font-size: 20px;
    letter-spacing: 2px;
    text-align: center;
    padding-top: 10%;
    margin-bottom: 5%;
  }
  .lead{
    margin-bottom: 10%;
    text-align: left;
    line-height: 1.8em;
  }
  
	
	/* 表組み  ------------------------------ */ 
  
  .infoArea{
		wwidth: 84%;
		margin: 0 auto;
		overflow: hidden;
	}
	.infoArea .row{
		width: 100%;
		padding: 6% 0;
		border-bottom: 1px #7a7a91 solid;
	}
	.infoArea .row .left{
		width: 100%;
	}
	.infoArea .row .right{
		width: 100%;
	}
	.infoArea .row .right a{
    color: #7a7a91;
		padding-bottom: 3px;
		border-bottom: 1px #7a7a91 solid;
  }
}

/*
============================================================
	footer
============================================================
*/ 

	footer{
		width: 100%;
		padding: 30px 0;
    font-size: 12px;
    text-align: center;
    background: #FFFFFF;
    box-sizing: border-box;
	}