@charset "utf-8";

@font-face {
  font-family: eurofurence;
  src: url(../font/eurof56.woff) format('woff'),
    url(../font/eurof56.ttf) format('truetype');
  font-weight: normal;
  font-style: italic;
}

/* Page Title
-------------------------------------------------------------------------------------------------------------------- */
#pageTitle {
  background: #ffecc6;
  margin-top: -105px;
}

#pageTitle h2 {
  text-align: center;
  width: 1100px;
  padding: 182px 0 104px;
  margin: 0 auto;
  position: relative;
  font-size: 40px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: normal;
  color: #ff782e;
}

#pageTitle h2 span {
  display: block;
  font-size: 25px;
  font-family: eurofurence, sans-serif;
  font-weight: normal;
  font-style: italic;
  letter-spacing: 1.2px;
  margin-top: 10px;
}

#pageTitle h2:before {
  content: url(../img/bg_pagetitle01.png);
  position: absolute;
  top: 103px;
  left: -153px;
}

#pageTitle h2:after {
  content: url(../img/bg_pagetitle02.png);
  position: absolute;
  top: 43px;
  right: -61px;
}


/* Breadcrumb List
-------------------------------------------------------------------------------------------------------------------- */
#breadcrumbList {
  position: relative;
  z-index: 1000;
}

#breadcrumbList ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 1100px;
  padding: 20px 0 0;
  margin: 0 auto;
}

#breadcrumbList ul li {
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 12px;
}

#breadcrumbList ul li:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 10px;
  background: url(../img/ico_breadcrumb01.png);
  margin-right: 9px;
}

#breadcrumbList ul li:first-child:before {
  width: 22px;
  height: 20px;
  background: url(../img/ico_breadcrumb02.png);
}

#breadcrumbList ul li a {
  color: #000;
  text-decoration: none;
}

#breadcrumbList ul li a:hover {
  text-decoration: underline;
}


/* Main
-------------------------------------------------------------------------------------------------------------------- */
#contents {
  font-family: 'Noto Sans JP', sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 1100px;
  padding-bottom: 95px;
  margin: 0 auto;
}

#mainContents {
  width: 785px;
  padding-top: 46px;
}

#sideContents {
  width: 260px;
  padding-top: 57px;
}


/* Aside
-------------------------------------------------------------------------------------------------------------------- */
#sideNavi {
  text-align: center;
  padding: 35px 0 24px;
  background: #ffecc6 url(../img/bg_sidenavi.png) no-repeat;
  border-radius: 30px;
  margin-bottom: 46px;
}

#sideNavi h2 {
  padding-bottom: 22px;
}

#bannerCommon li {
  padding-bottom: 8px;
}

#bannerCommon li:last-child {
  padding-bottom: 0;
}

#bannerCommon li:first-child {
  padding-bottom: 20px;
}


/* Sub
-------------------------------------------------------------------------------------------------------------------- */
/*====================================
Box
=====================================*/
.div_box01 {
  padding-bottom: 59px;
}

.div_box01:last-child {
  padding-bottom: 0;
}


/*====================================
Title
=====================================*/
.h3_tit01 {
  font-size: 36px;
  line-height: 1.4;
  letter-spacing: 3px;
  padding-bottom: 24px;
  background: url(../img/bg_h3_tit01.jpg) repeat-x left bottom;
  margin-bottom: 33px;
}

.h3_tit02 {
  font-size: 26px;
  color: #ff782e;
  line-height: 61px;
  letter-spacing: 2px;
  padding: 0 30px;
  background: url(../img/bg_h3_tit02.jpg);
  margin-bottom: 20px;
}

.h4_tit01 {
  font-size: 26px;
  color: #ff782e;
  line-height: 1.4;
  letter-spacing: 3px;
  padding-bottom: 15px;
  background: url(../img/bg_h4_tit01.jpg) repeat-x left bottom;
  margin-bottom: 20px;
}

.h4_tit02 {
  font-size: 25px;
  color: #ff782e;
  line-height: 1.4;
  letter-spacing: 3px;
  padding-left: 10px;
  margin-bottom: 40px;
  position: relative;
}

