@charset "UTF-8";
/* CSS Document */


/*基本のCSS-----------------------------------------------------*/

/*a{
  text-decoration: none;
  color: #000000;
  transition-property: opacity;
  transition-duration: 0.5s;
}

a:hover{
	opacity: 0.7;
}

a:visited{
    color: #000000;
}*/

body {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 300;
  font-style: normal;
}


h1{
  font-weight: 400;
  font-size: 36px;
  margin-top:10px;
  margin-bottom: 10px;
  letter-spacing: 0.08em;
}


h2{
  font-weight: 400;
  font-size: 24px;
  margin-top:20px;
  margin-bottom: 30px;
}

.h2_blue{
  font-weight: 500;
  font-size: 24px;
  margin-top:0px;
  margin-bottom: 30px;
    color: #65B7D9;
}


h3{
  font-weight: 300;
  font-size: 21px;
  margin-top:10px;
  margin-bottom: 10px;
}

h4{
  font-weight: 300;
  font-size: 20px;
  margin-top:10px;
  margin-bottom: 10px;
}

table{
	border-collapse: separate;
}

th{
  font-weight: 300;
  width: 70px;
}

.th2{
  font-weight: 300;
  width: 150px;
}

.th3{
  font-weight: 300;
  width: 150px;
}


/*ここからクラス別-----------------------------------------------------*/

.b{
  font-weight: 500;
}

.brmb {
    display: none;
}

.brtb {
    display: none;
}

.brpc {
    display: block;
}

.down80 {
	padding-bottom: 80px;
}
.down40 {
	padding-bottom: 40px;
}
.down20 {
	padding-bottom: 20px;
}

.plhtbig{
	line-height: 1.7;
}

.pright{
  text-align: right;
}

.pleft{
  text-align: left;
}

.pcenter{
	text-align: center;
}

.center{
	margin-left:auto;
	margin-right:auto;
}

.p15{
	font-size: 15px;
}

/*ここからホバーで透明度下げる----------------------------------------------------------------------------------------------------------*/

.hovop{
  text-decoration: none;
  transition-property: opacity;
  transition-duration: 0.5s;
  cursor: pointer;
}

.hovop:hover{
	opacity: 0.7;
}

/*ここまでホバーで透明度下げる----------------------------------------------------------------------------------------------------------*/


/*ここからトップ画面の見た目----------------------------------------------------------------------------------------------------------*/
.toprogo{
  width: 350px;
  margin-bottom: auto;
  margin-top: auto;
}

.topimg{
	width: 100%;
	max-height: 85vh;
	overflow: hidden;
}

.topmessage{
	position: relative;/*相対配置*/
}

.topmessage img{
	height: 20vh;
	width: 100%;
	overflow: hidden;
	object-fit: cover;
}

.toph1{
  color: #65B7D9;/*文字色*/
  font-weight: 900;
  text-align: center;
  font-size: 24px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: white;
}

.toptext{
  position: absolute;/*絶対配置*/
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
}

.maintitle{
	background-color: #E5F3F8;
	padding: 10px;
	width: 100%;
	height: 80px;
	display: flex;
	justify-content: space-between;
}

/*ここまでトップ画面の見た目----------------------------------------------------------------------------------------------------------*/

