@charset "UTF-8";

/*=====================================================================================
オーダーメイドLP 220713
=====================================================================================*/

.w1200 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.odm-text-color--red {
	color: #DC000C;
}
.odm-bg--l-blue {
	background-color: #F4F7FF;
}
.odm-heading {
	margin-bottom: 48px;
	color: #0F2D78;
	font-size: 34px;
	letter-spacing: 0.2em;
	font-weight: bold;
	line-height: 1.5;
}
@media (max-width: 767px) {
	.odm-heading {
		margin-bottom: 24px;
		font-size: 19px;
	}
}
.odm-heading__small {
	display: block;
	margin-bottom: 32px;
	font-size: 16px;
	letter-spacing: 0.2em;
}
@media (max-width: 767px) {
	.odm-heading__small {
		margin-bottom: 16px;
		font-size: 12px;
	}
}
.odm-heading__lead {
	margin-bottom: 56px;
	color: #0F2D78;
	font-size: 28px;
	letter-spacing: 0.2em;
	font-weight: bold;
	line-height: 1.5;
}
@media (max-width: 767px) {
	.odm-heading__lead {
		margin-bottom: 20px;
		font-size: 17px;
		letter-spacing: 0.1em;
	}
}
.odm-heading02 {
  text-align: center;
}
.odm-heading02__inwrap {
  display: inline-block;
  font-size: 28px;
  letter-spacing: 0.2em;
  color: #0F2D78;
  border: 2px solid #0F2D78;
  min-width: 480px;
  padding: 10px 1em 10px 1.5em;
  line-height: 1.6;
  background-color: #fff;
	box-sizing: border-box;
}
@media (max-width: 767px) {
  .odm-heading02__inwrap {
		min-width: 240px;
    font-size: 16px;
  }
}

/*=====================================================================================
ヘッダー
=====================================================================================*/
.odm-head__inwrap {
	max-width: 1240px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 24px;
	padding-bottom: 24px;
	padding-left: 24px;
	padding-right: 24px;
	display: flex;
	align-items: center;
	background-color: #fff;
}
@media (max-width: 767px) {
  .odm-head__inwrap {
		padding-top: 12px;
		padding-bottom: 12px;
  }
}
.odm-head-logo {
	width: 280px;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .odm-head-logo {
    width: 205px;
  }
}
.odm-head-logo:hover {
  opacity: 0.75;
}
@media (max-width: 880px) {
  .odm-head-logo__photo {
    height: 24px;
  }
}