.h4_tit02:before {
  content: url(../img/bg_h4_tit02_02.jpg);
  position: absolute;
  top: -40px;
  left: -20px;
  z-index: -1;
}

.h4_tit02 span {
  display: inline-block;
  padding-bottom: 5px;
  background: url(../img/bg_h4_tit02.jpg) repeat-x left bottom;
}

.h4_tit03 {
  font-size: 26px;
  color: #ff782e;
  line-height: 1.357;
  letter-spacing: 3px;
  padding: 0 0 30px 10px;
  position: relative;
}

.h4_tit03:before {
  content: url(../img/bg_h4_tit03.jpg);
  position: absolute;
  top: -20px;
  left: -82px;
  z-index: -1;
}


/*====================================
Paragraph
=====================================*/
.div_box01 p {
  line-height: 1.734;
  overflow: hidden;
}

.pic_l {
  width: 380px;
  height: auto;
}

.pic_m {
  width: 230px;
  height: auto;
}

.pic_f {
  width: 235px;
  height: auto;
}


/*====================================
Table
=====================================*/
.table_01 {
  line-height: 1.734;
}

.table_01 th {
  color: #ed897f;
  width: 210px;
  padding: 20px 10px;
  vertical-align: middle;
}

.table_01 td {
  padding: 20px 10px 20px 0;
  vertical-align: middle;
}

.table_01 tr:nth-child(odd) th,
.table_01 tr:nth-child(odd) td {
  background: #ffedcf;
}

.table_02 {
  line-height: 1.734;
}

.table_02 th {
  color: #ed897f;
  width: 210px;
  padding: 20px 10px;
  vertical-align: middle;
}

.table_02 td {
  padding: 20px 10px 20px 25px !important;
  vertical-align: middle;
}

.table_02 tr:nth-child(odd) th,
.table_02 tr:nth-child(odd) td {
  background: #ffedcf;
}

/*====================================
Min Box
=====================================*/
.h4_boxmin01 {
  font-size: 25px;
  color: #ed897f;
  line-height: 1.4;
  letter-spacing: 3px;
  text-align: center;
  padding: 0 10px;
}

.div_boxMin01 p {
  padding: 40px;
  background: #fff9fa;
  border-radius: 50px;
  margin-top: -20px;
}

/*====================================
Step Box
=====================================*/
.h4_step01 {
  font-size: 22px;
  font-weight: normal;
  color: #ff782e;
  line-height: 1.4;
  letter-spacing: 2px;
  padding-bottom: 30px;
}

.stepBox ol li {
  list-style-type: none;
  padding: 20px 0 0 80px;
  border-left: 2px solid #ffd998;
  margin-left: 33px;
  margin-bottom: 20px;
  position: relative;
}

.stepBox ol li:last-child {
  margin-bottom: 0;
  border-left: 0;
}

.stepBox ol li:before {
  padding-bottom: 18px;
  background: #fff;
  position: absolute;
  top: 0;
  left: -35px;
}

.step01:before {
  content: url(../img/num_step01.png);
}

.step02:before {
  content: url(../img/num_step02.png);
}

.step03:before {
  content: url(../img/num_step03.png);
}

.step04:before {
  content: url(../img/num_step04.png);
}

.step05:before {
  content: url(../img/num_step05.png);
}

.step06:before {
  content: url(../img/num_step06.png);
}

.step07:before {
  content: url(../img/num_step07.png);
}

.step08:before {
  content: url(../img/num_step08.png);
}

.step09:before {
  content: url(../img/num_step09.png);
}

.step10:before {
  content: url(../img/num_step10.png);
}

/*====================================
Checklist
=====================================*/

.checkList01 {
  padding: 20px;
  background-color: #fff;
}

.checkList01 li {
  position: relative;
  padding: 0 20px 15px 25px;
}

/*.checkList01 li {
    position: relative;
    padding: 0 0 5px 25px;
}*/

.checkList01 li:last-child {
  padding-bottom: 0;
}

.checkList01 li:before {
  content: "■";
  position: absolute;
  top: 2px;
  left: 1px;
  color: #edb1af;
  font-size: 14px;
}


