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

section_about

**********************************************/
.main_about {
  background: #fdf9f1;
}

.main_about .article_h2 {
  padding: 50px 0 15px;
  color: #bedaea;
  line-height: 2.2em;
}

.main_about .article_h2 span {
  color: #333333;
  font-size: 26px;
}

.main_about .container .section_about {
  width: 1100px;
  margin: 0 auto;
  padding-bottom: 60px;
}

.main_about .container .section_about .contents_box {
  margin-bottom: 20px;
}

.main_about .container .section_about .contents_box ul li {
  display: inline-block;
  margin-right: 30px;
}

.main_about .container .section_about .contents_box ul li:last-child {
  margin-right: 0;
}

.main_about .container .section_about .contents_box ul li a {
  display: block;
  width: 530px;
  padding: 25px;
  border: solid 2px #5ca3cc;
  border-radius: 10px;
  background: #FFF;
}

.main_about .container .section_about .contents_box ul li a .ph {
  width: 471px;
  margin: 0 auto;
  margin-bottom: 10px;
  border-radius: 10px;
}

.main_about .container .section_about .contents_box ul li a .ph img {
  width: 100%;
}

.main_about .container .section_about .contents_box ul li a .txt {
  display: block;
  position: relative;
  margin: 0 auto;
  font-size: 23px;
  text-align: center;
}

.main_about .container .section_about .contents_box ul li a .txt.day_txt {
  width: 325px;
}

.main_about .container .section_about .contents_box ul li a .txt.day_txt::before {
  position: absolute;
  left: 0;
  width: 40px;
  height: 35px;
  background: url(../about/img/day_icon01.png) no-repeat top center;
  background-size: 100%;
  content: "";
}

.main_about .container .section_about .contents_box ul li a .txt.day_txt::after {
  position: absolute;
  top: 4px;
  right: 10px;
  width: 30px;
  height: 30px;
  background: url(../about/img/day_icon02.png) no-repeat top center;
  background-size: 100%;
  content: "";
}

.main_about .container .section_about .contents_box ul li a .txt.event_txt {
  width: 160px;
}

.main_about .container .section_about .contents_box ul li a .txt.event_txt::before {
  position: absolute;
  top: 6px;
  left: 0;
  width: 29px;
  height: 29px;
  background: url(../about/img/event_icon01.png) no-repeat top center;
  background-size: 100%;
  content: "";
}

.main_about.main_policy .article_h2 {
  color: #f8b6ac;
}

.main_about .section_other ul li {
  display: inline-block;
  margin-right: 10px;
  vertical-align: top;
}

.main_about .section_other ul li a {
  display: block;
  width: 262px;
  border: solid 2px #85b742;
  border-radius: 10px;
  background: #FFF;
  color: #FFF;
  text-align: center;
}

.main_about .section_other ul li a .tit {
  position: relative;
  padding: 10px 0;
  border-radius: 5px 5px 0px 0px;
  background: #85b742;
  font-size: 16px;
}

.main_about .section_other ul li a .tit::after {
  position: absolute;
  right: 0;
  bottom: -10px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #85b742 transparent transparent transparent;
  content: "";
}

.main_about .section_other ul li a .txt {
  padding-bottom: 10px;
  color: #333333;
  font-size: 19px;
  line-height: 1.4em;
}

.main_about .section_other ul li:last-child {
  margin-right: 0;
}

.main_about .section_other ul li:nth-child(2) a {
  border: solid 2px #eec900;
}

.main_about .section_other ul li:nth-child(2) a .tit {
  background: #eec900;
}

.main_about .section_other ul li:nth-child(2) a .tit::after {
  position: absolute;
  border-color: #eec900 transparent transparent transparent;
  content: "";
}

.main_about .section_other ul li:nth-child(3) a {
  border: solid 2px #5ca3cc;
}

.main_about .section_other ul li:nth-child(3) a .tit {
  background: #5ca3cc;
}

.main_about .section_other ul li:nth-child(3) a .tit::after {
  position: absolute;
  border-color: #5ca3cc transparent transparent transparent;
  content: "";
}

.main_about .section_other ul li:nth-child(4) a {
  border: solid 2px #ee8787;
}

.main_about .section_other ul li:nth-child(4) a .tit {
  background: #ee8787;
}

.main_about .section_other ul li:nth-child(4) a .tit::after {
  position: absolute;
  border-color: #ee8787 transparent transparent transparent;
  content: "";
}

.main_about .section_other ul li .ph {
  width: 123px;
  margin: 0 auto;
  padding-top: 10px;
}

