/*=============================
  Sub(Lower)Page setting(pc)
===============================*/
.subcon {
  font-size: 1.6rem;
  line-height: 1.7;
  letter-spacing: 0.03em;
  font-weight: normal;
}

.subcon video {
  width: 100%;
  margin: 0 auto;
}

/* subtop */
.subcon .subtop {
  width: 100%;
  position: relative;
}
.subcon .subtop::after {
  content: "";
  background: #0079be;
  width: 100%;
  height: 240px;
  position: absolute;
  right: calc((100% - 1100px) / 2);
  z-index: -100;
  bottom: -60px;
}
.subcon .subtop::before {
  content: "";
  background-image: url(../img/common/logo_subtop.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%) translate(-50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 350px;
  height: 150px;
  z-index: 700;
}
.subcon .subtop .inner {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  height: 240px;
  /* background-image: url(../img/common/subtop.jpg); */
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

#pageRobot .subtop .inner {
  background-image: url(../img/common/subtop.jpg);
}
#pageCarnitt .subtop .inner {
  background-image: url(../img/carnitt/subtop.jpg);
}
#pageCompany .subtop .inner {
  background-image: url(../img/company/subtop.jpg);
}
#pageContact .subtop .inner {
  background-image: url(../img/contact/subtop.jpg);
}
#pageEquipment .subtop .inner {
  background-image: url(../img/equipment/subtop.jpg);
}
#pageManagement .subtop .inner {
  background-image: url(../img/management/subtop.jpg);
}
#pageNews .subtop .inner,
#pageNewsDetail .subtop .inner {
  background-image: url(../img/news/subtop.jpg);
}
#pagePrivacy .subtop .inner {
  background-image: url(../img/privacy/subtop.jpg);
}
#pageProcessing .subtop .inner {
  background-image: url(../img/processing/subtop.jpg);
}
#pageRecruit .subtop .inner {
  background-image: url(../img/recruit/subtop.jpg);
}

