@charset "UTF-8";

/*----------------------------------------

	- content
	- pc（1281px〜）
	- sp（〜640px）

-----------------------------------------*/

/*----------------------------------------
	content
-----------------------------------------*/

#content {
  margin-top: -40px;
  padding-bottom: 80px;
}

/*	box01
-----------------------------------------*/

#content .box01 {
  width: 824px;
  /* width: 430px; */
  margin: 0 auto;
  padding: 54px 60px 48px;
  border: solid #dddddd 15px;
  box-sizing: border-box;
  box-shadow: 3px 5px 5px 3px #ececec;
}

#content .box01 h4 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  color: #cc0033;
}

#content .box01 ul {
  width: 100%;
  display: table;
  margin-top: 25px;
}

#content .box01 ul li {
  width: 33.3%;
  padding-left: 60px;
  /* padding-left: 25px; */
  display: table-cell;
  border-right: solid 1px #cc0033;
  box-sizing: border-box;
  vertical-align: baseline;
}

#content .box01 ul li:first-child {
  padding-left: 0;
  width: 25%;
}

#content .box01 ul li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}

#content .box01 ul li em {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  color: #1e1e1e;
}

#content .box01 ul li table {
  margin-top: 10px;
  font-size: 16px;
  font-size: 1.6rem;
}

#content .box01 ul li table th {
  padding: 10px 30px 0 0;
}

#content .box01 ul li table td {
  padding: 10px 0 0 0;
}

#content .box01 ul li table .red {
  color: #CC0033;
}

#content .box01 .note {
  margin-top: 35px;
  font-size: 12px;
  margin-left: auto;
  margin-right: 50px;
  width: fit-content;
}

/*	box02
-----------------------------------------*/

#content .box02_wrapper {
  width: 100%;
}

#content .box02 {
  float: left;
  width: 495px;
  height: 755px;
  margin-top: 70px;
  padding: 45px 35px 54px;
  border: solid #dddddd 15px;
  box-sizing: border-box;
  box-shadow: 3px 5px 5px 3px #ececec;
  position: relative;
}

#content .box02_r {
  float: right;
}

#content .box02 h4 {
}

#content .box02 h4 img {
  width: 162px;
}

#content .box02 h4 span {
  display: block;
  padding-top: 13px;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
}

#content .box02 h4.one_line span {
  padding-top: 32px;
  padding-bottom: 14px;
}

#content .box02 table {
  margin-top: 15px;
}

#content .box02 table td {
  padding: 13px 30px 0 0;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.0;
  white-space: nowrap;
}

#content .box02 table.table02 td {
  padding-right: 50px;
}

#content .box02 table td span {
  display: inline-block;
  margin-right: 10px;
  width: 25px;
  height: 18px;
  background: #cccccc;
  vertical-align: middle;
  border-radius: 4px;
}

#content .box02 table span.color01 {
  background: #d51e58;
}

#content .box02 table span.color02 {
  background: #ff8c32;
}

#content .box02 table span.color03 {
  background: #5ab482;
}

#content .box02 table span.color04 {
  background: #00a0c3;
}

#content .box02 table span.color05 {
  background: #aa5a96;
}

#content .box02 table span.color06 {
  background: #ea5a75;
}

#content .box02 p {
  display: block;
  width: 380px;
  position: absolute;
  bottom: 55px;
}

/*	box03
-----------------------------------------*/

#content .box03 {
  width: 100%;
  margin-top: 70px;
  padding: 45px 60px 66px 70px;
  border: solid #dddddd 15px;
  box-sizing: border-box;
  box-shadow: 3px 5px 5px 3px #ececec;
}

#content .box03 h4 {
  padding-bottom: 45px;
}

#content .box03 h4 img {
  width: 162px;
}

#content .box03 h4 span {
  display: block;
  padding-top: 32px;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
}

#content .box03 ul {
  display: block;
  margin: 0 40px;
}

#content .box03 ul li {
  display: block;
  padding: 20px 25px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.7;
}

#content .box03 ul:first-of-type li:nth-child(odd),
#content .box03 ul:last-of-type li:nth-child(even) {
  background: #fae5eb;
}

#content .box03 ul:first-of-type li:nth-child(even),
#content .box03 ul:last-of-type li:nth-child(odd) {
  background: #fcf2f5;
}

#content .box03  .btn_triger {
  display: block;
  width: 260px;
  margin: 60px auto 0;
  box-sizing: border-box;
}

#content .box03  .btn_triger:hover {
  opacity: 0.5;
  transition: 0.5s;
}

#content .box03  .btn_triger span {
  display: block;
  width: 260px;
  padding: 22px 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.0;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
  background: #cc0033;
  box-sizing: border-box;
}

#content .box03 .btn_triger span.open {
  background: #cc0033 url(../img/index_arrow_down.png) no-repeat 95% center;
  -webkit-background-size: 20px 11px;
  -moz-background-size: 20px 11px;
  -ms-background-size: 20px 11px;
  background-size: 20px 11px;
}

#content .box03 .btn_triger span.close {
  background: #cc0033 url(../img/index_arrow_up.png) no-repeat 95% center;
  -webkit-background-size: 20px 11px;
  -moz-background-size: 20px 11px;
  -ms-background-size: 20px 11px;
  background-size: 20px 11px;
}