.main_about .section_other ul li .ph img {
  width: 100%;
}

.section h2.tit {
  margin-bottom: 30px;
  font-size: 50px;
}

.main_about .section_other {
  width: auto;
  padding-top: 0;
}

.main_about .btn_area {
  width: 900px;
  margin: 0 auto;
}

.main_about .btn_area ul {
  text-align: center;
}

.main_about .btn_area ul li {
  display: inline-block;
  margin-right: 10px;
  vertical-align: top;
}

.main_about .btn_area ul li:first-child a {
  display: block;
  width: 603px;
}

.main_about .btn_area ul li:first-child a img {
  width: 100%;
}

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

section_day

**********************************************/
.main_about.day .article_h2 {
  display: block;
  position: relative;
  width: 720px;
  margin: 0 auto;
}

.main_about.day .article_h2 img {
  width: 60px;
}

.main_about.day .article_h2::before {
  position: absolute;
  top: 60px;
  left: 0;
  width: 160px;
  height: 300px;
  background: url(../about/img/day/h2_icon01.png) no-repeat top center;
  background-size: 100%;
  content: "";
}

.main_about.day .article_h2::after {
  position: absolute;
  top: 50px;
  right: 0;
  width: 194px;
  height: 300px;
  background: url(../about/img/day/h2_icon02.png) no-repeat top center;
  background-size: 100%;
  content: "";
}

.main_about .section_day .ph {
  width: 1100px;
  margin: 0 auto 30px;
}

.main_about .section_day .ph img {
  width: 100%;
}

.main_about .section_day .flow {
  width: 1100px;
  margin: 0 auto 40px;
}

.main_about .section_day .flow img {
  width: 100%;
}

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

section_school

**********************************************/
.main_about .section_school {
  width: 1100px;
  margin: 0 auto;
}

.main_about .section_school .tit {
  margin-bottom: 20px;
  padding: 5px;
  border-radius: 5px;
  background: #85b742;
  color: #fff;
  font-size: 24px;
  text-align: center;
}

.main_about .section_school .txt {
  margin-bottom: 10px;
  font-size: 19px;
}

.main_about .section_school .contents_box {
  padding-bottom: 100px;
}

.main_about dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.main_about dl dt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 30%;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 10px 0;
  padding: 10px;
  border-radius: 5px;
  background: #b6d48d;
  color: #fff;
  font-size: 19px;
  text-align: center;
}

.main_about dl dd {
  display: flex;
  flex-direction: column;
  width: 65%;
  margin-bottom: 10px;
  padding: 18px;
  border-radius: 5px;
  background: #e7f1d9;
  font-size: 17px;
}

.main_about .attention {
  margin-bottom: 40px;
  text-align: center;
}

.main_about .btn {
  width: 480px;
}

.main_about .btn a {
  display: block;
  position: relative;
  width: 480px;
  border: solid 2px #ccc;
  border-radius: 10px;
  background: #FFF;
  color: #131313;
  font-size: 15px;
}

.main_about .btn a:before {
  position: absolute;
  top: 50%;
  left: 140px;
  width: 25px;
  height: 28px;
  transform: translateY(-50%);
  background: url(../about/img/cmn/icon_pdf.png) no-repeat top center;
  background-size: 100%;
  content: "";
}

.main_about .contents_box.custody .tit {
  background: #eec900;
}

.main_about .contents_box.custody ul {
  padding: 0 20px;
}

.main_about .contents_box.custody ul li {
  list-style: disc;
}

.main_about .contents_box.custody dt {
  background: #eec900;
}

.main_about .contents_box.custody dd {
  background: #fff4b4;
}

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

section_guide

**********************************************/
.main_about .section_guide .article_h2 {
  color: #f3a665;
}

.main_about .section_guide {
  width: 1100px;
  margin: 0 auto;
  padding-bottom: 60px;
}

.main_about .section_guide .tit {
  margin-bottom: 20px;
  padding: 5px;
  border-radius: 5px;
  background: #eb6a00;
  color: #fff;
  font-size: 24px;
  text-align: center;
}

.main_about .section_guide dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.main_about .section_guide dl dt {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 30%;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 10px 0;
  padding: 10px;
  border-radius: 5px;
  /* justify-content: center; */
  background: #b6d48d;
  color: #fff;
  font-size: 19px;
  text-align: center;
}

.main_about .section_guide dl dd {
  display: flex;
  flex-direction: column;
  width: 65%;
  margin-bottom: 10px;
  padding: 18px;
  border-radius: 5px;
  background: #e7f1d9;
  font-size: 17px;
}

.main_about .section_guide dd {
  background: #fbe1cc;
}

