@charset "UTF-8";
/****************common********************************************/
#contents.obon25 {
  background: #e6f7fb url("../img/obon25_bg.png") repeat-y;
  background-size: 100% auto;
}
footer {
  background: #f7eed2;
}
/****************layout********************************************/
/*****key****/
#contents.obon25 .key {
  width: 100%;
  position: relative;
  margin: 0;
}
#contents.obon25 .key img {
  width: 100%;
}
/********* main common ********/
#contents.obon25 .inner {
  width: calc(100vw / (1200 / 900));
  margin: 0 auto calc(100vw / (1200 / 50));
  padding: calc(100vw / (1200 / 50)) 0;
  position: relative;
  background: #fff;
  border-radius: 10px;
  border: 2px solid #e1cd89;
}
#contents.obon25 h2 {
  width: calc(100vw / (1200 / 300));
  margin: 0 auto calc(100vw / (1200 / 20));
  padding-top: calc(100vw / (1200 / 80));
}
#contents.obon25 p.read {
  margin: 0 auto calc(100vw / (1200 /30));
  padding: 0;
  letter-spacing: 0.03em;
  text-align: center;
  font-weight: bold;
  font-size: calc(100vw / (1200 / 23));
  color: #151c60;
}
#contents.obon25 p.read span {
  color: #c33a10;
}
#contents.obon25 .inner p, #contents.obon25 .inner li, #contents.obon25 .inner dt, #contents.obon25 .inner dd {
  line-height: 1.6;
  font-size: calc(100vw / (1200 / 16));
}
#contents.obon25 .inner .fs {
  font-size: calc(100vw / (1200 / 14));
}
#contents.obon25 .co_01 a, #contents.obon25 .co_02 a {
  color: #033466;
  font-weight: bold;
  font-size: calc(100vw / (1200 / 16));
}
/*****co_01****************************************/
#contents.obon25 .co_01 {
  padding-bottom: calc(100vw / (1200 / 50));
}
#contents.obon25 .co_01 h2 {
  margin-top:0;
  padding-top: 0;
}

#contents.obon25 .co_01 .inner {
  padding: calc(100vw / (1200 / 30));
  margin-bottom: 0;
}
#contents.obon25 .co_01 h4 {
  width: calc(100vw / (1200 / 600));
  margin: 0 auto calc(100vw / (1200 / 20));
}
#contents.obon25 .co_01 .img {
  width: calc(100vw / (1200 / 800));
  margin: 0 auto calc(100vw / (1200 / 20));
}
#contents.obon25 .co_01 p.link{
  margin-bottom: 0;
  padding-top: calc(100vw / (1200 / 30));
  font-size: calc(100vw / (1200 / 22));
}
#contents.obon25 .co_01 p.algnR {
  margin:0 auto 0;
  padding-right: calc(100vw / (1200 / 20));
  font-size: calc(100vw / (1200 / 13));
}

/*****co_02****************************************/
#contents.obon25 .co_02 {
  padding-bottom: calc(100vw / (1200 / 2));
}
#contents.obon25 .co_02 .read{
  margin-bottom:0;
}

