@charset "utf-8";

/* CSS Document */

h2.pagetitle {
  background-image: url(../images/pagetitle.jpg);
}

h3.lead {
  width: 495px;
  height: 62px;
  margin: 0 auto 25px;
  background-image: url(../images/lead.gif);
  text-indent: -9999px;
}

#consultant,
#deputize,
#difficultly,
#merit {
  width: 510px;
  margin-left: 14px;
}

#consultant > .list,
#deputize > .list {
  width: 475px;
  height: 119px;
  padding: 60px 0 0 35px;
}

#consultant > .list h2,
#consultant > .list h3,
#deputize > .list h2,
#deputize > .list h3 {
  text-indent: -9999px;
}

#consultant > .list li,
#deputize > .list li {
  color: black;
  font-size: 14px;
  font-weight: bold;
  background-image: url(../images/list-disc.gif);
  background-position: 0 2px;
  padding-left: 14px;
}

#deputize p.propose {
  width: 450px;
  margin: 20px auto;
  /* font-size: 11px; */
  /* font-weight: bold; */
  color: black;
}
#consultant p.propose {
  width: 430px;
  margin: 20px auto 0;
  /* font-size: 11.5px; */
  /* font-weight: bold; */
  color: black;
  text-align: justify;
}

#consultant > .list {
  background-image: url(../images/consultant-bg.gif);
}

#consultant .question,
#deputize .question,
#consultant .answer,
#deputize .answer {
  width: 435px;
  padding-left: 75px;
  margin-bottom: 20px;
}

#consultant .question,
#deputize .question {
  height: 91px;
  padding-top: 30px;
}

#consultant .answer,
#deputize .answer {
  height: 114px;
  padding-top: 20px;
}

#consultant .question h3,
#deputize .question h3,
#consultant .answer h3,
#deputize .answer h3 {
  text-indent: -9999px;
}

#consultant .question p,
#deputize .question p,
#consultant .answer p,
#deputize .answer p {
  width: 310px;
  font-size: 10px;
  line-height: 1.6em;
  font-weight: bold;
}

#consultant .question p,
#deputize .question p {
  margin-bottom: 5px;
}

#consultant .answer p,
#deputize .answer p {
  color: white;
}

#consultant .question {
  background-image: url(../images/consultant-q.jpg);
}

#consultant .answer {
  background-image: url(../images/consultant-a.jpg);
}

#consultant .answer p {
  margin-bottom: 1em;
}

#consultant .answer li {
  font-size: 13px;
  font-weight: bold;
  color: white;
  background-image: url(../images/answer-disc.gif);
  background-position: 0 2px;
  padding-left: 14px;
}


#management {
  width: 485px;
  margin: 25px auto 25px;
}
#management > img {
  width: 100%;
  height: auto;
}


#activity {
  width: 485px;
  /* padding: 20px; */
  padding: 14px;
  background-color: #efeae4;
  border-radius: 10px;
  border: 1px solid #fff;
  box-sizing: border-box;
  box-shadow: 3px 3px 6px rgba(0,0,0,0.4);
  margin: 25px 0 25px 10px;
}
#activity h3 {
  background-color: #CBC5AD;
  margin-bottom: 15px;
  box-shadow: 0px 1px 1px rgba(0,0,0,0.3);
}

#activity h3 span {
  color: #fff;
  background-color: #a21f41;
  padding: 6px 10px;
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  width: 260px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
}

#activity > img {
  width: 100%;
  height: auto;
}
/* deputize */

#deputize .list {
  background-image: url(../images/deputize-bg.gif);
}

#deputize .question {
  background-image: url(../images/deputize-q.jpg);
}

#deputize .answer {
  background-image: url(../images/deputize-a.jpg);
}


/* difficultly */

#difficultly h2,
#merit h2 {
  text-indent: -9999px;
}

#difficultly li,
#merit li {
  padding-left: 10px;
  font-size: 10px;
  font-weight: bold;
  line-height: 1.3em;
  background-image: url(../images/difficultly_merit-disc.gif);
  background-position: 0 2px;
}

#difficultly {
  width: 490px;
  height: 162px;
  padding: 16px 0 0 20px;
  background-image: url(../images/difficultly-bg.jpg);
}

#difficultly li {
  width: 180px;
}

#merit {
  width: 256px;
  height: 96px;
  padding: 160px 0 0 254px;
  background-image: url(../images/merit-bg.jpg);
}

#merit li {
  width: 220px;
  margin-bottom: 0.4em;
}

/**/

#contentslink {
  width: 490px;
  margin: 25px 0 25px 5px;
}
#contentslink .contents-link-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  border: 1px solid #b35a56;
  padding: 5px;
  border-radius: 7.5px;
  background-color: #ffe8e7;
  margin: 25px 0 25px 5px;
}
#contentslink .contents-link-list li {
  padding: 4px;
  width: calc(50% - 8px);
}
#contentslink .contents-link-list li p {
  color: #a21f41;
  font-weight: bold;
  height: 20px;
  text-indent: -1.5em;
  font-size: 11px;
  margin-left: 1em;
}
#contentslink .contents-link-list h4 {
  font-size: 16px;
  font-weight: bold;
}