.main_about .section_guide dt {
  background: #f3a666;
}

.main_about .section_guide .list_area {
  width: 100%;
  margin-bottom: 30px;
  font-size: 19px;
}

.main_about .section_guide .list_area dl dt {
  position: relative;
  width: 15%;
  padding: 8px;
  background: none;
  color: #333333;
  text-align: left;
}

.main_about .section_guide .list_area dl dt::after {
  position: absolute;
  /* top: 5%; */
  top: 23px;
  right: -75px;
  width: 75px;
  height: 20px;
  margin-left: 15px;
  transform: translateY(-50%);
  background: url(../about/img/cmn/icon_line.png) no-repeat top center;
  background-size: 100%;
  content: "";
}

.main_about .section_guide .list_area dl dd {
  width: calc(100% - 16%);
  padding: 8px;
  padding-left: 85px;
  background: none;
}

.main_about .section_guide .contents_box {
  margin-bottom: 60px;
}

.main_about .section_guide .contents_box .system_article {
  font-size: 17px;
}

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

section_club

**********************************************/
.main_about .section_club {
  width: 1100px;
  margin: 0 auto;
  padding-bottom: 60px;
}

.main_about .section_club .contents_box .tit {
  margin-bottom: 20px;
  padding: 5px;
  border-radius: 5px;
  background: #5ca3cc;
  color: #fff;
  font-size: 24px;
  text-align: center;
}

.main_about .section_club .contents_box .sub {
  margin-bottom: 10px;
  color: #5ca3cc;
  font-size: 21px;
}

.main_about .section_club .contents_box .txt {
  margin-bottom: 20px;
  font-size: 19px;
}

.main_about .section_club .contents_box s
.btn {
  width: 480px;
  margin-bottom: 30px;
}

.main_about .section_club .contents_box s
.btn a {
  border: #5ca3cc solid 2px;
}

.main_about .section_club .contents_box s
.btn a::before {
  content: none;
}

