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


/******************************************************

PC設定 1200px以上の場合に適用 

*******************************************************/

/* 共通 */
.h2 {
	font-size: 32px;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-weight: 600;
	margin-bottom: 30px;
}




/* mv */
.mv__img {
	background-image: url("/img/about/mv.jpg");
}




/* greeting */
.greeting__wrapper {
	display: flex;
}

.greeting__left {
	width: 300px;
}

.greeting__right {
	width: calc(100% - 300px);
}

.greeting__tbl {
	width: 100%;
	border-top: 1px solid #DDD;
	font-size: 18px;
}

.greeting__signature {
	display: block;
	text-align: right;
	margin-top: 20px;
}




/* outline */
.outline {
	background-color: #fffabb;
}

.outline__wrapper {
	display: flex;
}

.outline__left {
	width: 300px;
}

.outline__right {
	width: calc(100% - 300px);
}

.outline__tbl {
	width: 100%;
	border-top: 1px solid #DDD;
	font-size: 18px;
}

.outline__tbl tr th {
	width: 25%;
	padding: 25px 20px;
	border-bottom: 1px solid #DDD;
	font-weight: 500;
}

.outline__tbl tr td {
	width: 75%;
	padding: 20px;
	border-bottom: 1px solid #DDD;
	line-height: 1.8;
}



/* history */
.history__wrapper {
	display: flex;
}

.history__left {
	width: 300px;
}

.history__right {
	width: calc(100% - 300px);
}

.history__tbl {
	width: 100%;
	border-top: 1px solid #DDD;
	font-size: 18px;
}

.history__tbl tr th {
	width: 25%;
	padding: 25px 20px;
	border-bottom: 1px solid #DDD;
	font-weight: 500;
}

.history__tbl tr td {
	width: 75%;
	padding: 20px;
	border-bottom: 1px solid #DDD;
	line-height: 1.8;
}



/* permission */
.permission {
	background-color: #fffabb;
	margin-bottom: 120px;
}

.permission__wrapper {
	display: flex;
}

.permission__left {
	width: 300px;
}

.permission__right {
	width: calc(100% - 300px);
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}

.permission__right-left {
	width: 150px;
}

.permission__img {
	display: block;
	width: 100%;
	height: auto;
}

.permission__right-right {
	width: calc(100% - 200px);
}

.permission__h3 {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 20px;
}




/******************************************************

タブレットの設定 960px~1199pxの場合に適用 

*******************************************************/

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


	
	
}



/******************************************************

タブレットの設定 768px~959pxの場合に適用 

*******************************************************/

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


/* greeting,outline,history,permission */
.greeting__left,
.outline__left,
.history__left,
.permission__left,
.permission__left {
	width: 250px;
}

.greeting__right,
.outline__right,
.history__right,
.permission__right,
.permission__right {
	width: calc(100% - 250px);
}
	
.permission__right-left {
	width: 100px;
}
	
.permission__right-right {
	width: calc(100% - 130px);
}

	
}



/******************************************************

タブレットの設定 ~767pxの場合に適用 

*******************************************************/

@media screen and (max-width: 767px){
	
/* 共通 */
.h2 {
	font-size: 20px;
	margin-bottom: 15px;
}
	
	

/* greeting */
.greeting__wrapper {
	display: block;
}

.greeting__left {
	width: 100%;
}

.greeting__right {
	width: 100%;
}
	
	
	
/* outline */
.outline__wrapper {
	display: block;
}

.outline__left {
	width: 100%;
}

.outline__right {
	width: 100%;
}

.outline__tbl {
	width: 100%;
	border-top: 1px solid #DDD;
	font-size: 14px;
}

.outline__tbl tr th {
	display: block;
	width: 100%;
	padding: 15px 5px 5px 5px;
	border-bottom: none;
	font-weight: 600;
}

.outline__tbl tr td {
	display: block;
	width: 100%;
	padding: 0 5px 15px 5px;
	border-bottom: 1px solid #DDD;
	text-align: left;
}
	
	
	
/* history */
.history__wrapper {
	display: block;
}

.history__left {
	width: 100%;
}

.history__right {
	width: 100%;
}

.history__tbl {
	width: 100%;
	border-top: 1px solid #DDD;
	font-size: 14px;
}

.history__tbl tr th {
	display: block;
	width: 100%;
	padding: 15px 5px 5px 5px;
	border-bottom: none;
	font-weight: 600;
}

.history__tbl tr td {
	display: block;
	width: 100%;
	padding: 0 5px 15px 5px;
	border-bottom: 1px solid #DDD;
	text-align: left;
}
	
	
	
/* permission */
.permission__wrapper {
	display: block;
}
	
.permission__left {
	width: 100%;
}
	
.permission__right {
	width: 100%;
	display: block;
}

.permission__right-left {
	width: 100%;
	max-width: 200px;
	margin: 20px auto 0 auto;
}
	
.permission__right-right {
	width: 100%;
}
	
.permission__h3 {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 10px;
}
	
	
}