#contentslink .contents-link-list .contents-link-btn > img {
  width: 100%;
  height: auto;
}

#contentslink .contents-link-list .contents-link-btn:hover {
  opacity: 0.7;
}

#leave {
  width:485px;
  padding: 20px;
  background-color: #efeae4;
  border-radius: 10px;
  border: 1px solid #fff;
  box-sizing: border-box;
  box-shadow: 3px 3px 6px rgba(0,0,0,0.4);
  margin: 25px 0 25px 10px;
}

#leave h3 {
  background-color: #CBC5AD;
  margin-bottom: 15px;
  box-shadow: 0px 1px 1px rgba(0,0,0,0.3);
}

#leave h3 span {
  color: #fff;
  background-color: #a21f41;
  padding: 6px 10px;
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  width: 365px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
}

#leave .leave-inner h4 {
  color: #b71c22;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}

#leave .leave-list > li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  height: auto;
  width: 100%;
  position: relative;
}

#leave .leave-list > li:not(:last-of-type) {
  margin-bottom: 35px;
}

#leave .leave-list > li:not(:last-of-type)::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: rgba(162, 31, 65, 1) rgba(162, 31, 65, 0) rgba(162, 31, 65, 0) rgba(162, 31, 65, 0);
  border-width: 20px;
  position: absolute;
  left: 27.5px;
  bottom: -47.5px;
}

#leave .leave-list > li:last-of-type {
  align-items: flex-start;
}

#leave .leave-list > li h5 {
  width: 90px;
  padding: 35px 0;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  flex-direction: column;
  background-color: #fff;
  font-size: 16px;
  font-weight: bold;
  border: 2px solid #a21f41;
  text-align: center;
}

#leave .leave-list > li p {
  width: 330px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: flex-start;
}

h2.qaTitle {
  width: 440px;
  padding: 5px 15px 5px 20px;
  margin: 55px auto 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  background-color: rgba(179, 90, 86, 0.18);
  box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
}

h2.qaTitle::before {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 100%;
  border-left: 10px solid #b35a56;
  left: 0;
  bottom: 0;
}

h2.qaTitle .qText {
  color: #a21f41;
  font-size: 28px;
  font-weight: bold;
  vertical-align: text-bottom;
}

h2.qaTitle .aText {
  color: #a21f41;
  font-size: 28px;
  font-weight: bold;
  vertical-align: text-bottom;
}


#contents02a {
  width:485px;
  /* padding: 20px; */
  padding: 28px;
  background-color: #efeae4;
  border-radius: 10px;
  border: 1px solid #fff;
  box-sizing: border-box;
  box-shadow: 3px 3px 6px rgba(0,0,0,0.4);
  margin: 25px 0 25px 9px;
}

#contents02a .catchcopy {
  width: 430px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

#contents02a .catchcopy .pointtext {
  color: #fff;
  background:linear-gradient(45deg,  #f08d5a, #a21f41);
  font-size: 18px;
  font-weight: bold;
  width: 110px;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* border-radius: 35% 65% 35% 65% / 65% 35% 65% 35% ; */
  border-radius: 35% 65% 35% 65% / 65% 35% 65% 35% ;
  box-shadow: 0px 5px 5px rgba(0,0,0,0.2);
  text-shadow: 0 2px 5px rgba(0,0,0,1);
  position: relative;
}
/* #contents02a .catchcopy .pointtext:nth-of-type(1) {
  border-radius: 56% 44% 63% 37% / 35% 40% 60% 65% ;
}
#contents02a .catchcopy .pointtext:nth-of-type(3) {
  border-radius: 69% 31% 59% 41% / 45% 62% 38% 55% ;
}
#contents02a .catchcopy .pointtext:nth-of-type(5) {
  border-radius: 35% 65% 35% 65% / 65% 35% 65% 35% ;
} */

#contents02a .catchcopy .multiplied {
  color: #b71c22;
  font-size: 50px;
  /*  padding: 8px;*/
}

#contents02a h3 {
  margin: 25px 0 15px;
  color: #b71c22;
  font-size: 19px;
  font-weight: bold;
  letter-spacing: -0.1em;
}

#contents02a p {
  letter-spacing: -0.03em;
}

#contents03b {
  width:485px;
  padding: 20px;
  background-color: #efeae4;
  border-radius: 10px;
  border: 1px solid #fff;
  box-sizing: border-box;
  box-shadow: 3px 3px 6px rgba(0,0,0,0.4);
  margin: 25px 0 50px 9px;
}

#contents03b h3 {
  background-color: #CBC5AD;
  margin-bottom: 15px;
  box-shadow: 0px 1px 1px rgba(0,0,0,0.3);
}

#contents03b h3 span {
  color: #fff;
  background-color: #a21f41;
  padding: 6px 10px;
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  width: 170px;
}

#contents03b .list dt {
  /* color: #a21f41; */
  color:#b71c22;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 8px;
}

#contents03b .list dd {
  font-weight: bold;
  margin-left: 16px;
}

#contents03b .list dd:not(:last-of-type){
  margin-bottom: 10px;
}

#contents03b p {
  padding: 85px 35px 0 30px;
  font-size: 14px;
  font-weight: bold;
}