/*=====================================================================================
メインビジュアル
=====================================================================================*/
.page-head--odm {
	background: #0F2D78;
	background: linear-gradient(to bottom right, #0F2D78 0%, #0D39A2 100%);
	color: #fff;
}
@media (max-width: 767px) {
	.page-head--odm {
		padding-top: 88px;
	}
}
.page-head--odm-2col {
	display: flex;
	align-items: center;
	max-width: calc( ( 100% - 1200px ) / 2 + 1200px );
	margin-left: auto;
	margin-right: 0;
	padding-left: 24px;
	padding-right: 24px;
}
@media (max-width: 767px) {
	.page-head--odm-2col {
		flex-direction: column;
		justify-content: center;
		margin-right: auto;
		padding-left: 0;
		padding-right: 0;
	}
}
.page-head--odm-2col-left {
	margin-right: 1%;
}
@media (max-width: 767px) {
	.page-head--odm-2col-left {
		margin-right: 0;
		margin-bottom: 80px;
		padding-left: 8px;
		padding-right: 8px;
	}
}
.page-head--odm-2col-right {
	margin-right: 4%;
}
@media (max-width: 1200px) {
	.page-head--odm-2col-right {
		margin-right: 0;
	}
}
@media (max-width: 767px) {
	.page-head--odm-2col-right {
		max-width: 480px;
	}
}
.page-head--odm-heading {
	margin-bottom: 30px;
	font-size: 48px;
	font-weight: 900;
	text-align: center;
	line-height: 1.9;
	letter-spacing: 0.16em;
	white-space: nowrap;
}
@media (max-width: 1200px) {
	.page-head--odm-heading {
		font-size: 32px;
	}
}
@media (max-width: 767px) {
	.page-head--odm-heading {
		font-size: 24px;
		white-space: normal;
	}
}
.page-head--odm-subcopy {
	font-size: 24px;
	text-align: center;
	letter-spacing: 0.1em;
	white-space: nowrap;
}
@media (max-width: 1200px) {
	.page-head--odm-subcopy {
		font-size: 16px;
	}
}
@media (max-width: 767px) {
	.page-head--odm-subcopy {
		font-size: 14px;
		white-space: normal;
	}
}

/*=====================================================================================
Point 1
=====================================================================================*/
@media (max-width: 1280px) {
	.odm-point01 {
		padding-left: 24px;
		padding-right: 24px;
	}
}
.odm-point01__inwrap {
	padding-top: 172px;
	padding-bottom: 188px;
}
@media (max-width: 767px) {
	.odm-point01__inwrap {
		padding-top: 75px;
		padding-bottom: 60px;
	}
}
.odm-point-2col {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
@media (max-width: 767px) {
	.odm-point-2col {
		flex-direction: column;
		justify-content: center;
	}
}
.odm-point-2col__left {
	width: 50%;
}
@media (max-width: 1200px) {
	.odm-point-2col__left {
		padding-right: 32px;
	}
}
@media (max-width: 767px) {
	.odm-point-2col__left {
		width: 100%;
		padding-right: 0;
	}
}
.odm-point-2col__right {
	width: 50%;
}
@media (max-width: 767px) {
	.odm-point-2col__right {
		width: 100%;
	}
}
.odm-point-2col__text {
	font-size: 16px;
	letter-spacing: 0.07em;
	line-height: 2.125;
}
@media (max-width: 767px) {
	.odm-point-2col__text {
		font-size: 13px;
		line-height: 1.77;
	}
}
.odm-point-2col__text--pdr100 {
	padding-right: 100px;
}
@media (max-width: 1200px) {
	.odm-point-2col__text--pdr100 {
		padding-right: 0;
	}
}
.odm-point-2col__note-symbol {
	font-size: 10px;
}
.odm-point-2col__note {
	font-size: 14px;
	line-height: 1.28;
	letter-spacing: 0.12em;
}
@media (max-width: 767px) {
	.odm-point-2col__note {
		font-size: 12px;
	}
}
.odm-point-2col__note--small {
	font-size: 14px;
}
@media (max-width: 767px) {
	.odm-point-2col__note--small {
		display: flex;
		justify-content: center;
		align-items: flex-start;
		font-size: 11px;
		letter-spacing: 0.06em;
	}
}
.wind-effect__list {
	list-style-type: none;
}
.wind-effect__heading {
	margin-top: 40px;
	color: #0F2D78;
	font-size: 16px;
	font-weight: bold;
}
@media (max-width: 767px) {
	.wind-effect__heading {
		margin-top: 24px;
		font-size: 13px;
	}
}
.odm-point-2col__heading {
	font-size: 18px;
	line-height: 1.55;
}
@media (max-width: 767px) {
	.odm-point-2col__heading {
		font-size: 15px;
	}
}
.odm-point-2col__heading--small {
	font-size: 14px;
	font-weight: normal;
	margin-left: 1em;
}
@media (max-width: 767px) {
	.odm-point-2col__heading--small {
		font-size: 10px;
	}
}
.odm-point-2col__heading--blue {
	color: #0F2D78;
}
.wind-effect__drawing {
	margin-top: 16px;
}
@media (max-width: 767px) {
	.wind-effect__drawing {
		display: block;
		margin-top: 8px;
		margin-left: auto;
		margin-right: auto;
	}
}

/*=====================================================================================
Point 2
=====================================================================================*/
@media (max-width: 1280px) {
	.odm-point02 {
		padding-left: 24px;
		padding-right: 24px;
	}
}
.odm-point02__inwrap {
	padding-top: 220px;
	padding-bottom: 160px;
}
@media (max-width: 767px) {
	.odm-point02__inwrap {
		padding-top: 80px;
		padding-bottom: 80px;
	}
}
.odm-point-2col__p02 .odm-point-2col__left {
	width: 620px;
}
@media (max-width: 1280px) {
	.odm-point-2col__p02 .odm-point-2col__left {
		width: 48%;
	}
}
@media (max-width: 767px) {
	.odm-point-2col__p02 .odm-point-2col__left {
		width: 100%;
	}
}
.odm-point-2col__p02 .odm-point-2col__right {
	width: 500px;
}
@media (max-width: 1280px) {
	.odm-point-2col__p02 .odm-point-2col__right {
		width: 47%;
	}
}
@media (max-width: 767px) {
	.odm-point-2col__p02 .odm-point-2col__right {
		width: 100%;
	}
}
.wind-pressure__drawing {
	display: block;
	margin-top: -48px;
	width: 100%;
	max-width: 575px;
}
@media (max-width: 1280px) {
	.wind-pressure__drawing {
		margin-top: 0;
	}
}
@media (max-width: 767px) {
	.wind-pressure__drawing {
		margin-left: auto;
		margin-right: auto;
		max-width: 480px;
	}
}
.wind-pressure-resistance {
	padding-top: 20px;
	padding-bottom: 12px;
	padding-left: 20px;
	padding-right: 20px;
	border: 2px solid #0F2D78;
	background-color: #fff;
}
@media (max-width: 767px) {
	.wind-pressure-resistance {
		padding-top: 24px;
		padding-bottom: 16px;
		padding-left: 24px;
		padding-right: 24px;
	}
}
.wind-pressure-resistance .odm-point-2col__heading {
	margin-bottom: 5px;
}
.odm-point__table01 {
	margin-top: 16px;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 1.2;
}
@media (max-width: 767px) {
	.odm-point__table01 {
		margin-top: 10px;
		margin-bottom: 5px;
		margin-left: auto;
		margin-right: auto;
		font-size: 13px;
	}
}
.odm-point__table01 th,
.odm-point__table01 td {
	height: 46px;
	padding-left: 8px;
	padding-right: 8px;
	text-align: center;
	vertical-align: middle;
	letter-spacing: 0.024em;
	border: solid 1px #0F2D78;
}
.odm-point__table01 th {
	font-weight: normal;
	background-color: #fff;
}
.odm-point__table01 th:nth-child(1) {
	width: 86px;
}
.odm-point__table01 th:nth-child(2) {
	width: 148px;
}
.odm-point__table-color--blue01 {
	background-color: #CFD5E4;
	color: #0F2D78;
}
.odm-point__table-color--blue02 {
	background-color: #9FABC9;
	color: #fff;
}
.odm-point__table-color--blue03 {
	background-color: #6F81AE;
	color: #fff;
}
.odm-point__table-color--blue04 {
	background-color: #3F5793;
	color: #fff;
}
.odm-point__table-color--blue05 {
	background-color: #0F2D78;
	color: #fff;
}
.odm-point__table-color--red01 {
	background-color: #DC000C;
	color: #fff;
}
.wind-pressure-annotation {
	padding-top: 32px;
	padding-bottom: 48px;
	padding-left: 16px;
	padding-right: 16px;
	position: relative;
	background: #fff;
	border: 2px solid #DC000C;
}
@media (max-width: 767px) {
	.wind-pressure-annotation {
		max-width: 300px;
		margin-left: auto;
		margin-right: auto;
		padding-top: 20px;
		padding-bottom: 24px;
	}
}
.wind-pressure-annotation:after,
.wind-pressure-annotation:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.wind-pressure-annotation:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #fff;
	border-width: 16px;
	margin-left: -16px;
}
.wind-pressure-annotation:before {
	border-color: rgba(220, 0, 12, 0);
	border-bottom-color: #DC000C;
	border-width: 19px;
	margin-left: -19px;
}
.wind-pressure__heading {
	margin-bottom: 24px;
	font-weight: bold;
	text-align: center;
	font-size: 20px;
	line-height: 1.4;
	letter-spacing: 0.12em;
}
@media (max-width: 767px) {
	.wind-pressure__heading {
		margin-bottom: 10px;
		font-size: 15px;
		letter-spacing: 0.1em;
	}
}
.wind-pressure__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin-left: auto;
	margin-right: auto;
	font-size: 14px;
}
@media (max-width: 1280px) {
	.wind-pressure__list {
		font-size: 13px;
	}
}
.wind-pressure__list dt {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 148px;
	height: 45px;
	margin-bottom: 10px;
	text-align: center;
	vertical-align: middle;
	box-sizing: border-box;
}
@media (max-width: 1280px) {
	.wind-pressure__list dt {
		width: 24%;
	}
}
@media (max-width: 767px) {
	.wind-pressure__list dt {
		width: 116px;
	}
}
.wind-pressure__list dt:nth-of-type(1),
.wind-pressure__list dt:nth-of-type(2) {
	border: solid 1px #707070;
}
.wind-pressure__list dt:last-of-type {
	margin-bottom: 0;
}
.wind-pressure__list dd {
	min-width: 232px;
	padding-left: 10px;
	margin-bottom: 10px;
	box-sizing: border-box;
	vertical-align: middle;
}
@media (max-width: 1280px) {
	.wind-pressure__list dd{
		min-width: 76%;
	}
}
@media (max-width: 767px) {
	.wind-pressure__list dd{
		min-width: calc( 100% - 116px );
		font-size: 12px;
	}
}
.wind-pressure__list dd:last-of-type {
	margin-bottom: 0;
}
.wind-pressure__list dd span {
	font-size: 13px;
}
@media (max-width: 767px) {
	.wind-pressure__list dd span {
		font-size: 10px;
		letter-spacing: 0.06em;
	}
}