.subcon .page-ttl {
  font-size: 3.4rem;
  color: #fff;
  position: absolute;
  z-index: 701;
  top: 50%;
  left: 50%;
  transform: translate(-50%) translate(-50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.subcon .page-ttl .jp {
}

.subcon .page-ttl .eng {
  display: block;
  font-size: 2.4rem;
  margin-left: 20px;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

/* bread_crumb*/
.subcon .bread_crumb_list {
  width: 100%;
  margin: auto;
}
.subcon ol.bread_crumb {
  text-align: left;
  margin: 0 auto;
  display: flex;
  margin-top: 20px;
  color: #fff;
}
.subcon .bread_crumb li {
  display: inline;
  font-size: 0.8em;
  font-weight: 500;
}
.subcon .bread_crumb li a {
  color: #fff;
}

.subcon .bread_crumb li.current {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 68%;
}

.subcon .bread_crumb li a {
}
.subcon .bread_crumb li a:link,
.subcon .bread_crumb li a:visited,
.subcon .bread_crumb li a:hover,
.subcon .bread_crumb li a:active {
}
.subcon .bread_crumb .material-icons {
  vertical-align: -0.2em !important;
}
.subcon .bread_crumb li:after {
  content: ">";
  padding-left: 10px;
  margin-right: 10px;
}
.subcon .bread_crumb li:last-child:after {
  content: "";
}

.subcon .bread_crumb li a:hover {
  text-decoration: none;
}

/* **section */
.subcon .section {
  padding: 85px 0 75px;
  max-width: 1200px;
  width: 96%;
  margin: 0 auto;
  overflow: hidden;
}
.subcon .sub-section_list {
  padding: 45px 0 35px;
}

.subcon .fix-1200 {
  max-width: 1200px;
  width: 96%;
  margin: 0 auto;
}
.subcon .fix-1000 {
  max-width: 1000px;
  width: 96%;
  margin: 0 auto;
}

.subcon .section-ttl {
  font-size: 32px;
  color: rgb(14, 14, 14);
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.04em;
  margin-bottom: 65px;
}

.subcon .section-ttl span.jp {
  font-size: 2.8rem;
  color: #333;
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
  position: relative;
}
.subcon .section-ttl span.eng {
  font-size: 1.6rem;
  font-family: "Barlow", sans-serif;
  color: #0079be;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 12px;
}

.subcon .section-ttl span.jp:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -20px; /*下線の上下位置調整*/
  display: inline-block;
  width: 50px; /*下線の幅*/
  height: 2px; /*下線の太さ*/
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%); /*位置調整*/
  background-color: #0079be; /*下線の色*/
}

/* shifted_section-ttl */
.subcon .section-ttl.shifted {
  position: relative;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.subcon .section-ttl.shifted {
  margin-bottom: 10px;
}

.subcon .section-ttl.shifted span.jp {
  font-size: 1.8rem;
}
.subcon .section-ttl.shifted span.eng {
  font-size: 4.8rem;
  font-family: "Barlow Semi Condensed";
}
.subcon .section-ttl.shifted span.jp:after {
  display: none;
}

/* sidebar_section-ttl */
.subcon .section-ttl.sidebar {
  text-align: left;
}
.subcon .section-ttl.sidebar .jp-01 {
  margin-right: 25px;
  position: relative;
  padding-left: 30px;
  display: block;
}
.subcon .section-ttl.sidebar .jp-02 {
  font-size: 2rem;
  vertical-align: baseline;
}

.subcon .section-ttl.sidebar span.jp-01:after {
  content: "";
  position: absolute;
  left: 0%;
  bottom: 0px; /*下線の上下位置調整*/
  display: block;
  width: 2px; /*下線の幅*/
  height: 120px; /*下線の太さ*/
  background-color: #0079be; /*下線の色*/
}

/* left-lined-ttl */
.subcon .ll-ttl {
  color: #0079be;
  font-size: 18px;
  font-weight: bold;
  border-left: 3px solid #0079be;
  padding-left: 10px;
  line-height: 1.7;
}

.subcon .sub-section .ll-ttl {
  margin-bottom: 13px;
}

/* underlined-ttl */
.subcon .underlined-ttl {
  position: relative;
  font-size: 2rem;
  text-align: left;
  padding-bottom: 20px;
  border-bottom: 4px solid #f7f7f7;
  margin-right: 5px;
  margin-bottom: 20px;
}

.subcon .underlined-ttl span {
  color: #d6d6d6;
  font-size: 1.4rem;
  text-transform: uppercase;
  margin-left: 7px;
}

.subcon .underlined-ttl::after {
  position: absolute;
  content: " ";
  border-bottom: solid 4px #009fe8;
  width: 10%;
  display: block;
  bottom: -4px;
  left: 0;
}

/* btn */
.subcon .btn02 a {
  display: block;
  width: 240px;
  height: 50px;
  margin-top: 24px;
  background-color: rgb(58, 143, 238);
  border-radius: 5px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  margin: 0 auto;
}

/* table-base */
.subcon .tbl-base {
  border-collapse: collapse;
  width: 100%;
  margin: 0 auto;
}

.subcon .tbl-base th,
.subcon .tbl-base td {
  /* width: 70%; */
  margin: 0;
  vertical-align: middle;
  padding: 20px 20px;
  border-bottom: 1px solid #f6f6f6;
  border-top: 1px solid #f6f6f6;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.7;
  text-align: left;
  background: #fff;
}

.subcon .tbl-base tr:first-child th,
.subcon .tbl-base tr:last-child th {
  border-top: #f6f6f6 1px solid;
}

.subcon .tbl-base th {
  width: 20%;
  font-weight: bold;
  background-color: #f6f6f6;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
}

.subcon .td-block {
  margin-bottom: 10px;
  display: block;
}

.subcon figure {
  margin: 0px;
}

.subcon figure img {
  width: 100%;
}

/* pager */
.subcon .pager {
  margin: 44px 0 0 0;
  letter-spacing: 0;
  width: auto;
  min-width: 0;
  border: none;
  padding: 0;
  background: none;
}
.subcon .pager li {
  height: 36px;
  display: inline-block;
  margin: 3px;
  line-height: 34px;
  padding: 0px;
  background: none;
  text-align: center;
  border: 1px solid #0079be;
}
.subcon .pager li.current span {
  width: 36px;
  height: 36px;
  display: block;
  color: #fff;
  background: #0079be;
  text-decoration: none;
  float: none;
}
.subcon .pager li a {
  width: 36px;
  height: 36px;
  display: block;
  color: #0079be;

  background: #fff;
  text-decoration: none;
  float: none;
}
.subcon .pager li a:hover {
  color: #fff;
  background: #0079be;
  text-decoration: none;
}

.subcon .btn-base a,
.subcon .btn-base input {
  width: 300px;
  padding: 15px 14px 14px 14px;
  position: relative;
  color: #0079be;
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  text-align: center;
  display: block;
  background-color: #0079be;
  border: 1px solid #fff;
  color: #ffff;
  box-sizing: border-box;
  margin: 65px auto 0;
  transition: all 0.8s;
  font-weight: bold;
  cursor: pointer;
}
.subcon .btn-base a::after {
  width: 110px;
  height: 1px;
  display: block;
  position: absolute;
  top: 50%;
  right: -55px;
  transform: translateY(-50%);
  content: "";
  background-color: #e9f7ff;
  transition: all 0.8s;
}
.subcon .btn-base a:hover {
  color: #0079be;
  background-color: #fff;
  border: 1px solid #0079be;
}

.subcon .btn-base a:hover::after {
  /* background-color: #0079be; */
  display: none;
}

.subcon .bg_lb {
  background-color: #e9f7ff;
}

/* flex-wrapper */
.subcon .flex-wrapper {
}
.subcon .flex-wrapper figure {
  width: 43%;
  align-self: center;
}
.subcon .flex-wrapper .txtbox {
  width: 50%;
}
.subcon .flex-wrapper .ttl {
  font-size: 2.5rem;
  color: #0079be;
  margin-bottom: 15px;
  font-weight: bold;
}
.subcon .flex-wrapper .desc-wrapper {
  line-height: 1.9;
}
.subcon .flex-wrapper .desc {
  margin-bottom: 10px;
}

/* card-list_03 */
.subcon .card-list__03 {
}
.subcon .card-list__03 li {
  width: 24%;
  background-color: #fff;
  padding: 18px;
  box-shadow: rgba(0, 0, 7, 0.03) 0px 0px 16px;
}
.subcon .card-list__03 figure {
  width: 60px;
  height: 62px;
  margin: 0 auto;
  margin-bottom: 18px;
}
.subcon .card-list__03 .num {
  font-size: 4rem;
  font-family: "Barlow Semi Condensed";
  line-height: 1;
  color: #0079be;
}
.subcon .card-list__03 .ttl {
  font-size: 2.2rem;
  text-align: center;
  color: #0079be;
  margin-bottom: 10px;
  font-weight: bold;
}
.subcon .card-list__03 .txtbox {
  padding: 0 20px 10px;
}

/* img-list */
.subcon .img-list {
  width: 96%;
  margin: 0 auto;
}
.subcon .img-list li {
  width: 24.2%;
}

/* faq--pc
--------------------------------------------------*/
.subcon .subTtlB {
  margin: 80px 0 50px;
  padding: 7px;
  font-family: "Oswald", YuGothic, "Yu Gothic", serif;
  text-transform: uppercase;
  font-size: 35px;
  border-bottom: solid 1px #fff;
  line-height: 1.2;
  text-align: left;
}

.subcon .subTtlB span {
  padding-left: 1em;
  font-size: 17px;
  font-weight: normal;
}

.subcon .faqbox {
  text-align: left;
}

.subcon .faqbox label {
  display: block;
  margin: 4px 0;
  padding: 1em;
  color: #fff;
  background: #0079be;
  cursor: pointer;
  transition: all 0.5s;
  line-height: 1.7;
  display: flex;
}

.subcon .faqbox span {
  padding-right: 0.5em;
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
}

.subcon .faqbox .txt_Q {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 2.6rem;
  line-height: 1;
}

.subcon .faqshow .block {
  margin-bottom: 30px;
}
.subcon .faqshow .block.first {
  margin-top: 5px;
}
.subcon .faqshow .block.last {
  margin-bottom: 5px;
}
.subcon .faqshow ul {
  margin-top: 10px;
  margin-bottom: 10px;
}
.subcon .faqshow ul > li {
  padding-left: 1.6em;
  text-indent: -1.6em;
}

/*ラベルホバー時*/

.subcon .faqbox label:hover {
  opacity: 0.8;
}

/*チェックは隠す*/

.subcon .faqbox input {
  display: none;
}

/*中身を非表示にしておく*/

.subcon .faqbox .faqshow {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.8s;
  background: #fff;
}

/*クリックで中身表示*/

.subcon .cssacc:checked + .faqshow {
  height: auto;
  padding: 1em;
  background: none;
  opacity: 1;
  line-height: 1.7;
  background: #fff;
}

/*
** subcon-common(pc) -------------------------------------------------------------------------------------------------*/

/*
**  robot(pc)----------------------------------------------------------------------------------------------------*/
#pageRobot .movie {
  margin: 85px 0 0px;
  padding-bottom: 85px;
}

#pageRobot .movie .video {
  max-width: 800px;
  margin: 0 auto;
}

