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

.main_container {
  width: 100%;
	margin-top: 320px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
	overflow: hidden;
}
		@media (min-width: 1201px) {
  .main_container {
    max-width: 1140px;
  }
}
		@media (max-width: 1200px) {
  .main_container {
    max-width: 90%;
  }
}	
.card_boxconts{
	margin-bottom: 42px;
	overflow: hidden;
		}
/*.card_boxconts {
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
  flex-wrap: wrap;
  clear: both;
}*/
.card_box {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: .25rem .25rem .25rem .25rem;
}
.boxinphoto{
	background-image: url("../about/img/p_features-1024x768.jpg");
	background-size: contain;
	background-size: cover;
	background-postion: center;
	background-repeat: no-repeat;
	height: 100%;
	width: 47%;
	min-height: 230px;
	float: left;
	  border-radius: .25rem 0 .25rem 0;
}
.boxinphoto02{
	background-image: url("../about/img/p_medical-info_03_teruya-768x768.jpg");
	background-size: contain;
	background-size: cover;
	background-postion: center;
	background-repeat: no-repeat;
	height: 100%;
	width: 47%;
	min-height: 230px;
	float: left;
	  border-radius: 0.5rem 0 0 0.5rem;
}
@media screen and (max-width:768px){
	.boxinphoto02{
	background-image: url("../about/img/p_medical-info_03_teruya-h240.png");
	background-size: contain;
	background-size: cover;
	background-postion: right;
	background-repeat: no-repeat;
	height: 100%;
	width: 47%;
	min-height: 230px;
	float: left;
	  border-radius: 0.5rem 0 0 0.5rem;
}
}
.boxinphoto03{
	background-image: url("../about/img/slide_01_sp.jpg");
	background-size: contain;
	background-size: cover;
	background-postion: right;
	background-repeat: no-repeat;
	height: 100%;
	width: 47%;
	min-height: 230px;
	float: left;
	  border-radius: 0.5rem 0 0 0.5rem;
}		
.boxinphoto04{
	background-image: url("../about/img/IMG_0314-768x576.png");
	background-size: contain;
	background-size: cover;
	background-postion: center;
	background-repeat: no-repeat;
	height: 100%;
	width: 47%;
	min-height: 230px;
	float: left;
	  border-radius: 0.5rem 0 0 0.5rem;
}
.boxinphoto05{
	background-image: url("../about/img/slide_04-768x307.png");
	background-size: contain;
	background-size: cover;
	background-postion: center;
	background-repeat: no-repeat;
	height: 100%;
	width: 47%;
	min-height: 230px;
	float: left;
	  border-radius: 0.5rem 0 0 0.5rem;
}	
		
.twoleftbnn {
	  position: relative;
	width:48%;
	height:230px;
	float:left;
	margin: 0;
	border: solid thin #999;
	box-sizing: border-box;
	  border-radius: .5rem;
}
.tworightbnn {
	  position: relative;
	width:48%;
	height:230px;
	float:right;
	margin: 0;
		border: solid thin #333;
	box-sizing: border-box;
	  border-radius: 0.5rem;
}
@media screen and (max-width:768px){
.twoleftbnn {
	  position: relative;
	width:100%;
	height:230px;
	float:none;
		margin-bottom: 42px;
}
.tworightbnn {
	  position: relative;
	width:100%;
	height:230px;
	float:none;
}
}
.boxintxt {
	width:53%;
	float:right;
	margin: 0;
	box-sizing: border-box;
	padding: 15px 13px 15px 15px;
}
		.intxt{
  margin: .8rem 0;
    margin-bottom: 0.8rem;
  font-size: 12px;
  line-height: 1.6;
  opacity: .8;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.more_btn {
  font-size: 12px;
  text-decoration: none;
  padding-left: 1rem;
  padding-right: 1rem;
  white-space: nowrap;
	color: #fff;
}
.more_btn {
  width: 30%;
}
.more_btn {
  width: calc(100% - 2.5rem);
  bottom: 1.25rem;
}
.more_btn {
  position: absolute;
  bottom: 0;
}

*, ::after, ::before {
  box-sizing: border-box;
}
.more_btn a {
  color: inherit;
}
.more_btn {
  background-color: #b8987d;
  border-color: #9a6e4a;
}
.more_btn a:hover{
  background-color: #9a6e4a;
  border-color: #9a6e4a;
	color: #ffffff;
}
		.text-right {
  text-align: right !important;
}
		.boxin_title {
  font-size: 14px;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 0;
			font-family: Hiragino Mincho ProN,"游明朝",serif;
}
.btnplace{
	width: 50%;
	height: auto;
	overflow: hidden;
		}

.btn-orange a{
  color: #fff;
  background-color: #eb6100;
}
.btn-orange:hover a {
  color: #fff;
  background: #f56500;
}
.btn_brwn{
			position: absolute;
			bottom:1.4rem;
			right: 1.8rem
		}
.btn_brwn a{
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	max-width: 120px;
	margin: auto;
	padding: 0.2rem 1rem;
	border: 2px solid #9a6e4a;
	background: #b8987d;
	color: #fff;
	transition: 0.5s;
	  border-radius: .25rem;
	font-size: 12px;
}
.btn_brwn a:hover {
  background-color: #9a6e4a;
  border-color: #9a6e4a;
	color: #fff;
	  border-radius: .25rem;
}
.bg_brown{
	width: 100%;
			height: auto;
			overflow: hidden;
			padding: 36px 0;
				background: #b8987d;
  opacity: 1;
}
.bottom_title{
font-family: Hiragino Mincho ProN,"游明朝",serif;
  color: #eeeeee;
  font-size: 1.8rem;
  text-align: center;
}
.bottom_title_sub{
  color: #eeeeee;
  font-size: 1rem;
  text-align: center;
}