@import url("https://use.fontawesome.com/releases/v5.13.0/css/all.css");

body{
	font-family: "arial",sans-serif;
	margin: 0 0;
	font-size: 10px;
	font-size: 1.0rem;
}

a{
	color: #4682b4;
	text-decoration: none;
}
a:active { color: grey }
a:hover { color: grey}

/*-------------------------------header----------------------------------*/
#header{
	height: 100px;
	background-color: white;
	border-top: 2px solid #FE9A2E;
	border-bottom: 1px solid #BDBDBD;
	width: 100%;
  position: fixed;
	z-index: 1000;
}

#header-left{
	float: left;
	height: 100%;
	position: relative;
	margin-left: 20px;
}

#name{
	float: left;
	margin-top: 10px;
	height: 75px;
}

#header-right{
	float: right;
	margin-right: 20px;
}

#menu{
    display: none;
}

#menu-mobile{
	font-size: 20px;
	margin-top: 100px;
	width: 100%;
    display: none;
    -webkit-transform: translate3d(0, 0, 3px);
    transform: translate3d(0, 0, 3px);
    position: absolute;
}

#menu1-mobile, #menu2-mobile, #menu3-mobile{
	padding: 40px 10px;
	text-align: center;
	color: white;
	background-color: #6E6E6E;
	opacity: 0.95;
	border-bottom: 1px solid white;
	cursor: pointer;
}

#menu4-mobile{
	padding: 40px 10px;
	text-align: center;
	color: white;
	background-color: #6E6E6E;
	opacity: 0.95;
	cursor: pointer;
}

#menu-mobile-button{
    display: block;
    position: relative;
    float: right;
    margin-top: 40px;
    margin-right: 20px;
    z-index:3;
    cursor:pointer;
		font-size: 35px;
}

#menu-mobile a:hover{
	color: grey;
}

#top1{
	width: 100%;
	border-bottom: 1px solid #BDBDBD;
}

#top2{
	display: none;
}

/*-------------------------------main----------------------------------*/
#main{
	width: 100%;
	padding-top: 100px;
	position: relative;
}

#home{
	margin-top: -100px; /* �Œ��i�r�̍������̃l�K�e�B�u�}�[�W�� */
	padding-top: 100px; /* �ł������p�̃p�f�B���O */
}

#top-contents{
	padding: 10px 20px;
}

.title{
	font-size: 35px;/* �����̑傫�� */
	text-align: center;
	padding-top: 50px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 5px;
	font-family: "�l�r ����", serif;
}

.title u{
	text-decoration: none;
	border-bottom: 1px solid #BDBDBD;
}

.div-video{
	margin-top:50px;
	margin-bottom: 30px;
	background-color: #f5f5f5;
	align-items: center;
  	justify-content: center;
}
.div-video-left{
	width: 90%;
	box-sizing: border-box; 
	padding-top: 30px;
	padding-bottom: 10px;
	text-align: center;
	margin: 0 auto;
}
.div-video-right{
	box-sizing: border-box;
	width: 90%;
	padding-bottom: 30px;
	margin: 0 auto;
}

#video{
	width:100%;              /*横幅いっぱいにwidthを指定*/
	position: relative;
}

#video:before {
	content:"";
	display: block;
	padding-top: 56.25%;
}

#video iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/*-------------------------------profile----------------------------------*/
#profile{
	width: 95%;
	margin: 0 auto;
	margin-top: -100px; /* �Œ��i�r�̍������̃l�K�e�B�u�}�[�W�� */
	padding-top: 100px; /* �ł������p�̃p�f�B���O */
}

.profile-table{
	line-height: 32px;
	margin-left: 50px;
}

.profile-table td{
	border-bottom: 1px dotted #c0c0c0;
}

.table-left{
	width: 100px;
	text-align: center;
	color: #8b4513;
}

.table-right{
	padding-left: 10px;
	padding-right: 20px;
}

.table-right-d{
	padding-left: 30px;
	padding-right: 20px;
	color: gray;
}

.profile-text{
	width: 90%;
}

.profile-img{
	width: 90%;
	padding-left: 5%;
	display: flex;
	flex-wrap:wrap;
}

img.photo-profile1{
	width: calc(100%);
	margin-top: 10px;
	margin-left: 2%;
	border: 2px white solid;
}

