html {
  font-size: 62.5%; /* -> 10px; */
}

body{
  box-sizing: border-box;
}
body *{
  box-sizing: inherit; /* box-sizingの値は継承されないので明示的に設定 */
}
*{
	margin: 0;
	padding: 0;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	width: 100%;
	text-align: center;
	color: #2E2E2E;
}

h1{
	font-size: 3.4rem;	
	text-align: center;
	padding-bottom: 10px;
	margin: 0 0 10px 0;
}

h2{
	font-size: 2.4rem;
	padding: 26px 0;	
	line-height: 1.8em;
}

h3{
	text-align: center;
	font-size: 2.0rem;
	line-height: 2.4em;
	font-weight: bold;
	margin: 40px 0 0 0;
}

h4{
	text-align: left;
	font-size: 1.8rem;
	line-height: 2.4em;
	font-weight: bold;
}

p{
	font-size: 1.8rem;
	line-height: 2.4em;
	text-align: left;
}

table{
	width: 80%;
	height: auto;
	text-align: center;
	margin: 50px auto 50px auto;
	font-size: 1.8rem;
	line-height: 2.4em;
}

table tr td{
	text-align: left;
	    line-height: 2.2em;
}

table tr td:nth-child(odd){
	width: 30%;
	text-align: left;
	font-weight: bold;
	color: #e67928;
}

table tr td:nth-child(even){
	width: 70%;
}


#leftContainer{
	width: 36%;
	height: 100vh;
	padding: 50px 0 0 0;
	background-color: #FFFFFF;
	opacity: 0.8;
}

#leftContainer img{
	width: 80%;
	height: auto;
	text-align: center;
	margin: 0 auto 30px auto;
}
#inINfo{
	padding: 0 40px;
	text-align: left;
	line-height: 1.2em;
}
#tel, #tel a{
	font-size: 1.8rem;
	line-height: 2.4em;
	color: #e67928;
	font-weight: bold;
	text-decoration: none;
}

#tel p{
	font-size: 1.6rem;
	line-height: 2.2em;
}


#mainMessage{
	text-align: center;
	width: 30%;
	margin: 0 auto;
	padding: 1% 0;
}

#mainMessage h1{
	-webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  display: inline-block;
  text-align: left;
	height: 100%;
	margin: 0 auto;
	line-height: 2.0em;
	letter-spacing: 10px;
	color: #707070;
}

.h_line{
	border-bottom: solid 1px #e67928;
	padding-bottom: 10px;
	margin: 0 0 10px 0;
}

.bckOrange{
	background-color: #FEEFD6;
	padding: 50px 0;
}

#container1, #container2,#container3, #container4, #container6, #container7, #container8{
	width: 50%;
	height: auto;
	text-align: center;
	margin: 0 auto;
	padding: 100px 0 50px 0;
}

#container2,#container3, #container4,#container6, #container8{
	width: 80%;
}

#container2 table{
	width: 90%;
	margin: 30px auto 50px auto;
}


#container2 table tr td:nth-child(odd){
	width: 35%;
	text-align: left;
	font-weight: bold;
	color: #e67928;
}

#container2 table tr td:nth-child(even){
	width: 65%;
	padding: 0 0 0 5%;
}

#container2 p{
	text-align: center;
}

#container3{
	padding: 100px 0 160px 0;
}

#container8{
	margin: 0 auto 100px auto;
}

#profileContainer{
	margin: 50px 0 100px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content:space-around;
}

#profileContainer img{
	width: 36%;
	height: auto;
}

#profileContainer .profileRight{
	width: 60%;
	text-align: left;
}



.supportBox img{
	width: 50%;
	height: auto;
	text-align: center;
	margin: 30px auto 20px auto;
}



.supportBox h2{
	border-bottom: 1px solid #e67928;
	margin: 0 0 30px 0;
}


footer{
	background-color: #e67928;
	padding: 4px 0;
	}

footer p{
	font-size: 0.8rem;
	text-align: center;
	color: #FFFFFF;
}

.bg-slider {
	width: 100%;
	height: 100vh;
	background-position:center center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
}
.bg-slider__title{
	color: #fff;
	font-size: 48px;
	line-height: 1.5;
	font-weight: bold;
	text-align:center;
	text-shadow: 1px 1px 1px #000;
}
