@charset "utf-8";
/* Global Styles */

body {
    margin: 0 auto; /* 左右の余白を自動調整し、中央に配置 */
    width: 92%;
    max-width: 960px;
    padding-left: 2.275%;
    padding-right: 2.275%;
    background-color: #FFDBB3;  /* 背景色を指定 */
}

/* Header */
header {
  background-color: #ff0000; /* ヘッダーの背景色を設定 */
  display: flex;
  justify-content: center;
  align-items: center;
}

header img {
  max-width: 100%; /* 画像の幅をヘッダーの幅に合わせる */
  height: auto; /* アスペクト比を維持するため、高さを自動調整する */
}

hr {
	background-color: rgba(208,207,207,1.00);
	height: 1px;
}

/* Main Content sections */
.mainContent .section1 {
	display: block;
}
.section1 .sectionTitle, .section2 .sectionTitle {
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
  color: rgba(0,0,0,1.00);
  font-size: 18px;
  font-weight: 700;
  text-transform: none;
  text-align: center; /* テキストを中央に配置 */
}

.section1 .sectionTitle img, .section2 .sectionTitle img {
  display: block; /* インライン要素をブロック要素に変更 */
  max-width: 100%; /* 画像の幅を親要素に合わせる */
  height: auto; /* アスペクト比を維持するため、高さを自動調整 */
  margin: 0 auto; /* 左右の余白を自動調整し、画像を中央に配置 */
}

.section1 .sectionTitleRule, .section2 .sectionTitleRule {
  margin: 0 3% 0 0;
  float: left;
  clear: both;
}

.section1 .sectionTitleRule2, .section2 .sectionTitleRule2 {
  background-color: rgba(182,182,182,1.00);
  height: 1px;
  padding: 0px;
}
.section1 .sectionTitle {
  position: relative;
}

.section1 .sectionTitle .textOverlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.mainContent .section1 .section1Content {
    font-family: ProximaNova;
    font-size: 15px;
    font-weight: 100;
    color: rgba(0,0,0,1.00);
    text-align: left; /* 左寄せに設定 */
}
.mainContent .section1 .section1Content span {
    color: rgba(0,0,0,1.00);
    font-family: sans-serif;
	font-size: 20px;
}
.mainContent {
	display: block;
}
.stretch {
	content: '';
	display: inline-block;
	margin-left: 2%;
	margin-right: 2%;
}
/* Footer */
footer .footerDisclaimer {
    font-family: sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: rgba(255,0,0,1.00);
    font-weight: 700;
}
footer .footerDisclaimer span {
    color: rgba(249,0,0,1.00);
    font-weight: 400;
}
footer .footerNote {
	font-family: sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: rgba(104,103,103,1.00);
	font-weight: 700;
}
footer .footerNote span {
	color: rgba(181,178,178,1.00);
	font-weight: 400;
}

/* Media query for Mobile devices*/
@media only screen and (min-width : 285px) and (max-width : 480px) {
/* Header */
/* Main content sections */
.mainContent .section1 {
	text-align: center;
	margin-bottom: 10%;
}
.section1 .section1Title, .section2 .section1Title {
	text-align: center;
}
.section1 .sectionTitleRule, .section2 .sectionTitleRule {
	width: 100%;
}
.section1 .sectionTitleRule2, .section2 .sectionTitleRule2 {
	display: none;
}
.mainContent .section1 .section1Content {
	display: inline-block;
	text-align: left;
	font-family: sans-serif;
	text-align: justify;
}
/* Footer */
footer {
	display: block;
	text-align: center;
	font-family: sans-serif;
}
}

/* Media Query for Tablets */
@media only screen and (min-width : 481px) and (max-width : 1024px) {
/* Header */
}

/* Main content and sections */
.section1 .section1Title, .section2 .section1Title {
	text-align: center;
}
.section1 .sectionTitleRule, .section2 .sectionTitleRule {
	width: 100%;
}
.section1 .sectionTitleRule2, .section2 .sectionTitleRule2 {
	display: none;
}
.mainContent .section1 .section1Content {
	display: block;
	margin: 0% 0% 0% 20%;
	font-family: sans-serif;
	margin-top: 5%;
	margin-bottom: 5%;
}
/* Footer */
footer .footerDisclaimer {
	float: left;
	margin-left: 3%;
	font-family: sans-serif;
}
footer .footerNote {
	float: right;
	margin-right: 3%;
	font-family: sans-serif;
}
}

/* Desktops and laptops  */
@media only screen and (min-width:1025px) {
/* Header */


/* Main content sections */
.section1 .sectionTitleRule, .section2 .sectionTitleRule {
	width: 22.5%;
}
.mainContent .section1 .section1Content {
	display: block;
	margin-top: 0%;
	margin-right: 0%;
	margin-left: 26%;
	margin-bottom: 0%;
	font-family: sans-serif;
}
.mainContent .section2 {
	clear: both;
}
.mainContent .externalResourcesNav {
	margin-top: 40px;
	margin-bottom: 40px;
	text-align: center;
	padding-top: 0px;
	clear: both;
}
.mainContent .externalResourcesNav .externalResources {
	width: 199px;
	height: 48px;
}
/* Footer */
footer .footerDisclaimer {
	float: left;
	margin-left: 3%;
	font-family: sans-serif;
}
footer .footerNote {
	float: right;
	margin-right: 3%;
	font-family: sans-serif;
}
}
