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

html{overflow-y: scroll;}
body {background-color:#FFFFFF;  margin:0; font-size: 1.2em;
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
 }
.none{ display: none;}

   /* 横向きの場合のスタイル */
  /*@media screen and (orientation: landscape) {
	.pc { display: block !important; }
.sp { display: none !important; }*/

input{
			font-size:16px;
		}

#main{
	background-color:#FFFFFF;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:0px;
	padding-bottom: 0px;
	width:1000px;
	min-height: 1000px;}
.border{
	border: #565656 solid 1px;  margin-top: 10px;margin-left: -10px;}
img {
   max-width: 100%;
}
	
.h1 {
	width:100%
	padding-right: auto;
	padding-left:25px;
	margin-left:0px;	
    margin-bottom: 15px;
    border-bottom: 2px solid #b2d5de;
    font-family: "Noto Sans JP", serif, sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 2rem;
    letter-spacing: 1.2em;
}

	
.secsion{border: #AAAAAA  dotted 1.5px;}
	
#menubar{
position: fixed; /*ポジションを固定する*/
top: 0px;　/*一番上に設置*/
left: 0px;
	background-color:#FFFFFF;
	width: 1000px;
	margin-top:0px;
	margin-left: auto;
	margin-right: auto;}
	
	
/* ボタンスタイル */
	
.btn-flat-logo {
	    font-size: 1rem;
    letter-spacing: 1.0em;
	   font-family: "Noto Sans JP", serif, sans-serif;
  position: relative;
  display: inline-block;
  font-weight: bold;
 width:250px;
margin-right: 0px;
margin-left:0px;
  padding-top: 0.5em;
  padding-bottom: 0.5em;	
	text-align: center;
  text-decoration: none;
  color: #000000;
  background: #FFFFFF;
  transition: .4s;
 border-bottom: solid 1px #777777;
}

.btn-flat-logo:hover {
color: #FFFFFF;
  background: #C78C1D;
}

	
/*メニューボタン*/
	
.menubg {background-color:#FFFFFF;
	width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	position: fixed;
  z-index: 999;
	text-align: center;
	}

	
.imgmargin{
	margin-top:5px;
	margin-right: 15px;
	margin-left:15px;} 
.img2{border: #AAAAAA 1px solid; margin:2px; width:220px;float:left;}
.img_text{ margin:2px;float:left;display: table;}
.clear{
	clear:both;
}
.top{	padding-top: 10px;

	width: 100%;

	}
	.bottan{
			display: flexbox;
	vertical-align: top; 
	display: inline-block;
		width:45%;
		height: 250px;

	}

.text{
	font-size:1.0em;
	line-height: 2.0em;
	width:700px; 
	margin-bottom: 50px;
	margin-left: auto;
	margin-right: auto;
	letter-spacing: -0.1em;}
	
#title{
	text-align: center;
	font-size:1.4em;
	padding-top: 30px;
	margin-left: auto;
	margin-right: auto;
	}
	
	
.logbox
      {
         width: 300px;
         height: 200px;
         padding: 0.5em;
         overflow: auto;
      }

.left{text-align:right;}
	
  .slicknav_menu {display: none;}}

.table {
	margin-left:auto;
	margin-right: auto;
	width:800px;
display:table;
}
.table > .cell {

display:table-cell;
text-align: left;
padding:10px;
vertical-align:top;
font-size:14px;
}

.cell2 {

width:250px;
padding:10px;
vertical-align:top;
font-size:14px;
}

.img{width: 100%}

/*リンクボタン1*/
.btn-gradient-two {
	margin:1px;
  background: linear-gradient(135deg, #307BD5 0%, #11149F 100%);
  color: white;
  border: none;
  padding: 12px 15px;
  font-size: 14px;
  border-radius: 50px;
  cursor: pointer;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);
}

.btn-gradient-two:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(102, 126, 234, 0.6);
}

.btn-gradient-two:active {
  transform: translateY(-1px);
}

.btn-gradient-two a {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	transition: 0.3s;
}

.btn-gradient-two a:hover {
	color: #FFFFFF;
}

/*リンクボタン2*/
.btn-gradient-twoa {
	margin:1px;
  background: linear-gradient(135deg, #EA667E 0%, #A40404 100%);
  color: white;
  border: none;
  padding: 12px 15px;
  font-size: 14px;
  border-radius: 50px;
  cursor: pointer;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);
}

.btn-gradient-twoa:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(102, 126, 234, 0.6);
}

.btn-gradient-twoa:active {
  transform: translateY(-1px);
}

.btn-gradient-twoa a {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	transition: 0.3s;
}

.btn-gradient-twoa a:hover {
	color: #FFFFFF;
}

/*リンクボタン3*/
.btn-square-little-rich {
  position: relative;
  display: inline-block;
  padding: 0.25em 0.5em;
  text-decoration: none;
  color: #FFF;
  background: #B7B7B7;/*色*/
  border: solid 1px #464646;/*線色*/
  border-radius: 4px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
  text-shadow: 0 1px 0 rgba(0,0,0,0.2);
}

.btn-square-little-rich:active {
  /*押したとき*/
  border: solid 1px #03A9F4;
  box-shadow: none;
  text-shadow: none;
}

.btn-square-little-rich:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(102, 126, 234, 0.6);
}
.btn-square-little-rich a {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	transition: 0.3s;
}

.btn-square-little-rich a:hover {
	color: #FFFFFF;
}

.pc{text-align: center; font-size: 16px;	font-weight: bold;  }
.px { font-size: 14px; 
		font-weight: bold; }

.pmgin{height:400px;}
.pm{font-size: 14px; line-height: 16px;}
#foot{width:100%; font-size: 14px; text-align: center; }