
form {
    margin: 0 auto;
}

form dl dt {
    text-align: left;
}

label {
   color: #ccc;
   display: flex;
   justify-content:space-around;
}


button {
    width: 20%;
    height: 38px;
    background: #ccc;
    font-weight: bold;
    border-radius: 5px;
    margin-bottom: 10px;
    margin-top: 10px;
}


form input[type="email"],[type="password"],[type="text"]{
    width:620px;
	height:38px;
    font-size: 18px;
}

form dd [name="birth_year"] {
    font-size: 18px;
    margin-bottom: 30px;
    display: inline-block;
    margin-right: 10px;
}


.hosoku2 {
	font-family: "Allura", cursive;	/*冒頭で読み込んでいるGoogle Fontsの指定*/
	font-weight: 400;
	font-size: 3em;	/*文字サイズ。３倍。*/
	opacity: 0.8;	/*透明度。50%色が出た状態。*/
   
}

.admin {
    text-align: center;
}

.admin .look {
    width: 100%;
    text-align: left;
  
}



.bg {
    width: 100%;
    margin-top: 3%;
}

@media screen and (max-width: 1024px) {
 
}

@media screen and (max-width: 768px) {
  

    .button2{
        padding: 0;
    }


}

@media screen and (max-width: 768px) {
    .bg .idi{
        width: 100%;
    }
  
}


.admin2 {
    padding-top: 2%;
    text-align: center;
}

.admin2 .look {
    width: 100%;
    text-align: left;
}

.admin2 .idi{
    padding-inline: 0;
    
}

.idi {
    float: right;
   
}

.idi p {
    text-align: center;
    letter-spacing: 3vh;
    font-weight: bold;
}

.bg .idi  { 
    position: static;
    color: #0d0015;
}

.idi ul {
    list-style: none;
    text-align: left;
}

.idi li {
    border-bottom: solid 1px #ccc;
}

.menub button {
    background: #ccc;
    font-weight: bold;
    border-radius: 5px;
}

.menub button a {
    color: black;
    text-decoration: none;
    cursor: default;
}

.menub  {
    text-align: center;
}

.touroku  {
    
    margin: 0 auto;
      
  }

.touroku  button {
    
    background: #ccc;
    font-weight: bold;
    border-radius: 5px;
    margin-bottom: 20px;
   
    margin-top: 0;
}

.touroku button a {
    color: black;
    text-decoration: none;
    cursor: default;
}

.midashi {
    width: 900px;
    margin: 0 auto;
    display: block;
}

/*　簡易版レスポンシブ用CSS（必要最低限のみとしています。ブレークポイントも含め自由に設定下さい）　*/
@media screen and (max-width:1024px) {
.midashi {
    width: 100%;
}

}



@media screen and (max-width:768px) {
    #form {
        width:100%;
        margin:0 auto;
    }
    form dl {
        width:auto;
        display:block;
    }
    form dl dt {
        text-align: center;
    }

    form input[type="email"],[type="password"] ,[type="text"]{
        display:block;
        width:100%;
        height:40px;
        margin: 0 auto;
    }
    

    .bg2 {
        width: 100%;
    }

    button {
        width: 100%;
        margin-top: 20px;
    }
form p {
    width: 100%;
}

.admin2  {
    width: 100%;
   
}

.admin2 .look {
    width: 100%;
}

button {
    width: 100%;
    margin-top: 0px;
}

.bg .syousai2 p {
    width: 100%;
    text-align: center;
}

.admin2 .menub {
    margin: 0 auto;
}

.menub button {
    width: 100%;
    margin: 10px auto;
}

.touroku  button {
    width: 100%;
}

.midashi {
    width:  100%;
}
}