/*=====================================================================================
Point 3
=====================================================================================*/
@media (max-width: 1280px) {
	.odm-point03 {
		padding-left: 24px;
		padding-right: 24px;
	}
}
.odm-point03__inwrap {
	padding-top: 160px;
	padding-bottom: 120px;
}
@media (max-width: 767px) {
	.odm-point03__inwrap {
		padding-top: 80px;
		padding-bottom: 80px;
	}
}
.odm-point-2col__p03 .odm-point-2col__left {
	width: 47%;
}
@media (max-width: 1280px) {
	.odm-point-2col__p03 .odm-point-2col__left {
		width: 50%;
	}
}
@media (max-width: 767px) {
	.odm-point-2col__p03 .odm-point-2col__left {
		width: 100%;
	}
}
.odm-point-2col__p03 .odm-point-2col__right {
	width: 43%;
}
@media (max-width: 1280px) {
	.odm-point-2col__p03 .odm-point-2col__right {
		width: 44%;
	}
}
@media (max-width: 767px) {
	.odm-point-2col__p03 .odm-point-2col__right {
		width: 100%;
	}
}
.odm-spec__list {
	list-style-type: none;
}
.odm-spec__item {
	margin-bottom: 48px;
}
@media (max-width: 767px) {
	.odm-spec__item {
		margin-bottom: 32px;
	}
}
.odm-spec__list-heading {
	margin-bottom: 24px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 0.2em;
	color: #0F2D78;
}
@media (max-width: 767px) {
	.odm-spec__list-heading {
		margin-bottom: 20px;
		font-size: 14px;
	}
}
.odm-spec__text {
	font-size: 16px;
	line-height: 2.125;
	letter-spacing: 0.07em;
}
@media (max-width: 767px) {
	.odm-spec__text  {
		margin-bottom: 20px;
		font-size: 13px;
		line-height: 1.46;
	}
}
.odm-spec__notice {
	margin-top: 24px;
	font-size: 14px;
	line-height: 2;
	letter-spacing: 0.05em;
}
@media (max-width: 767px) {
	.odm-spec__notice {
		margin-top: 12px;
		font-size: 10px;
		line-height: 1.46;
	}
}
.odm-spec__notice--num {
	display: block;
	text-indent: -1em;
	padding-left: 1em;
}
.odm-spec__sub-list {
	list-style-type: none;
}
.odm-spec__sub-item {
	line-height: 2.125;
	text-indent: -1em;
	padding-left: 1em;
}
@media (max-width: 767px) {
	.odm-spec__sub-item {
		font-size: 13px;
		line-height: 1.46;
	}	
}
.odm-spec-drawing-2col {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	margin-bottom: 56px;
}
@media (max-width: 767px) {
	.odm-spec-drawing-2col {
		display: block;
		margin-bottom: 32px;
		margin-left: auto;
		margin-right: auto;
	}
}
.odm-spec-drawing-2col__left {
	margin-right: 40px;
}
@media (max-width: 767px) {
	.odm-spec-drawing-2col__left {
		margin-bottom: 32px;
		margin-right: 0;
	}
}
.odm-spec__drawing01 {
	display: block;
	width: 100%;
	max-width: 528px;
}
@media (max-width: 767px) {
	.odm-spec__drawing01 {
		margin-left: auto;
		margin-right: auto;
	}
}
.odm-spec__drawing02 {
	display: block;
	width: 100%;
	max-width: 423px;
}
@media (max-width: 767px) {
	.odm-spec__drawing02 {
		margin-left: auto;
		margin-right: auto;
	}
}
.odm-spec-drawing-1col {
	display: flex;
	justify-content: center;
	align-items: flex-start;
}

