@charset "utf-8";

/* CSS Document */

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

.mainbox {
  width: 510px;
  height: auto;
  padding-left: 20px;
}

.dotline {
  height: 10px;
  margin: 20px 0 20px 5px;
  background-image: url(../images/dotline.jpg);
}

#lead {
  width: 500px;
  height: 100px;
  margin: 25px 0;
  background-image: url(../images/lead.png);
}


#contents00 {
  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 5px;
/*  padding: 10px 20px 20px 0;*/
}

#contents00 h3 {
  background-color: #CBC5AD;
/*  background-color:#0599D9;*/
  margin-bottom: 15px;
  box-shadow: 0px 1px 1px rgba(0,0,0,0.3);
}

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

#contents00 .list {
/*  padding: 10px;*/
}

#contents00 .list dt {
  color: #0599D9;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 8px;
}

#contents00 .list dd {
  line-height: 1.6;
}

/*
#contents01 {
  width: 500px;
  height: 200px;
  background-image: url(../images/consultant-bg.jpg);
}

#contents01 p {
  padding: 108px 40px 0 30px;
  font-size: 14px;
  font-weight: bold;
}
*/
#contents01 {
  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 5px;
  /*  padding: 10px 20px 20px 0;*/
}

#contents01 h3 {
  background-color: #CBC5AD;
  /*  background-color:#0599D9;*/
  margin-bottom: 15px;
  box-shadow: 0px 1px 1px rgba(0,0,0,0.3);
}

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

#contents01 .list {
  /*  padding: 10px;*/
}

#contents01 .list dt {
  color: #0599D9;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 8px;
  line-height: 1.2;
}

#contents01 .list dd {
  font-size: 14px;
  font-weight: bold;
}
#contents01 .list dd::before {
  content: "●";
  display: inline-block;
}

#contents02 {}

#contents02 p {
  padding: 10px 35px 0 30px;
}

#contents02a {
  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 5px;
}

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

#contents02a .catchcopy .pointtext {
  color: #fff;
  background:linear-gradient(45deg,  #f4f803, #0599d9);
  font-size: 18px;
  font-weight: bold;
  width: 110px;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-left-radius:55%;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 55%;
  border-bottom-left-radius: 2px;
  /*  border: 3px solid #ffcc00;*/
  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::before {

}

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

#contents02a h3 {
  margin: 25px 0 15px;
  color: #0599D9;
  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 25px 5px;
}

#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: #0599D9;
  padding: 6px 10px;
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  width: 170px;
}

#contents03b .list dt {
  color: #0599D9;
  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;
}

#contentslink {
  width: 490px;
  margin: 25px 0 25px 5px;
}
#contentslink .contents-link-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border: 1px solid #0599D9;
  padding: 5px;
  border-radius: 7.5px;
  background-color: rgba(0, 128, 163, 0.2);
}
#contentslink .contents-link-list li {
  padding: 5px;
  /* width: calc(50% - 10px); */
  width: 100%;
}
#contentslink .contents-link-list h4 {
  font-size: 16px;
  font-weight: bold;
}
#contentslink .contents-link-list li p {
  color: #0599D9;
  font-weight: bold;
  padding-bottom: 5px;
  white-space: nowrap;
}

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

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

/*
#contentslink .contents-link-list .contents-link-btn {
  width: calc(100% - 30px);
  padding: 15px;
  height: 150px;
  background-color: #cbc5ad;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
*/

#contents03 {
  width: 510px;
  height: 120px;
  margin-top: 20px;
  background-image: url(../images/consultant-q_01.png);
}

#contents03 .q {
  padding: 67px 125px 15px 75px;
}

#contents03 .q p {
  padding-top: 3px;
  padding-bottom: 10px;
  font-size: 11px;
  font-weight: bold;
}

#contents04 {
  width: 510px;
  height: 133px;
  margin-top: 20px;
  background-image: url(../images/consultant-a_01.png);
}

#contents04 .a {
  padding: 37px 125px 15px 80px;
}

#contents04 .a p.note {
  color: #ffffff;
  font-size: 11px;
  font-weight: bold;
  line-height: 1.8;
}

#contents04 .a p.description {
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  padding-top: 5px;
}

#contents05 {
  width: 510px;
  height: 120px;
  margin-top: 20px;
  background-image: url(../images/consultant-q_02.png);
}

#contents05 .q {
  padding: 58px 125px 15px 80px;
}

#contents05 .q p {
  font-size: 11px;
  font-weight: bold;
  line-height: 1.8em;
}

#contents06 {
  width: 510px;
  height: 133px;
  margin-top: 20px;
  margin-bottom: 50px;
  background-image: url(../images/consultant-a_02.png);
}

#contents06 .a {
  padding: 35px 125px 15px 80px;
}

#contents06 .a p.note {
  color: #ffffff;
  font-size: 11px;
  font-weight: bold;
  line-height: 1.8em;
}

#contents06 .a p.description {
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  padding-top: 10px;
}


h2.qaTitle {
  width: 450px;
  /* padding: 5px 15px 5px 20px; */
  padding: 5px 0 5px 20px;
  margin: 55px auto 20px 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  font-size: 15px;
  font-weight: bold;
  position: relative;
  background-color:rgba(0, 128, 163, 0.2);
  box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
  line-height: 1
}

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

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

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