#contents.obon25 .co_02 .inner {
  margin: 0 auto;
  background: none !important;
  border:none;
}
/** common **/
#contents.obon25 .co_02 .box {
  padding: calc(100vw / (1200 / 40)) calc(100vw / (1200 /20)) calc(100vw / (1200 / 30));
  background: #fff;
  position: relative;
  text-align: center;
  border-radius: 10px;
  border: 2px solid #e1cd89;
}
#contents.obon25 .co_02 .flex {
  justify-content: space-between;
  align-items: top;
}
#contents.obon25 .co_02 .box1 {
  margin-bottom: calc(100vw / (1200 / 60));
}
#contents.obon25 .co_02 .box2, #contents.obon25 .co_02 .box3 {
  width: calc(100vw / (1200 / 430));
}
#contents.obon25 .co_02 .inner .no {
  width: calc(100vw / (1200 / 60));
  margin: 0 auto calc(100vw / (1200 / 10));
  text-align: center;
  font-size: calc(100vw / (1200 / 30));
  color: #bf9c46;
  position: absolute;
  top: calc(100vw / (1200 / -30));
  left: calc(100vw / (1200 / 185));
}
#contents.obon25 .co_02 .inner .box1 .no {
  left: calc(100vw / (1200 / 420));
}
#contents.obon25 .co_02 .inner h3 {
  margin-bottom: calc(100vw / (1200 / 25));
}
#contents.obon25 .co_02 .inner .box1 h3 {
  width: calc(100vw / (1200 / 350));
  margin: 0 auto calc(100vw / (1200 / 25));
}
#contents.obon25 .co_02 .inner h4 {
  margin-bottom: calc(100vw / (1200 / 10));
  line-height: 1.4;
  text-align: center;
  font-size: calc(100vw / (1200 / 25));
  font-weight: bold;
  color: #151c60;
}
#contents.obon25 .co_02 .inner p.cmnt {
  text-align: center;
  font-weight: bold;
  font-size: calc(100vw / (1200 / 18));
}
/** box2 **/
#contents.obon25 .co_02 .inner .box2 .note {
  margin-top: calc(100vw / (1200 / 40));
}
#contents.obon25 .co_02 .inner .box2 .note dt {
  margin-bottom: calc(100vw / (1200 / 15));
  background: #151c60;
  display: block;
  text-align: center;
  font-size: calc(100vw / (1200 / 19));
  font-weight: bold;
  color: #fff;
  transform: skewX(150deg);
}
#contents.obon25 .co_02 .inner .box2 .note dt span {
  display: block;
  transform: skewX(-150deg);
}
#contents.obon25 .co_02 .inner .box2 .note dd {
  text-align: left;
}
#contents.obon25 .co_02 .inner .box2 .note .point {
  margin: calc(100vw / (1200 / 18)) 0;
  padding: calc(100vw / (1200 / 15));
  border-radius: 10px;
  background: #efdd9f;
  position: relative;
}
#contents.obon25 .co_02 .inner .box2 .note .point h3 {
  margin-bottom: calc(100vw / (1200 / 15));
  line-height: 1.3;
  font-size: calc(100vw / (1200 / 22));
  color: #151c60;
}
#contents.obon25 .co_02 .inner .box2 .note .point .txt {
  padding: calc(100vw / (1200 / 20));
  background: #fff;
  text-align: left;
  font-size: calc(100vw / (1200 / 16));
}
#contents.obon25 .co_02 .inner .box2 .note .point .maru li:nth-child(1) {
  width: calc(100vw / (1200 / 55));
  position: absolute;
  top: calc(100vw / (1200 / 5));
  left: calc(100vw / (1200 / -5));
}
#contents.obon25 .co_02 .inner .box2 .note .point .maru li:nth-child(2) {
  width: calc(100vw / (1200 / 55));
  position: absolute;
  top: calc(100vw / (1200 / 5));
  right: calc(100vw / (1200 / -5));
}
#contents.obon25 .co_02 .inner .box2 .note span {
  font-weight: bold;
}
#contents.obon25 .co_02 .inner .box2 .note .point .kome {
  margin: calc(100vw / (1200 / 10)) 0;
  font-size: calc(100vw / (1200 / 15));
}
#contents.obon25 .co_02 .inner .box2 .link {
  margin:1em 0 0;
}

/** box3 **/
#contents.obon25 .co_02 .inner .box3 .page_link {
  width: calc(100vw / (1200 / 300));
  margin: calc(100vw / (1200 / 20)) auto;
}
#contents.obon25 .co_02 .inner .box3 .page_link a {
  display: block;
  padding: calc(100vw / (1200 / 4)) 0;
  background: #fff;
  border: 3px solid #c74924;
  border-radius: 100px;
  text-align: center;
  text-decoration: none;
  font-size: calc(100vw / (1200 / 17));
  font-weight: bold;
  color: #c74924;
}
#contents.obon25 .co_02 .inner .box3 .note {
  margin-top: calc(100vw / (1200 / 40));
  padding: calc(100vw / (1200 / 20));
  border-radius: 10px;
  border: 14px solid #efdd9f;
}
#contents.obon25 .co_02 .inner .box3 .note dl:nth-child(2) {
  margin-top: calc(100vw / (1200 / 30));
}
#contents.obon25 .co_02 .inner .box3 .note dt {
  margin-bottom: calc(100vw / (1200 / 5));
  text-align: center;
  line-height: 1.3;
  color: #033466;
  font-size: calc(100vw / (1200 / 19));
  font-weight: bold;
}
#contents.obon25 .co_02 .inner .box3 .note dt.icon {
  width: calc(100vw / (1200 / 95));
  margin: 0 auto calc(100vw / (1200 / 5));
}
#contents.obon25 .co_02 .inner .box3 .note dd span {
  font-weight: bold;
}
#contents.obon25 .co_02 .inner .box3 .note .kome{
  margin: 1em 0 0;
  text-align:left;
  font-size:calc(100vw / (1200 / 15));
}