/*=====================================================================================
Point 4
=====================================================================================*/
@media (max-width: 1280px) {
	.odm-point04 {
		padding-left: 24px;
		padding-right: 24px;
	}
}
.odm-point04__inwrap {
	padding-top: 160px;
	padding-bottom: 160px;
}
@media (max-width: 767px) {
	.odm-point04__inwrap {
		padding-top: 80px;
		padding-bottom: 80px;
	}
}
@media (max-width: 1200px) {
	.odm-point-2col__p04 {
		flex-direction: column;
    justify-content: center;
	}
}
.odm-point-2col__p04 .odm-point-2col__left {
	width: 50%;
}
@media (max-width: 1200px) {
	.odm-point-2col__p04 .odm-point-2col__left {
		width: 100%;
	}
}
.odm-point-2col__p04 .odm-point-2col__right {
	width: 50%;
}
@media (max-width: 1200px) {
	.odm-point-2col__p04 .odm-point-2col__right {
		width: 100%;
	}
}
.odm-point__table02 {
	width: 100%;
	max-width: 800px;
	margin-top: 16px;
	margin-bottom: 10px;
	background-color: #fff;
}
@media (max-width: 1200px) {
	.odm-point__table02 {
		margin-left: auto;
		margin-right: auto;
	}
}
@media (max-width: 767px) {
	.odm-point__table02 {
		margin-top: 10px;
		margin-bottom: 5px;
	}
}
.odm-point__table02 th,
.odm-point__table02 td {
	height: 46px;
	padding-left: 8px;
	padding-right: 8px;
	font-size: 14px;
	line-height: 1.2;
	text-align: center;
	vertical-align: middle;
	letter-spacing: 0.024em;
	border: solid 1px #0F2D78;
}
@media (max-width: 767px) {
	.odm-point__table02 th,
	.odm-point__table02 td {
		font-size: 13px;
	}
}
@media (max-width: 639px) {
	.odm-point__table02 th,
	.odm-point__table02 td {
		height: 32px;
		padding-left: 2px;
		padding-right: 2px;
		font-size: 9px;
	}
}
.odm-point__table02 td:nth-of-type(6) {
	text-align: left;
}
@media (max-width: 639px) {
	.odm-point__table02 td:nth-of-type(6) {
		text-align: center;
	}
}
.odm-point__table03 {
	width: 100%;
	max-width: 800px;
	margin-top: 16px;
	margin-bottom: 10px;
	background-color: #fff;
}
@media (max-width: 1200px) {
	.odm-point__table03 {
		margin-left: auto;
		margin-right: auto;
	}
}
@media (max-width: 767px) {
	.odm-point__table03 {
		margin-top: 10px;
		margin-bottom: 5px;
	}
}
.odm-point__table03 th,
.odm-point__table03 td {
	height: 46px;
	padding-left: 8px;
	padding-right: 8px;
	font-size: 14px;
	line-height: 1.2;
	text-align: center;
	vertical-align: middle;
	letter-spacing: 0.024em;
	border: solid 1px #0F2D78;
}
@media (max-width: 767px) {
	.odm-point__table03 th,
	.odm-point__table03 td {
		font-size: 13px;
	}	
}
@media (max-width: 639px) {
	.odm-point__table03 th,
	.odm-point__table03 td {
		height: 32px;
		padding-left: 2px;
		padding-right: 2px;
		font-size: 9px;
	}
}
.odm-point__table03 td:nth-of-type(2) {
	padding-left: 40px;
	text-align: left;
}
@media (max-width: 639px) {
	.odm-point__table03 td:nth-of-type(2) {
		padding-left: 2px;
		text-align: center;
	}
}

