@charset "UTF-8";
/* common */
.grid300,
.grid330,
.grid465,
.grid600,
.grid630,
.grid960 {
	float: left;
	display: inline-block;
	margin-left: 3.1%;
}

.grid216,
.grid217 {
  /*float: left;*/
	display: inline-block;
	margin-left: 2.7777866%;
	letter-spacing: normal;
	vertical-align: top;
}

.grid216 {
	width: 22.9166666%;
}

.grid300 {
	width: 31.25%;
	margin-bottom: 40px;
}

.grid330 {
	width: 34.3%;
}

.grid465 {
	width: 47.9%;
}

.grid600 {
	width: 62.5%;
}

.grid630 {
	width: 65.62%;
}

.grid960 {
	width: 960px;
}

.first_grid {
	margin-left: 0;
	clear: left;
}

.section {
	font-size: 14px;
	line-height: 28px;
	color: black;
}

.section * {
	box-sizing: border-box;
}

.sp {
	display: none;
}

.red {
	color: #a92c18;
	font-size: 16px;
}

.orange {
	color: #0C06A2;
	font-size: 16px;
}

.blue {
	color: #FB7500;
}

.green {
	color: #29906a;
	font-size: 16px;
}

.yellow {
	color: #8f9028;
}

@media only screen and (max-width: 599px) {
  .grid216 {
		max-width: 50%;
		width: 50%;
		margin: 0;
		padding: 10px;
		text-align: center;
  }

  .grid300,
  .grid330,
  .grid465,
  .grid600,
  .grid630,
  .grid960 {
		width: 100%;
		margin: 0 0 30px;
		display: block;
  }

  .grid300 {
		width: 50%;
		margin: 0 0 30px;
		display: inline-block;
		padding: 3px;
		float: none;
  }

  .section {
		margin: 0 0 45px !important;
  }

  .section:last-child {
		margin-bottom: 0 !important;
  }

  .sp_center {
		text-align: center;
  }

  .pc {
		display: none;
  }

  .sp {
		display: block;
  }

  img.sp {
		display: inline;
  }

  .section .wrapper > h3 img {
		display: none;
  }

  .section .wrapper > h3 span {
		display: inline;
  }
}
.inline_text {
	letter-spacing: normal;
}

.tab {
	margin-bottom: 40px;
	height: 45px;
}

.tab > div {
	/*width: 18.75%;
  margin-right: 1.5625%;*/
	width: 288px;
	margin-right: 15px;
	display: inline-block;
	text-align: center;
}

.tab > div:last-child {
	margin-right: 0;
}

.tab > div a {
	display: block;
	border-style: solid;
	border-width: 2px;
	padding: 7px 0;
	font-size: 16px;
	-webkit-transition: 0.4s;
	        transition: 0.4s;
}

.tab > div a:hover {
	color: white !important;
	border-color: undefined;
}

.tab > div:nth-child(1) a {
	color: #D51148;
	border-color: #D51148;
}

.tab > div:nth-child(1) a:hover {
	background-color: #D51148;
}

.tab > div:nth-child(2) a {
	color: #0C06A2;
	border-color: #0C06A2;
}

.tab > div:nth-child(2) a:hover {
	background-color: #0C06A2;
}

.tab > div:nth-child(3) a {
	color: #09B41C;
	border-color: #09B41C;
}

.tab > div:nth-child(3) a:hover {
	background-color: #09B41C;
}

.tab > div:nth-child(4) a {
	color: #FB7500;
	border-color: #FB7500;
}

.tab > div:nth-child(4) a:hover {
	background-color: #FB7500;
}

.tab > div:nth-child(5) a {
	color: #8f9028;
	border-color: #8f9028;
}

.tab > div:nth-child(5) a:hover {
	background-color: #0C06A2;
}

@media only screen and (max-width: 960px) {
  .tab {
		height: auto;
		text-align: center;
  }

  .tab > div {
		margin: 0 5px 10px !important;
  }
}
@media only screen and (max-width: 599px) {
  .tab > div {
		max-width: 46%;
		margin: 0 1% 10px !important;
  }

  .tab > div a {
		font-size: 12px;
		letter-spacing: 0;
  }
}
.sTitle {
	padding: 10px 0;
	margin-bottom: 40px;
}

.sTitle table {
	width: 100%;
}

.sTitle th {
	font-size: 16px;
	line-height: 18px;
	color: white;
	width: 180px;
	text-align: center;
	vertical-align: middle;
	padding: 5px 0;
	font-weight: normal;
	border-right: 1px solid white;
	position: relative;
}

.sTitle th:after {
	position: absolute;
	bottom: -27px;
	left: 0;
	right: 0;
	margin: auto;
}

