@charset "utf-8";
/*
Theme Name: hana_template
Theme URI: /deai/
Description: 司法書士法人・行政書士 Hana法務事務所 オリジナルテーマ
Version: 1.0
Author: NJS
*/

.btn-square, a {
  text-decoration: none
}
ol li, p, ul li {
  color: #000
}
*, :after, :before {
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box
}
article, aside, details, figcaption, figure, footer,
header, nav, section, summary {
  display: block
}
[hidden] {
  display: none
}
a, body, dd, div, dl, dt, em, figure, footer, form,
h1, h2, h3, h4, h5, h6, header, html,
iframe, img, label, li, menu, nav, ol, p,
section, span, table, td, th, tr, ul {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: 400;
  font-size: 100%;
  vertical-align: bottom
}
body, html {
  width: 100%;
  height: 100%
}
body {
  background: url(images/bg_yellow.png);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  font-family: "MS Gothic","Hiragino Kaku Gothic ProN","Arial","Meiryo","Yu Gothic","IPA Mincho",serif;
}
ol, ul {
  list-style: none
}
ol li, ul li {
  font-size: 14px;
  letter-spacing: 1px
}
a {
  font-size: inherit;
  -webkit-font-smoothing: subpixel-antialiased;
  color: #908575;
  font-weight: 700;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out
}
a:focus {
  outline: 0
}
.both {
  clear: both
}
.inline_block {
  display: inline-block
}
.last {
  margin-right: 0 !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  border: none !important
}
.clear {
  clear: both
}
.center {
  text-align: center
}
.widthfix {
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box
}
.inner, .inner_in {
  margin: 0 auto;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box
}
.all {
  overflow: hidden
}
.wrapper {
  width: 100%;
  margin: 0 auto;
  position: relative
}
p {
  font-size: 16px;
  line-height: 1.8;
  text-align: justify;
  letter-spacing: 2px
}
.bg_color {
  background: #000435
}
.bg_color2 {
  background: #EDF0F5;
padding-bottom: 10px;
}
.bg_color3 {
  background: #eaeaea
}
.bg_color4 {
  background: #eaeaea
}
.bg_color5 {
  background: #ffffc1
}
.cont {
  clear: both;
  padding: 50px 0
}
.inner {
  position: relative;
  width: 95%
}
.mb30 {
  margin-bottom: 30px !important;
}
/* .mb40 {
  margin-bottom: 40px !important;
} */
.mb50 {
  margin-bottom: 50px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.mb80 {
  margin-bottom: 80px !important;
}

@media screen and (max-width:480px) {
  .pc_only {
    display: none !important
  }
  img.stretch {
    width: 100%;
    height: auto;
  }
  img.stretch90 {
    width: 90%;
    height: auto;
  }
  .mb40 {
    margin-bottom: 20px !important;
  }
  .mb50 {
    margin-bottom: 30px !important;
  }
  .mb60 {
    margin-bottom: 25px !important;
  }
  .mb80 {
    margin-bottom: 70px !important;
  }
}
@media screen and (min-width:481px) {
  .sp_only {
    display: none !important
  }
  body {
      min-width: 1024px
  }
  .inner {
    width: 920px
  }
  .ie8 a:hover {
      -ms-filter:"alpha(opacity=75)"
  }
  a[href^="tel:"] {
    pointer-events: none
  }
  a {
    pointer-events: auto
  }
  a:active, a:hover {
    outline: 0;
    -webkit-font-smoothing: subpixel-antialiased
  }
  a:hover {
    text-decoration: none
  }
  .right {
    float: right
  }
  .col2, .col3, .col4, .left {
    float: left
  }
  .center {
    text-align: center;
    display: block;
    margin: 0 auto;
    overflow: hidden
  }
  .col1 {
    width: 100%
  }
  .col2 {
    width: calc(100% / 2)
  }
  .col3 {
    width: calc(100% / 3)
  }
  .col4 {
    width: calc(100% / 4)
  }
}



#header {
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 9999
}
#header_f {
  background: #000435;
  border-bottom: solid 6px #000;
  position: relative;
  height: 75px;
  z-index: 1003;
  top: 0
}
#header_logo {
  position: absolute;
  left: 15px;
  top: 15px
}
#header_nav {
  float: right;
  text-align: right;
  overflow: hidden;
}
.nav_block {
  float: left;
}
.nav_title {
  position: relative;
  display: block;
  cursor:pointer;
  text-align: center
}
#footer .copyright {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
	color: #fff;
}
@media screen and (max-width:480px) {
  .cont {
    padding: 35px 0;
  }
  #header, #header_f {
    height: 63px;
    border-bottom: solid 3px #000;
  }
  #header_logo {
    top: 3px;
    left: 9px;
  }
  #footer .copyright {
    font-size: 14px;
		color: #fff;
  }
}
@media screen and (min-width:481px) {
  #header_nav {
    margin-right: 10px;
  }
  .nav_block {
    padding-top: 5px;
  }
  .nav_block.item01 {
    padding-top: 11px;
  }
  .nav_block.item02 {
    padding-right: 6px;
    padding-left: 20px;
  }
}
#mainvisual {
  margin-top: 52px;
	margin-bottom: -25px;
}
#mainvisual img {
  width: 100%;
  height: auto
}
@media screen and (max-width:480px) {
  #mainvisual {
    margin-top: 40px;
	  margin-bottom: 0px;
  }
}
.caution {
  background: #000435;
  overflow: hidden;
}
.caution p.txt {
  color: #fff;
  font-weight: bold;
  font-size: 30px;
  line-height: 50px;
  padding-left: 30px;
  padding-top: 6px;
}
.caution .item-box {
  padding: 50px 55px;
}
.caution .item-box p.txt {
  color: #000;
  font-size: 22px;
  line-height: 42px;
  padding: 0
}
.caution.caution02 .left p.txt {
  padding-top: 11px;
}
@media screen and (max-width:480px) {
  .caution .inner {
    width: 90%;
  }
  .caution .left {
    float: none;
    text-align: center;
  }
  .caution .left img {
    width: 90px;
    height: auto;
  }
  .caution p.txt {
    font-size: 20px;
    line-height: 34px;
    padding-left: 0;
    padding-top: 25px;
    text-align: left;
  }
  .caution .item-box {
    padding: 30px 35px;
  }
  .caution .item-box p.txt {
    font-size: 16px;
    line-height: 32px;
  }
  .caution.caution02 .left p.txt {
    padding-top: 27px;
    text-align: center;
  }
  .caution.caution02 .left {
    text-align: center;
  }
}
.ttl01 {
  margin-bottom: 85px;
  text-align: center;
}
.ttl01 p {
  background: url(images/ud.png) repeat-x 100% 100%;
  padding-bottom: 20px;
  background-size: 38px 12px;
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  line-height: 56px;
  display: inline-block;
}
.ttl02 {
  margin-bottom: 50px;
  text-align: center;
}
.ttl02 p {
/*   font-family: "MS PMincho",Arial,"Hiragino Mincho Pro","IPA Mincho",serif; */
	font-family: "MS Gothic","Hiragino Kaku Gothic ProN","Arial","Meiryo","Yu Gothic","IPA Mincho",serif;
  font-weight: 700;
  font-style: normal;
  background:linear-gradient(transparent 65%, #fcfb03 0%);
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  line-height: 52px;
  display: inline;
  padding-bottom: 4px;
}
.ttl03 {
  background: #e4007f;
  border-radius: 10px;
  border: solid 5px #000;
  margin-bottom: 40px;
  text-align: center;
  padding: 10px 0;
}
.ttl03 p {
/*   font-family: "MS PMincho",Arial,"Hiragino Mincho Pro","IPA Mincho",serif; */
	font-family: "MS Gothic","Hiragino Kaku Gothic ProN","Arial","Meiryo","Yu Gothic","IPA Mincho",serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  line-height: 52px;
  display: inline-block;
  color: #fff
}
.ttl04 {
  background: #e56641;
  padding: 30px;
  position: relative;
}
.ttl04::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #e56641;
}
.ttl04 p {
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}
.ttl05 {
  text-align: center;
  margin-bottom: 50px
}
.ttl05 p {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
	color: #fff;
}
p.txt {
  font-size: 20px;
  font-weight: bold;
}
p.txt span {
  color: #e4007f;
  font-weight: bold;

}
p.com {
  font-size: 22px;
  font-weight: bold;
  position: relative;
  margin-left: 24px;
  text-align: center;
}
p.com::before {
  content: "※";
  position: absolute;
  margin-left: -24px;
  margin-top: -3px;
}
@media screen and (max-width:480px) {
  .ttl01 p {
    font-size: 26px;
    line-height: 42px;
    background-size: 26px 8px;
  }
  .ttl02 {
    margin-bottom: 30px;
  }
  .ttl02 p {
    background: linear-gradient(transparent 60%, #ffe238 0%);
    font-size: 24px;
    line-height: 38px;
    padding-bottom: 5px;
  }
  .ttl03 {
    margin-bottom: 20px;
  }
  .ttl03 p {
    font-size: 24px;
    line-height: 34px;
  }
  .ttl04 p {
    font-size: 26px;
  }
  .ttl05 {
    margin-bottom: 20px;
  }
  .ttl05 p {
    font-size: 24px;
  }
  p.com {
    font-size: 16px;
    text-align: left;
    line-height: 26px;
  }
  p.com::before {
    margin-left: -17px;
    margin-top: -2px;
  }
}
.item-box {
  background: #fff;
  border-radius: 10px;
  border: solid 5px #000;
  position: relative;
  padding: 70px 95px 60px;
}
.item-box .circle {
  background: #fcfb03;
  border-radius: 75px;
  width: 145px;
  height: 145px;
  border: solid 5px #000;
  position: absolute;
  top: -55px;
  left: 50px;
}
.item-box .circle p {
/*   font-family: "MS PMincho",Arial,"Hiragino Mincho Pro","IPA Mincho",serif; */
	font-family: "MS Gothic","Hiragino Kaku Gothic ProN","Arial","Meiryo","Yu Gothic","IPA Mincho",serif;
  font-weight: 700;
  font-style: normal;
  font-size: 26px;
  line-height: 34px;
  text-align: center;
  padding-top: 39px;
  padding-left: 2px;
}
.item-box .txt-box {
  overflow: hidden;
}
@media screen and (max-width:480px) {
  .item-box .circle {
    width: 110px;
    height: 110px;
    left: 20px;
  }
  .item-box .circle p {
    font-size: 18px;
    line-height: 24px;
    padding-top: 30px;
  }
}
.main-cta {
  position: relative;
  overflow: visible;
  padding-top: 65px;
}
.main-cta .ttl.pre {
  position: absolute;
  margin-left: 40px;
  margin-top: -65px;
}
.main-cta .ttl.post {
  position: relative;
  margin-bottom: 70px;
}
.main-cta ul {
  overflow: hidden;
  margin-bottom: 70px;
}
.main-cta ul li {
  background: #fff;
  border-radius: 10px;
  border: solid 4px #000;
  padding: 18px 26px;
  font-size: 18px;
  font-weight: bold;
  margin-right: 12px;
  float: left;
}
.main-cta ul li:last-child {
  margin-right: 0;
}
.main-cta .tel {
  margin-bottom: 60px;
}
.main-cta .container {
  overflow: hidden;
  padding-bottom: 40px;
}
@media screen and (max-width:480px) {
  .main-cta {
    padding-top: 52px;
  }
  .main-cta .ttl.pre {
    margin-left: 0;
    margin-top: -52px;
  }
  .main-cta .ttl.pre img {
    width: 220px;
    height: auto;
  }
  .main-cta .ttl.post {
    margin-bottom: 30px;
  }
  .main-cta .ttl.post img {
    width: 320px;
    height: auto;
  }
  .main-cta ul {
    margin-bottom: 30px;
  }
  .main-cta ul li {
    border: solid 3px #000;
    padding: 16px;
    font-size: 14px;
    margin-right: 5px;
    margin-bottom: 5px;
    width: 49.3%;
  }
  .main-cta ul li:nth-child(even) {
    margin-right: 0;
  }
  .main-cta .container {
    padding-bottom: 30px;
  }
  .main-cta .tel {
    margin-bottom: 30px;
  }
  .main-cta .mail {
    margin-bottom: 15px;
  }
  .main-cta .prof p {
    font-size: 10px;
    text-align: center;
  }
  .main-cta .container {
    padding-bottom: 30px;
  }
}
@media screen and (min-width:481px) {
  .main-cta .tel {
    margin-left: 30px;
    text-align: left;
  }
  .main-cta .container .mail,
  .main-cta .container .line {
    float: left;
  }
  .main-cta .container .mail {
    margin-right: 13px;
  }
  .main-cta .prof {
    position: absolute;
    right: -90px;
    bottom: 0;
    z-index: -1;
  }
}
#section02 .item-box {
  padding: 70px 75px 60px;
}
#section02 p.txt {
  font-size: 22px;
  line-height: 52px;
}
#section02 .item-box .circle p {
  padding-top: 29px;
  padding-left: 4px;
}
@media screen and (max-width:480px) {
  #section02 .ttl01 p {
    font-size: 24px;
    line-height: 40px;
  }
  #section02 .item-box {
    padding: 70px 25px 25px;
  }
  #section02 .item-box .left {
    text-align: center;
  }
  #section02 .item-box .left img {
    width: 200px;
    height: auto;
  }
  #section02 p.txt {
    font-size: 18px;
    line-height: 32px;
    margin-top: 25px;
    padding: 0 10px;
  }
  #section02 .item-box .circle p {
    padding-top: 25px;
    padding-left: 3px;
  }
}
@media screen and (min-width:481px) {
  #section02 p.txt {
    padding-top: 35px;
	  padding-left: 50px;
	  text-align:center;
  }
}
#section03 .item-box p.txt {
  font-size: 18px;
  font-weight: normal;
  line-height: 34px;
}
@media screen and (max-width:480px) {
  #section03 .mb40 {
      margin-bottom: -20px !important;
  }
  #section03 .item-box {
    padding: 75px 30px 25px;
  }
  #section03 .item-box p.txt {
    font-size: 14px;
    line-height: 26px;
  }
}
#section04 .item-box p.txt {
  font-size: 18px;
  font-weight: normal;
  line-height: 34px;
}
#section04 .item-box .circle p {
  padding-top: 51px;
}
@media screen and (max-width:480px) {
  #section04 .item-box {
    padding: 75px 30px 25px;
  }
  #section04 .item-box .circle p {
    padding-top: 38px;
  }
  #section04 .item-box p.txt {
    font-size: 14px;
    line-height: 26px;
  }
}
#section05 ul li.item-box p.txt {
  font-size: 13px;
  font-weight: normal;
  line-height: 26px;
  letter-spacing: 1px;
}
#section05 ul li.item-box .circle {
  width: 110px;
  height: 110px;
}
#section05 ul li.item-box:nth-child(5) .circle {
  background: #e4007f;
  right: 0;
  left: 0;
  margin: 0 auto;
}
#section05 ul li.item-box .circle p {
  padding-top: 35px;
  font-size: 22px;
}
#section05 ul li.item-box:nth-child(5) .circle p {
  color: #fff
}
#section05 ul li.item-box .ttl02 {
  margin-bottom: 20px;
}
#section05 ul li.item-box .ttl02 p {
  font-size: 20px;
}
@media screen and (max-width:480px) {
  #section05 .ttl01 {
    margin-bottom: 75px;
  }
  #section05 ul li.item-box {
    padding: 75px 30px 25px;
    margin-bottom: 70px;
  }
  #section05 ul li.item-box .circle {
    right: 0;
    left: 0;
    margin: 0 auto;
  }
  #section05 ul li.item-box .circle p {
    padding-top: 38px;
  }
  #section05 ul li.item-box .center {
    text-align: left;
  }
  #section05 ul li.item-box .img {
    text-align: center;
    margin: 15px auto -30px;
  }
}
@media screen and (min-width:481px) {
  #section05 ul li.item-box {
    display: inline-block;
    width: 217px;
    padding: 70px 15px 20px;
    margin-right: 8px;
    margin-bottom: 80px;
    min-height: 303px;
  }
  #section05 ul li.item-box:nth-child(4) {
    margin-right: 0
  }
  #section05 ul li.item-box:nth-child(5) {
    width: 100%;
    padding: 70px 15px 20px;
    margin-bottom: 0;
  }
  #section05 ul li.item-box .img {
    position: absolute;
    bottom: -5px;
    right: 60px;
  }
}
#section06 {
  padding-top: 80px;
}
#section06 .ttl01 p {
  font-family: fot-tsukubrdgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 42px;
}
#section06 .ttl01 {
  margin-bottom: 50px;
}
#section06 .item-box p.txt {
  font-size: 18px;
  font-weight: normal;
  line-height: 34px;
}
#section06 .item-box .circle p {
  padding-top: 51px;
}
#section06 .name {
  margin-top: 35px;
}
#section06 .name p {
  font-family: fot-tsukubrdgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 32px;
  line-height: 48px;
  text-align: right;
}
@media screen and (max-width:480px) {
  #section06 .ttl01 {
    margin-bottom: 30px;
  }
  #section06 .ttl01 p {
    font-size: 24px;
  }
  #section06 .item-box {
    padding: 75px 30px 25px;
  }
  #section06 .item-box .circle p {
      padding-top: 38px;
  }
  #section06 .item-box p.txt {
    font-size: 14px;
    font-weight: normal;
    line-height: 26px;
  }
  #section06 .name {
    margin-top: 25px;
  }
  #section06 .name p {
    font-size: 22px;
    line-height: 34px;
  }
}
#company dl {
  overflow: hidden;
}
#company dl dt {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
}
#company dl dt:last-child {
  margin-bottom: 0;
}
#company dl dd {
  font-size: 24px;
	color: #fff;
}
@media screen and (max-width:480px) {
  #company dl {
    width: 90%;
    margin: 0 auto;
  }
  #company dl dt {
    font-size: 20px;
    margin-bottom: 10px;
		color: #fff;
  }
  #company dl dd {
    font-size: 18px;
    margin-bottom: 30px;
  }
  #company dl dd:last-child {
    margin-bottom: 0;
  }
}
@media screen and (min-width:481px) {
  #company dl dt {
    width: 220px;
    float: left;
    clear: both;
	  color: #fff;
  }
  #company dl dd {
    width: calc(100% - 220px);
    float: left;
  }
}
#contact .form {
  position: relative;
  text-align: left;
  background: #fff;
  width: 95%;
  margin: 45px auto;
