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

#tytle{
	width: 375px;
	height: auto;
	margin: 0 auto;
}
header{
	width: 100%;
	padding-top: 0px;
}
#header {
    width: 10%;
    top: 0;
    margin: 0;
}

body{
    font-family: Verdana, Geneva, "sans-serif";
    font-size: 0.85em;
    background: #fff;
}

a:link {
	text-decoration: none;
	color: #5D5D5D;
}
a:hover {
	text-decoration: none;
	color: #c7c7c7;
}

#mainVisual {
	width: 330px;
	height: 450px;
	margin: 0 ;
}
#aori {
	margin-right: 70%;
    font-size: 2.0em;
    font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    font-style: italic;
}
#aori2 {
	font-size: 2.0em;
    font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    font-style: italic;
	margin-left: 60%
}
#aori3 {
	margin-left: 12%;
	font-size: 1.2em;
	color:#002b40;
}
#kwsk {
    background-color: #95B7D2;
    color: #FFFFFF;
	width:100%;
	height: 300px;
	padding-top: 10%;
	padding-bottom: 30%;
	text-align: center;
	
    box-shadow: 3px 0 5px rgba(0, 0, 0, 0.22);

}
#k2 {
	margin-top: 15%;
}
#kwsk1 ,#kwsk2{
	padding-left: 17%;
	padding-right: 17%;
	line-height: 1.8;
}
#main {
	width: 960px;
	height: auto;
	margin: 0 auto;
}
#color {
    margin-top: 15px;
}

ul#list1{
	margin-top:15%;
	margin-left: 20%;
}
#image-round1 ,#image-round2 ,#image-round3{
    width : 70%;
	margin-left: 20%
}
#name{
	text-align: center
}
#honbun {
	text-align: center;
}

/*リストの表示変更*/
ul#list1,#navigation{
  list-style: none;/*丸を消す*/
  padding: 0;/*空白を消す*/
  position: relative;
}
ul#list1{
	font-size:1.5em;
	font-family: "Lucida Sans Unicode", "Lucida Grande", "sans-serif";
}
ul#navigation{
	line-height: 1.5;
}
/*リストの表示変更*/

#title{
	background-image: url("image/uni.jpg");
	background-repeat:no-repeat;
	/*文字を非表示にする*/
	text-indent: 100%; /*テキストのインデントを100％に*/
	white-space: nowrap;/*改行しないようにする*/
	over-flow: hidden;/*はみ出した部分を非表示にする*/
}

#footer {
	font-size: 0.4em;
	text-align: center;
}

/*ページトップアイコン*/
#page_top{
	width:90px;
	height:90px;
	position:fixed;
	right:0;
	bottom: 0;
  opacity: 0.6;
}
#page_top a{
  position: relative;
  display: block;
  width: 90px;
  height: 90px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #6CB2D3;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -40px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#page_top a::after{
  content: 'PAGE TOP';
  font-size: 13px;
  color: #fff;
  position: absolute;
  top: 45px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  color: #6CB2D3;
}

/*ページトップアイコン*/

/*ハンバーガーメニュー*/
#show {
	text-align: center;
}
#show ,#hide{
	float: right;
	cursor: pointer;
}
#menu {
	z-index: 1;
	position: absolute;
	
	top: 0;
	right:-180px;
	width: 180px;
	min-height: 25%;
	color: #fff;
	background-color:#CEDBE1;
	font-size: 1.2em;
	text-align: center;
	transition: 0.5s;
}
body.menu-open #menu{
	right: 0;
}
#wrapper{
	position: relative;
	overflow-x: hidden;
}

#menu ,#show{
	position: fixed;
	margin-left: 87%;

}
#hide{
	margin-top: 5%;
	margin-right: 85%;
}
/*ハンバーガーメニュー*/

/*下線装飾*/
#border1 ,#border2 {
	font-size: 16px;
	line-height: 20px;
	padding: .5em 0 .5em .5em;
	border-left: 6px solid #3f83a6;
	border-bottom: 1px solid #000000;
}
#stripe ,#tell{
	color: #ffffff;
	font-size: 15px;
	line-height: 16px;
	padding: 10px;
	background: repeating-linear-gradient(45deg, #424f56, #424f56 3px, #002b40 3px, #002b40 6px);
}
#aori3 {
  position: relative;
  display: inline-block;
  padding: 0 55px;
}
#aori3:before, #aori3:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 2px;
  border-top: solid 1px black;
  border-bottom: solid 1px black;
}

#aori3:before {
  left:0;
}
#aori3:after {
  right: 0;
}
/*下線装飾*/


/*表*/
table {
	width: 300px ,100%;
	margin:2.5em auto;
	font-size: 0.9em
}
table th {/*table内のthに対して*/
  padding: 10px;/*上下左右10pxずつ*/
}
table td {/*table内のtdに対して*/
  padding: 3px 10px;/*上下3pxで左右10px*/
}
table {
  border-collapse: collapse;
  border: solid 1px white;
}
table th, table td {
  border: solid 0.7px black;/*実線 1px 黒*/
}
/*表*/

#pro{
	color:#5F5F5F;
}
#center{
	margin-top:10%;
	margin-left:15%;
}
#tw{
	position:relative;
	bottom: 40px;
    margin-left: 65%;
	margin-bottom:10%
}
#s1{
	position:relative;
	margin-bottom:5%;
	left:40%;
}
#s2 ,#s4{
	position: relative;
	left:20%;
}
#s3 ,#s5{
	position:relative;
	left:50%;
	bottom:35px;
}
#k1 ,#k2{
	font-size: 1.3em;
}

#co1{
    font-size: 1.1em;
    font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
    position: relative;
}
#co1{
    text-align: right;
}
#co2 ,#co3 ,#co4{
	font-size: 0.7em;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	text-align: left;
	color:#5f5f5f;
}
#li1{
	color:#1F1F1F;
}
#li2{
	color:#2C2C2C;
}
#li3{
	color:#1F2843;
}
/*サイズによって画像も変わる191026入力*/
img{
	max-width:100%;
	height:auto;
}