/*====================================
その他
=====================================*/

.textLeard01 {
  margin-bottom: 30px;
}

.textLeard02 {
  margin-bottom: 20px;
}

.textLeard03 {
  margin-bottom: 40px;
}

.textLeard04 {
  margin-top: 20px;
}

.textLeard05 {
  margin-top: 10px;
}

.textLeard06 {
  margin-top: 40px;
}

.textLeard07 {
  margin-bottom: 60px;
}

.textLeard08 {
  margin-bottom: 10px;
}

.reg01 {
  padding-left: 20px !important;
}

.ti02 {
  font-size: 25px;
  font-weight: bold;
  color: #FDB549 !important;
  /*margin: 20px 0px 0px;*/
  padding: 0px 10px 20px;
  line-height: 1.5;
}

.ti03 {
  font-size: 22px;
  font-weight: bold;
  color: #ff782e;
  /*margin: 20px 0px 0px;*/
  padding: 0px 10px 20px;
  line-height: 1.5;
}

/*====================================
box
=====================================*/

.div_bgBox02 {
  padding: 30px 30px 30px;
  background-color: #ffedcf;
  overflow: hidden;
}


/* -------------------- checkList */

.checkList01 {
  padding: 20px;
  background-color: #fff;
}

.checkList01 li {
  position: relative;
  padding: 0 0 5px 25px;
}

.checkList01 li:last-child {
  padding-bottom: 0;
}

.checkList01 li:before {
  content: "■";
  position: absolute;
  top: 2px;
  left: 1px;
  color: #edb1af;
  font-size: 14px;
}

.checkList02 {
  padding: 20px;
  background-color: #fff;
}

.checkList02 li {
  position: relative;
  padding: 0 0 10px 25px;
  margin-bottom: 10px;
  border-bottom: 1px dotted #ccc;
  font-weight: bold;
  font-size: 17px;
}

.checkList02 li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

.checkList02 li:before {
  content: "✔︎";
  position: absolute;
  top: 2px;
  left: 1px;
  color: #22ac38;
  font-size: 15px;
}

/*====================================
numList
=====================================*/

.numList01 {
  padding: 0 20px;
  background-color: #fff;
}


.numList01 li {
  position: relative;
  padding: 25px 0 25px 65px;
  border-bottom: 1px dotted #ccc;
  font-weight: bold;
  font-size: 17px;
}

.numList01 li:last-child {
  border-bottom: none;
}

.numList01 li {
  position: relative;
}

.numList01 li span {
  display: block;
  width: 51px;
  height: 44px;
  background: url(../img/bg_list01.png) 3px 0 no-repeat;
  position: absolute;
  top: 50%;
  left: -3px;
  margin-top: -22px;
  padding-top: 2px;
  font-family: eurofurence, sans-serif;
  font-weight: normal;
  font-style: italic;
  color: #ff782e;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1;
}

.numList01 li span:after {
  font-family: 'Noto sans JP', sans-serif;
  font-style: normal;
  font-size: 22px;
  z-index: 2;
  display: block;
  padding-left: 14px;
  color: #ff782e;
  letter-spacing: 0.05em;
}

.numList01 li:nth-of-type(1) span:after {
  content: '01';
}

.numList01 li:nth-of-type(2) span:after {
  content: '02'

}

.numList01 li:nth-of-type(3) span:after {
  content: '03'

}

.numList01 li:nth-of-type(4) span:after {
  content: '04'
}

.numList01 li:nth-of-type(5) span:after {
  content: '05'
}

.numList01 li:nth-of-type(6) span:after {
  content: '06'
}

.fc01 {
  color: #ffb63b;
}

.boxIn {
  background: #fff;
  padding: 30px;
}



/*====================================
common
=====================================*/

.bg_pink {
  background: #ffecee !important;
}

.bg_green {
  background: #d4eda9 !important;
}

.bg_yellow {
  background: #ffef73 !important;
}

.co_orange {
  color: #ff782e !important;
}

.co_green {
  color: #009600 !important;
}

.co_black {
  color: #000 !important;
}

.textLead01 {
  padding-bottom: 20px;
}