@charset "utf-8";
body {
	padding:0;
	margin:0;
}

body img {
	vertical-align: bottom;
}

.st_wrap {
	clear: both;
	width:100%;
	max-width: 1000px;
	padding: 1% 0;
	margin:0 auto 10px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	color: #000000;	
	background-color: #FFFFFF;
	font-size:14px;
}
.st_wrap p {
	padding:0;
	margin:0;
}
.st_wrap h1 {
	font-size: 38px;
	font-weight: 600;
	text-align: center;
	margin: 5% auto 2%;
    line-height: 1.0em;
	letter-spacing: 0em;
    color: #000;
}

.st_wrap h1 span {
	font-size: 50%;
}


#main_ {
	width:800px;
	margin:0% auto 1%;
	position:relative;
}

.ttl{
	max-width: 300px;
	width: 100%;
	margin: 5% auto 3%;
}

.sp {
	display:none;
}
	
.Lead {
	text-align:center;
	font-size:15px;
	padding:0 5%;
	margin:3% auto 5%;
	text-align:center;
	line-height: 1.9;
	letter-spacing: 0.06em;
}

.clear {
	clear:both;
}

.info_box {
	width: 80%;
	max-width: 700px;
	margin: 2% auto 4%;
	padding: 5%;
	display: flex;
	flex-wrap: nowrap;
	box-sizing: border-box;
	border: solid 1px #D3D6D8;
	text-align: left;
}

.info_box_prof {
	width: 26%;
	margin: 0 4% 0 0;
}
.info_box_txt {
	width: 70%;
}

.info_box_prof img {
	width: 100%;
}
	
.mR_5 {
	margin-right:75px;
}
.mR_0 {
	margin-right:0;
}
	

.t_P {
	text-align:left;
	font-size:15px;
	margin:15px 0 2px;
	line-height: 1.7;
	font-weight: 500;
}
.t_P img {
	text-align:center;
	width:35%;
}

.t_T {
	text-align:center;
	font-size:13px;
	margin:2% auto;
	line-height: 1.7em;
	font-weight: 500;
}
.name_item {
	font-size: 18px;
	font-weight: 600;
	margin: 0 auto 5px;
	text-align: left;
}

.MT5 {
	margin-top: 5%;
}

strong {
	font-size: 115%;
	font-weight: bold;
}

.br_sp{
	display: none;
}
.br_pc{
	display: flex;
}
.Btn {
	border: none;
	font-family: inherit;
	font-size: 12px;
	color: inherit;
	background: none;
	cursor: pointer;
	padding: 3px 0;
	display: inline-block;
	margin: 4% auto;
	text-transform: uppercase;
	letter-spacing: 1px;
    line-height: 1.4em;
	font-weight: 700;
	outline: none;
	position: relative;
	text-align: center;
	
}
.Btn-3 {
	width: 50%;
	max-width: 300px;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	line-height: 1.5em;
	margin: 6% auto 4%;
	padding: 15px 0;
	background-color: #878787;
}

.triangle-button{
    border-radius: 4px;
    color: #fff;
    display: block;
    position: relative;
    text-align: center;
    text-decoration: none;
}

.triangle-button::after{
    content: '';
    display: inline-block;
    border-style: solid;
    border-width: 8px 0 8px 8px;
    border-color: transparent transparent transparent #fff;
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}


@media only screen and (max-width: 900px) {
	
.st_wrap {
	clear: both;
	width:100%;
	max-width: 100%;
	padding-bottom:5%;
}	
	.st_wrap h1 {
		font-size: 20px;
		margin: 8% auto 0%;
	}			
#main_ {
	width:100%;
	margin:0% auto 2%;
}
.pc {
	display:none;
}
.sp {
	display:block;
}
.ttl{
	max-width: 200px;
	width: 100%;
	margin: 8% auto 5%;
}	
.Lead {
	text-align: center;	
	font-size:13px;
	padding:0 2%;
	margin: 7% auto 5%;
	line-height: 1.7;
}

.Sml {
	font-size: 11px;
	line-height: 1.8em;
	margin: 2% 0;
}
	
.br:before {
 	content: '\A';
  	white-space: pre;
}

	.info_box {
		width: 85%;
		margin: 7% auto 6%;
		flex-direction: column;
	}
	
	.info_box_prof {
		width: 50%;
		margin: 2% auto 0;
	}
	
	.info_box_txt {
		width: 100%;
	}
		
	.name_item {
		margin: 8% auto 5%;
		font-size: 15px;
	}
.mR_5 {
	margin-right:3%;
}
.mR_0 {
	margin-right:1px;
}
.t_P {
	font-size:12px;
	margin: 0 auto;
}
.t_P img {
    width:40%;
}		
	
.t_T {
	width:90%;
	font-size:11px;
	margin:5% 0 1% 5%;
	line-height: 1.6em;
}


.MT5 {
	margin-top: 2%;
}
	
strong {
	font-size: 115%;
	font-weight: bold;
}

.br_sp{
		display: flex;
	}	
.br_pc{
		display: none;
	}	
		
	
	
}
