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

/*ナビゲーション*/
body{
	margin: auto 0;
}

.my-parts ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
    margin-right: 0px;
	float: right;
	margin-top: 13px;
	
}
.my-parts ul::after {
	content: "";
	display: block;
	clear: both;
}
.my-parts ul li {
	border-left: 3px dotted #d20000;
	
}
.my-parts ul li:last-child {
	border-right: 3px dotted #d20000;
}
.border-solid-10px {
    margin : 3em 0 1.5em ;
    padding : 1em 1.5em ;
    line-height : 1.8 ;
    border : solid 10px #333 ;
}
.my-parts ul li a {
	display: block;
	padding: .2em 1em;
	text-decoration: none;
	color: #333;
	background: #fff;
	text-align: center;
	font-size: 14px;
    font-family: 'myfont', sans-serif; 
}

@font-face {
font-family: font;
  src: url("../font/HuiFontP29.ttf")
}
.my-parts ul li a{
  font-family: font;
  font-weight: normal;
  font-style: normal;
}




/*--------------------------------------*/

.my-parts ul li a:hover {
	background: #eee;
}
#header .inner{
	text-align: right;
	width: 100%;
	margin-top: 20px;
}

#header{
	margin: 0px auto;
	padding-left: 0px;
	padding-right: 0px;
	background: #FFFFFF;
	max-width: 1210px;
	height: 77px;
	
}

#header2{
	max-width: 100%;
	background: #FFFFFF;
	border-bottom:5px solid #FFFFFF;
	 padding: 10px 0px 0px;
	
}
#header p{
    position: absolute;
    margin: 0;
}
#container{
	width: 100%;
	height: 960px;
	background: url("img/bg_main.png") repeat left top #FFFFFF;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	font-family: 'myfont', sans-serif; }


@font-face {
font-family: font;
  src: url("../font/HuiFontP29.ttf")
}
#container ul li a{
  font-family: font;
  font-weight: normal;
  font-style: normal;
}

#header img{
	display: flex;
	margin-left: 0px;
	width: 100%;
	height: auto;
	margin-top: 2px;
}

#tate {

}
#tate{
	padding: 148px 0 259px 0;
	margin-top: 45px;
}



 
.txt {
    position: relative;
    width: 1042px;
    height: 300px;
    writing-mode: vertical-rl; /* ここで縦書きに */
	margin: 0 auto;
}
 
.txt-wrapper { /* 文字を左右中央に寄せる */
    position:absolute;
    top:55%;
    left:50%;
    transform:translate(-50%, -50%);
	height: 500px;
	max-width: 110%;
	font-family: 'myfont', sans-serif;
}

@font-face {
font-family: font;
  src: url("../font/HuiFontP29.ttf")
}
.txt-wrapper ul li a{
  font-family: font;
  font-weight: normal;
  font-style: normal;
}
.txt-wrapper span{
	font-size: 22px;
	font-weight: 600;
	margin-left: 20px;
	letter-spacing: 0.3em;
	margin-top: 20px;
}
.txt-wrapper p{
	font-size: 17px;
	margin-top: 60px;
	margin-right: 20px;
	letter-spacing: 0.2em;
}


.title{
	margin-left: 20px;
}
p.first{
	margin-right: 40px;
}


#illustration{
	margin: 0 auto;
	margin-top: 40px;
	max-width: 50%;
	height: auto;	
}

#illustration img{
	margin: 0 auto;
	width: 100%;
}

.last{
	margin-left: 30px;
}

/*-------------------------フッター----------------*/
footer{
    width: 100%;
    height: 137px;
    background-color: #929292;
    color: white;
    text-align: center;
	bottom: 0!important;
	font-family: 'myfont', sans-serif;
}

@font-face {
font-family: font;
  src: url("font/HuiFontP29.ttf")
}
.footer-menu ul li a{
  font-family: font;
  font-weight: normal;
  font-style: normal;
}

ul.footer-menu li {
display: inline;
	padding: 0px;
}
footer ul {
	padding: 0px;
	 font-family: 'myfont', sans-serif; 
}

.footer-menu li {
	padding: .2em 1em; 
	
}
.footer-menu li+ li {
  border-left: 0;
  border-right: 1px solid #FFFFFF;
	font-family: 'myfont', sans-serif; 
}