/*   padding: 35px 50px; */
	padding: 62px 50px;
  max-width: 690px;
  border-radius: 10px;
  border: solid 5px #000;
}
#contact .form p.comment {
  width: 100%;
  font-size: 12px;
  text-indent: -1em;
  margin-left: 1em;
  line-height: 1.5;
  margin-bottom: 10px;
  margin-top: -15px;
  padding-right: 10px;
}
#contact .label {
  font-weight: bold;
  margin-bottom: 25px;
}
.required::before {
  content: "必須";
  font-weight: bold;
  background: #C72D41;
  color: #fff;
  font-size: 10px;
  padding: 3px 6px 3px 6px;
  border-radius: 5px;
  margin-right: 10px;
  vertical-align: baseline;
}
.any::before {
  content: "任意";
  font-weight: bold;
  background: #5194E9;
  color: #fff;
  font-size: 10px;
  padding: 3px 6px 3px 6px;
  border-radius: 5px;
  margin-right: 10px;
  vertical-align: baseline;
}
span.wpcf7-list-item {
  margin: 0 !important;
  display: block !important;
  position: relative;
  height: 30px;
}
.wpcf7-form-control-wrap {
  margin-top: 15px;
  display: block;
}
.wpcf7-list-item-label {
    padding-left: 40px;
/*     line-height: 11px; */
	 line-height: 25px;
}
input, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 14px;
  color: #212121;
  letter-spacing: 1px;
  padding: 20px;
  border-radius: 10px;
  border: none;
  background-color: #E4E4E4;
  width: 100%;
}
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 1em;
  text-decoration: none;
  background: #E56641;
  color: #FFF;
  border-bottom: solid 5px #AA4E34;
  border-radius: 10px;
  font-size: 16px;
  letter-spacing: 2px;
  font-weight: bold;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  display: block;
  width: 80%;
  margin: 30px auto -28px;
  max-width: 260px;
}
input[type="radio"] {
  width: auto !important;
  margin-bottom: -5px;
  padding: 10px;
  position: absolute;
  left: 0;
  border-radius: 5px;
}
input[type="radio"]:checked{
  background: url(images/check.svg)no-repeat #E4E4E4;
  background-position: 2px 4px;
  background-size: 17px 13px;
}
@media screen and (max-width:480px) {
  #contact .form {
      width: 95%;
/*       padding: 30px 25px; */
		padding: 60px 25px;
  }
  #contact .label {
      font-size: 14px;
  }
}
.thanks #section01 {
  padding-top: 115px;
  padding-bottom: 44px;
}
.thanks #section01 .item-box {
  padding: 60px 95px 60px;
}
@media screen and (max-width:480px) {
  .thanks #section01 {
    padding-top: 70px;
  }
  .thanks #section01 .item-box {
    padding: 35px;
  }
  .thanks #section01 .item-box p.txt {
    font-size: 16px;
  }
}