#content .box03 ul:last-of-type {
  display: none;
}

/*	box04
-----------------------------------------*/

#content .box04 {
  width: 825px;
  height: 635px;
  margin: 70px auto 0;
  padding: 45px 55px 54px;
  border: solid #dddddd 15px;
  box-sizing: border-box;
  box-shadow: 3px 5px 5px 3px #ececec;
  position: relative;
}

#content .box04 h4 img {
  width: 162px;
}

#content .box04 h4 span {
  display: block;
  padding-top: 30px;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
}

#content .box04 table {
  margin-top: 37px;
}

#content .box04 table td {
  padding: 13px 50px 0 0;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.0;
}

#content .box04 table td span {
  display: inline-block;
  margin-right: 10px;
  width: 25px;
  height: 18px;
  background: #cccccc;
  vertical-align: middle;
  border-radius: 4px;
}

#content .box04 table span.color01 {
  background: #d51e58;
}

#content .box04 table span.color02 {
  background: #ff8c32;
}

#content .box04 table span.color03 {
  background: #5ab482;
}

#content .box04 p {
  display: block;
  width: 380px;
  position: absolute;
  right: 60px;
  top: 185px;
}

/*----------------------------------------
	pc（1281px〜）
-----------------------------------------*/
@media only screen and (min-width: 1281px) {
/*----------------------------------------
	content
-----------------------------------------*/

}

/*----------------------------------------
	sp（〜640px）
-----------------------------------------*/
@media only screen and (max-width: 640px) {

/*----------------------------------------
	content
-----------------------------------------*/

#content {
  margin-top: 0;
  padding-top: 10%;
  padding-bottom: 10%;
}

/*	box01
-----------------------------------------*/

#content .box01 {
  width: 100%;
  padding: 5%;
  border: solid #dddddd 10px;
  box-sizing: border-box;
}

#content .box01 h4 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}

#content .box01 ul {
  display: block;
  margin-top: 5%;
}

#content .box01 ul li {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-bottom: 5%;
  margin-bottom: 5%;
  border-right: none;
  border-bottom: solid 1px #cc0033;
  box-sizing: border-box;
}

#content .box01 ul li:first-child {
  padding-left: 0;
  width: 100%;
}

#content .box01 ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

#content .box01 ul li em {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}

#content .box01 ul li table {
  display: block;
  margin: 0 auto;
  margin-top: 5px;
  font-size: 14px;
  font-size: 1.4rem;
}

#content .box01 ul li table th,
#content .box01 ul li table td {
  padding: 0;
}

#content .box01 ul li table th {
  padding-right: 10px;
}

#content .box01 .note {
  /* margin-top: 20px; */
  margin-right: 0;
}

/*	box02
-----------------------------------------*/

#content .box02 {
  float: none;
  width: 100%;
  height: auto;
  position: static;
  margin-top: 40px;
  padding: 5%;
  border: solid #dddddd 10px;
  box-sizing: border-box;
}

#content .box02_r {
  float: none;
}

#content .box02 h4 img {
  width: 80px;
}

#content .box02 h4 span {
  padding-top: 10px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}

#content .box02 h4 span br {
  display: none;
}

#content .box02 h4.one_line span {
  padding-top: 10px;
  padding-bottom: 0;
}

#content .box02 table {
  display: block;
  margin-top: 10px;
}

#content .box02 table td {
  display: block;
  padding: 5px 0 0 0;
  font-size: 12px;
  font-size: 1.2rem;
}

#content .box02 table.table02 td {
  padding-right: 0;
}

#content .box02 table td span {
  margin-right: 10px;
  width: 20px;
  height: 14px;
  border-radius: 4px;
}

#content .box02 p {
  width: 100%;
  position: static;
}

/*	box03
-----------------------------------------*/

#content .box03 {
  width: 100%;
  margin-top: 40px;
  padding: 5%;
  border: solid #dddddd 10px;
  box-sizing: border-box;
}

#content .box03 h4 {
  padding-bottom: 10%;
}

#content .box03 h4 img {
  width: 80px;
}

#content .box03 h4 span {
  padding-top: 10px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}

#content .box03 ul {
  margin: 0;
}

#content .box03 ul li {
  padding: 5%;
  font-size: 14px;
  font-size: 1.4rem;
}

#content .box03  .btn_triger {
  width: 100%;
  margin: 5% auto 0;
  box-sizing: border-box;
}

#content .box03  .btn_triger span {
  display: block;
  width: 100%;
  padding: 16px 0;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  box-sizing: border-box;
}

/*	box04
-----------------------------------------*/

#content .box04 {
  width: 100%;
  height: auto;
  margin: 40px auto 0;
  padding: 5%;
  border: solid #dddddd 10px;
  box-sizing: border-box;
  position: static;
}

#content .box04 h4 img {
  width: 80px;
}

#content .box04 h4 span {
  padding-top: 10px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}

#content .box04 table {
  display: block;
  margin-top: 10px;
}

#content .box04 table td {
  display: block;
  padding: 5px 0 0 0;
  font-size: 12px;
  font-size: 1.2rem;
}

#content .box04 table td span {
  margin-right: 10px;
  width: 20px;
  height: 14px;
  border-radius: 4px;
}

#content .box04 p {
  width: 100%;
  position: static;
}
}