.sTitle td {
	font-size: 28px;
	line-height: 32px;
	color: white;
	vertical-align: middle;
	text-align: center;
	padding: 5px 0;
	font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

@media only screen and (max-width: 599px) {
  .sTitle {
		position: relative;
  }

  .sTitle th {
		display: block;
		width: 100%;
		border: none;
		border-bottom: 1px solid white;
		position: static;
  }

  .sTitle th:after {
		bottom: -15px;
  }

  .sTitle td {
		display: block;
		width: 100%;
		font-size: 20px;
		padding: 5px 10px;
  }
}
.aTit {
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 5px;
}

.data {
	font-size: 12px;
	line-height: 18px;
}

.table01 table {
	border-collapse: collapse;
	width: 100%;
}

.table01 table tr {
	border-bottom: 1px dotted #CCC;
}

.table01 table tr:first-child {
	border-top: 1px dotted #CCC;
}

.table01 table th {
	padding: 15px 0;
	line-height: 1.2em;
	font-weight: normal;
}

.table01 table th span {
	font-size: 12px;
}

.table01 table td {
	font-size: 12px;
	line-height: 1.2em;
	text-align: right;
}

@media only screen and (max-width: 599px) {
  .table01 table tr {
		border: none;
  }

  .table01 table th {
		display: block;
  }

  .table01 table td {
		display: block;
		text-align: left;
		padding-bottom: 10px;
		border-bottom: 1px dotted #CCC;
  }
}
/* section01 */
#section01 {
	margin: 0 0 70px;
}

/* section02 */
#section02 {
	margin: 0 0 70px;
}

#section02 .sTitle {
	background-color: #D51148;
}

#section02 .sTitle th:after {
	content: url(../imgs/arrow01.jpg);
}

#section02 .box-01 {
	border: 1px solid #a92c18;
	padding: 20px;
}

#section02 .box-02 {
	margin-bottom: 30px;
	letter-spacing: -0.4em;
}

#section02 .box-02 p {
	line-height: 1.6em;
	font-size: large;
}

#section02 .box-03 {
	background: #f7f6eb;
	padding: 20px;
}

#section02 .box-03 p {
	letter-spacing: 0;
}

#section02 .box-03 .data {
	margin-bottom: 10px;
}

#section02 .box-03 .image .fl {
	width: 50%;
	padding-right: 5px;
}

#section02 .box-03 .image .fr {
	width: 50%;
	padding-left: 5px;
}

#section02 .box-04 table {
	letter-spacing: -0.5px;
}

@media only screen and (max-width: 599px) {
  #section02 .box-01 > div:last-child,
  #section02 .box-03 > div:last-child {
		margin-bottom: 0;
  }
}
/* section03 */
#section03 {
	margin: 0 0 70px;
}

#section03 .sTitle {
	background-color: #0C06A2;
}

#section03 .sTitle th:after {
	content: url(../imgs/arrow02.jpg);
}

#section03 .sTitle td {
	letter-spacing: -1px;
}

#section03 .box-01 {
	margin-bottom: 40px;
	letter-spacing: -0.4em;
}

#section03 .box-01 p {
	line-height: 1.6em;
}

#section03 .box-01 p.orange span {
	font-size: 12px;
}

#section03 .box-02 {
	letter-spacing: -0.4em;
}

#section03 .box-02 p {
	line-height: 1.6em;
}

#section03 .box-02 p.orange span {
	font-size: 12px;
}

@media only screen and (max-width: 640px) {
  #section03 .box-01 {
		margin-bottom: 0;
  }
}
/* section04 */
#section04 {
	margin: 0 0 70px;
}

#section04 .sTitle {
	background-color: #09B41C;
}

#section04 .sTitle th:after {
	content: url(../imgs/arrow04.jpg);
}

#section04 .box-01 {
	padding: 20px;
	border: 1px solid #09B41C;
}

#section04 .box-01 p {
	letter-spacing: 0;
}

#section04 .box-01 .data {
	margin-bottom: 10px;
}

#section04 .box-03 {
	padding: 20px;
	border: 1px solid #2e8ca6;
	margin-bottom: 30px;
}

#section04 .box-03 p {
	letter-spacing: 0;
}

#section04 .box-03 .data {
	margin-bottom: 10px;
}

@media only screen and (max-width: 640px) {
  #section04 .box-01 > div:last-child {
		margin-bottom: 0;
  }
}
/* section05 */
#section05 {
	margin: 0 0 70px;
}

#section05 .sTitle {
	background-color: #FB7500;
}

#section05 .sTitle th:after {
	content: url(../imgs/arrow04.jpg);
}

#section05 .box-01 {
	padding: 20px;
	border: 1px solid #FB7500;
}

#section05 .box-01 p {
	letter-spacing: 0;
}

#section05 .box-01 .data {
	margin-bottom: 10px;
}

#section05 .box-03 {
	padding: 20px;
	border: 1px solid #2e8ca6;
	margin-bottom: 30px;
}

#section05 .box-03 p {
	letter-spacing: 0;
}

#section05 .box-03 .data {
	margin-bottom: 10px;
}

@media only screen and (max-width: 640px) {
  #section05 .box-01 > div:last-child {
		margin-bottom: 0;
  }
}
/* section06 */
#section06 {
	margin: 0 0 50px;
}

#section06 .sTitle {
	background: #8f9028;
}

#section06 .sTitle th:after {
	content: url(../imgs/arrow05.jpg);
}

#section06 .box-01 {
	margin-bottom: 30px;
	letter-spacing: -0.4em;
}

#section06 .box-01 p {
	line-height: 1.6em;
}

#section06 .box-01 p.orange span {
	font-size: 12px;
}

@media only screen and (max-width: 599px) {
  #section06 .box-02 .grid465:last-child {
		margin-bottom: 20px !important;
  }
}
