@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;700&display=swap");
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?e4vfqk");
  src: url("../fonts/icomoon.eot?e4vfqk#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?e4vfqk") format("truetype"), url("../fonts/icomoon.woff?e4vfqk") format("woff"), url("../fonts/icomoon.svg?e4vfqk#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-phone:before {
  content: "\e942";
}

.icon-right1:before {
  content: "\e905";
}

/*矢印*/
.icon-right2:before {
  content: "\ea3c";
}

.icon-down:before {
  content: "\e90b";
}

.icon-close:before {
  content: "\e90a";
}

.icon-free:before {
  content: "\e900";
}

.icon-mail:before {
  content: "\e901";
}

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?e4vfqk");
  src: url("../fonts/icomoon.eot?e4vfqk#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?e4vfqk") format("truetype"), url("../fonts/icomoon.woff?e4vfqk") format("woff"), url("../fonts/icomoon.svg?e4vfqk#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-phone:before {
  content: "\e942";
}

.icon-right1:before {
  content: "\e905";
}

/*矢印*/
.icon-right2:before {
  content: "\ea3c";
}

.icon-down:before {
  content: "\e90b";
}

.icon-close:before {
  content: "\e90a";
}

.icon-free:before {
  content: "\e900";
}

.icon-mail:before {
  content: "\e901";
}

/* ==================================================
	breadcrumb（パンくず）
================================================== */
#breadcrumb {
  display: none;
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 640px) {
  #breadcrumb {
    display: block;
    margin: 10px 15px 30px;
    text-align: right;
  }
}
/* ========== end △ */
#breadcrumb li {
  display: inline-block;
  font-size: 11px;
}
#breadcrumb li::before {
  content: "\f105";
  margin-right: 3px;
  color: #2d2506;
  font-size: 10px;
  font-family: FontAwesome;
}
#breadcrumb li:first-of-type::before {
  content: "";
}
#breadcrumb li a {
  text-decoration: none;
}
#breadcrumb li a:hover {
  text-decoration: underline;
}

/* ==================================================
	pagination
================================================== */
.pagination {
  margin-top: 30px;
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 640px) {
  .pagination {
    margin-top: 50px;
  }
}
/* ========== end △ */
.pagination .prev {
  float: left;
}
.pagination .next {
  float: right;
}
.pagination .back {
  text-align: center;
}