.main_about .section_club .other_box .tit {
  -webkit-background-size: 14px 14px;
  -webkit-background-size: 14px 14px;
  margin-bottom: 10px;
  padding: 5px 20px;
  background-color: #fff;
  background-color: #d9e8f1;
  background-image: linear-gradient(-45deg, #d9e8f1 25%, #fff 25%, #fff 50%, #d9e8f1 50%, #d9e8f1 75%, #fff 75%, #fff);
}

.main_about .section_club .other_box .txt_box {
  margin-bottom: 30px;
  padding: 20px;
  background: #fff;
  font-size: 16px;
}

.main_about .section_club .btn_area {
  width: 810px;
}

.main_about .section_club .btn_area ul {
  margin-bottom: 10px;
}

.main_about .section_club .btn_area ul li {
  margin-right: 20px;
}

.main_about .section_club .btn_area ul li a {
  display: block;
  display: block;
  position: relative;
  width: 380px;
  height: 100px;
  padding: 23px 0;
  border-radius: 10px;
  background: #eb6a00;
  color: #FFF;
  font-size: 25px;
  letter-spacing: -.01em;
  line-height: 2.2em;
  text-align: center;
}

.main_about .section_club .btn_area ul li a span {
  display: block;
  font-size: 16px;
}

.main_about .section_club .btn_area ul li a:after {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 20px;
  height: 20px;
  background: url(../about/img/cmn/icon_next.png) no-repeat top center;
  background-size: 100%;
  content: "";
}

.main_about .section_club .btn_area ul li:last-child a {
  position: relative;
  background: #5ca3cc;
  line-height: 1em;
}

.main_about .section_club .btn_area ul li:last-child a::before {
  position: absolute;
  bottom: 25px;
  left: 33px;
  width: 20px;
  height: 28px;
  background: url(../about/img/cmn/icon_culb.png) no-repeat top center;
  background-size: 100%;
  content: "";
}

.main_about .section_club .btn_area ul li.kira a {
  width: 600px;
  background: #eb6a00;
  line-height: 57px;
}

.main_about .section_club .btn_area ul li.kira a::before {
  display: none;
}

.section_club .btn {
  margin-bottom: 50px;
}

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

section_futabasunrise

**********************************************/
.main_about .section_futabasunrise {
  width: 1100px;
  margin: 0 auto;
  padding-bottom: 30px;
}

.main_about .section_futabasunrise .tit {
  margin-bottom: 20px;
  padding: 5px;
  border-radius: 5px;
  background: #ee8787;
  color: #fff;
  font-size: 24px;
  text-align: center;
}

.main_about .section_futabasunrise dl {
  display: block;
}

.main_about .section_futabasunrise dl dt {
  display: block;
  width: 100%;
  background: #fce7e7;
  color: #ee8787;
  font-size: 21px;
  text-align: left;
}

.main_about .section_futabasunrise dl dd {
  display: block;
  width: 100%;
  margin-bottom: 15px;
  background: none;
  font-size: 19px;
}

.main_about .section_futabasunrise .ph {
  width: 1100px;
  margin: 0 auto 60px;
}

.main_about .section_futabasunrise .ph img {
  width: 100%;
}

.main_about .section_futabasunrise .contents_box .box_area {
  margin-bottom: 50px;
}

.main_about .section_futabasunrise .contents_box .box_l, .main_about .section_futabasunrise .contents_box .box_r {
  display: inline-block;
  position: relative;
  width: 540px;
  margin-top: 50px;
  padding: 20px;
  background: #fff;
}

.main_about .section_futabasunrise .contents_box .box_l dl, .main_about .section_futabasunrise .contents_box .box_r dl {
  width: 100%;
  padding-top: 60px;
}

.main_about .section_futabasunrise .contents_box .box_l dl dt, .main_about .section_futabasunrise .contents_box .box_r dl dt {
  justify-content: inherit;
  width: 24%;
  margin-bottom: 0;
  padding: 0;
  clear: both;
  line-height: 1.5em;
}

.main_about .section_futabasunrise .contents_box .box_l dl dd, .main_about .section_futabasunrise .contents_box .box_r dl dd {
  width: 70%;
  padding: 0;
}

.main_about .section_futabasunrise .contents_box .box_l {
  min-height: 590px;
  margin-right: 10px;
}

.main_about .section_futabasunrise .contents_box .box_l::before {
  position: absolute;
  top: -50px;
  left: 50%;
  width: 110px;
  height: 110px;
  transform: translateX(-50%);
  background: url(../about/img/futaba/icon_day.png) no-repeat top center;
  background-size: 100%;
  content: "";
}

.main_about .section_futabasunrise .contents_box .box_l dt {
  background: none;
  color: #ee8787;
  font-size: 19px;
}

.main_about .section_futabasunrise .contents_box .box_r::before {
  position: absolute;
  top: -50px;
  left: 50%;
  width: 110px;
  height: 110px;
  transform: translateX(-50%);
  background: url(../about/img/futaba/icon_holiday.png) no-repeat top center;
  background-size: 100%;
  content: "";
}

.main_about .section_futabasunrise .contents_box .box_r dt {
  background: none;
  color: #f2d63d;
  font-size: 19px;
}

.main_about .section_futabasunrise .contents_box .btn {
  width: 700px;
  height: 111px;
  margin-bottom: 10px;
}

.main_about .section_futabasunrise .contents_box .btn a {
  display: block;
  width: 700px;
  height: 111px;
  border: none;
  background: #eb6a00;
  color: #fff;
  font-size: 25px;
  line-height: 115px;
}

.main_about .section_futabasunrise .contents_box .btn a::before {
  content: none;
}

.main_about .section_futabasunrise .contents_box .btn a:after {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 20px;
  height: 20px;
  background: url(../about/img/cmn/icon_next.png) no-repeat top center;
  background-size: 100%;
  content: "";
}

.main_about .section_futabasunrise .contents_box .attention {
  font-size: 14px;
  text-align: center;
}

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

event

**********************************************/
.main_event .article_h2 {
  padding-bottom: 0;
}

.section_event {
  width: 1100px;
  margin: 0 auto;
  padding-bottom: 60px;
}

.main_event .contents_box {
  margin-bottom: 40px;
}

.main_event dl {
  width: 20%;
  margin-right: 1%;
  float: left;
}

.main_event dl.table02 {
  width: 78%;
}

.main_event dl dt {
  width: 100%;
  height: 54px !important;
  margin-right: 0;
  float: none;
  background: #9dc8e1;
}

.main_event dl dd {
  width: 100%;
  float: none;
  background: #dbe7ef;
}

.main_event .tit {
  margin-bottom: 6px;
  font-size: 30px;
}

.main_event .box01 dl dt {
  background: #eeca00;
}

.main_event .box01 dl dd {
  background: #fdf3ba;
}

.main_event .box02 dl dt {
  background: #f7a6a5;
}

.main_event .box02 dl dd {
  background: #fdd5d4;
}

.main_event .box03 dl dt {
  background: #9dc8e1;
}

.main_event .box03 dl dd {
  background: #dbe7ef;
}
/*# sourceMappingURL=about.css.map */