/* ----------------------------------------------
  success-content
---------------------------------------------- */
.success-content {
  padding: 20px 0 85px;
}
.success-content .bgWave {
	clip-path: url(#clipshape1);
  width: 100vw;
  position: absolute;
  top: -4.1vw;
}
.success-content .bgWave .bgDots-BLUE {
	width: 100vw;
	height: 4.178vw;
}
.success-content .inner {
  max-width: 890px;
}
.success-content .title img {
  width: min(100%,898px);
  height: auto;
  margin: 0 auto 32px;
}
.success-content ul li {
  margin-bottom: 55px;
}
.success-content ul li:last-child {
  margin-bottom: 0;
}
.success-content .head {
  position: relative;
  background: #fcfb03;
  text-align: center;
  padding: 15px;
  margin-bottom: 50px;
}
.success-content .head::before {
  content: "";
  height: 0;
  width: 0;
  border: solid;
  border-color: rgba(0, 0, 0, 0);
  border-top-color: #fcfb03;
  border-width: 27px 40px 0px 0px;
  position: absolute;
  bottom: -26px;
  left: 87px;
}
.success-content .flexItem {
  display: flex;
  align-items: center;
  gap: 25px 50px;
}
.success-content .name {
  display: flex;
  gap: 0 10px;
  margin-bottom: 29px;
}
.success-content .name span {
  position: relative;
  line-height: 1;
  color: #000;
  font-weight: 600;
  font-size: 25px;
}
.success-content .name span::before {
  content: "";
  background: #000;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: -6px;
}
.success-content .text p {
  color: #000;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.666em;
}
@media screen and (min-width: 960px) {
  .success-content .head {
    display: flex;
    justify-content: center;
    align-items: end;
    gap: 0 25px;
  }
  .success-content .head span:nth-of-type(2) {
    margin-bottom: -5px;
  }
}
@media screen and (max-width: 959px) {
  .success-content .head {
    padding: 18px;
  }
  .success-content .head span {
    display: block;
  }
  .success-content .head span:nth-of-type(1) img {
    height: 31px;
    width: auto;
  }
  .success-content .head span:nth-of-type(2) {
    margin: 12px 0 9px;
  }
  .success-content .head span:nth-of-type(2) img {
    height: 35px;
    width: auto;
  }
  .success-content .head span:nth-of-type(3) img {
    height: 23px;
    width: auto;
  }
  .success-content .name {
    justify-content: center;
  }
  .success-content .name span {
    font-size: 22px;
  }
  .success-content .flexItem {
    flex-direction: column-reverse;
  }
  .success-content .text p {
    font-size: 16px;
    padding: 0 4.5%;
  }
}
@media screen and (max-width: 599px) {
  .success-content {
    padding-bottom: 0px;
  }
  .success-content .bgWave {
  	clip-path: url(#clipshape2);
    width: 100vw;
    top: -9.23vw;
  }
  .success-content .bgWave .bgDots-BLUE {
  	height: 9.29vw;
  }
  .success-content .title img {
    max-width: 313px;
    margin-bottom: 24px;
  }
}

/* 記事ページ専用スタイル */
.single-article #article {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
  background-color: #FFFFFF;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.single-article .article-ttl {
  font-size: 24px;
	padding-top: 70px;
  margin-bottom: 30px;
  color: #47A8C3;
}

/* 中略: 他のスタイルも同様に更新 */

.single-article .article-block {
  background-color: #FFFFFF;
  padding: 20px;
  margin-bottom: 30px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

@media (max-width: 768px) {
  .single-article #article {
    padding: 15px;
  }

  .single-article .article-ttl {
    font-size: 20px;
	 　padding-top：　７０ｐｘ；
	　　padding-bottom：　1０ｐｘ；
  }

  /* 中略: メディアクエリ内のスタイルも同様に更新 */
}

/* 記事投稿のテーブルスタイル */
.article-table {
    border: 1px solid #ddd;
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 2em;
}

.article-table th,
.article-table td {
    padding: 10px;
    border: 1px solid #ddd;
}

.article-table th {
    background-color: #f5f5f5;
}

@media screen and (min-width: 600px) {
    .article-table th {
        width: 20%;
    }

    .article-table td {
        width: 80%;
    }
}

.whatsnew h1 {
    text-align: center;
    font-size: 30px;
    margin: 20px;
}