/*
** carnitt (pc)----------------------------------------------------------------------------------------------------*/

#pageCarnitt .movie {
  margin: 85px 0 0px;
  padding-bottom: 85px;
}
#pageCarnitt .movie .video {
  max-width: 800px;
  margin: 0 auto;
}
#pageCarnitt .product .flex-wrapper .txtbox {
  width: 57%;
  padding: 3.4%;
  box-sizing: border-box;
  align-self: center;
}

#pageCarnitt .product .flex-wrapper .ttl {
  font-size: 7rem;
  margin-bottom: 30px;
  line-height: 1.7;
}
#pageCarnitt .product .flex-wrapper .sub-ttl {
  font-size: 1.8rem;
  display: block;
}
#pageCarnitt .product .btn-base a {
  margin: 60px 0px 0px;
  width: 320px;
  background-color: #0079be;
  color: #fff;
  transition: all 0.8s;
}
#pageCarnitt .product .btn-base a:hover {
  background-color: #fff;
  color: #0079be;
}
#pageCarnitt .product .btn-base a::after {
  right: -41px;
  width: 80px;
  background-color: #fff;
  transition: all 0.8s;
}
#pageCarnitt .product .btn-base a:hover:after {
  right: -41px;
  width: 80px;
  background-color: #0079be;
}