.suppressor, .supnews ,.supsisetsu, .top_flex_between, .sup80,.suparticle{
	width:90%;
	height: auto;
	margin-left:auto;
	margin-right:auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.supnews{
	width: 650px;
}

.suparticle{
	width: 80%;
	max-width: 900px;
}

.newsdate{
	margin-right: 20px;
}

.supsisetsu{
	max-width: 900px;
	height: auto;
}

.sup80{
	width:800px;
}

.news{
	background-color: #E5F3F8;
	padding: 10px 30px 10px 30px;
	margin-bottom: 10px;
	transition-property: opacity;
    transition-duration: 0.5s;
	transition: all 0.5s ease;
	cursor: pointer;
}

.news:hover{
	opacity: 0.7;
	transform: translateX(5px);
}


.news2{
	background-color: #E5F3F8;
	padding: 10px 30px 10px 30px;
	margin-bottom: 10px;
	transition-property: opacity;
    transition-duration: 0.5s;
	transition: all 0.5s ease;
	cursor: pointer;
}

.bluebox{
	background-color: #E5F3F8;
	padding: 30px 30px 30px 30px;
	margin-bottom: 30px;
	margin-top: 10px;
}


.top_flex_between{
	max-width: 700px;
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}

.top_child1{
	width: 50%;
}

.top_child2{
	 width: 40%;
}


.top_flex{
	width: 250px;
	display: flex;
}

.top_flex img{
	width: 80px;
}

.top_flex h3{
	margin-top: auto;
	margin-bottom: auto;
	margin-left: 20px;
}

.flex{
	display:flex; 
	width: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

.flex p{
	margin-bottom: auto;
	margin-top: auto;
	margin-left: 10px;
}

.ac_flex{
	display:flex; 
	width: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

.ac_flex p{
	margin-bottom: auto;
	margin-top: auto;
	margin-left: 10px;
}



.access_child1{
	width: 60%;
}

.access_child2{
	width: 40%;
	padding-left: 10px;
}



.doc_child1{
	width: 65%;
}

.doc_child2{
	margin-left: 10px;
	margin-bottom: 10px;
	border-radius: 10px;
	overflow: hidden;
}

.doc_child3{
	width: 30%;
	height: 100%;
	margin-left: 40px;
	border-radius: 10px;
	overflow: hidden;
}



.aside{
  position: fixed;
  top: 100px; 	
  right: -40px;
	
}

/*ここから角丸ボタン----------------------------------------------------------------------------------------------------------*/

.kadomaru_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  color: white;
  font-size: 18px;
  border-radius: 20px;
  width: 300px;
  height: 40px;
  font-weight: 400;
  transition: all 0.3s ease;
  background-color:  #65B7D9;
  margin-bottom: 10px;
}

.kadomaru_btn:hover {
  transform: translateX(3px);
}

/*ここから角丸ボタン2（小さめ）----------------------------------------------------------------------------------------------------------*/

.kadomaru_btn2 {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  color: white;
  font-size: 16px;
  border-radius: 20px;
  width: 150px;
  height: 40px;
  font-weight: 500;
  transition: all 0.3s ease;
  background-color:  #65B7D9;
}

.kadomaru_btn2:hover {
  transform: translateX(3px);
}


/*ここから角丸ボタン2（aside用）----------------------------------------------------------------------------------------------------------*/

.kadomaru_aside{
  display: flex;
  align-items: center;
  padding-left: 20px;
  line-height: 1;
  text-decoration: none;
  color: white;
  font-size: 15px;
  border-radius: 20px;
  width: 200px;
  height: 40px;
  font-weight: 500;
  transition: all 0.3s ease;
  background-color:  #65B7D9;
  text-align: left;
  margin-bottom: 10px;
}

.kadomaru_aside:hover {
  transform: translateX(-5px);
}

/*ここまで角丸ボタン----------------------------------------------------------------------------------------------------------*/

.rot{
	width: 650px;
	height: auto;
}

.pblue{
    color: #65B7D9;
}

.pred{
    color: red;
}

.under1{
	border-bottom: solid 1px #65B7D9;
	padding-bottom: 10px;
}

.underbar{
	border-bottom: solid 1px #65B7D9;
	padding-bottom: 15px;
	padding-top: 5px;
	font-size: 14px;
	height: 40px;
}

.rightborder{
	width: 220px;
	border-right: solid 1px #65B7D9;
	padding-right: 5px;
	margin-left: 5px;
	margin-bottom: 10px;
}


.sisetu_link{
	display: flex;
	flex-wrap: wrap;
	margin-right: auto;
	margin-left: auto;
	 text-align: center;
}

/*ここから矢印----------------------------------------------------------------------------------------------------------*/

.arrow {
  position: relative;
  display: inline-block;
  width: 13px;
  height: 2px;
  margin: 5px 0;
  border-radius: 9999px;
  background-color: #ffffff;
  margin-left: 15px;
}

.arrow::before,
.arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  width: 9px;
  height: 2px;
  border-radius: 9999px;
  background-color: #ffffff;
  transform-origin: calc(100% - 1px) 50%;
}

.arrow::before {
  transform: rotate(45deg);
}

.arrow::after {
  transform: rotate(-45deg);
}


/*ここからPCのグローバルメニュー----------------------------------------------------------------------------------------------------------*/

#menu{
	display:flex;
    margin-bottom: auto;
    margin-top: auto;
}

