@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
.pagination {
  margin: 50px 0;
}

.pagination ul {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pagination ul li {
  display: inline-block;
}

.pagination ul li:first-child a {
  border-left: 1px solid #ddd;
}

.pagination ul li.b_prev a,
.pagination ul li.b_next a {
  position: relative;
  width: 50px;
  color: transparent;
}

.pagination ul li.b_prev a:before,
.pagination ul li.b_next a:before {
  content: "";
  background: url(../images/share/svg/chevron_up.svg) no-repeat;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  height: 14px;
  width: 14px;
  background-size: 100%;
  background-position: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
}

.pagination ul li.b_next a:before {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.pagination ul li a {
  font-size: 16px;
  font-weight: 500;
  padding: 8px 15px;
  background: #fff;
  border: 1px solid #ddd;
  border-left: none;
}

@media all and (max-width: 768px) {
  .pagination ul li a {
    font-size: 13px;
  }
}

.pagination ul li a:hover {
  background: #f1f1f1;
}

.pagination ul li span.current {
  font-size: 16px;
  font-weight: 500;
  padding: 8px 15px;
  background: #d6000f;
  color: #fff;
  border: 1px solid #d6000f;
}

@media all and (max-width: 768px) {
  .pagination ul li span.current {
    font-size: 13px;
  }
}

.pagination ul li.activepage a {
  background: #d6000f;
  color: #fff;
  border: 1px solid #d6000f;
}

.pagination ul li.neardot a {
  border-left: 1px solid #ccc;
}

.headtitle {
  position: relative;
  background-size: cover;
  height: 245px;
  z-index: 1;
}

.headtitle-aboutus {
  background: url("../images/aboutus/mainmv.jpg") no-repeat center center;
}

.headtitle-print {
  background: url("../images/print/mainmv.jpg") no-repeat center center;
}

.headtitle-contact {
  background: url("../images/contact/mainmv.jpg") no-repeat center center;
}

.headtitle-restoration {
  background: url("../images/restoration/mainmv.jpg") no-repeat center center;
}

.headtitle-news {
  background: url("../images/news/mainmv.jpg") no-repeat center center;
}

.headtitle-shooting {
  background: url("../images/shooting/mainmv.jpg") no-repeat center center;
}

@media all and (min-width: 1400px) {
  .header_top_icon {
    padding-right: 96px;
  }

  .navstate_hide .header_nav.type2 {
    padding-right: 96px;
  }
}

@media all and (max-width: 1399px) {
  .header_top {
    width: 100%;
  }

  .navstate_hide .header_nav.type2 {
    padding-left: 0px;
  }

  .header_top_logo {
    margin-left: 10px;
  }
}

@media all and (min-width: 1400px) {
  .headtitle::after,
  .headtitle::before {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: absolute;
    content: "";
    background: #fff;
    width: 96px;
    height: 100%;
    left: 0;
    bottom: 0;
    z-index: 9;
  }

  .headtitle::before {
    right: 0;
    left: inherit;
  }
}

@media all and (max-width: 960px) {
  .headtitle {
    height: 240px;
  }
}

@media all and (max-width: 768px) {
  .headtitle {
    margin-bottom: 30px;
  }
}

@media all and (max-width: 480px) {
  .headtitle {
    height: 200px;
    background-size: cover;
  }
  .headtitle.headtitle-print {
    background-position-x: right -60px;
    background: url("../images/print/mainmv.jpg") no-repeat center right -60px;
    height: 200px;
    background-size: cover;
  }
}

.headtitle .container {
  position: relative;
  z-index: 9;
  height: 245px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.headtitle .container h1 {
  position: relative;
  left: -40px;
}
.headtitle.headtitle-print .container h1 {
  left: 22%;
}
@media all and (min-width: 961px) {
  .headtitle.headtitle-shooting .container h1 {
    left: 165px;
  }
}

@media all and (max-width: 1600px) {
  .headtitle .container h1 {
    left: -10px;
  }
  .headtitle.headtitle-print .container h1 {
    left: 22%;
  }
}

@media all and (max-width: 960px) {
  .headtitle .container {
    height: 240px;
  }

  .headtitle .container h1 {
    width: 90%;
    left: -40px;
  }
}

@media all and (max-width: 540px) {
  .headtitle .container h1 {
    left: -25px;
  }

  .headtitle .container h1 img {
    height: 70px;
    max-width: initial;
    width: auto;
  }
  .headtitle.headtitle-print .container h1 {
    left: 0;
    bottom: 0;
  }
  .headtitle.headtitle-shooting .container h1 img {
    width: 100%;
    height: auto;
  }
}

@media all and (max-width: 480px) {
  .headtitle .container {
    height: 200px;
  }
}

.breadcrumb {
  background: #fff;
  margin-bottom: 50px;
  margin-top: 15px;
}

@media all and (max-width: 520px) {
  .breadcrumb {
    display: none;
  }
}

.breadcrumb li {
  display: inline-block;
  margin-left: 5px;
  text-transform: uppercase;
  color: #333;
}

.breadcrumb li:first-child {
  padding-left: 0;
  margin-left: 0;
}

.breadcrumb li a {
  color: #000;
  padding: 15px 0;
  position: relative;
  padding-right: 15px;
}

.breadcrumb li:not(:last-child) a::before {
  content: "";
  background: transparent;
  position: absolute;
  width: 6px;
  height: 6px;
  right: 0;
  top: 50%;
  margin-top: -4px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.breadcrumb li a:hover {
  text-decoration: underline;
  opacity: 0.8;
}

@media all and (max-width: 960px) {
  .breadcrumb {
    margin-bottom: 5%;
  }
}

@media all and (max-width: 768px) {
  .breadcrumb {
    display: none;
  }
}

@media all and (max-width: 1024px) {
  .breadcrumb .container {
    padding: 0 3%;
  }
}

@media all and (max-width: 768px) {
  .breadcrumb .container {
    padding: 0;
  }
}

.breadcrumb li {
  color: #444;
}

.breadcrumb li a {
  color: #444;
}

.secondpage .textdemo {
  padding: 200px 0;
}

.secondpage .breadcrumb .container,
.secondpage .headtitle .container {
  max-width: 1366px;
}

@media all and (max-width: 1520px) {
  .secondpage .breadcrumb .container,
  .secondpage .headtitle .container {
    max-width: 1200px;
  }
}

.secondpage p {
  color: #444;
}

.secondpage .iconcam {
  background: url(../images/icon-cam.png) no-repeat left top 12px;
  padding-left: 30px;
  font-size: 22px;
  margin-bottom: 25px;
  display: inline-block;
  min-width: 460px;
}

@media all and (max-width: 960px) {
  .secondpage .iconcam {
    min-width: 100%;
    font-size: 20px;
    background-position: left top 7px;
  }
}

@media all and (max-width: 640px) {
  .secondpage .iconcam {
    margin-bottom: 15px;
  }
}

.p-restoration .titpage {
  line-height: 1.6;
  margin-bottom: 30px;
}

.p-restoration .subtitpage h3 {
  line-height: 1.6;
  margin-bottom: 40px;
  font-size: 26px;
}

@media all and (max-width: 960px) {
  .p-restoration .titpage {
    margin-bottom: 50px;
  }
}

@media all and (max-width: 480px) {
  .p-restoration .titpage {
    font-size: 22px;
    margin-bottom: 30px;
  }

  .p-restoration .subtitpage h3 {
    font-size: 20px;
  }
}

.p-restoration .titpage h2 {
  display: inline-block;
  padding-bottom: 15px;
}

@media all and (max-width: 640px) {
  .p-restoration .titpage h2 {
    padding-bottom: 10px;
  }
}

.p-restoration .blockinfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 65px;
}

@media all and (max-width: 640px) {
  .p-restoration .blockinfo {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 45px;
  }
}

.p-restoration .content {
  padding: 0 0 0 30px;
}

.p-restoration .blockinfo .txt {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 480px;
  -ms-flex: 0 0 480px;
  flex: 0 0 555px;
  max-width: 555px;
}

.p-restoration .blockinfo .txt p.text_bold {
  font-size: 18px;
  margin-top: 30px;
  margin-bottom: 50px;
  color: #000;
}

.p-restoration .blockinfo .txt p span {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
  display: inline-block;
}

@media all and (max-width: 960px) {
  .p-restoration .blockinfo .txt {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media all and (max-width: 640px) {
  .p-restoration .blockinfo .txt {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
}

.p-restoration .blockinfo .img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 55%;
  -ms-flex: 0 0 55%;
  flex: 0 0 52%;
}

@media all and (max-width: 960px) {
  .p-restoration .blockinfo .img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 45%;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%;
  }
}

@media all and (max-width: 640px) {
  .p-restoration .blockinfo .img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media all and (max-width: 640px) {
  .p-restoration .blockinfo-revert .img {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .p-restoration .blockinfo-revert .txt {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}

.p-restoration .arr {
  margin: 25px 0;
  line-height: 1;
  margin-left: 90px;
}

@media all and (max-width: 960px) {
  .p-restoration .arr {
    margin: 15px 0;
  }
}

.indent {
  display: block;
  margin-left: 17px;
}

.p-shooting .titpage {
  text-align: center;
  width: 300px;
  margin: 60px auto;
}

.p-shooting .content {
  padding: 0 0 0 30px;
}

.p-shooting .blockinfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 65px;
}

.p-shooting .blockinfo .flex-start {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.p-shooting .blockinfo.flex-start {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.p-shooting .blockinfo.flex-start .txt .imglist {
  margin: 40px 0 30px;
  text-align: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.p-shooting.access {
  margin-top: 60px;
  background: #f4f4f4;
  padding: 23px 0;
}

.p-shooting.access .titpage {
  text-align: center;
  width: 300px;
  margin: 30px auto;
}

.p-shooting.access .blockinfo {
  width: 90%;
  justify-content: center;
}

.p-shooting.access .blockinfo .img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 70%;
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
  max-width: 67%;
  margin-right: 20px;
}

.p-shooting.access .blockinfo .img a {
  text-decoration: underline;
  margin-top: 5px;
  display: block;
}

.p-shooting.access .blockinfo .img a:hover {
  text-decoration: none;
}
.p-shooting .grp_bnt {
  display: flex;
}
.p-shooting .grp_bnt .btnpage {
  margin-right: 20px;
}
.p-shooting .grp_bnt .btnpage a {
  width: 248px;
}
.p-shooting.access .blockinfo .tenpo {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 30%;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  max-width: 25%;
}

.p-shooting.access .blockinfo .tenpo p {
  font-size: 14px;
}

@media all and (max-width: 640px) {
  .p-shooting .content {
    padding: 0px;
  }

  .p-shooting .titpage {
    margin-bottom: 30px;
  }

  .p-shooting .blockinfo.flex-start .txt .imglist {
    margin: 20px 0;
  }
}

.p-shooting .blockinfo.flex-start .txt .imglist p {
  margin-top: 10px;
}

.p-shooting .blockinfo.flex-start .txt .imglist .images {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.p-shooting .blockinfo.flex-start .txt .imglist .images:first-child {
  margin-right: 10px;
}

.p-shooting .blockinfo.flex-start .txt .imglist .images:first-child p {
  margin-top: 30px;
}

.p-shooting .blockinfo.flex-start .img .imglist {
  padding-right: 45px;
}

@media all and (max-width: 960px) {
  .p-shooting .blockinfo.flex-start .img .imglist {
    padding-right: 25px;
  }
}

@media all and (max-width: 768px) {
  .p-shooting .blockinfo.flex-start .img .imglist {
    padding-right: 0;
  }

  .p-shooting.access .blockinfo {
    width: 100%;
    display: block;
  }

  .p-shooting.access .blockinfo .img {
    max-width: 100%;
    display: block;
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .p-shooting.access .blockinfo .tenpo {
    max-width: 100%;
    display: block;
    margin-right: 0px;
  }

  .p-shooting .blockinfo.flex-start {
    margin-bottom: 15px;
  }

  .p-shooting .blockinfo.flex-start img {
    margin-bottom: 15px;
  }
}

.p-shooting .blockinfo.flex-start .img .imglist .images {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 48%;
  -ms-flex: 0 0 48%;
  flex: 0 0 48%;
  margin-bottom: 10px;
}

.p-shooting .blockinfo.flex-start .img .imglist2 {
  padding-right: 30px;
}
.p-shooting .blockinfo.flex-start .img .imglist2 .images {
  flex: 0 0 auto;
  margin-bottom: 0;
  max-width: inherit;
}
.p-shooting .blockinfo.flex-start .img .imglist2 .images img {
  height: 210px;
  width: auto;
}

.p-shooting .blockinfo.flex-start .img .imglist2 .images:nth-child(2) img {
  height: 225px;
}

@media all and (max-width: 768px) {
  .p-shooting .blockinfo.flex-start .img .imglist .images {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 24%;
    -ms-flex: 0 0 24%;
    flex: 0 0 24%;
  }
  .blockinfo.flex-start.mt40 {
    margin-top: 20px !important;
  }
  .p-shooting .blockinfo.flex-start .img .imglist2 {
    padding-right: 0;
    flex-wrap: nowrap;
  }
  .p-shooting .blockinfo.flex-start .img .imglist2 .images {
    flex: 1 1 auto !important;
    max-width: inherit !important;
    margin-bottom: 15px;
  }
  .p-shooting .blockinfo.flex-start .img .imglist2 .images img {
    height: auto;
    width: auto;
    margin-bottom: 0;
  }

  .p-shooting .blockinfo.flex-start .img .imglist2 .images:nth-child(2) {
    flex: 0 0 30%;
  }

  .p-shooting .blockinfo.flex-start .img .imglist2 .images:nth-child(2) img {
    height: auto;
  }
}

@media all and (max-width: 640px) {
  .p-shooting .blockinfo.flex-start .img .imglist .images {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 49%;
    -ms-flex: 0 0 49%;
    flex: 0 0 49%;
    max-width: 49%;
  }
}

.p-shooting .blockinfo .iconcam {
  min-width: 100%;
}

@media all and (min-width: 961px) {
  .p-shooting .blockinfo .iconcam {
    background-position: left top 14px;
    font-size: 24px;
  }
}

@media all and (max-width: 768px) {
  .p-shooting .blockinfo {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 45px;
  }
}

.p-shooting .blockinfo .txt {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.p-shooting .blockinfo .txt .content ul li span {
  margin-left: 15px;
}

@media all and (max-width: 960px) {
  .p-shooting .blockinfo .txt {
    padding-right: 25px;
  }
}

@media all and (max-width: 768px) {
  .p-shooting .blockinfo .txt {
    padding: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
}

.p-shooting .blockinfo .img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding-right: 45px;
}

.p-shooting .blockinfo .img img {
  width: 100%;
}

@media all and (max-width: 960px) {
  .p-shooting .blockinfo .img {
    padding-left: 25px;
  }
}

@media all and (max-width: 768px) {
  .p-shooting .blockinfo .img {
    padding: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.p-shooting .blockinfo .img .imglist .images {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 266px;
  -ms-flex: 0 0 266px;
  flex: 0 0 266px;
  max-width: 266px;
}

.p-shooting .blockinfo .img .imglist p {
  font-size: 20px;
  font-weight: bold;
  margin-top: 10px;
}

@media all and (max-width: 960px) {
  .p-shooting .blockinfo .img .imglist p {
    font-size: 18px;
  }
}

@media all and (max-width: 640px) {
  .p-shooting .blockinfo .img .imglist p {
    font-size: 16px;
  }
}

.p-shooting .blockinfo .img .imglist p span {
  font-size: 16px;
  font-weight: normal;
  display: block;
}

@media all and (max-width: 960px) {
  .p-shooting .blockinfo .img .imglist p span {
    font-size: 13px;
  }
}

.p-shooting .blockinfo-revert .txt {
  padding-left: 45px;
  padding-right: 0;
}

@media all and (max-width: 960px) {
  .p-shooting .blockinfo-revert .txt {
    padding-left: 25px;
  }
}

@media all and (max-width: 768px) {
  .p-shooting .blockinfo-revert .txt {
    padding: 0;
  }
}

.p-shooting .blockinfo-revert .img {
  padding-right: 45px;
  padding-left: 0;
}

@media all and (max-width: 960px) {
  .p-shooting .blockinfo-revert .img {
    padding-right: 25px;
  }
}

@media all and (max-width: 768px) {
  .p-shooting .blockinfo-revert .img {
    padding: 0;
  }
}

@media all and (max-width: 768px) {
  .p-shooting .blockinfo-revert .img {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .p-shooting .blockinfo-revert .txt {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}

.p-aboutus .titpage {
  line-height: 1.6;
  margin-bottom: 40px;
}
.teaching_content {
  position: relative;
}
@media all and (min-width: 961px) {
  .teaching_content {
    padding-bottom: 200px;
  }
}

.teaching_content img {
  position: absolute;
  right: 0;
  top: 0;
  width: 468px;
}
@media all and (max-width: 960px) {
  .p-aboutus .titpage {
    margin-bottom: 30px;
  }
  .teaching_content img {
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

@media all and (max-width: 480px) {
  .p-aboutus .titpage {
    font-size: 22px;
    margin-bottom: 30px;
  }
}

.p-aboutus .titpage h2 {
  display: inline-block;
  padding-bottom: 0;
}

.p-aboutus .subtitpage h3 {
  line-height: 1.6;
  margin-bottom: 40px;
  font-size: 26px;
}

/*.p-aboutus .blockinfo { display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; margin-bottom: 55px; margin-top: 50px; }*/

.p-aboutus .content {
  padding: 0 30px;
  color: #444;
  line-height: 2;
}

.p-aboutus .blockinfo .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 55px;
}

.p-aboutus .blockinfo .flex .block {
  width: 48%;
}

@media all and (max-width: 768px) {
  .p-aboutus .blockinfo {
    margin-bottom: 40px;
    margin-top: 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .p-aboutus .subtitpage h3 {
    font-size: 20px;
  }

  .p-aboutus .blockinfo .flex {
    display: block;
  }

  .p-aboutus .content {
    padding: 0 10px;
  }
}

.p-aboutus .blockinfo.flex-start {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media all and (max-width: 768px) {
  .p-aboutus .blockinfo.flex-start .txt {
    margin-top: 0;
  }

  .p-aboutus .blockinfo.flex-start .img {
    margin-top: 0;
  }
}

.p-aboutus .blockinfo .flex-start {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.p-aboutus .blockinfo .iconcam {
  min-width: 100%;
}

@media all and (min-width: 961px) {
  .p-aboutus .blockinfo .iconcam {
    background-position: left top 10px;
    font-size: 24px;
    padding-bottom: 5px;
  }
}

@media all and (max-width: 640px) {
  .p-aboutus .blockinfo .flex {
    display: block;
    margin-bottom: 8%;
  }

  .p-aboutus .boxtxt-item {
    margin-bottom: 5px !important;
  }
}

.p-aboutus .blockinfo .tit_h4 {
  font-size: 18px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 5px;
}

.p-aboutus .tit_h4 {
  font-size: 18px;
  font-weight: bold;
}

.p-aboutus .blockinfo .txt {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 40%;
  -ms-flex: 0 0 40%;
  flex: 0 0 52%;
}

.p-aboutus .blockinfo.block01 .txt {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 56%;
  -ms-flex: 0 0 56%;
  flex: 0 0 52%;
}

.p-aboutus .blockinfo .txt p.text_bold {
  font-size: 18px !important;
  margin-top: 30px;
  margin-bottom: 30px;
  color: #000;
}

@media all and (max-width: 768px) {
  .p-aboutus .blockinfo .txt {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}

.p-aboutus .blockinfo .txt p {
  /*! font-weight: bold; */
  font-size: 16px;
  color: #444;
}

.p-aboutus .blockinfo .txt p span {
  font-size: 16px;
  margin-left: 20px;
  font-weight: normal;
  display: block;
}

@media all and (max-width: 960px) {
  .p-aboutus .blockinfo .txt p {
    font-size: 16px;
  }
  .p-aboutus .blockinfo .img p {
    font-size: 13px !important;
  }
  .p-aboutus .blockinfo .txt p {
    font-size: 13px;
  }

  .p-aboutus .blockinfo .txt p span {
    font-size: 13px;
    margin-left: 17px;
  }
  .tit_h4 {
    font-size: 15px !important;
  }
}

.p-aboutus .blockinfo .txt.txt2 {
  margin-bottom: 30px;
  margin-top: 30px;
}

@media all and (max-width: 768px) {
  .p-aboutus .blockinfo .txt.txt2 {
    margin-bottom: 0;
  }

  .p-aboutus .blockinfo .txt dl span {
    text-align: left !important;
  }
}

@media all and (max-width: 639px) {
  .p-aboutus .blockinfo .txt p span {
    margin-left: 0px;
    font-size: 14px;
  }
  .p-aboutus .boxtxt p span {
    font-size: 14px;
    margin: 0 0 10px 0;
  }
}

.p-aboutus .blockinfo.flex-start .txt p {
  font-size: 16px;
  font-weight: normal;
}

@media all and (max-width: 960px) {
  .p-aboutus .blockinfo.flex-start .txt p {
    font-size: 13px;
  }
}

.p-aboutus .blockinfo .img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 55%;
  -ms-flex: 0 0 55%;
  flex: 0 0 48%;
  position: relative;
  overflow: initial;
  width: 100%;
  max-width: 100%;
  margin-left: 30px;
}

.p-aboutus .blockinfo.block01 .img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 46%;
  -ms-flex: 0 0 46%;
  flex: 0 0 48%;
}

@media all and (min-width: 961px) {
  .p-aboutus .blockinfo.block01 .img {
    margin-top: -80px;
    margin-left: 0;
    /*! margin-right: 30px; */
  }
}

.p-aboutus .btnpage a span {
  font-size: 14px !important;
  margin-left: 0 !important;
  font-weight: 700 !important;
}

.p-aboutus .blockinfo .img p {
  text-align: right;
  margin-top: 5px;
  font-size: 14px;
}

.p-aboutus .blockinfo .img.imgsp img:first-child {
  width: 58%;
}

@media all and (max-width: 768px) {
  .p-aboutus .blockinfo .img.imgsp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
  }

  .p-aboutus .blockinfo .img.imgsp img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 49%;
    -ms-flex: 0 0 49%;
    flex: 0 0 49%;
    max-width: 49%;
  }
}

.p-aboutus .blockinfo .img .pos {
  position: absolute;
  max-width: 530px;
  right: 0px;
  bottom: -20px;
  z-index: 2;
}

@media all and (max-width: 960px) {
  .p-aboutus .blockinfo .img .pos {
    bottom: -210px;
  }
}

@media all and (max-width: 768px) {
  .p-aboutus .blockinfo .img .pos {
    position: relative;
    right: 0;
    bottom: 0;
    max-width: initial;
    margin-left: 0;
  }
}

.p-aboutus .blockinfo .img img {
  width: 100%;
}

@media all and (max-width: 768px) {
  .p-aboutus .blockinfo .img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    margin-bottom: 20px;
    margin-left: 0;
  }
}

@media all and (max-width: 768px) {
  .p-aboutus .blockinfo-revert {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.p-aboutus .blockinfo-revert .txt {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.p-aboutus .blockinfo .txt dl {
  margin-top: 20px;
  width: 60%;
  margin-left: 170px;
  font-size: 16px;
  /*font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, 'MS UI Gothic', sans-serif;*/
  font-family: "Noto Sans JP", sans-serif;
  color: #444;
}

.p-aboutus .blockinfo .txt dl dt {
  margin: 0px 0 5px;
  padding: 0;
  float: left;
  clear: both;
  width: 11em;
}

.p-aboutus .blockinfo .txt dl dd {
  margin: 0 0 5px;
  padding: 0;
  overflow: hidden;
}

.p-aboutus .blockinfo .txt dl span {
  text-align: right;
  display: block;
}

.p-aboutus .blockinfo-revert .img {
  padding-left: 0;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

.p-aboutus .mt100 {
  margin-top: 80px !important;
}

.p-aboutus .blockinfo.dis_block {
  display: block;
}

@media all and (max-width: 768px) {
  .p-aboutus .mt100 {
    margin-top: 0 !important;
  }

  .p-aboutus .blockinfo .txt dl {
    font-size: 13px;
    width: 100%;
    margin-left: 0;
  }
}

.p-aboutus .fz20 {
  margin-bottom: 20px;
}

@media all and (max-width: 960px) {
  .p-aboutus .fz20 {
    font-size: 16px !important;
  }
}

.p-aboutus .boxtxt {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 30px;
  /*! margin-bottom: 50px; */
  justify-content: flex-start;
}

.p-aboutus .boxtxt-item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 48%;
  -ms-flex: 0 0 48%;
  flex: 0 0 48%;
  max-width: 48%;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  /*! min-height: 230px; */
  margin-bottom: 30px;
  margin-right: 20px;
}

.p-aboutus .boxtxt-item:nth-child(3),
.p-aboutus .boxtxt-item:nth-child(4) {
  margin-bottom: 0px;
}

.p-aboutus .boxtxt-item p span {
  font-size: 16px;
  margin-left: 20px;
  font-weight: normal;
  display: block;
}

@media all and (max-width: 768px) {
  .p-aboutus .boxtxt-item {
    margin-bottom: 20px;
  }

  .p-aboutus .boxtxt {
    margin-bottom: 30px;
  }

  .p-aboutus .boxtxt-item {
    min-height: unset;
  }
}

@media all and (max-width: 640px) {
  .p-aboutus .boxtxt-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .p-aboutus .boxtxt {
    margin-bottom: 0px;
    margin-top: 0px;
  }
}

.p-aboutus .boxtxt p {
  font-weight: bold;
  font-size: 20px;
}

.p-aboutus .boxtxt p span {
  margin-top: 10px;
  display: block;
  font-weight: normal;
  font-size: 16px;
  text-shadow: 1px 1px 4px #fff, -1px 1px 4px #fff, -1px 1px 14px #fff,
    -2px 2px 14px #fff;
}

@media all and (max-width: 960px) {
  .p-aboutus .boxtxt p {
    font-size: 16px;
  }

  .p-aboutus .boxtxt p span {
    font-size: 13px;
  }
}

@media all and (max-width: 639px) {
  .p-aboutus .boxtxt p span {
    font-size: 14px;
    margin: 0 0 10px 0;
  }
  .p-aboutus .content {
    font-size: 14px;
    line-height: 1.8;
  }
}

.p-aboutus .imglist {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-top: 20px;
  margin-bottom: 60px;
  text-align: center;
}

@media all and (max-width: 640px) {
  .p-aboutus .imglist {
    margin-bottom: 40px;
    margin-top: 10px;
  }
}

.p-aboutus .imglist .img {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.p-aboutus .imglist .img:first-child {
  margin-right: 12px;
}

.p-aboutus .boximages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 80px;
}

@media all and (max-width: 768px) {
  .p-aboutus .boximages {
    margin-bottom: 40px;
  }
}

@media all and (max-width: 640px) {
  .p-aboutus .boximages {
    margin-top: 20px;
    margin-bottom: 30px;
  }
}

.p-aboutus .boximages .img.col2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 49%;
  -ms-flex: 0 0 49%;
  flex: 0 0 48.8%;
  max-width: 49%;
}

.p-aboutus .boximages .img.col3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 32%;
  -ms-flex: 0 0 32%;
  flex: 0 0 32%;
  max-width: 32%;
}

.p-print .titpage {
  line-height: 1.6;
  margin-bottom: 30px;
  text-align: center;
}
.p-print .grp_bnt {
  display: flex;
}
.p-print .grp_bnt .btnpage {
  margin-right: 20px;
}
.p-print .content {
  padding: 0;
}

.p-print .btnpage {
  margin: 0;
  max-width: 300px;
  margin-top: 20px;
  margin-left: 30px;
}

.p-print .titpage h2 {
  display: inline-block;
  padding-bottom: 15px;
}

@media all and (max-width: 960px) {
  .p-print .titpage {
    margin-bottom: 5px;
  }

  .p-print .titpage h2 {
    font-size: 24px;
  }

  .p-print .btnpage {
    margin: 0 auto;
    margin-top: 20px;
  }
}

@media all and (max-width: 639px) {
  .p-print .grp_bnt {
    display: block;
    margin: 10px 0;
  }
  .p-print .grp_bnt .btnpage {
    margin: auto;
    width: 80%;
  }
  .p-print .grp_bnt .btnpage a {
    width: 100%;
  }
  .p-print .content {
    padding: 0px;
  }
}

.p-print .img img {
  width: 100%;
}

.p-print .infotop {
  align-items: flex-start;
}

@media all and (max-width: 960px) {
  .p-print .infotop {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.p-print .infotop .txt {
  padding-right: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: calc(100% - 480px);
  margin-bottom: 10px;
}

.p-print .infotop .txt h3 span {
  font-size: 32px;
}

.p-print .infotop .txt h3 span.clorg {
  font-size: 20px;
}

.p-print .infotop .txt p.text_bold {
  font-size: 18px;
  margin-top: 30px;
  margin-bottom: 30px;
  color: #000;
  padding-left: 30px;
}

@media all and (max-width: 960px) {
  .p-print .infotop .txt p.text_bold {
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 16px;
    padding-left: 0px;
  }
}

.p-print .infotop .txt img {
  margin: 15px 0;
}

.p-print .infotop .img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 470px;
  -ms-flex: 0 0 470px;
  flex: 0 0 470px;
  max-width: 470px;
}

@media all and (max-width: 960px) {
  .p-print .infotop .txt {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 54%;
    -ms-flex: 0 0 54%;
    flex: 0 0 54%;
    max-width: 54%;
    width: 54%;
    padding-right: 0;
  }

  .p-print .infotop .img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 44%;
    -ms-flex: 0 0 44%;
    flex: 0 0 44%;
    max-width: 44%;
    width: 44%;
    margin-top: 20px;
  }
}

@media all and (max-width: 639px) {
  .p-print .infotop .txt {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    padding-right: 0;
  }

  .p-print .infotop .img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    margin-top: 20px;
  }
}

.p-print .infotop ul {
  margin-top: 0;
}

.p-print .infotop ul li {
  font-size: 16px;
  line-height: normal;
  margin-bottom: 10px;
  color: #444;
  /*! list-style: disc; */
  margin-left: 20px;
  text-indent: -15px;
  /*! margin-left: 30px; */
}

.p-print .infotop ul li:before {
  content: "●";
  font-size: 14px;
  padding-right: 5px;
}

@media all and (max-width: 960px) {
  .p-print .infotop ul li {
    font-size: 13px;
    background-size: 18px;
    background-position: left top 3px;
    margin-left: 10px;
  }
}

.p-print .listimg {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 60px;
  margin-bottom: 60px;
}

@media all and (max-width: 960px) {
  .p-print .listimg {
    margin: 20px 0;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.p-print .listimg li {
  text-align: center;
  font-size: 16px;
  color: #444;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33%;
  -ms-flex: 0 0 33%;
  flex: 0 0 33%;
  max-width: 320px;
  font-weight: bold;
}

.p-print .listimg span {
  display: block;
}

.p-print .listimg li:nth-child(2) {
  margin: 0 60px;
}

@media all and (max-width: 960px) {
  .p-print .listimg li:nth-child(2) {
    margin: 0;
  }
}

.p-print .listimg li img {
  margin-bottom: 15px;
}

@media all and (max-width: 960px) {
  .p-print .listimg li img {
    margin-bottom: 10px;
  }
}

@media all and (max-width: 960px) {
  .p-print .listimg li {
    font-size: 13px;
  }
}

@media all and (max-width: 420px) {
  .p-print .listimg {
    justify-content: center;
  }
  .p-print .infotop ul li {
    font-size: 14px;
  }
  .p-print .listimg li {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 320px;
    margin-bottom: 15px;
  }
  .p-print .listimg li:nth-child(2) {
    margin-bottom: 15px;
  }
}

.p-print .boxbrn {
  border: 1px solid #000;
  padding: 30px 70px 40px;
  width: 960px;
  margin: auto;
}

.p-print .boxbrn p.order_txt {
  padding: 10px 0 0 0;
}

@media all and (max-width: 960px) {
  .p-print .boxbrn {
    padding: 25px 15px 10px;
    width: 100%;
  }
}

.p-print .boxbrn h3 {
  font-size: 20px;
  color: #000;
}

@media all and (max-width: 960px) {
  .p-print .boxbrn h3 {
    font-size: 18px;
  }
}

.p-print .boxbrn ul {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 30px;
}

@media all and (max-width: 960px) {
  .p-print .boxbrn ul {
    margin-top: 10px;
  }
}

.p-print .boxbrn ul li {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

@media all and (max-width: 960px) {
  .p-print .boxbrn ul li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}

@media all and (max-width: 639px) {
  .p-print .boxbrn ul li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-bottom: 20px;
  }
}

.p-print .boxbrn ul a {
  width: 383px;
  height: 131px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-print .boxbrn ul a span {
  font-weight: bold;
  color: #000;
  font-size: 24px;
  padding-right: 20px;
  min-width: 186px;
}

@media all and (max-width: 960px) {
  .p-print .boxbrn ul a span {
    margin-right: 0;
    font-size: 20px;
  }
}

.p-print .boxbrn ul a:hover {
  opacity: 0.7;
}

@media all and (max-width: 960px) {
  .p-print .boxbrn ul a {
    width: 90%;
    max-width: 380px;
    margin: 0 auto;
  }
}

@media all and (max-width: 639px) {
  .p-print .boxbrn ul a {
    width: 100%;
    max-width: 380px;
    margin: 0 auto;
  }
}

.p-print .boxbrn ul .bg01 {
  background: url(../images/print/brn1.png) no-repeat center center;
  background-size: cover;
}

@media all and (max-width: 960px) {
  .p-print .boxbrn ul .bg01 {
    background-size: contain;
  }
}

.p-print .boxbrn ul .bg02 {
  background: url(../images/print/brn1.png) no-repeat center center;
  background-size: cover;
}

@media all and (max-width: 960px) {
  .p-print .boxbrn ul .bg02 {
    background-size: contain;
  }
}

.p-print .boxbrn ul span {
  max-width: 383px;
  padding: 15px;
  display: block;
  font-size: 16px;
  color: #444;
}

@media all and (max-width: 960px) {
  .p-print .boxbrn ul span {
    font-size: 13px;
    padding: 10px;
    max-width: 380px;
    margin: 0 auto;
  }
}

.p-print .sec2 {
  margin-top: 80px;
  padding: 80px 0 100px;
  background: #f3f0e9;
}

@media all and (max-width: 960px) {
  .p-print .sec2 {
    margin-top: 40px;
    padding: 40px 0 50px;
  }
}

.p-print .sec2 .infotop {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-print .sec2 .infotop p.text_bold {
  margin-bottom: 0;
}

@media all and (max-width: 960px) {
  .p-print .sec2 .infotop .img {
    margin-top: 10px;
  }
}

.p-print .sec2 .group.flexbox {
  align-items: start;
}

.p-print .sec2 .group.flexbox .blockimg {
  width: 48%;
}

.p-print .sec2 .group.flexbox .blockimg p {
  margin-bottom: 20px;
}

.p-print .sec2 .blockimg {
  margin-top: 50px;
}

@media all and (max-width: 639px) {
  .p-print .sec2 .group.flexbox {
    display: block;
  }

  .p-print .sec2 .group.flexbox .blockimg {
    margin-top: 30px;
    width: 100%;
  }
}

.p-print .sec2 .blockimg .iconcam {
  margin-bottom: 20px;
}

@media all and (max-width: 960px) {
  .p-print .sec2 .blockimg .iconcam {
    margin-bottom: 20px;
  }
}

.p-print .sec2 .blockimg .flexbox {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media all and (max-width: 960px) {
  .p-print .sec2 .blockimg .flexbox {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.p-print .sec2 .blockimg .img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 49%;
  -ms-flex: 0 0 49%;
  flex: 0 0 49%;
  max-width: 575px;
}

@media all and (max-width: 960px) {
  .p-print .sec2 .blockimg .img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 49%;
    -ms-flex: 0 0 49%;
    flex: 0 0 49%;
    max-width: 100%;
  }

  .p-print .sec2 .blockimg .img:first-child {
    margin-left: 10px;
  }
}

@media all and (max-width: 639px) {
  .p-print .sec2 .blockimg .img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .p-print .sec2 .blockimg .img:first-child {
    margin-bottom: 20px;
  }
}

.p-print .sec2 .blockimg span {
  font-size: 16px;
  color: #444;
  margin-top: 25px;
  display: block;
  line-height: normal;
}

@media all and (max-width: 960px) {
  .p-print .sec2 .blockimg span {
    font-size: 13px;
  }
}

.p-print .sec2 .blockimg.flexbox {
  margin-top: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-print .sec2 .blockimg.flexbox .txt {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 49%;
  -ms-flex: 0 0 49%;
  flex: 0 0 49%;
  padding-right: 50px;
}

@media all and (min-width: 961px) {
  .p-print .sec2 .blockimg:nth-child(2n) .txt {
    order: 1;
  }
}

@media all and (max-width: 960px) {
  .p-print .sec2 .blockimg.flexbox .txt {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
  }
}

.p-print .sec2 .blockimg.flexbox .img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 49%;
  -ms-flex: 0 0 49%;
  flex: 0 0 49%;
  max-width: 575px;
}

@media all and (max-width: 960px) {
  .p-print .sec2 .blockimg.flexbox .img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 15px;
  }
}

@media all and (max-width: 520px) {
  .page-news .boxnews {
    display: block;
  }
}

.page-news .boxnews .textinfo {
  overflow: hidden;
}

@media all and (max-width: 520px) {
  .page-news .boxnews .textinfo {
    margin-bottom: 20px;
    overflow: initial;
  }
}

.page-news .boxnews .img {
  width: 40%;
  overflow: initial;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  float: right;
  margin-left: 3%;
}

.page-news .boxnews .img::before {
  position: absolute;
  content: "";
  background: #f7f7f8;
  width: 100%;
  height: 100%;
  right: -10px;
  bottom: -10px;
  z-index: 1;
}

.page-news .boxnews .img img {
  z-index: 2;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.page-news .boxnews .img a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.page-news .boxnews .time {
  background: #404855;
  color: #fff;
  border-radius: 99px;
  padding: 0 20px 1px;
  display: inline-block;
  margin-bottom: 10px;
  font-size: 14px;
}

.page-news .boxnews h3 {
  font-size: 20px;
  border-bottom: 1px solid #000;
  padding-bottom: 15px;
  margin-bottom: 25px;
  line-height: normal;
}

@media all and (max-width: 520px) {
  .page-news .boxnews h3 {
    font-size: 17px;
  }
}

.page-news .txt {
  line-height: 1.8;
}

.page-contact .sec1 {
  background: #f4f4f4;
  padding: 75px 0 80px;
  margin-bottom: 75px;
}

@media all and (max-width: 960px) {
  .page-contact .sec1 {
    padding: 40px 0;
    margin-bottom: 40px;
  }
}

.page-contact .titpage {
  margin-bottom: 35px;
}

.page-contact .titpage h2 {
  display: inline-block;
  padding-bottom: 10px;
}

.page-contact .boxcon {
  border: 1px solid #000;
  max-width: 716px;
  margin: 0 auto;
  padding: 50px;
  text-align: center;
}
.contact_securty{
  display: flex;
  align-items: center;
}

.contact_securty>img {
  width:30%;
padding:20px;}

.contact_securty > p {
  width: 70%;
  padding: 20px;
  text-align: left;
  display: block;
}

.contact_securty__text {
    width: 70%;
    padding: 20px;
    text-align: left;
}

.contact_securty__text a {
    color: #0071db;
}

@media all and (max-width: 960px) {
  .contact_securty>img {
  width:80%;
}

.contact_securty>p {
  width:60%;
text-align: left;
align-items: center;}
}

@media all and (max-width: 768px) {
  .contact_securty{
  display: block;

    .contact_securty__text {
        width: 100%;
    }
}

.contact_securty>img {
}

.contact_securty>p {
  width:100%;
}
}


@media all and (max-width: 960px) {
  .page-contact .boxcon {
    padding: 25px 15px;
  }
}

.page-contact .boxcon p {
  color: #000;
}

.page-contact .boxcon p.tel-link {
  font-size: 40px;
  font-weight: bold;
  background: url(../images/contact/icon-tel.png) no-repeat left center;
  display: inline-block;
  padding-left: 40px;
  line-height: 1;
  margin-top: 30px;
  margin-bottom: 5px;
}

@media all and (max-width: 960px) {
  .page-contact .boxcon p.tel-link {
    font-size: 34px;
  }
}

.page-contact_form .table_template {
  margin-top: 40px;
}

@media all and (max-width: 768px) {
  .page-contact_form .table_template {
    margin-top: 30px;
  }
}

.page-contact_form .table_template .confirm_submit {
  text-align: center;
  margin: 20px auto;
  font-size: 16px;
}

.page-contact_form .table_template .confirm_submit input {
  margin-right: 5px;
}

.page-contact_form .btn_view {
  margin: 20px auto;
  margin-bottom: 60px;
}

.page-contact_form .btn_view .btn_normal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  color: #000;
  width: 360px;
  height: 60px;
  border-radius: 0px;
  border: #000;
  cursor: pointer;
}

.page-contact_form .btn_view .btn_normal:hover {
  background: #e6e6e6;
}

@media all and (max-width: 520px) {
  .page-contact_form .btn_view .btn_normal {
    width: 80%;
    height: 50px;
  }
}

.page-contact_form .btn_view .btn_normal span {
  font-size: 16px;
}

@media all and (max-width: 520px) {
  .page-contact_form .btn_view .btn_normal span {
    font-size: 16px;
  }
}

.page-contact_form .btn_view button.btn_normal {
  border: none;
}

.page-contact_form .btn_view .btn_normal {
  position: relative;
}

.page-contact_form .btn_view .btn_normal img {
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  width: 20px;
  height: 20px;
  right: 20px;
}

.page-contact_form .btn_view .btn_normal:hover {
  opacity: 0.8;
}

.page-contact_form .form_submit {
  margin: 40px 0;
}

@media all and (min-width: 768px) {
  .page-contact_form .form_submit {
    margin: 70px 0;
  }
}

.page-contact_form .form_submit .lable {
  line-height: 2;
  letter-spacing: 2px;
}

.page-contact_form .form_submit_btn {
  max-width: 400px;
  margin: 0 auto;
  margin-top: 30px;
}

.page-contact_form .form_submit_btn span {
  font-size: 20px;
}

.page-contact_form .form_submit_btn button {
  width: 100%;
  max-width: 400px;
  height: 60px;
}

.page-contact_form .form_submit_btn button::after {
  height: 60px;
}

@media all and (min-width: 768px) {
  .page-contact_form .form_submit_btn button {
    height: 80px;
  }

  .page-contact_form .form_submit_btn button::after {
    height: 80px;
  }
}

.page-contact_form .form_submit_btn img {
  position: relative;
  margin-left: 20px;
  z-index: 99;
  top: 3px;
}

.page-contact_form table {
  border: 1px solid #000;
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  border-collapse: separate;
}

.page-contact_form table input[type="radio"],
.page-contact_form table input[type="checkbox"] {
  vertical-align: -0.1em;
  margin-right: 10px;
}

.page-contact_form table th,
.page-contact_form table td {
  line-height: 1.6;
  text-align: justify;
  border: 1px solid #000;
  padding: 25px;
  color: #000;
}

@media all and (max-width: 768px) {
  .page-contact_form table th,
  .page-contact_form table td {
    display: block;
    width: 100%;
    padding: 15px;
    border-bottom: 1px solid #000;
  }

  .page-contact_form table th:after,
  .page-contact_form table td:after {
    clear: both;
    content: "";
    display: block;
  }
}

.page-contact_form table tr:last-child td {
  border-bottom: none;
}

.page-contact_form table input[type="text"],
.page-contact_form table input[type="email"],
.page-contact_form table input[type="name"],
.page-contact_form table input[type="tel"],
.page-contact_form table input[type="number"],
.page-contact_form table input[type="password"],
.page-contact_form table select,
.page-contact_form table textarea {
  height: 40px;
  border: 1px solid #b7b7b7;
  padding-left: 10px;
  background: #fff;
  width: 100%;
  border-radius: 0px;
}

@media all and (max-width: 768px) {
  .page-contact_form table input[type="text"],
  .page-contact_form table input[type="email"],
  .page-contact_form table input[type="name"],
  .page-contact_form table input[type="tel"],
  .page-contact_form table input[type="number"],
  .page-contact_form table input[type="password"],
  .page-contact_form table select,
  .page-contact_form table textarea {
    height: 42px;
  }
}

.page-contact_form table select {
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  appearance: menulist;
}

.page-contact_form table textarea {
  padding: 10px;
  height: 170px !important;
  width: 100% !important;
}

@media all and (max-width: 768px) {
  .page-contact_form table textarea {
    height: 150px !important;
    width: 100% !important;
  }
}

.page-contact_form table .checkboxtt span label {
  width: 33.3%;
  display: inline-block;
}

@media all and (max-width: 768px) {
  .page-contact_form table .checkboxtt span label {
    width: 100%;
  }
}

@media all and (max-width: 768px) {
  .page-contact_form table .w35 {
    width: 60% !important;
  }
}

@media all and (max-width: 480px) {
  .page-contact_form table select.w35 {
    width: 75% !important;
  }
}

.page-contact_form table th {
  background: #fff;
  font-weight: bold;
  width: 28%;
  font-size: 16px;
  vertical-align: middle;
}

.page-contact_form table th .required,
.page-contact_form table th .nonerequired {
  display: table;
  float: left;
  margin-right: 10px;
}

.page-contact_form table th .required:before,
.page-contact_form table th .nonerequired:before {
  content: "必須";
  font-size: 13px;
  font-weight: normal;
  display: inline-block;
  color: #fff;
  padding: 2px 10px;
  background: #ef3737;
}

@media all and (max-width: 768px) {
  .page-contact_form table th .required:before,
  .page-contact_form table th .nonerequired:before {
    font-size: 11px;
  }
}

.page-contact_form table th .required:before {
  content: "必須";
  background: #ef3737;
}

.page-contact_form table th .nonerequired:before {
  content: "任意";
  background: #000;
}

.page-contact_form table th .flexbox {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page-contact_form table th .flexbox li {
  min-width: 300px;
  margin: 5px 0;
}

.page-contact_form table th .flexbox li:last-child {
  min-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-contact_form table th .flexbox li:last-child label {
  min-width: 100px;
}

@media all and (max-width: 768px) {
  .page-contact_form table th .flexbox li {
    width: 48%;
    min-width: inherit;
  }
}

@media all and (max-width: 768px) {
  .page-contact_form table tr,
  .page-contact_form table tbody,
  .page-contact_form table th,
  .page-contact_form table td {
    display: block;
    width: 100%;
  }
}

.page-contact .txttop {
  line-height: 2;
}

@media all and (max-width: 768px) {
  .page-contact .txttop.text_center {
    text-align: left !important;
  }
}

.page-contact .txttop a {
  color: red;
}

.page-contact .txttop a:hover {
  text-decoration: none;
}

.clpage {
  color: red;
}

.clpage:hover {
  text-decoration: none;
}

.page-contact table {
  border-left: none;
  border-right: none;
  border-top: 0 solid #000;
}

.page-contact table th {
  font-weight: bold;
}

.page-contact table th span::before {
  font-weight: bold !important;
}

.page-contact table .listbox li {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 30%;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  margin-right: 10%;
  margin-bottom: 10px;
}

.page-contact table .listbox li:last-child {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  margin-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.page-contact table .listbox li:last-child label {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 90px;
  -ms-flex: 0 0 90px;
  flex: 0 0 90px;
}

@media all and (max-width: 960px) {
  .page-contact table .listbox li {
    margin-right: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 48%;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
  }
}

.page-contact table th,
.page-contact table td {
  border-left: none;
  border-right: none;
  border-bottom: 0;
  font-size: 16px;
}

@media all and (max-width: 960px) {
  .page-contact table th,
  .page-contact table td {
    font-size: 14px;
  }
}

@media all and (max-width: 480px) {
  .page-contact table td .w50 {
    width: 60% !important;
  }
  .page-contact table .listbox li {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .page-contact table .listbox li:last-child {
    display: block;
  }
  .page-contact table .listbox li:last-child label {
    display: block;
  }
  .page-contact table .listbox li:last-child #radio_issue_text {
    display: block;
    width: 100%;
    margin-top: 5px;
  }
}
@media all and (max-width: 380px) {
  .page-contact table td .w50 {
    width: 100% !important;
  }
}

.page-contact table .vertitop {
  vertical-align: top;
}

.page-contact .form_submit {
  margin: 40px 0;
}

.page-contact .form_submit.disflex {
  margin: 40px 0;
  display: flex;
  padding-bottom: 60px;
}

.page-contact .form_submit_btn button {
  height: 70px;
}

.page-contact .form_submit_btn button span.arr1,
.page-contact .form_submit_btn button span.arr2 {
  height: 70px;
}

@media all and (max-width: 960px) {
  .page-contact .form_submit_btn button {
    max-width: 360px;
  }
  .page-contact .form_submit.disflex {
    display: block;
    padding-bottom: 10%;
  }
}

.page-contact .form_submit_btn span.txt {
  font-size: 16px;
  font-weight: bold;
}

.page-contact .form_submit_btn span.txt::before,
.page-contact .form_submit_btn span.txt::after {
  display: none;
}

.page-contact #pp {
  padding-top: 80px;
  margin-top: 80px;
  padding-bottom: 100px;
  background: #f3f0e9;
}

@media all and (max-width: 960px) {
  .page-contact #pp {
    margin-top: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.page-contact #pp a {
  color: #0071db;
}

.page-contact #pp p,
.page-contact #pp li,
.page-contact #pp a {
  line-height: 2;
  position: relative;
  z-index: 2;
}

.page-contact #pp li {
  list-style: none;
}

.page-contact #pp .privacy_policy_content {
  background: #fff;
  border-radius: 15px;
  padding: 50px 60px;
}

@media all and (max-width: 960px) {
  .page-contact #pp .privacy_policy_content {
    padding: 20px;
  }
}

.page-contact .sec_common,
.page-print .sec_common {
  margin-top: 0;
}

.titline {
  background: rgba(227, 217, 195, 1);
  padding: 15px 20px;
  margin-bottom: 30px;
}

.titline h2 {
  border-left: 5px solid #31251e;
  padding-left: 10px;
  font-size: 24px;
}

.p-print .infotop h3:not(.iconcam) {
  font-size: 20px;
  margin-top: 10px;
  line-height: 1.4;
}

.p-print .infotop h3 span strong {
  font-size: 26px;
}

.clorg {
  color: #e06500;
}

.bold {
  font-weight: bold;
}

.clbrown {
  color: #36080a !important;
}

.p-print .infotop h4 {
  font-size: 18px;
  margin-top: 15px;
}

.p-shooting .content h3.text {
  font-size: 18px;
  margin-bottom: 15px;
}

.p-shooting .content h4 {
  font-size: 20px;
  margin-bottom: 10px;
}

.p-shooting .content h3.text span {
  color: #0c6551;
  font-size: 32px;
}
.p-shooting h4.f20 {
  font-size: 20px;
}

@media all and (max-width: 768px) {
  .clbrown {
    font-size: 15px;
    margin-top: 10px;
  }
  .titline {
    padding: 12px 15px;
    margin-bottom: 20px;
  }

  .titline h2 {
    font-size: 20px;
  }

  .p-print .infotop h3:not(.iconcam) {
    font-size: 18px;
    line-height: 1.6;
  }

  .p-print .infotop h3 span strong {
    font-size: 22px;
  }

  .p-print .infotop h4 {
    font-size: 16px;
  }
  .p-print .infotop2 .img {
    order: 2;
    margin-top: 5px;
  }
  .p-print .infotop2 .txt {
    order: 1;
  }

  .p-print .infotop h4 {
    font-size: 16px;
    margin-top: 10px;
  }

  .p-shooting .content h3.text {
    font-size: 18px;
    margin-bottom: 150x;
  }

  .p-shooting .content h4 {
    font-size: 16px;
    margin-bottom: 5px;
  }
}

.imglist3 {
  align-items: flex-start;
  margin-bottom: 50px;
}

.imglist3 .images {
  flex: 0 0 24%;
}

.imglist3 .images p {
  font-weight: bold;
  margin-top: 10px;
}

.imglist3 .images p span {
  display: block;
  font-weight: normal;
  font-size: 14px;
}

.imglist3 .images img {
  width: 100%;
}

.btnpage .noarr::after,
.btnpage .noarr::before {
  display: none;
}

@media all and (max-width: 768px) {
  .imglist3 .images {
    flex: 0 0 49%;
    margin-bottom: 10px;
  }
  .pr00.pl30 {
    padding-left: 0 !important;
  }
}

.flex-start {
  align-items: flex-start !important;
}

.p-restoration .content {
  padding-left: 0;
}

.p-restoration .content ul {
  margin-bottom: 20px;
}
.p-restoration .content ul li {
  line-height: 1.8;
  font-size: 16px;
  color: #333;
  list-style: none;
  display: block;
}
.p-restoration .content ul li:before {
  content: "●";
  font-size: 16px;
  color: #333;
}

.p-restoration .blockinfo .img {
  flex: 0 0 44%;
}

.p-restoration .blockinfo .txt {
  flex: 0 0 56%;
  max-width: 620px;
}

.p-restoration .blockinfo .txt.txt02 {
  max-width: 720px;
}

.p-restoration .blockinfo .txt h4 {
  font-size: 20px;
  margin-top: 10px;
  margin-bottom: 5px;
}

@media all and (max-width: 768px) {
  .p-restoration .content {
    padding-left: 0;
  }

  .p-restoration .blockinfo .img {
    flex: 0 0 100%;
    order: 2;
  }

  .p-restoration .blockinfo .txt {
    flex: 0 0 100%;
    max-width: 100%;
    order: 1;
  }

  .p-restoration .blockinfo .txt h4 {
    font-size: 16px;
  }
  .tleft {
    text-align: left !important;
  }
}

.fiximg .txt {
  flex: 0 0 45% !important;
}

.fiximg .txt .imgs {
  margin-bottom: 20px;
}
@media all and (min-width: 960px) {
  .fiximg .txt .imgs {
    height: 444px;
    display: flex;
    align-items: center;
  }
}

.contentab {
  padding-left: 20px;
  margin-bottom: 40px;
}
.contentab h4 {
  font-size: 20px;
  margin-bottom: 10px;
}
.contentab h5 {
  font-size: 16px;
}

@media all and (max-width: 768px) {
  .contentab {
    padding-left: 0;
  }
  .contentab h4 {
    font-size: 16px;
  }
}

.p-print .sec3 {
  margin-top: 80px;
  margin-bottom: 80px;
}

.p-print .sec3 .flexbox {
  align-items: flex-start;
}

.p-print .sec3 .flexbox .col2 {
  flex: 0 0 48%;
  margin-top: 60px;
}

.p-print .sec3 .flexbox.flexbtn {
  margin: 60px 0;
}

.txtlink a {
  text-decoration: underline;
}

.p-print .sec3 .flexbox.flexbtn .btnpage {
  flex: 0 0 24%;
  margin: 0;
}

.p-print .sec3 .flexbox.flexbtn .btnpage a {
  width: 100%;
}

.p-print .sec3 .flexbox .col2 .btnpage {
  margin-left: 0;
  max-width: 100%;
  width: 100%;
}

.p-print .sec3 .flexbox .col2 .btnpage a {
  width: 80%;
}

.p-print .sec3 .flexbox .col2 .txtlink {
  width: 80%;
  margin: auto;
}

.p-print .sec3 .flexbox .col2 .btnpage a span {
  font-size: 20px;
}

.p-print .sec3 .imgflex {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}

.p-print .sec3 .imgflex .img {
  flex: 0 0 180px;
  margin-right: 30px;
}

.p-print .sec3 .imgflex .boxtxt {
  flex: 0 0 110px;
  text-align: center;
}

.p-print .sec3 .imgflex .boxtxt span {
  display: block;
  text-align: center;
  border: 1px solid #533729;
}

.p-print .sec3 .imgflex .boxtxt span.tit {
  font-size: 12px;
  color: #fff;
  background: #533729;
}

.p-print .sec3 .imgflex .boxtxt span.num {
  font-size: 16px;
  color: #533729;
  font-weight: bold;
}

.p-print .sec3 table th,
.p-print .sec3 table td {
  padding: 25px;
  border-bottom: 1px solid #000;
  text-align: left;
  font-weight: normal;
}

.p-print .sec3 table th {
  width: 28%;
  font-weight: bold;
}

@media all and (max-width: 768px) {
  .p-print .sec3 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .p-print .sec3 .flexbox .col2 {
    flex: 0 0 100%;
    margin-top: 30px;
  }

  .p-print .sec3 .flexbox.flexbtn {
    margin: 30px 0;
  }

  .p-print .sec3 .flexbox.flexbtn .btnpage {
    flex: 0 0 48%;
    margin: 0;
  }

  .p-print .sec3 table th,
  .p-print .sec3 table td {
    padding: 15px 0;
    display: block;
    width: 100%;
  }
}

@media all and (max-width: 480px) {
  .p-print .sec3 .flexbox .col2 .btnpage {
    max-width: 100%;
    width: 80%;
    margin: auto;
  }
  .p-print .sec3 .flexbox .col2 .txtlink {
    width: 80%;
    margin: auto;
  }
  .p-print .sec3 .flexbox.flexbtn .btnpage {
    flex: 0 0 80%;
    margin: auto;
  }
}
.form_submit_btn input {
  color: #fff;
  text-align: center;
  background: #01916d;
  width: 300px;
  height: 60px;
  display: block;
  margin: 0 auto;
  border-radius: 0;
  border: none;
}
.form_submit_btn input:hover {
  background: #000;
}
ul.page-numbers {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 30px;
}
ul.page-numbers li {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
ul.page-numbers li a {
  border: 1px solid #ddd;
  text-decoration: underline;
}
ul.page-numbers li a,
ul.page-numbers li span {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
ul.page-numbers li span {
  border: 1px solid #ddd;
  background: #eee;
}

.p-news img {
  height: auto;
  width: auto;
}