#pageCarnitt .sub-section_list .table {
  width: 55%;
}
#pageCarnitt .sub-section_list .table .tbl-base {
  width: 100%;
}
#pageCarnitt .sub-section_list .blueprint {
  width: 40%;
}

#pageCarnitt .product-YKT {
  margin-top: 65px;
}
#pageCarnitt .card-list__03 li:nth-child(1) figure {
  width: 72px;
}
#pageCarnitt .card-list__03 li:nth-child(3) figure {
  width: 80px;
}
#pageCarnitt .card-list__03 li:nth-child(3) figure img {
  padding-top: 5px;
  vertical-align: text-top;
}

#pageCarnitt .achievement .img-list li {
  width: 47%;
  margin: 1.5%;
}
#pageCarnitt .achievement .supplement {
  border: 1px solid #0079be;
  text-align: center;
  padding: 2%;
  font-size: 2rem;
  font-weight: bold;
  background: #fff;
  width: 89.2%;
  margin: 10px auto 0px;
}

/*
** processing-部品加工事業 (pc)----------------------------------------------------------------------------------------------------*/

#pageProcessing .card-list__03 li:nth-child(3) figure {
  width: 68px;
}

#pageProcessing .flex-wrapper .figures {
  width: 34%;
}
#pageProcessing .flex-wrapper .figures figure {
  width: 100%;
  padding: 2%;
}
#pageProcessing .flex-wrapper .txtbox {
  width: 58%;
}

