@charset "UTF-8";
/*VRクラウドソフトCSS*/
/* CSS Document */ :root {
  --blue_dark: #052b63;
  --blue01: #0e69b3;
  --blue_light: #ecf6f9;
}
.mainContent {
  line-height: 2;
  padding: 0 1.5em 0 1.5em;
  margin-top: -1em;
}
@media screen and (max-width:1500px) {
  .mainContent {
    padding: 0;
    margin-top: -1em;
    transition: all 0.4s;
  }
}
.p-mainIntroWrap {
  margin-bottom: 20px;
}
.p-mainArticle {
  padding-left: 4%;
  padding-right: 4%;
}
.p-mainVisual img {
  width: 100%;
}
.p-mainIntro__label {
  /*   background: #076FB9; */
  color: #fff;
  font-size: 18px;
  width: 250px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: -moz-linear-gradient(left, #0e69b3, #00b3f0);
  background: -webkit-linear-gradient(left, #0e69b3, #00b3f0);
  background: linear-gradient(to right, #0e69b3, #00b3f0);
}
.p-mainIntro__title {
  font-size: 25px;
  color: var(--blue_dark);
  margin-bottom: 1.3em;
  line-height: 1.6;
}
.p-mainIntroCont {
  position: relative;
}
.p-mainIntroCont_inner {
  background: #fff;
}
.p-mainIntro__point .__wrap {
  display: flex;
  background: var(--blue_light);
  padding: 2.8%;
  border-radius: 10px;
  margin-top: 50px;
}
.p-mainIntro__point .__title {
  position: relative;
  font-weight: bold;
  display: flex;
  min-width: 200px;
}
.p-mainIntro__point .__title:before {
  content: "";
  display: block;
  background: url(https://www.daidometal.com/jp/wp-content/themes/daido2015/assets-vr/icon_pencil.svg) no-repeat center center/contain;
  height: 1.26em;
  width: 1.26em;
  margin-top: .2em;
  margin-right: .8em;
}
.p-mainIntro__point .__point-list {
  margin-bottom: 0;
  padding-left: 1.5em;
}
.p-mainIntro__point .__contents {
  border-left: 1px solid #0f5eaa;
}
.p-mainIntro__point .__contents li {
  margin: 12px 0 12px -10px;
  line-height: 1.7;
}
.p-mainIntro__point .__point-listItem span {
  color: #023559;
  /* text-decoration: underline; */
  font-weight: bold;
}
.p-mainIntro__point .__point-listItem:before {
  content: "・";
  font-size: inherit;
}
@media (max-width: 1300px) {
  .p-mainIntro__point .__wrap {
    flex-direction: column;
  }
  .p-mainIntro__point .__contents {
    border-left: 0px solid #0f5eaa;
  }
}
@media (min-width: 980px) {
  .p-mainIntroCont {
    padding-left: 8%;
    padding-right: 8%;
    margin-top: -130px;
  }
  .p-mainIntro__label {
    margin-bottom: 3em;
    position: absolute;
    top: -50px;
    left: 8%;
  }
  .p-mainIntroCont_inner {
    padding: 5%;
  }
  .p-mainIntro__point .__contents {
    /* width: calc(100% - 200px); */
    /* margin-left: 3%; */
  }
}
@media (max-width: 979px) {
  .p-mainIntro__title {
    font-size: 20px;
  }
  .p-mainIntro__point .__point-list {
    padding-left: 01em !important;
  }
  .p-mainIntro__point .__contents {
    border-left: 0px solid #2e6fb4;
  }
  .p-mainArticle {
    padding-left: 0;
    padding-right: 0;
  }
  .p-mainIntro__label {
    background: #076FB9;
    color: #fff;
    font-size: 16px;
    width: 200px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: -moz-linear-gradient(left, #0e69b3, #00b3f0);
    background: -webkit-linear-gradient(left, #0e69b3, #00b3f0);
    background: linear-gradient(to right, #0e69b3, #00b3f0);
  }
  .p-mainIntro__point .__wrap {
    flex-direction: column;
  }
  .p-mainIntro__point .__title {
    margin-bottom: 10px;
  }
  .p-mainIntro__point .__point-list {
    font-size: 15px;
    line-height: 1.5;
  }
  .p-mainIntro__point .__point-list li {
    /* margin-bottom:15px; */
    /* margin-left: -15px; */
    margin: 15px 0 15px -15px;
  }
}
.p-articleCont {
  /* margin-bottom: 40px; */
}
.articleHead .title01__subtitle {
  font-size: 14px;
  display: inline-flex;
  padding: 0.25em 1.75em;
  */ color: #fff;
  border: 1px solid #000;
  border-radius: 3px;
  margin-bottom: 2rem;
}
.articleHead .title01 {
  padding-bottom: 20px;
  margin-bottom: 30px;
  position: relative;
  font-size: 24px;
  font-weight: bold;
}
.articleHead .title01:before {
  content: "";
  height: 4px;
  width: 60px;
  background: var(--blue01);
  display: block;
  bottom: 0;
  position: absolute;
}
@media (max-width: 979px) {
  .articleHead .title01 {
    font-size: 20px;
  }
}
.article01_contBox {
  background: var(--blue_light);
  padding: 4%;
  margin-bottom: 40px;
  /* border: 1px solid #cccaca; */
}
.article01_contBox img {
  width: 100%;
}
.article01_description {
  background: #fff;
  padding: 25px 40px 25px 40px;
}
.article01_title {
  font-weight: bold;
  margin-bottom: 15px;
}
.articleContent01 {
  margin-bottom: 40px;
}
.articleContent02 {
  padding-bottom: 50px;
  /* margin-bottom: 70px; */
  /* border-bottom: 1px solid #9FA0A0; */
}
.article02_contBox {
  display: flex;
  /* margin-bottom: 40px; */
  margin-top: 30px;
}
.article02_contBox .__title {
  font-weight: bold;
  margin-bottom: 15px;
}
.article02_contBox.__type01 {
  /* border: 1px solid #e2e2e2; */
  border-radius: 5px;
  background: #ffffff;
}
.article02_contBox.__type01 .article02_contBoxImg img {
  border-radius: 4px 0 0 4px;
}
.article02_contBox.__type04 {
  border-top: 1px solid #e2e2e2;
  border-radius: 5px;
  background: #ffffff;
  padding-top: 40px;
}
.article02_contBox.__type04 .article02_contBoxImg img {
  border-radius: 4px 0 0 4px;
}
.article02_contBox.__type02 {
  background: var(--blue_light);
}
.article02_contBox.__type02 .__title {
  color: var(--blue01);
  margin-top: 20px;
}
.article02_contBox.__type03 {
  padding: 20px;
  background: #f4f4f4;
}
.article02_contBoxImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.article02_contBox.__type04 .article02_contBoxImg img {
  height: initial;
}
.article02_contBoxTxt {
  padding: 20px;
  align-items: center;
  display: flex;
}
.article02_contBoxTxt2 {
  padding: 0 0 0 30px;
  align-items: center;
  display: flex;
}
.p-relatedLink {
  border: 1px solid #d8d8d8;
  padding: 20px;
  margin-bottom: 40px;
  margin-top: 40px;
}
.p-relatedLink .__title {
  color: #000;
  font-size: 18px;
  font-weight: bold;
}
@media (min-width: 980px) {
  .article02_contBoxTxt {
    width: calc(100% - 282px);
  }
  .article02_contBoxTxt {
    width: calc(100% - 282px);
  }
  .article02_contBoxImg {
    width: 280px;
    /* padding: 20px 0px 20px 20px; */
  }
  .__type04 .article02_contBoxImg {
    width: 400px !important;
  }
}
@media (max-width: 979px) {
  .article02_contBox {
    flex-direction: column;
  }
  .article02_contBox.__type04 .article02_contBoxImg img {
    margin: -20px 0px 30px 0px;
  }
  .article01_description {
    padding: 20px 20px 20px 20px;
  }
  .article02_contBoxTxt2 {
    padding: 0px;
  }
  .article02_contBoxImg {
    max-width: 550px;
    width: 100%;
    margin: 20px auto 5px auto;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.content .p-relatedLinkList {
  padding-left: 0;
  margin-bottom: 0;
}
.p-relatedLinkList a {
  text-decoration: underline;
  border: none;
}
.p-relatedLinkList a:hover {
  text-decoration: none;
  border: none;
}
.p-relatedLinkList .__item:before {
  content: "・";
  font-size: inherit;
}
.inquiryBox {
  display: flex;
  margin-left: -2%;
  margin-right: -2%;
}
.content .inquiryBox {
  padding-left: 0;
}
.inquiryBox .inquiryItem {
  padding-left: 2%;
  padding-right: 2%;
}
.inquiryBox .inquiryItem:before {
  content: none;
}
.inquiryItem .__content {
  position: relative;
}
.inquiryItem .__content:before {
  content: "";
  padding-top: 67%;
  display: block;
}
.inquiryItem .__content .__coverImg {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
  position: absolute;
}
.inquiryItem .__content .__coverImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.inquiryItem .__content .__text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #fff;
  width: 80%;
  height: 56%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  text-align: center;
}
.inquiryItem .__content .__title {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  line-height: 1.8;
}
.inquiryItem .inquiryMore {
  background: -moz-linear-gradient(left, #0e69b3, #00b3f0);
  background: -webkit-linear-gradient(left, #0e69b3, #00b3f0);
  background: linear-gradient(to right, #0e69b3, #00b3f0);
  color: #fff;
  font-size: 15px;
  padding: 13px 18px 18px 10px;
  text-align: right;
  margin-top: -1.1em;
}
.inquiryItem .inquiryMore span {
  line-height: 1;
  text-decoration: none;
  padding: 0 50px 0 0;
  display: inline-block;
  position: relative;
  transition: all 0.2s ease;
  border: none;
  color: #fff;
}
.inquiryItem .inquiryMore span:before, .inquiryItem .inquiryMore span:after {
  content: "";
  position: absolute;
}
.inquiryItem .inquiryMore span:before {
  width: 40px;
  height: 1px;
  bottom: 3px;
  right: 0;
  transition: all 0.2s ease;
  background: #fff;
}
.inquiryItem .inquiryMore span:after {
  border-right: 1px solid #fff;
  width: 8px;
  height: 8px;
  bottom: -1px;
  right: 0;
  transform: rotate(-45deg);
  transition: all 0.2s ease;
}
.inquiryItemLink {
  transition: all 0.2s ease;
}
.inquiryItemLink:hover {
  opacity: .7;
}
@media (min-width: 980px) {
  .inquiryBox .inquiryItem {
    width: 50%;
  }
}
@media (max-width: 979px) {
  .inquiryBox {
    flex-direction: column;
  }
}
/*--
component
--*/
.content .c-title03 {
  font-size: 18px;
  font-weight: bold;
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.content .c-title03:before {
  content: "";
  background: url(https://www.daidometal.com/jp/wp-content/themes/daido2015/assets-vr/icon_vr.svg) no-repeat center/contain;
  width: 70px;
  height: 24px;
  display: block;
  margin-right: 14px;
}
.c-readmore {
  text-align: right;
  padding: 4px 0;
}
.c-readmore a {
  color: var(--blue01);
  line-height: 1.5;
  text-decoration: none;
  padding: 0 50px 0 0;
  display: inline-block;
  position: relative;
  transition: all 0.2s ease;
  border: none;
}
.c-readmore a:before, .c-readmore a:after {
  content: "";
  position: absolute;
}
.c-readmore a:before {
  width: 40px;
  height: 1px;
  bottom: 3px;
  right: 0;
  transition: all 0.2s ease;
  background: var(--blue01);
}
.c-readmore a:after {
  border-right: 1px solid var(--blue01);
  width: 8px;
  height: 8px;
  bottom: -1px;
  right: 0;
  transform: rotate(-45deg);
  transition: all 0.2s ease;
}
.c-readmore a:hover {
  padding: 0 40px 0 0;
  text-decoration: none;
  border: none;
}
.c-readmore a:hover:before {
  width: 35px;
}
.c-marker01 {
  background: #cef0ff;
  font-weight: bold;
  margin: 0 5px 0 5px;
  padding: 2px 5px 2px 5px;
}
.c-title02 {
  position: relative;
  font-size: 24px;
  font-weight: bold;
  color: var(--blue_dark);
  display: flex;
  align-items: center;
  margin-bottom: 34px;
  justify-content: center;
  margin-top: 1em;
}
.c-title02:before, .c-title02:after {
  content: "";
  width: 72px;
  height: 1px;
  background: var(--blue01);
}
.c-title02:before {
  margin-right: 10px;
}
.c-title02:after {
  margin-left: 10px;
}
.u-text_center {
  text-align: center;
}
.u-mb0 {
  margin-bottom: 0;
}
.u-mb80 {
  margin-bottom: 80px;
}
@media (max-width: 979px) {
  .c-title02 {
    position: relative;
    font-size: 22px;
    font-weight: bold;
    color: var(--blue_dark);
    display: flex;
    text-align: center;
    margin-bottom: 34px;
    margin-top: 1em;
  }
}
.balloon5 {
  position: relative;
  padding: 30px;
  border-radius: 10px;
  color: #333;
  background-color: #e5f0f8;
  margin-right: 110px;
  /* margin-bottom: 80px; */
  margin-top: 40px;
  /* font-weight:600; */
}
.balloon5 .icon {
  position: absolute;
  right: -110px;
  top: -5px;
  op: 0;
  width: 84px;
  height: 84px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.balloon5 .icon img {
  width: 84px;
  height: 84px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.balloon5::before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: -15px;
  top: 20px;
  border-left: 15px solid #e5f0f8;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
@media screen and (max-width: 979px) {
  .balloon5 {
    position: relative;
    padding: 20px;
    border-radius: 10px;
    color: #333;
    background-color: #e5f0f8;
    margin-right: 110px;
    margin-left: 0px;
    margin-bottom: 30px;
    margin-top: 30px;
  }
}
@charset "UTF-8";
/*VRクラウドソフトCSS*/
/* CSS Document */ :root {
  --blue_dark: #052b63;
  --blue01: #0e69b3;
  --blue_light: #ecf6f9;
}
.mainContent {
  line-height: 2;
  padding: 0 1.5em 0 1.5em;
  margin-top: -1em;
}
@media screen and (max-width:1500px) {
  .mainContent {
    padding: 0;
    margin-top: -1em;
    transition: all 0.4s;
  }
}
.p-mainIntroWrap {
  margin-bottom: 20px;
}
.p-mainArticle {
  padding-left: 4%;
  padding-right: 4%;
}
.p-mainVisual img {
  width: 100%;
}
.p-mainIntro__label {
  /*   background: #076FB9; */
  color: #fff;
  font-size: 18px;
  width: 250px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: -moz-linear-gradient(left, #0e69b3, #00b3f0);
  background: -webkit-linear-gradient(left, #0e69b3, #00b3f0);
  background: linear-gradient(to right, #0e69b3, #00b3f0);
}
.p-mainIntro__title {
  font-size: 25px;
  color: var(--blue_dark);
  margin-bottom: 1.3em;
  line-height: 1.6;
}
.p-mainIntroCont {
  position: relative;
}
.p-mainIntroCont_inner {
  background: #fff;
}
.p-mainIntro__point .__wrap {
  display: flex;
  background: var(--blue_light);
  padding: 2.8%;
  border-radius: 10px;
  margin-top: 50px;
}
.p-mainIntro__point .__title {
  position: relative;
  font-weight: bold;
  display: flex;
  min-width: 200px;
}
.p-mainIntro__point .__title:before {
  content: "";
  display: block;
  background: url(https://www.daidometal.com/jp/wp-content/themes/daido2015/assets-vr/icon_pencil.svg) no-repeat center center/contain;
  height: 1.26em;
  width: 1.26em;
  margin-top: .2em;
  margin-right: .8em;
}
.p-mainIntro__point .__point-list {
  margin-bottom: 0;
  padding-left: 1.5em;
}
.p-mainIntro__point .__contents {
  border-left: 1px solid #0f5eaa;
}
.p-mainIntro__point .__contents li {
  margin: 12px 0 12px -10px;
  line-height: 1.7;
}
.p-mainIntro__point .__point-listItem span {
  color: #023559;
  /* text-decoration: underline; */
  font-weight: bold;
}
.p-mainIntro__point .__point-listItem:before {
  content: "・";
  font-size: inherit;
}
@media (max-width: 1300px) {
  .p-mainIntro__point .__wrap {
    flex-direction: column;
  }
  .p-mainIntro__point .__contents {
    border-left: 0px solid #0f5eaa;
  }
}
@media (min-width: 980px) {
  .p-mainIntroCont {
    padding-left: 8%;
    padding-right: 8%;
    margin-top: -130px;
  }
  .p-mainIntro__label {
    margin-bottom: 3em;
    position: absolute;
    top: -50px;
    left: 8%;
  }
  .p-mainIntroCont_inner {
    padding: 5%;
  }
  .p-mainIntro__point .__contents {
    /* width: calc(100% - 200px); */
    /* margin-left: 3%; */
  }
}
@media (max-width: 979px) {
  .p-mainIntro__title {
    font-size: 20px;
  }
  .p-mainIntro__point .__point-list {
    padding-left: 01em !important;
  }
  .p-mainIntro__point .__contents {
    border-left: 0px solid #2e6fb4;
  }
  .p-mainArticle {
    padding-left: 0;
    padding-right: 0;
  }
  .p-mainIntro__label {
    background: #076FB9;
    color: #fff;
    font-size: 16px;
    width: 200px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: -moz-linear-gradient(left, #0e69b3, #00b3f0);
    background: -webkit-linear-gradient(left, #0e69b3, #00b3f0);
    background: linear-gradient(to right, #0e69b3, #00b3f0);
  }
  .p-mainIntro__point .__wrap {
    flex-direction: column;
  }
  .p-mainIntro__point .__title {
    margin-bottom: 10px;
  }
  .p-mainIntro__point .__point-list {
    font-size: 15px;
    line-height: 1.5;
  }
  .p-mainIntro__point .__point-list li {
    /* margin-bottom:15px; */
    /* margin-left: -15px; */
    margin: 15px 0 15px -15px;
  }
}
.p-articleCont {
  /* margin-bottom: 40px; */
}
.articleHead .title01__subtitle {
  font-size: 14px;
  display: inline-flex;
  padding: 0.25em 1.75em;
  */ color: #fff;
  border: 1px solid #000;
  border-radius: 3px;
  margin-bottom: 2rem;
}
.articleHead .title01 {
  padding-bottom: 20px;
  margin-bottom: 30px;
  position: relative;
  font-size: 24px;
  font-weight: bold;
}
.articleHead .title01:before {
  content: "";
  height: 4px;
  width: 60px;
  background: var(--blue01);
  display: block;
  bottom: 0;
  position: absolute;
}
@media (max-width: 979px) {
  .articleHead .title01 {
    font-size: 20px;
  }
}
.article01_contBox {
  background: var(--blue_light);
  padding: 4%;
  margin-bottom: 40px;
  /* border: 1px solid #cccaca; */
}
.article01_contBox img {
  width: 100%;
}
.article01_description {
  background: #fff;
  padding: 25px 40px 25px 40px;
}
.article01_title {
  font-weight: bold;
  margin-bottom: 15px;
}
.articleContent01 {
  margin-bottom: 40px;
}
.articleContent02 {
  padding-bottom: 50px;
  /* margin-bottom: 70px; */
  /* border-bottom: 1px solid #9FA0A0; */
}
.article02_contBox {
  display: flex;
  /* margin-bottom: 40px; */
  margin-top: 30px;
}
.article02_contBox .__title {
  font-weight: bold;
  margin-bottom: 15px;
}
.article02_contBox.__type01 {
  /* border: 1px solid #e2e2e2; */
  border-radius: 5px;
  background: #ffffff;
}
.article02_contBox.__type01 .article02_contBoxImg img {
  border-radius: 4px 0 0 4px;
}
.article02_contBox.__type04 {
  border-top: 1px solid #e2e2e2;
  border-radius: 5px;
  background: #ffffff;
  padding-top: 40px;
}
.article02_contBox.__type04 .article02_contBoxImg img {
  border-radius: 4px 0 0 4px;
}
.article02_contBox.__type02 {
  background: var(--blue_light);
}
.article02_contBox.__type02 .__title {
  color: var(--blue01);
  margin-top: 20px;
}
.article02_contBox.__type03 {
  padding: 20px;
  background: #f4f4f4;
}
.article02_contBoxImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.article02_contBox.__type04 .article02_contBoxImg img {
  height: initial;
}
.article02_contBoxTxt {
  padding: 20px;
  align-items: center;
  display: flex;
}
.article02_contBoxTxt2 {
  padding: 0 0 0 30px;
  align-items: center;
  display: flex;
}
.p-relatedLink {
  border: 1px solid #d8d8d8;
  padding: 20px;
  margin-bottom: 40px;
  margin-top: 40px;
}
.p-relatedLink .__title {
  color: #000;
  font-size: 18px;
  font-weight: bold;
}
@media (min-width: 980px) {
  .article02_contBoxTxt {
    width: calc(100% - 282px);
  }
  .article02_contBoxTxt {
    width: calc(100% - 282px);
  }
  .article02_contBoxImg {
    width: 280px;
    /* padding: 20px 0px 20px 20px; */
  }
  .__type04 .article02_contBoxImg {
    width: 400px !important;
  }
}
@media (max-width: 979px) {
  .article02_contBox {
    flex-direction: column;
  }
  .article02_contBox.__type04 .article02_contBoxImg img {
    margin: -20px 0px 30px 0px;
  }
  .article01_description {
    padding: 20px 20px 20px 20px;
  }
  .article02_contBoxTxt2 {
    padding: 0px;
  }
  .article02_contBoxImg {
    max-width: 550px;
    width: 100%;
    margin: 20px auto 5px auto;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.content .p-relatedLinkList {
  padding-left: 0;
  margin-bottom: 0;
}
.p-relatedLinkList a {
  text-decoration: underline;
  border: none;
}
.p-relatedLinkList a:hover {
  text-decoration: none;
  border: none;
}
.p-relatedLinkList .__item:before {
  content: "・";
  font-size: inherit;
}
.inquiryBox {
  display: flex;
  margin-left: -2%;
  margin-right: -2%;
}
.content .inquiryBox {
  padding-left: 0;
}
.inquiryBox .inquiryItem {
  padding-left: 2%;
  padding-right: 2%;
}
.inquiryBox .inquiryItem:before {
  content: none;
}
.inquiryItem .__content {
  position: relative;
}
.inquiryItem .__content:before {
  content: "";
  padding-top: 67%;
  display: block;
}
.inquiryItem .__content .__coverImg {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
  position: absolute;
}
.inquiryItem .__content .__coverImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.inquiryItem .__content .__text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #fff;
  width: 80%;
  height: 56%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  text-align: center;
}
.inquiryItem .__content .__title {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  line-height: 1.8;
}
.inquiryItem .inquiryMore {
  background: -moz-linear-gradient(left, #0e69b3, #00b3f0);
  background: -webkit-linear-gradient(left, #0e69b3, #00b3f0);
  background: linear-gradient(to right, #0e69b3, #00b3f0);
  color: #fff;
  font-size: 15px;
  padding: 13px 18px 18px 10px;
  text-align: right;
  margin-top: -1.1em;
}
.inquiryItem .inquiryMore span {
  line-height: 1;
  text-decoration: none;
  padding: 0 50px 0 0;
  display: inline-block;
  position: relative;
  transition: all 0.2s ease;
  border: none;
  color: #fff;
}
.inquiryItem .inquiryMore span:before, .inquiryItem .inquiryMore span:after {
  content: "";
  position: absolute;
}
.inquiryItem .inquiryMore span:before {
  width: 40px;
  height: 1px;
  bottom: 3px;
  right: 0;
  transition: all 0.2s ease;
  background: #fff;
}
.inquiryItem .inquiryMore span:after {
  border-right: 1px solid #fff;
  width: 8px;
  height: 8px;
  bottom: -1px;
  right: 0;
  transform: rotate(-45deg);
  transition: all 0.2s ease;
}
.inquiryItemLink {
  transition: all 0.2s ease;
}
.inquiryItemLink:hover {
  opacity: .7;
}
@media (min-width: 980px) {
  .inquiryBox .inquiryItem {
    width: 50%;
  }
}
@media (max-width: 979px) {
  .inquiryBox {
    flex-direction: column;
  }
}
/*--
component
--*/
.content .c-title03 {
  font-size: 18px;
  font-weight: bold;
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.content .c-title03:before {
  content: "";
  background: url(https://www.daidometal.com/jp/wp-content/themes/daido2015/assets-vr/icon_vr.svg) no-repeat center/contain;
  width: 70px;
  height: 24px;
  display: block;
  margin-right: 14px;
}
.c-readmore {
  text-align: right;
  padding: 4px 0;
}
.c-readmore a {
  color: var(--blue01);
  line-height: 1.5;
  text-decoration: none;
  padding: 0 50px 0 0;
  display: inline-block;
  position: relative;
  transition: all 0.2s ease;
  border: none;
}
.c-readmore a:before, .c-readmore a:after {
  content: "";
  position: absolute;
}
.c-readmore a:before {
  width: 40px;
  height: 1px;
  bottom: 3px;
  right: 0;
  transition: all 0.2s ease;
  background: var(--blue01);
}
.c-readmore a:after {
  border-right: 1px solid var(--blue01);
  width: 8px;
  height: 8px;
  bottom: -1px;
  right: 0;
  transform: rotate(-45deg);
  transition: all 0.2s ease;
}
.c-readmore a:hover {
  padding: 0 40px 0 0;
  text-decoration: none;
  border: none;
}
.c-readmore a:hover:before {
  width: 35px;
}
.c-marker01 {
  background: #cef0ff;
  font-weight: bold;
  margin: 0 5px 0 5px;
  padding: 2px 5px 2px 5px;
}
.c-title02 {
  position: relative;
  font-size: 24px;
  font-weight: bold;
  color: var(--blue_dark);
  display: flex;
  align-items: center;
  margin-bottom: 34px;
  justify-content: center;
  margin-top: 1em;
}
.c-title02:before, .c-title02:after {
  content: "";
  width: 72px;
  height: 1px;
  background: var(--blue01);
}
.c-title02:before {
  margin-right: 10px;
}
.c-title02:after {
  margin-left: 10px;
}
.u-text_center {
  text-align: center;
}
.u-mb0 {
  margin-bottom: 0;
}
.u-mb80 {
  margin-bottom: 80px;
}
@media (max-width: 979px) {
  .c-title02 {
    position: relative;
    font-size: 22px;
    font-weight: bold;
    color: var(--blue_dark);
    display: flex;
    text-align: center;
    margin-bottom: 34px;
    margin-top: 1em;
  }
}
.balloon5 {
  position: relative;
  padding: 30px;
  border-radius: 10px;
  color: #333;
  background-color: #e5f0f8;
  margin-right: 110px;
  /* margin-bottom: 80px; */
  margin-top: 40px;
  /* font-weight:600; */
}
.balloon5 .icon {
  position: absolute;
  right: -110px;
  top: -5px;
  op: 0;
  width: 84px;
  height: 84px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.balloon5 .icon img {
  width: 84px;
  height: 84px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.balloon5::before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: -15px;
  top: 20px;
  border-left: 15px solid #e5f0f8;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
@media screen and (max-width: 979px) {
  .balloon5 {
    position: relative;
    padding: 20px;
    border-radius: 10px;
    color: #333;
    background-color: #e5f0f8;
    margin-right: 110px;
    margin-left: 0px;
    margin-bottom: 30px;
    margin-top: 30px;
  }
}
.syutten {
  text-align: right;
  font-size: 80%;
}
.title05 {
  position: relative;
  font-size: 20px !important;
  font-weight: 600;
  padding: 10px 0px 10px 20px;
  border-left: 2px solid #0f5eaa;
  margin-bottom: 3.5rem;
  margin-top: 40px;
}
.title05:after {
  content: "";
  display: block;
}
.p-roundBox {
  margin-bottom: 20px;
  margin-top: 20px;
  padding: 10px 20px;
  border-radius: 10px;
  background-color: #f9f9f9;
}
.p-agency3 ul {
  width: 100%;
  padding: 0 0 0 5px;
}
.p-agency3 li {
  padding: 10px 0 10px 0px;
  list-style: disc !important;
  border-bottom: 1px solid #efefef;
  font-weight: 600;
  margin-left: 20px;
  position: inherit !important;
}
.p-agency3 li:last-child {
  border-bottom: none;
}
.kijiimg {
  text-align: center;
}
.kijiimg img {
  margin: auto auto 20px auto;
}
.p90 {
  width: 90%;
}
.p80 {
  width: 80%;
}
.p70 {
  width: 70%;
}
.p60 {
  width: 60%;
}
.p50 {
  width: 50%;
}
@media screen and (max-width: 979px) {
  .p90 {
    width: 100%;
  }
  .p80 {
    width: 100%;
  }
  .p70 {
    width: 100%;
  }
  .p60 {
    width: 100%;
  }
  .p50 {
    width: 100%;
  }
}