/*=====================================================================================
CTA
=====================================================================================*/
@media (max-width: 1280px) {
	.odm-cta {
		padding-left: 24px;
		padding-right: 24px;
	}
}
.odm-cta-heading {
	margin-bottom: 88px;
	font-weight: bold;
	font-size: 34px;
	letter-spacing: 0.2em;
	line-height: 2.06;
	text-align: center;
}
@media (max-width: 1080px) {
	.odm-cta-heading {
		margin-bottom: 56px;
		font-size: 24px;
	}
}
@media (max-width: 767px) {
	.odm-cta-heading {
		margin-bottom: 40px;
		font-size: 17px;
		letter-spacing: 0.16em;
		line-height: 1.88;
	}
}
.odm-cta-induction {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 24px;
	color: #0F2D78;
	font-weight: bold;
	font-size: 20px;
	letter-spacing: 0.12em;
	line-height: 1.8;
	text-align: center;
}
@media (max-width: 767px) {
	.odm-cta-induction {
		margin-bottom: 12px;
		font-size: 13px;
		letter-spacing: 0.08em;
		line-height: 1.54;
	}
}
.odm-cta-induction:before,
.odm-cta-induction:after {
	content: "";
	background: #0F2D78;
	width: 2px;
	height: 56px;
}
@media (max-width: 767px) {
	.odm-cta-induction:before,
	.odm-cta-induction:after {
		height: 40px;
	}
}
.odm-cta-induction:before {
	margin-right: 32px;
	transform: rotate(-25deg);
}
@media (max-width: 767px) {
	.odm-cta-induction:before {
		margin-right: 16px;
	}
}
.odm-cta-induction:after {
	margin-left: 32px;
	transform: rotate(25deg);
}
@media (max-width: 767px) {
	.odm-cta-induction:after {
		margin-left: 16px;
	}
}
.odm-cta-btn {
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .odm-cta-btn {
    max-width: 300px;
  }
}
.odm-cta-btn__btn {
  background-color: #0F2D78;
  color: #fff;
  padding: initial;
  padding: 40px;
  display: block;
  text-align: center;
	font-size: 18px;
	font-weight: bold;
  transition: 0.3s;
}
.odm-cta-btn__btn:hover {
  background-color: #3B4043;
}
@media (max-width: 767px) {
  .odm-cta-btn__btn {
    font-size: 16px;
		padding: 30px 20px;
  }
}