#pageProcessing .img-list li {
  width: 32.8%;
}

#pageProcessing .section-ttl.sidebar .jp-01 {
  display: inline-block;
}

/*
**  company(pc)----------------------------------------------------------------------------------------------------*/
#pageCompany .inquiry_link {
  font-size: 1.4rem;
}
#pageCompany .inquiry_link:last-child {
  display: block;
  margin-top: 5px;
}
#pageCompany .inquiry_link a {
  text-decoration: underline;
}

/*
**  equipment(pc)----------------------------------------------------------------------------------------------------*/

#pageEquipment .section-ttl {
  margin-bottom: 40px;
}
#pageEquipment .section-ttl + p {
  margin-bottom: 40px;
  line-height: 1.8;
}

#pageEquipment .img-list {
  width: 100%;
}
#pageEquipment .img-list li {
  width: 31%;
  margin-bottom: 2%;
}
#pageEquipment .img-list figcaption {
  color: #0079be;
  font-weight: bold;
}

#pageEquipment .sub-section_list .item th {
  width: 35%;
}
#pageEquipment .sub-section_list .table1 {
  width: 55%;
}
#pageEquipment .sub-section_list .table2 {
  width: 40%;
}

/*
**  management-工程管理(pc)----------------------------------------------------------------------------------------------------*/

#pageManagement section.flow {
  padding: 85px 0 75px;
}

#pageManagement .item:first-child .flex-wrapper {
  padding-top: 1%;
}
#pageManagement .item .flex-wrapper {
  padding: 3%;
}

#pageManagement .num {
  font-size: 4rem;
  display: block;
  background: #0079be;
  padding: 7px 9px;
  color: #fff;
  line-height: 1;
  margin-right: 10px;
  align-self: flex-start;
  font-family: "Barlow Semi Condensed";
}
#pageManagement .ttl-desc {
  display: block;
  width: calc(100% - 90px);
  align-self: flex-end;
}
#pageManagement .ttl {
  border-bottom: 1px solid #f4f4f4;
  margin-bottom: 25px;
}

#pageManagement .inquiry_link a {
  text-decoration: underline;
}
/*
**  news(pc)----------------------------------------------------------------------------------------------------*/
#pageNews .news dt {
  min-width: 250px;
}
#pageNews .news dd {
  width: calc(100% - 250px);
}
#pageNews .news {
  margin-bottom: 0;
  font-weight: bold;
}

/*
**  newsDetail(pc)----------------------------------------------------------------------------------------------------*/

#pageNewsDetail article {
  width: 100%;
  margin: 0 auto 80px;
  text-align: left;
}

#pageNewsDetail article h4 {
  font-size: 2rem;
  letter-spacing: 0.07em;
  margin-bottom: 20px;
  line-height: 1.7;
}

#pageNewsDetail .underlined-ttl {
  padding-bottom: 20px;
  border-bottom: 2px solid #f7f7f7;
  color: #0079be;
}
#pageNewsDetail .underlined-ttl::after {
  border-bottom: solid 2px #009fe8;
  bottom: -2px;
}

#pageNewsDetail article .date {
  display: block;
  margin-bottom: 25px;
  color: rgb(200, 200, 200);
  font-weight: bold;
  letter-spacing: 0.07em;
  font-size: 1.4rem;
}

#pageNewsDetail article figure {
  margin: 0px auto;
  margin-bottom: 30px;
  text-align: center;
}

#pageNewsDetail article p {
  margin: 0 auto;
  line-height: 1.7;
}

#pageNewsDetail article figure img {
  width: 100%;
}
/*
**  recruit(pc)----------------------------------------------------------------------------------------------------*/

#pageRecruit .section.recruit-img {
  padding-top: 0px;
}

/*
**  company(pc)----------------------------------------------------------------------------------------------------*/
#pageCompany .company-info .tbl-base {
  width: 60%;
}
#pageCompany .company-info .img-list {
  width: 35%;
}

#pageCompany .img-list li {
  width: 100%;
}