/********************** point_ex **********************/
#contents.obon25 .point_ex {
  padding-bottom: calc(100vw / (1200 / 2));
}

#contents.obon25 .point_ex .ttl_area{
  width: calc(100vw / (1200 / 900));
  margin: 0 auto;
  padding:calc(100vw / (1200 / 10)) 0;
  background: #c33a10;
  text-align: center;
  color: #fff;
  border-radius: calc(100vw / (1200 / 20)) calc(100vw / (1200 / 20)) 0 0;
  font-size: calc(100vw / (1200 / 21));
}
#contents.obon25 .point_ex h2 {
  width: calc(100vw / (1200 / 340));
  margin: 0 auto;
  padding: 0;
}
#contents.obon25 .point_ex .inner {
  padding:calc(100vw / (1200 / 30)) calc(100vw / (1200 / 30)) calc(100vw / (1200 / 1)) ;
  border-radius: 0 ;
  border: 2px solid #c33a10;
}
#contents.obon25 .point_ex .inner p.read {
  width: calc(100vw / (1200 / 320));
  margin: 0 auto calc(100vw / (1200 / 30));
}
#contents.obon25 .point_ex .inner ul.item {
  display: flex;
  justify-content: space-between;
}
#contents.obon25 .point_ex .inner ul.item li {
  width: 31%;
}
#contents.obon25 .point_ex .inner ul.kome {
  width: calc(100vw / (1200 / 700));
  margin: calc(100vw / (1200 / 50)) auto calc(100vw / (1200 / 20));
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#contents.obon25 .point_ex .inner ul.kome li {
  font-size: calc(100vw / (1200 / 14)) !important;
}
/*****co_03**********************************************/
#contents.obon25 .co_03 p.read {
  color: #033466;
}
#contents.obon25 .co_03 .inner .con_head {
  margin: 0 auto calc(100vw / (1200 / 50));
}
#contents.obon25 .co_03 .inner .con_head p {
  text-align: center;
  font-size: calc(100vw / (1200 / 16));
}
#contents.obon25 .co_03 .inner .con_head p span {
  color: #ce2e41;
}
#contents.obon25 .co_03 .inner .con_head p.smry {
  margin-bottom: calc(100vw / (1200 / 20));
  text-align: center;
  font-size: calc(100vw / (1200 / 20));
  font-weight: bold;
}
#contents.obon25 .co_03 .inner .flex {
  width: calc(100vw / (1200 / 820));
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: top;
}
#contents.obon25 .co_03 .inner .box.item01, #contents.obon25 .co_03 .inner .box.item02 {
  width: calc(100vw / (1200 / 360));
  margin: 0 auto calc(100vw / (1200 / 60));
  text-align: center;
  font-size: calc(100vw / (1200 / 15));
}
#contents.obon25 .co_03 .inner .box.item03 {
  width: calc(100vw / (1200 / 720));
  margin: 0 auto calc(100vw / (1200 / 50));
}