#menu li{
	margin-right: 30px;
	font-weight: 400;
	font-size: 1em;
	text-align: center;
	transition-property: opacity;
    transition-duration: 0.5s;
}

#menu li:hover{
	opacity: 0.7;
}

/*ここからフッター----------------------------------------------------------------------------------------------------------*/

.pagefooter{
	margin-top: 80px;
}


.pfooter{
	font-size: 16px;
	color: #65B7D9;
	text-align: center;
	margin-bottom: 30px;
}

/* page-top ボタン----------------------------------------------------------------------------------------------------------*/

#page-top {
	position: fixed;
	bottom: 80px;
	right: 20px;
	margin: 0px;
	padding: 0px;
	width: 60px;
	cursor: pointer;
}

/*ここからローディングアニメーション----------------------------------------------------------------------------------------------------------*/
#loader-bg {
    background: #fff;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 10;
}
#loader-bg img {	
    background: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 10;
}
.loadmgg {
	width: 100%;
}

.loaded {
  opacity: 0;
  visibility: hidden;
}

/*ここからタブレット対応----------------------------------------------------------------------------------------------------------*/
@media(max-width : 1150px ){
	
	
.brtb {
    display: block;
}
	
.topimg{
	width: auto;
	height: 100%;
}
	
.toprogo{
  width: 35%;
  margin-bottom: auto;
  margin-top: auto;
}
	
.rightborder{
	width: 48%;
	border-right: solid 1px #65B7D9;
	padding-right: 5px;
	margin-left: 1%;
	margin-bottom: 10px;
}
	
.aside{
  display: none;
	
}

	
}	

/*ここからレスポンシブ対応----------------------------------------------------------------------------------------------------------*/
@media(max-width : 800px ){
	
.brmb {
    display: block;
}

.brpc {
    display: none;
}
	
.suppressor, .supnews,.supsisetsu, .sup80,.suparticle{
	width:92%;
	height: auto;
	margin-left:auto;
	margin-right:auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
	
.sup80{
	width:100%;
}
	
.supnews{
	width:100%;
}
	
.suparticle{
	width:100%;	
}
	
.supsisetsu{
	max-width: 70%;
	height: auto;
}
	
.sisetu_link{
	display: block;
	flex-wrap: wrap;
}
	
.rightborder{
	width: 100%;
	border-right: solid 1px #65B7D9;
	padding-right: 5px;
	margin-left: 5px;
	margin-bottom: 10px;
}
	
.rot{
	width: 100%;
	height: auto;
}
	
.toph1{
  color: #65B7D9;/*文字色*/
  font-weight: 900;
  text-align: center;
  font-size: 22px;
}

	
.toprogo{
  width: 65%;
  margin-bottom: auto;
  margin-top: auto;
}
	
.topimg{
	width: auto;
	height: 100%;
}

#menu{
	display:none;
}
	
.topmessage_mb{
	background-color: #E5F3F8;
	width: 100%;
	height: auto;
	padding: 10px 10px 30px 10px;
}
	
.ac_flex{
	display:block; 
	width: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
.access_child1{
	width: 100%;
}

.access_child2{
	width: 100%;
	padding-left: 0px;
	margin-bottom: 20px;
}
	
.kadomaru_btn2 {
	margin-bottom: 10px;
}
	
.top_flex_between{
	max-width: 700px;
	display: block;
	justify-content: space-between;
	margin-top: 30px;
}
.top_child1{
	width: 100%;
}

.top_child2{
	 width: 100%;
}
	
.kadomaru_btn {
		width: 100%;
}
	
.doc_child1{
	width: 100%;
}

.doc_child2{
	margin-left: 0px;
	margin-bottom: 10px;
	border-radius: 10px;
	overflow: hidden;
}

.doc_child3{
	width: 100%;
	height: 100%;
	margin-left: 0px;
	border-radius: 10px;
	overflow: hidden;
}
	
}