/*=====================================================================================
フッター
=====================================================================================*/
.odm-foot {
  background-color: #3B4043;
  color: #fff;
  position: relative;
}
.odm-foot__inwrap {
  max-width: 1110px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 40px;
  padding-bottom: 16px;
}
@media (max-width: 767px) {
	.odm-foot__inwrap {
		padding-bottom: 40px;
	}
}
.odm-f-company {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 10px;
}
@media (max-width: 767px) {
  .odm-f-company {
		justify-content: flex-start;
		align-items: flex-start;
		flex-direction: column;
  }
}
.odm-f-company__name {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.25em;
}
@media (max-width: 767px) {
  .odm-f-company__name {
    font-size: 20px;
  }
}
.odm-f-company__address {
  font-size: 12px;
  line-height: 1.6;
  margin-top: 16px;
}
.odm-f-company__sns {
  display: flex;
  justify-content: flex-end;
  list-style-type: none;
	margin-bottom: 10px;
}
@media (max-width: 767px) {
	.odm-f-company__sns {
		margin-top: 16px;
	}
}
.odm-f-company__li:nth-child(n+2) {
  margin-left: 16px;
}
@media (max-width: 767px) {
  .odm-f-company__icon {
    height: 32px;
  }
}
.odm-f-copyright small {
	display: block;
	font-size: 10px;
	text-align: right;
	letter-spacing: 0;
}
@media (max-width: 767px) {
	.odm-f-copyright small {
		text-align: left;
	}
}