#contents.obon25 .co_03 .inner .box.item03 .txt {
  width: calc(100vw / (1200 / 390));
}
#contents.obon25 .co_03 .inner .box.item03 p.read {
  margin: 0 auto calc(100vw / (1200 / 20));
  text-align: center;
  font-size: calc(100vw / (1200 / 18));
  font-weight: bold;
}
#contents.obon25 .co_03 .inner .box.item03 p.btn a {
  display: block;
  width: calc(100vw / (1200 / 350));
  height: calc(100vw / (1200 / 46));
  line-height: calc(100vw / (1200 / 42));
  margin: calc(100vw / (1200 / 30)) auto 0;
  border-radius: 8px;
  font-size: calc(100vw / (1200 / 18));
  font-weight: bold;
  border: 2px solid #ef7c0d;
  color: #ef7c0d;
}
#contents.obon25 .co_03 .inner ul.kome {
  width: calc(100vw / (1200 / 700));
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#contents.obon25 .co_03 .inner ul.kome li {
  font-size: calc(100vw / (1200 / 14)) !important;
}
#contents.obon25 .co_03 .btn_area {
  width: calc(100vw / (1200 / 400));
  margin: calc(100vw / (1200 / 40)) auto 0;
  text-align: center;
}
#contents.obon25 .btn_area h4 {
  width: calc(100vw / (1200 / 320));
  margin: 0 auto calc(100vw / (1200 / 10));
}
#contents.obon25 .btn_area .txt {
  margin: calc(100vw / (1200 / 10)) auto;
}
/*****co_04**********************************************/
#contents.obon25 .co_04 {
  padding-bottom: calc(100vw / (1200 / 2));
}
#contents.obon25 .co_04 h2 {
  margin: 0 auto calc(100vw / (1200 / 60));
}
#contents.obon25 .co_04 .inner {
  padding: calc(100vw / (1200 / 40)) calc(100vw / (1200 / 50)) 0;
}
#contents.obon25 .co_04 .inner h3 {
  width: calc(100vw / (1200 / 200));
  display: inline-block;
  vertical-align: top;
  padding: calc(100vw / (1200 / 4)) 0;
  background: #c33a10;
  border-radius: 100px;
  color: #fff;
  text-align: center;
  font-size: calc(100vw / (1200 / 16)) !important;
  font-weight: bold;
}
#contents.obon25 .co_04 .fL {
  width: calc(100vw / (1200 / 540));
  vertical-align: top;
  display: inline-block;
  margin-left: calc(100vw / (1200 / 40));
  margin-bottom: calc(100vw / (1200 / 40));
  padding: 0;
}
#contents.obon25 .co_04 .fL h4 {
  margin-bottom: calc(100vw / (1200 / 10));
  font-size: calc(100vw / (1200 / 22));
  font-weight: bold;
}
#contents.obon25 .co_04 .atn {
  color: #c60000;
  font-weight: bold;
}
/*********05********/
#contents.obon25 .co_05 {
  margin-bottom: calc(100vw / (1200 / 100));
  font-size: calc(100vw / (1200 / 15));
  line-height: 1.6;
}
#contents.obon25 .co_05 h2 {
  margin: 0 auto calc(100vw / (1200 / 60));
}
#contents.obon25 .co_05 .inner {
  padding: calc(100vw / (1200 / 1)) calc(100vw / (1200 / 50)) calc(100vw / (1200 / 50));
}
#contents.obon25 .co_05 .inner .in p {
  margin-bottom: 1em;
}
#contents.obon25 .co_05 h3 {
  width: calc(100vw / (1200 / 360));
  margin: calc(100vw / (1200 / 80)) auto calc(100vw / (1200 / 40));
  padding: 0.4vw 0;
  border: 1px solid #000;
  border-radius: 10vw;
  color: #000;
  text-align: center;
  font-size: calc(100vw / (1200 / 18));
  font-weight: bold;
}
#contents.obon25 .co_05 h4 {
  margin: 0 auto calc(100vw / (1200 / 10));
  text-align: center;
  font-size: calc(100vw / (1200 / 16));
  font-weight: bold;
}
#contents.obon25 .co_05 .inner ul {
  margin-bottom: calc(100vw / (1200 / 50));
}
#contents.obon25 .co_05 .inner ul li {
  border-top: 1px dashed #959595;
  margin-top: 1vw;
  padding: 1vw 1vw 0;
}
#contents.obon25 .co_05 .inner ul li:last-child {
  border-bottom: 1px dashed #959595;
  padding-bottom: 1vw;
}
#contents.obon25 .co_05 p.algnC a {
  color: #265ccc;
}
#contents.obon25 .co_05 .img {
  width: calc(100vw / (1200 / 620));
  margin: calc(100vw / (1200 / 30)) auto calc(100vw / (1200 / 5));
  text-align: center;
}
#contents.obon25 .co_05 .marker {
  background: #fff799;
  font-weight: bold;
}
#contents.obon25 .btnarea {}
#contents.obon25 .btnarea p.btn_txt {
  width: calc(100vw / (1200 / 360));
  margin: calc(100vw / (1200 / 40)) auto 0;
}
#contents.obon25 .btnarea p.btn {
  margin: 0 auto calc(100vw / (1200 / 100));
}