<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*---------------------------------------*/
body {
	font-family: "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ã‚·ãƒƒã‚¯","Hiragino Sans" sans-serif ;
}

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

/* ãƒ‘ã‚½ã‚³ãƒ³ã§è¦‹ãŸã¨ãã¯"pc"ã®classãŒã¤ã„ãŸç”»åƒãŒè¡¨ç¤ºã•ã‚Œã‚‹ */
.pc { display: block !important; }
.sp { display: none !important; }

.page_wrapper {
  max-width: 1088px;
	margin: 0 auto;
}

.page_wrapper img{
	width: 100%;

}

.main_wrapper {
	width: 90%;
	margin: 0 auto;
}

.main_wrapper img {
	width: 100%;
}

.main_wrapper p {
	margin: 70px 0px 70px 0px;
	text-align: justify;
}
p {
	font-size: 16px;
	line-height: 29px;
	letter-spacing: 1.6px;
}
.credit__txt {
	font-size: 11px;
	line-height: 20px;
	letter-spacing: 1.6px;
}

/*----------è¦‹å‡ºã—----------------------*/
.main_wrapper h2{
	margin: 70px 0px 20px 0px;
	font-size: 30px;
	font-weight: bold;
	line-height: 45px;
	letter-spacing: 1.8px;
}

.main_wrapper h2 + p {
	margin-top: 26px;
	margin-bottom: 57px;
}

.main_wrapper h3{
	margin: 100px 0px 58px 0px;
	font-size: 21px;
	line-height: 31px;
	letter-spacing: 1.26px;
	font-weight: bold;
}

.txt_b {
	display: block;
	font-weight: bold;
	margin: 50px 0 0 0;
	font-size: 16px;
	line-height: 29px;
	letter-spacing: 1.6px;

}
.txt_s {
	display: block;
	text-align: center;
	margin: 10px 0 0 0;
	font-size: 14px;
	line-height: 25px;
	letter-spacing: 1.4px;
	
}

.txt_b + p {
	margin-top: 10px;
}

.txt_name {
	font-weight : bold;
}

/*--------profilebox------------------------*/
.box__txt {
	display: flex;
	width: auto;
	height: 251px;
	background-color: #EAEAEA;
	justify-content: space-between;
	box-sizing: border-box;
	padding : 3%;
	margin-top: 5%;
	
}

.box__txt img {
	display: block;
  vertical-align: top;
  height: 100%;
}
.box__wrap--left {
	display: block;
	width: auto;
}
.box__wrap--right {
	display: block;
	padding-left: 3%;
	width: 81%;
}


/*--------profileãƒ†ã‚­ã‚¹ãƒˆ------------------------*/
.box__wrap--right li {
	list-style: none;	
	margin-top: 0.4%;
	text-align: justify;
}
.box__wrap--right  ul li:nth-of-type(1) {
  font-size: 13px;
  font-weight: bold;
  line-height: 20px;
  letter-spacing: 0.78px;
}
.box__wrap--right  ul li:nth-of-type(2) {
  font-size: 18px;
  font-weight: bold;
  line-height: 21px;
  letter-spacing: 1.8px;
}
.box__wrap--right  ul li:nth-of-type(3) {
  font-size: 11px;
  line-height: 21px;
  letter-spacing: 1.1px;
}
.box__wrap--right  ul li:nth-of-type(4) {
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 1.3px;
}

.box__wrap--right  ul li:last-of-type,.box__wrap--right  ul li:first-of-type{
  margin-top: 2%;
}

ul {
	padding: unset;
}

.txt__prof {
  margin-top: 4% !important;
}
/*---------æ¨ªä¸¦ã³å†™çœŸ-----------------------*/
.box__wrap--img {
	width: 100%;
	text-align: center;

}

.box__img {
	display: flex;
	justify-content: space-between;
	margin-top: 5%;

}

.box__img img {
	width: 49%;

}
/*------1024pxä»¥ä¸‹ã®è¡¨ç¤ºè¨­å®š----------------------------------*/

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

.box__txt {
align-items: center;
}

.box__wrap--left {
	display: block;
	width: 23%;
}
.box__wrap--right {
	display: block;
	padding-left: 2%;
	width: 76%;
}

.box__txt img {
width: auto;
height: 100%;
}


}/*ã“ã‚Œæ¶ˆã—ã¡ã‚ƒã&nbsp;ã‚*/

/*------599pxä»¥ä¸‹ã®è¡¨ç¤ºè¨­å®š----------------------------------*/

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

/* ã‚¹ãƒžãƒ¼ãƒˆãƒ•ã‚©ãƒ³ã§è¦‹ãŸã¨ãã¯"sp"ã®classãŒã¤ã„ãŸç”»åƒãŒè¡¨ç¤ºã•ã‚Œã‚‹ */
    .pc { display: none !important; }
    .sp { display: block !important; }

.main_wrapper h2{
	margin-top: 51px;
	font-size: 25px;
	font-weight: bold;
	line-height: 45px;
	letter-spacing: 1.8px;
}

.main_wrapper h2 + p {
	margin-top: 44px;
}

.box__txt {
	background-color: #EAEAEA;
	display: block;
	box-sizing: border-box;
	padding : 7%;
	margin-top: 8%;
	width: 100%;
	height: auto;
}

.box__wrap--left {
	display: block;
	width: 100%;
}

.box__txt img {
	display: block;
  width: 58%;
  height: auto;
  vertical-align: top;
  margin: 0 auto;
}
.box__wrap--right {
	display: block;
	padding-left: 0;
}

.txt_b + p {
	margin-top: 25px !important;
}

.main_wrapper {
	width: 88%;
	margin: 0 auto;
}

.main_wrapper p {
	margin: 50px 0px 50px 0px;
}

.box__wrap--right {
	padding-left: 0%;
	width: 100%;
}


.photo__margin {
	margin-bottom: 3px !important;
}
.box__wrap--right  ul li:first-of-type{
  margin-top: 6%;
}
.box__wrap--right  ul li:nth-of-type(1){
  text-align: center;
}
.box__wrap--right  ul li:nth-of-type(2){
  text-align: center;
}
.box__wrap--right  ul li:nth-of-type(3){
  text-align: center;
}

}/*ã“ã‚Œæ¶ˆã—ã¡ã‚ƒã&nbsp;ã‚*/
/*------&lt;end&gt;599pxä»¥ä¸‹ã®è¡¨ç¤ºè¨­å®š----------------------------------*/



.photo__margin {
	margin-bottom: 18px;
}


</pre></body></html>