#mainimg2 {
	animation: opa1 1.5s 0.5s both;	/*@keyframesのopa1を1.5秒かけて実行する。実行までの待機時間0.5秒。*/
	position: fixed;
	right: 0;
	width: 70%;	/*画面の半分だけに配置*/
	height: 100%;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 30% 100%);	/*切り抜く形。左上,右上,右下,左下の順番で、それぞれ2つセットになっている数字はX軸 Y軸の順番。基点は左上(0 0)。*/
	background: url(../../images/img5.png) no-repeat center center / cover;	/*背景画像を読み込む指定*/
    z-index: -10;
}

	/*画面のアスペクト比が1:2以下の場合の追加設定*/
	@media screen and (max-aspect-ratio: 1/2) {

	#mainimg2 {
		width: 100%;		/*画像が細くなりすぎるので、全画面に出すように変更*/
		clip-path: none;	/*切り抜きをリセット*/
	}

	}    /*追加指定ここまで*/

@media screen and (max-width:1024px) {
    #mainimg2 {
        width: 100%;
        margin: 0;
        padding: 0;
    }
}


@media screen and (max-width:768px) {
    #mainimg2 {
        display: flex;
        align-items: center;
    }
}

#mainimg3 {
	animation: opa1 1.5s 0.5s both;	/*@keyframesのopa1を1.5秒かけて実行する。実行までの待機時間0.5秒。*/
	position: fixed;
	right: 0;
	width: 70%;	/*画面の半分だけに配置*/
	height: 100%;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 30% 100%);	/*切り抜く形。左上,右上,右下,左下の順番で、それぞれ2つセットになっている数字はX軸 Y軸の順番。基点は左上(0 0)。*/
	background: url(../../images/img6.png) no-repeat center center / cover;	/*背景画像を読み込む指定*/
    z-index: -10;
}

	/*画面のアスペクト比が1:2以下の場合の追加設定*/
	@media screen and (max-aspect-ratio: 1/2) {

	#mainimg3 {
		width: 100%;		/*画像が細くなりすぎるので、全画面に出すように変更*/
		clip-path: none;	/*切り抜きをリセット*/
	}

	}    /*追加指定ここまで*/

@media screen and (max-width:1024px) {
    #mainimg3 {
        width: 100%;
        margin: 0;
        padding: 0;
    }
}


@media screen and (max-width:768px) {
    #mainimg2 {
        display: flex;
        align-items: center;
    }
}

#mainimg4 {
	animation: opa1 1.5s 0.5s both;	/*@keyframesのopa1を1.5秒かけて実行する。実行までの待機時間0.5秒。*/
	position: fixed;
	right: 0;
	width: 100%;	/*画面の半分だけに配置*/
	height: 100%;
	background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url(../../images/img7.png) no-repeat center center / cover;	/*背景画像を読み込む指定*/
    z-index: -10;
}

	/*画面のアスペクト比が1:2以下の場合の追加設定*/
	@media screen and (max-aspect-ratio: 1/2) {

	#mainimg4 {
		width: 100%;		/*画像が細くなりすぎるので、全画面に出すように変更*/
		clip-path: none;	/*切り抜きをリセット*/
	}

	}    /*追加指定ここまで*/

@media screen and (max-width:1024px) {
    #mainimg4 {
        width: 100%;
        margin: 0;
        padding: 0;
    }
}


@media screen and (max-width:768px) {
    #mainimg4 {
        display: flex;
        align-items: center;
    }
}

h2.customer {
    padding: 5%;
    text-align: left;
    height: 10vh;
}

@media screen and (max-width: 768px) {
    h2.customer {
        width: 100%;
        position:static;
        margin-top: 5%;
        margin-bottom: 5%;
    }
}

@media screen and (max-width: 480px) {
    h2.customer {
        padding: 0;
    }
}

.login button {
    margin-top: 20px;
}

.hoken {
        width: 100%;
        height: 100%;
        overflow: hidden;
}

.slide-container {
    width: 100vw;
    height: 100vh;
}

.slide-container iframe {
    width: 100%;
    height: 100%;
    border: none;
}






    