/* ==================================================
	共通
================================================== */
.pagemv {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  background-size: cover;
  background-position: center;
  padding: 120px 0;
  text-align: center;
  color: #fff;
  font-weight: bold;
}
.pagemv-main {
  font-size: 3.0rem;
}
.pagemv-sub {
  font-size: 2.0rem;
}
/* ▽ TAB-SP layout ========== */
@media only screen and (max-width: 1023px) {
  .pagemv {
    width: 100%;
    padding: 100px 0;
  }
  .pagemv-main {
    font-size: 2.6rem;
  }
  .pagemv-sub {
    font-size: 1.6rem;
  }
}
/* ========== end △ */
.pagewrap img {
  width: auto;
  max-width: 100%;
}
/* ▽ TAB-SP layout ========== */
@media only screen and (max-width: 1023px) {
  .pagewrap img {
    width: 100%;
  }
}
/* ========== end △ */
.pagewrap-link a {
  color: #005CA6;
  text-decoration: underline;
}
.pagewrap-link span {
  margin: 0 10px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .pagewrap-link a {
    display: flex;
    align-items: center;
  }
  .pagewrap-link a:before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 1px;
    background: #000000;
    margin-right: 5px;
  }
}
/* ========== end △ */
.pagewrap table {
  margin-top: 20px;
}
.pagewrap table td, .pagewrap table th {
  font-weight: normal;
  padding: 20px 20px;
  border-bottom: 1px solid #dcdcdc;
}
.pagewrap table th {
  width: 180px;
}
/* ▽ PC layout ========== */
@media print, screen and (min-width: 1024px) {
  .pagewrap table .bdnone {
    border: none;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .pagewrap table {
    margin-top: 0;
  }
  .pagewrap table th, .pagewrap table td {
    width: 100%;
    display: block;
    padding: 0;
  }
  .pagewrap table th {
    border: none;
    padding: 20px 0 10px;
  }
  .pagewrap table td {
    padding-bottom: 20px;
  }
}
/* ========== end △ */
.pagewrap .table_agency th {
  width: 300px;
}

.pagecontact {
  margin-top: 80px;
  border: 4px solid #005CA6;
  color: #005CA6;
  padding: 30px;
  font-weight: bold;
}
.pagecontact-txt {
  font-size: 2.0rem;
}
.pagecontact-fl {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  gap: 0 30px;
}
.pagecontact a {
  display: flex;
  align-items: center;
}
.pagecontact a span {
  margin-right: 10px;
}
.pagecontact .tel {
  font-size: 4.0rem;
  color: #005CA6;
  letter-spacing: 0;
}
.pagecontact .mail {
  background: #005CA6;
  color: #fff;
  border-radius: 50px;
  padding: 20px 40px;
}
.pagecontact .mail span {
  font-size: 3.0rem;
}
/* ▽ TAB-SP layout ========== */
@media only screen and (max-width: 1023px) {
  .pagecontact {
    padding: 20px;
  }
  .pagecontact-fl {
    display: block;
    margin-top: 10px;
  }
  .pagecontact a {
    justify-content: center;
  }
  .pagecontact .mail {
    width: 400px;
    margin: 10px auto 0;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .pagecontact {
    margin-top: 50px;
  }
  .pagecontact-txt {
    font-size: 1.4rem;
  }
  .pagecontact a span {
    margin-right: 5px;
  }
  .pagecontact .tel {
    font-size: 3.0rem;
  }
  .pagecontact .mail {
    width: 100%;
    padding: 15px 10px;
    margin: 0;
  }
  .pagecontact .mail span {
    font-size: 2.0rem;
  }
}
/* ========== end △ */
/* ==================================================
	商品情報ヘッダー
================================================== */
/*.off_iten,.oa_soft,.office_kankyo,.hp{
	.nav_menu .product{
		background: $lightblue;
		color: $blue;
	}
}

.company{
	.nav_menu .company a{
		background: $lightblue;
		color: $blue;
	}
}

.recruit{
	.nav_menu .recruit a{
		background: $lightblue;
		color: $blue;
	}
}

.contact{
	.nav_menu .contact a{
		background: $lightblue;
		color: $blue;
	}
}*/
.product01 a.under {
  text-decoration: underline;
  color: #005CA6;
}
.product01-ttl {
  display: inline-block;
  background: #005CA6;
  color: #fff;
  padding: 5px 10px;
  box-shadow: 0 4px #BDE2FF;
}
.product01-banner {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .product01-banner {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}
/* ========== end △ */
.product01 .fl_img-img {
  width: 40%;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .product01 .fl_img-img {
    width: 100%;
  }
}
/* ========== end △ */
.product01 .fl_img-txt {
  width: 60%;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .product01 .fl_img-txt {
    width: 100%;
  }
}
/* ========== end △ */
/* ==================================================
	ホームページ作成
================================================== */
.hp01 {
  max-width: 689px;
}
.hp01-box {
  border: 4px solid #fe4e8c;
  padding: 30px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .hp01-box {
    padding: 20px;
  }
}
/* ========== end △ */
.hp01 img.demo {
  width: auto;
}

/* ==================================================
	会社概要
================================================== */
.company01 ul {
  display: flex;
  border-bottom: 1px solid #BDE2FF;
}
.company01 li:nth-child(1) {
  border-bottom: 4px solid #005CA6;
}
.company01 li:hover {
  border-bottom: 4px solid #005CA6;
}
.company01 a {
  padding: 10px 20px;
  display: block;
  position: relative;
  z-index: 100;
}
/* ▽ TAB-SP layout ========== */
@media only screen and (max-width: 1023px) {
  .company01 ul {
    flex-wrap: wrap;
    border: none;
  }
  .company01 li {
    width: 33.3%;
    border-bottom: 1px solid #BDE2FF;
  }
  .company01 a {
    padding: 20px 10px;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .company01 li {
    width: 50%;
  }
  .company01 a {
    padding: 15px 10px;
  }
}
/* ========== end △ */
.company02-grid {
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr 1fr;
  border-bottom: 1px solid #dcdcdc;
  margin-top: 30px;
  padding-bottom: 30px;
}
.company02 iframe {
  width: 100%;
  height: 300px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .company02-grid {
    display: block;
  }
  .company02 iframe {
    height: 200px;
  }
  .company02-adress {
    margin-top: 20px;
  }
}
/* ========== end △ */
.philosophy-01 {
  text-align: center;
}
.philosophy-01 .indent_wrap {
  display: inline-block;
  text-align: left;
  border: 1px solid #BDE2FF;
  padding: 20px 50px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .philosophy-01 .indent_wrap {
    padding: 20px;
  }
}
/* ========== end △ */
.philosophy-02 {
  background: #005CA6;
  color: #fff;
  display: inline-block;
  padding: 20px 50px;
}
.philosophy-02-txt01 {
  text-decoration: underline;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .philosophy-02 {
    padding: 20px;
  }
}
/* ========== end △ */
.philosophy-03 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}
.philosophy-03 li {
  border: 1px solid #005CA6;
  padding: 20px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .philosophy-03 {
    width: 90%;
    margin: 0 auto;
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
/* ========== end △ */
/* ==================================================
	個人情報
================================================== */
.privacy_ol {
  counter-reset: item;
  list-style-type: none;
  padding-left: 0;
  margin-left: 5px;
}
.privacy_ol li {
  text-indent: -1.8em;
  padding-left: 1.8em;
}
.privacy_ol li:before {
  counter-increment: item;
  content: counter(item) ".";
  font-weight: bold;
  color: #005CA6;
}
.privacy_ol li:nth-child(n+2) {
  margin-top: 20px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .privacy_ol {
    margin-left: 0;
  }
}
/* ========== end △ */
.privacy_table th, .privacy_table td {
  border: 1px solid #dcdcdc !important;
  padding: 10px !important;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .privacy_table th, .privacy_table td {
    display: table-cell !important;
  }
}
/* ========== end △ */
.privacy_table th {
  background: #c3c3c3;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .privacy_table {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
}
/* ========== end △ */
/* ==================================================
	ラベル
================================================== */
.label_fl-left {
  width: calc(100% - 350px);
}
.label_fl-right {
  width: 320px;
}
/* ▽ TAB-SP layout ========== */
@media only screen and (max-width: 1023px) {
  .label_fl {
    display: block;
  }
  .label_fl-left, .label_fl-right {
    width: 100%;
  }
  .label_fl-right {
    margin-top: 20px;
  }
}
/* ========== end △ */
.label_btn {
  gap: 20px;
}
.label_btn .btn_wrap {
  width: 400px;
}
.label_btn .btn {
  width: 100%;
  color: #fff;
  background: #005CA6;
}
.label_btn .btn span {
  top: 30px;
  color: #fff;
}
.label_btn .btn:hover {
  background: #BDE2FF;
  color: #005CA6;
  opacity: 1;
}
.label_btn .btn:hover span {
  color: #005CA6;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .label_btn .btn_wrap {
    width: 100%;
  }
  .label_btn .btn_wrap:nth-child(2) {
    margin-top: 10px;
  }
}
/* ========== end △ */
/* ==================================================
	CONTACT
================================================== */
.contact_wrap .txt {
  text-align: center;
}
.contact_wrap .txt a {
  color: #005CA6;
  text-decoration: underline;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .contact_wrap .txt {
    text-align: left;
  }
}
/* ========== end △ */
.contact_wrap input[type="submit"] {
  appearance: none;
  -webkit-appearance: none;
  border: none;
  background: none;
  outline: none;
  border-radius: 0;
}
.contact_wrap .btn_wrap-inner {
  margin: 50px auto 0;
}
.contact_wrap .dl_table_style {
  background: #fff;
  margin-top: 50px;
}
.contact_wrap .dl_table_style > dl > dt, .contact_wrap .dl_table_style > dl > dd {
  padding: 20px;
}
.contact_wrap .dl_table_style > dl > dt {
  background: #e6f4ff;
  min-width: 280px;
}
.contact_wrap .required:before, .contact_wrap .any:before {
  float: right;
  display: inline-block;
  padding: 0 5px;
  color: #fff;
  font-size: 1.2rem;
}
.contact_wrap .required:before {
  content: "必須";
  background-color: #fe4e8c;
}
.contact_wrap input, .contact_wrap select, .contact_wrap textarea {
  border: 1px solid #bfbfbf;
  padding: 10px;
  width: 100%;
}

.contact_wrap select {
  padding: 10px 0;
}
.contact_wrap label {
  display: flex;
}
.contact_wrap .consent_txt {
  text-align: center;
  margin-top: 50px;
}
.contact_wrap .consent_txt label {
  justify-content: center;
  align-items: baseline;
}
.contact_wrap .consent_txt input {
  width: auto;
}
.contact_wrap .consent_txt .mwform-checkbox-field-text {
  color: #005CA6;
  font-weight: bold;
}
.contact_wrap .form_submit_btn {
  position: relative;
  width: 300px;
  margin: 50px auto 0;
  display: block;
  text-align: center;
  transition: all 0.3s ease;
  color: #fff;
}
.contact_wrap .form_submit_btn input {
  width: 100%;
  padding: 25px 20px;
  font-weight: bold;
  border: none;
  transition: all 0.3s ease;
  color: #fff;
  background: #005CA6;
  font-family: 'Noto Sans JP', sans-serif;
}
.contact_wrap .form_submit_btn input:hover {
  opacity: 0.7;
}
.contact_wrap .form_submit_btn .back {
  background: #8e8e93;
  cursor: pointer;
  margin-top: 20px;
}
.contact_wrap .form_submit_btn .back:hover {
  opacity: 0.7;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .contact_wrap .form_submit_btn {
    width: 100%;
  }
  .contact_wrap .form_submit_btn input {
    padding: 20px;
  }
}
/* ========== end △ */
.contact_wrap .contact_privacy {
  width: 100%;
  height: 200px;
  border: 1px solid #000000;
  overflow-y: scroll;
  padding: 20px;
  font-size: 1.2rem;
  letter-spacing: 0;
}
.contact_wrap .contact_privacy .ttl {
  font-size: 1.6rem;
  border-bottom: 1px solid;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .contact_wrap .contact_privacy {
    padding: 10px;
  }
  .contact_wrap .contact_privacy p {
    font-size: 1.2rem;
  }
}
/* ========== end △ */
.contact .pagecontact .time {
  font-weight: normal;
}
.contact .pagecontact-fl {
  margin: 10px 0;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

/* ==================================================
	ブログ
================================================== */
.blog_fl {
  display: flex;
  justify-content: space-between;
}
/* ▽ TAB-SP layout ========== */
@media only screen and (max-width: 1023px) {
  .blog_fl {
    display: block;
  }
}
/* ========== end △ */
.blog_layout {
  width: 75%;
}
/* ▽ TAB-SP layout ========== */
@media only screen and (max-width: 1023px) {
  .blog_layout {
    width: 90%;
  }
}
/* ========== end △ */
.blog_layout .blog {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px 30px;
}
.blog_layout .blog-post {
  position: relative;
}
.blog_layout .blog-cate p {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.0rem;
  display: block;
  width: 80px;
  padding: 3px 0;
  text-align: center;
}
.blog_layout .blog .category1 {
  background: #234872;
  color: #fff;
}
.blog_layout .blog .category2 {
  background: #71ce92;
  color: #fff;
}
.blog_layout .blog-term {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.0rem;
  background: #005CA6;
  color: #fff;
  display: block;
  width: 80px;
  padding: 3px 0;
  text-align: center;
}
.blog_layout .blog-eye img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.blog_layout .blog-time {
  font-size: 1.2rem;
  margin-top: 10px;
}
.blog_layout .blog-ttl {
  color: #005CA6;
  margin: 5px 0 10px;
}
.blog_layout .blog-txt {
  font-size: 1.2rem;
}
/* ▽ TAB-SP layout ========== */
@media only screen and (max-width: 1023px) {
  .blog_layout .blog {
    grid-template-columns: 1fr 1fr;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .blog_layout .blog {
    grid-template-columns: 1fr;
  }
  .blog_layout .blog-eye img {
    height: 100px;
  }
}
/* ========== end △ */
.pagenavi {
  width: 600px;
  margin: 80px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pagenavi .pagelink {
  display: flex;
}
.pagenavi .pagelink a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #005CA6;
  text-decoration: none;
  box-sizing: border-box;
  margin-right: .5em;
  color: #005CA6;
}
.pagenavi .pagelink .current {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background: #005CA6;
  margin-right: 10px;
  color: #fff;
}
.pagenavi .previouspostslink {
  position: relative;
}
.pagenavi .previouspostslink:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 8px;
  border-top: 2px solid #005CA6;
  border-left: 2px solid #005CA6;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.pagenavi .nextpostslink {
  position: relative;
}
.pagenavi .nextpostslink:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 8px;
  border-top: 2px solid #005CA6;
  border-right: 2px solid #005CA6;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .pagenavi {
    width: 90%;
    margin: 50px auto 0;
  }
  .pagenavi .pagelink a {
    width: 30px;
    height: 30px;
  }
  .pagenavi .pagelink .current {
    width: 30px;
    height: 30px;
  }
}
/* ========== end △ */
.aside_area {
  width: calc(100% - 80%);
}
/* ▽ TAB-SP layout ========== */
@media only screen and (max-width: 1023px) {
  .aside_area {
    width: 100%;
    margin: 80px auto 0;
  }
}
/* ========== end △ */
.aside-box:nth-child(n+2) {
  margin-top: 50px;
}
.aside-ttl {
  font-size: 2.0rem;
  border-bottom: 1px solid;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.aside li a {
  display: block;
  padding: 5px 0;
  font-size: 1.4rem;
  position: relative;
}
.aside li a:before {
  content: "";
  position: absolute;
  top: 11px;
  right: 5px;
  width: 5px;
  height: 5px;
  border-top: 2px solid #000000;
  border-right: 2px solid #000000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .aside {
    margin-top: 50px;
  }
  .aside-box:nth-child(n+2) {
    margin-top: 30px;
  }
  .aside-ttl {
    font-size: 1.6rem;
    padding-bottom: 5px;
    margin-bottom: 5px;
  }
}
/* ========== end △ */
.singlepage {
  display: block !important;
}
.singlepage .blog-cate p, .singlepage .blog-term {
  position: static;
}
.singlepage-ttl {
  border-bottom: 1px dotted;
  padding-bottom: 20px;
  margin: 10px 0 30px;
}
.singlepage-btn {
  text-align: right;
  margin-right: 30px;
}
.singlepage a {
  display: inline-block;
  text-decoration: underline;
  position: relative;
  margin-top: 50px;
}
.singlepage a:before {
  content: "";
  position: absolute;
  top: 7px;
  right: -16px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 10;
}
.singlepage a:after {
  content: "";
  position: absolute;
  top: 0;
  right: -25px;
  width: 20px;
  height: 20px;
  background: #000000;
  border-radius: 50%;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .singlepage {
    padding: 10px 10px 50px;
  }
}
/* ========== end △ */
.single h2 {
  background: #BDE2FF;
  color: #005CA6;
  border-bottom: 4px solid #005CA6;
  padding: 15px;
  font-size: 2.0rem;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .single h2 {
    padding: 10px;
    font-size: 1.6rem;
  }
}
/* ========== end △ */
.single h3 {
  border-left: 7px solid #005CA6;
  color: #005CA6;
  font-size: 2.0rem;
  padding: 5px 20px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .single h3 {
    border-left: 5px solid #005CA6;
    font-size: 1.6rem;
    padding: 5px 15px;
  }
}
/* ========== end △ */