#pageCompany .flex-wrapper figure {
  width: 33%;
}
#pageCompany .flex-wrapper .txtbox {
  width: 100%;
}

#pageCompany .flex-wrapper .ttl {
  font-size: 3rem;
}

#pageCompany .gmap {
  width: 97.5%;
  height: 300px;
  margin: 35px auto 0px;
  overflow: hidden;
}
#pageCompany .gmap iframe {
  width: 100%;
  vertical-align: bottom;
  height: 300px;
}

/*
**  contact(pc)----------------------------------------------------------------------------------------------------*/

/* table-base form*/
.tbl-base input[type="text"],
.tbl-base input[type="tel"] {
  border: 1px solid #ddd;
  padding: 1%;
  background: #fff;
  border-radius: 2px;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 7px;
}

.tbl-base textarea {
  border: 1px solid #ddd;
  padding: 2%;
  background: #fff;
  border-radius: 2px;
  width: 100%;
  box-sizing: border-box;
}

#pageContact .btn-wrapper {
  background: #e9f7ff;
  padding: 3.2% 0%;
  margin-bottom: 35px;
}
#pageContact .btn-wrapper .btn-base a {
  margin: 0 auto 0;
  padding: 20px 60px;
  width: 480px;
  margin-top: 0px;
}
#pageContact .btn-wrapper .btn-base a:after {
  width: 90px;
  right: -47px;
}

#pageContact .btn-wrapper .btn-base.to_contact_02 a {
  padding: 20px 70px;
}

#pageContact .btn-wrapper + p {
  margin-bottom: 35px;
}

#pageContact .contact_btn.btn-base a {
  background-color: #fff;
  border: 1px solid #0079be;
  color: #0079be;
  margin: 10px 30px;
}

#pageContact .contact_btn.btn_confirm input[type="submit"] {
  margin: 10px auto;
}
#pageContact .contact_btn input[type="submit"] {
  margin: 0px;
  border: 1px solid #0079be;
  margin: 10px 30px;
  transition: all 0.8s;
  background-color: #0079be;
}
#pageContact .contact_btn input[type="submit"]:hover {
  background-color: #fff;
  color: #0079be;
}

#pageContact .contact_btn.btn-base a:hover {
  background-color: #0079be;
  border: 1px solid #fff;
  color: #fff;
}
#pageContact .contact_btn.btn-base a:after {
  display: none;
}
#pageContact .contact_btn p {
  text-align: center;
  margin: 10px auto 15px;
}

#pageContact .page-ttl .sub_jp {
  display: block;
  font-size: 1.8rem;
}

#pageContact .tbl-base th {
  width: 220px;
  margin: 0;
  text-align: left;
  vertical-align: middle;

  line-height: 2em;
  letter-spacing: 0.05em;
  color: #333;
}

#pageContact .radio-button {
  margin-right: 10px;
}
#pageContact .radio-button input {
  margin-right: 6px;
}

#pageContact .clrred {
  color: #aa2d30;
}

.subcon .tbl-base .btn-wrapper td {
  border-bottom: none;
}
#pageContact .btn {
  text-align: center;
  margin-top: 10px;
}

/*
**  privacy  (pc)----------------------------------------------------------------------------------------------------*/
#pagePrivacy .privacy-item {
  margin-bottom: 30px;
}

#pagePrivacy .privacy-item:last-child {
  margin-bottom: 0px;
}

#pagePrivacy .ll-ttl {
  text-align: left;
  margin-bottom: 10px;
}
#pagePrivacy .ll-ttl,
#pagePrivacy .ll-ttl + p {
  text-align: left;
  line-height: 1.7;
}

@media screen and (max-width: 1400px) {
  /*
  // ** subcon-common(tb1040)-------------------------------------------------------------------------------------------------*/

  .subcon .subtop .inner {
    width: 100%;
  }

  .subcon .subtop::after {
    bottom: -40px;
    right: 0;
  }

  .subcon ol.bread_crumb {
    margin-top: 10px;
  }

  .subcon .section {
    padding: 75px 0 75px;
  }

  #pageManagement section.flow {
    padding: 75px 0 75px;
  }
}