.profile-text2{
	float: left;
	width: 90%;
}

.table-left2{
	width: 100px;
	font-weight: bold;
}

.table-right2{
	padding-left: 10px;
	padding-right: 20px;
	color: #696969;
}

/*-------------------------------belief----------------------------------*/
#belief{
	width: 95%;
	margin: 0 auto;
	margin-top: -100px; /* �Œ��i�r�̍������̃l�K�e�B�u�}�[�W�� */
	padding-top: 100px; /* �ł������p�̃p�f�B���O */
	clear: left;
}

/*-------------------------------policy----------------------------------*/
#policy{
	width: 95%;
	margin: 0 auto;
	margin-top: -100px; /* �Œ��i�r�̍������̃l�K�e�B�u�}�[�W�� */
	padding-top: 100px; /* �ł������p�̃p�f�B���O */
	clear: left;
}

/*-------------------------------contact----------------------------------*/
#contact{
	width: 95%;
	margin: 0 auto;
	margin-top: -100px; /* �Œ��i�r�̍������̃l�K�e�B�u�}�[�W�� */
	padding-top: 100px; /* �ł������p�̃p�f�B���O */
	clear: left;
}

/*----------------------�M���E����----------------------*/
.div1-title{
	font-size: 30px;
	border-bottom: 2px solid #ffc010;
	padding-bottom: 10px;
	margin-left: 25px;
	margin-right: 60px;
	padding-left: 20px;
}

.div2{
	width: 90%;
	line-height: 25px;
	position: center;
}

.div2-title{
	font-size: 20px;
	margin-left: 40px;
	margin-bottom: 20px;
}

.div3-title{
	padding: 0;
	position: relative;
	font-size: 22px;
	padding: 4px 12px;
	margin-bottom: 7px;
	margin-top: 15px;
	font-weight: bold;
	border-left: solid 6px #2d8fdd;/*�����̐�*/
	background: #f1f8ff;/*�w�i�F*/
	margin-bottom: 3px;/*���̃o�[�Ƃ̗]��*/
	line-height: 1.5;
	padding: 0.5em;
	list-style-type: none;/*�|�`����*/
	font-family: serif;
}

ul{
  list-style-type: none;
}

.div3{
	margin-left: 20px;
	margin-top: 10px;
	color: #696969;
}


/*-------------------------------�g�b�v�ɖ߂�----------------------------------*/

p.gotop{
    position: fixed;
    right: 5%;
    bottom: 0;
}

p.gotop a{
    width: 90px;
    height: 100px;
    display: block;
}

p.gotop:hover{
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

p.gotop img{
	width: 100%;
	opacity: 0.7;
}


/*-------------------------------footer----------------------------------*/

.footer {
	padding-top: 20px;
	margin: 0 150px;
	height: 150px;
	border-top: 1px solid #dcdcdc;
}

.footer-cts{
	margin-top: 0px;
	padding-top: 5px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	font-size: 12px;
	height: 20px;
	margin-bottom: 5px;
	clear: both;
}

#footer1, #footer2, #footer3, #footer4{
	float: left;
	padding: 15px;
	width: 20%;
	line-height: 30px;
	color: #5f9ea0;
}

.footer a{
	color: #5f9ea0;
}

.footer a:hover{
	color: #b0e0e6;
}

/*-------------------------------policy list----------------------------------*/

.acd-check{
    display: none;
}
.acd-label{
    background: #0068b7;
    color: #fff;
    display: block;
	margin-top: 10px;
	margin-left: 30px;
    padding: 10px;
    position: relative;
	font-size: 18px;
	font-family: serif;
}
.acd-label:after{
    background: #00479d;
    box-sizing: border-box;
    content: '\f067';
    display: block;
    font-family: "Font Awesome 5 Free";
    height: 45px;
    padding: 10px 20px;
    position: absolute;
    right: 0;
    top: 0px;
	font-weight:900;
}
.acd-content li{
    display: block;
    height: 0;
    opacity: 0;
    transition: .5s;
    visibility: hidden;
	color: #696969;
	border-bottom: 1px solid #d3d3d3;
}
.acd-check:checked + .acd-label:after{
    content: '\f068';
}
.acd-check:checked + .acd-label + .acd-content li{
    height: auto;
    opacity: 1;
    padding: 10px 0px;
    visibility: visible;
}