@charset "utf-8";
/* CSS Document */
@import url("style.css");
body {
  margin: 0;
  padding: 0;
}
#wrap {
  width: 100%;
}
.wrapper {
  width: 100%;
}
p {
  font-size: 15px;
  line-height: 1.7;
}
#menubar01 {
  display: none;
}
.head-wrap .lang-en {
  display: none;
}
/* ===================
改行
====================== */
.pc-br {
  display: none;
}
.sp-br {
  display: block;
}
/* ===================
 ヘッダー関連 sp
====================== */
#menubar01 {
  display: none;
}
#header {
  position: fixed;
  width: 100%;
  margin: 0;
  padding: 0;
  background: url("../img/header_bg.png") no-repeat;
  background-position: center;
  background-size: cover;
  height: 80px;
  background-color: #fff;
  z-index: 5000;
}
.head-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 25px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
}
.head-wrap .btn-lead {
  display: block;
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
  background-color: aqua;
}
.head-logo {
  width: 50%;
}
.head-logo img {
  display: block;
  width: 100%;
  max-width: 300px;
}
/***3列め***/
.tel-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #89c125;
  margin-right: 12%;
}
.tel-icon p {
  display: none;
}
.tel-icon i {
  color: #fff;
  padding: 5px;
}
.tel-icon span {
  display: none;
}
/* ===================
 ハンバーガー
====================== */
#hamburger {
  width: 15%;
  display: block;
  margin: 0px 0 0 0px;
  z-index: 2000
}
#hamburger ul {
  height: 1000px;
  overflow: scroll;
  -webkit-overflow-scrolling: 100%;
}
.inmenu input {
  display: none;
}
button {
  border: none;
  background: none;
  outline: none;
}
a:hover, a img:hover, label img:hover {
  opacity: 0.8;
}
.inmenu, .inmenu span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.inmenu {
  position: fixed;
  top: 28px;
  right: 22px;
  height: 22px;
  z-index: 10;
  width: 36px;
}
.inmenu span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  z-index: 10;
}
.inmenu span:nth-of-type(1) {
  top: -5px;
  background-color: #fb4b4c;
}
.inmenu span:nth-of-type(2) {
  top: 6px;
  background-color: #fb4b4c;
}
.inmenu span:nth-of-type(3) {
  bottom: 4px;
  background-color: #fb4b4c;
}
.inmenu.active span:nth-of-type(1) {
  transform: translateY(10px) rotate(45deg);
}
.inmenu.active span:nth-of-type(2) {
  opacity: 0;
}
.inmenu.active span:nth-of-type(3) {
  transform: translateY(-10px) rotate(-45deg);
}
/*------*/
.hammenu {
  height: 156px;
  width: 50px;
  margin-top: 0.3em;
  position: absolute;
  z-index: 1000;
  right: 15px;
  top: 10px;
  color: #fff;
  font-size: 12px;
}
.menu_text {
  font-size: 12px;
  color: #fb4b4c;
  position: absolute;
  bottom: -10%;
}
/*------*/
#nav {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  width: 100%;
  height: 100vh;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.95);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  margin-top: 80px;
  padding-top: 50px;
}
#nav.active {
  right: 0;
  opacity: 1;
  transform: translateX(0);
  visibility: visible;
  margin-top: 80px;
  /*padding-top: 50px;*/
overflow:auto;
-webkit-overflow-scrolling: touch;
}
#nav ul {
  /*  padding: 50px 0 100px;*/
}
#nav ul li {
  list-style-type: none;
}
#nav ul li a {
  display: block;
  padding: 0.5em;
  transition: all 0.2s ease-in-out;
  text-align: left;
  text-decoration: none;
  color: #342009;
  list-style-type: none;
}
ul.dl-menu {
  padding: 0px;
  margin: 0px 0 0 0;
  width: 100%;
  height: 100%;
}
ul.dl-menu li {
  list-style-type: none;
  /*float: left;*/
  width: 95%;
  border-bottom: dotted 1px #fb4b4c;
  box-sizing: border-box;
  margin-bottom: 20px;
  margin-top: 20px;
}
ul.dl-menu li {
  margin-top: 10px;
}
ul.dl-menu li {
  margin-right: 8px;
  margin-left: 8px;
  border-left: 1px solid #fb4b4c;
}
.accbox {
  margin: 0;
  padding: 0.5em;
  width: 100%;
}
/*ラベル*/
.accbox label {
  padding: 0.5em;
  color: #342009;
  cursor: pointer;
  transition: all 0.5s;
  font-size: 15px;
  line-height: 20px;
  font-weight: 300;
  display: block;
  text-align: left;
}
/*ラベルホバー時*/
.accbox label:hover {
  background-color: #fff
}
/*チェックは隠す*/
.accbox input {
  display: none;
}
/*中身を非表示にしておく*/
.accbox .accshow {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.8s;
}
/*クリックで中身表示*/
.cssacc:checked + .accshow {
  height: auto;
  padding: 5px;
  opacity: 1;
}
#sample01 {
  padding: 0;
  margin: 0;
  width: 100%;
  height: auto;
}
#sample01 p {
  text-align: left;
  font-size: 15px;
  color: #fff;
  margin: 2px 0;
  border-left: solid #fb4b4c 5px;
}
#sample01 a {
  list-style-type: none;
  width: 100%;
  margin: 5px 0;
  padding: 2px 0;
  border-left: none;
  font-size: 14px;
  background-color: #fff;
}
#sample01 p:nth-child(2) {
  margin: 2px
}
.locked {
  overflow-y: hidden;
}
/*-----hamburger_set_end-----*/
/* ===================
ブロック要素
====================== */
.lay-block {
  width: 100%;
  position: relative;
  text-align: center;
  margin: 0 auto;
  padding-top: 3rem;
}
.lay-block-10 {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}
.lay-block-11 {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}
.lay-block-12 {
  width: 96%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.lay-block-top {
  width: 100%;
  position: relative;
  text-align: center;
  padding-top: 5rem;
}
.lay-block-page {
  width: 100%;
  position: relative;
  text-align: center;
  margin: 0 auto;
  padding-top: 3.5rem;
}
.lay-block-bottom {
  width: 100%;
}
/* ===================
 見出し
====================== */
.content-ttl {}
.content-ttl h2 {
  padding: 0.5em 0;
  border-bottom: solid 3px black;
}
/* ===================
 ボタン
====================== */
.btn {
  width: 15%;
  display: inline-block;
  padding: 0.5em;
  font-weight: 400;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none !important;
  font-size: 1.5rem;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  text-align: center;
  background-color: #1470a9;
  margin: 1em;
  border-radius: 10px;
}
.btn a {
  color: #fff !important;
  font-size: 1.5rem;
}
.btn:hover {
  opacity: 0.8;
}
.btn-box {
  width: 100%;
  text-align: center;
}
/* ===================
 フッターのリスト
====================== */
.footer-box {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 0.5em;
}
.footer-link {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.link-wrap {
  padding-left: 0;
  border-left: 1px solid #cacacb;
}
.link-wrap:first-of-type {
  width: 100%;
  border-style: none;
  margin: 0 auto 3em;
  padding-left: 0;
}
.link-wrap:not(:first-of-type) {
  width: calc(100% /2);
  border-style: none;
  margin-bottom: 1em;
}
.link-wrap li.office-info {
  padding: 0;
  font-size: 13px;
}
.link-wrap li.p-mark {
  margin-top: 20px;
  margin-left: 100%;
}
.link-wrap .footer-logo {
  text-align: center;
}
.link-wrap .footer-logo a img {
  width: 70%;
  margin: 0 auto;
}
.link-wrap ul {
  padding-left: 0;
}
.link-wrap ul li {
  width: 100%;
  list-style: none;
}
.link-wrap li {
  width: 100%;
  color: #000;
  list-style: none;
  padding: 0.5em 0;
  text-align: center;
}
.link-wrap li:not(:first-of-type) {
  padding-left: 0;
  text-align: center;
}
.link-wrap a {
  color: #000;
  font-size: 3.73vw;
}
.office-info a {
  font-size: 13px;
}
.copy {
  font-size: 0.7em;
  color: #000;
  text-align: center;
  margin: 3em 0 1em 0;
  padding: 20px 0;
  padding-bottom: 15px;
}
/* ===================
 ニュース
====================== */
.news-wrap {
  width: 100%;
  margin: 5em auto;
}
.news-ttl {
  width: 100%;
  margin: 5em auto;
  position: absolute;
  top: -130px;
  left: 0;
  right: 0;
}
.news-ttl h2 {
  font-size: 30px;
  color: #154995;
}
.news-box {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
}
/*news のtable*/
table.table-news {
  width: 100%;
  text-align: left;
  border-collapse: collapse;
  margin: 1em auto 0;
}
table.table-news th {
  width: 26%;
  border-bottom: 0px #333 solid;
  line-height: 180%;
  text-align: left;
  vertical-align: middle;
  color: #000;
  font-size: 15px;
  font-weight: normal;
  display: inline-block;
  padding: 0 0 0 1em;
}
table.table-news td {
  width: 100%;
  display: block;
  padding: 1em;
  border-bottom: 1px #333 solid;
  line-height: 180%;
  text-align: left;
  vertical-align: middle;
  color: #000;
  font-size: 15px;
  font-weight: normal;
  margin-bottom: 1.5em;
}
table.table-news th span {
  display: inline-block;
  width: 80px;
  font-size: 10px;
  text-align: center;
  border: 1px solid #154995;
}
table.table-news tr th a, table.table-news tr td a {
  text-decoration: none;
  color: #333;
}
.news-archive {
  color: #fff;
  background-color: #154995;
  padding: 10px;
  width: 260px;
  display: block;
  margin: 0 auto 3.5em;
}
/* ===================
 グーグルマップ
====================== */
.access-wrap {
  width: 100%;
  margin: 0 auto 3em;
}
.map-box {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto 1em;
  text-align: center;
}
.gmap {
  max-width: 1100px;
  width: 100%;
  height: 380px;
  position: relative;
  margin: 0 auto;
}
.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.clone-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.is-show {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
/* ===================
 フォーム関連
====================== */
input, select {
  border: solid 1px #CCC;
  background-color: #FFFFFF;
  color: #333333;
  padding: 0.5em;
  margin: 0.5em;
  height: 2.5em;
  cursor: pointer;
  vertical-align: middle;
}
textarea {
  border: solid 1px #CCC;
  background-color: #FFFFFF;
  color: #333333;
  padding: 0.5em;
  margin: 0.5em;
}
input#submit_button {
  width: 18%;
  cursor: pointer;
}
input#reset_button {
  width: 18%;
  cursor: pointer;
}
.hissu {
  text-align: center;
  font-size: 12px;
  line-height: 140%;
  color: #FFF;
  background-color: #D8070B;
  display: inline-block;
  padding: 5px;
  margin: 0px 0 0 10px;
}
/* ===================
 ページトップへ
====================== */
#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 10px;
  bottom: 10px;
  background: #89898a;
  opacity: 0.8;
  border-radius: 50%;
}
#page_top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before {
  font-family: FontAwesome;
  content: '\f106';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
/* ===================
　　封緘機
====================== */
/*共通タイトル*/
.page-ttl {
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-ttl_omakase {
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-ttl h2 {
  /*font-size: 4.53vw;*/
font-size:18px;
  /*margin: 0 0em;*/
  line-height: 1.5;
}
.mb-3 {
  margin-bottom: 3em;
}
.mb-4 {
  margin-bottom: 4em;
}
/*トップ*/
.top-img {
  position: relative;
}
.top-img::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  padding-top: 50%;
}
.top-wrap {
  width: 100%;
}
.top-wrap img:first-of-type {
  display: block;
  position: absolute;
  width: 90%;
  top: 15%;
  left: 50%;
  transform: translate(-50%, -15%);
}
.top-wrap img:last-of-type {
  display: block;
  position: absolute;
  bottom: -2%;
  left: 0%;
  padding: 0 8%;
}
.lead-img {
  width: 80%;
  padding: 2em;
  margin-bottom: 3em;
}
.lead-img img {
  width: 100%;
  max-width: 800px;
}
.lead-txt {
  padding: 0 1em;
  margin-bottom: 3em;
  font-size: 4vw;
}
.omakase {
  margin-bottom: 4em;
  padding-top: 2em;
}
.omakase-box {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1em;
  padding-top: 0em;
}
.omakae-item {
  margin-inline: auto;
  position: relative;
  width: calc(100% / 2 - 30px);
  margin: 15px;
}
.omakase-txt {
  width: 100%;
  color: #fff;
  font-size: 3.75vw;
  font-weight: 700;
  text-align: center;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.omakase-img img {
  display: block;
  width: 100%;
  height: auto;
}
.link-ttl {}
.link-ttl a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333;
}
.link-ttl p {
  /*font-size: 4.8vw;*/
font-size: 19px;
  font-weight: bold;
}
.circle-arrow {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #fb4b4c;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  margin: 0 0.4em;
}
.case-merit {}
.case-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 3em;
  padding: 1em;
padding-top: 0em;
}
.flex2025 {
width: 100%;
display: flex;
flex-wrap: wrap;
padding-top: 0em;
}
.flex2025waku{
margin-bottom: 3em;
padding: 1em;
}
.flex2025txt{
font-size: 4.0vw !important;
}
.atenaind{
text-align: left;
text-indent: -1em;
padding-left: 1em;
padding-left: 1.5em;
}
.case-item {
  width: calc(100% / 2 - 20px);
  margin: 10px;
  display: flex;
  align-items: stretch;
  flex-direction: column;
}
.case-item img {
  width: 30%;
  margin-bottom: 10px;
}
.case-item p {
  font-size: 20px;
  color: #0855a5;
  line-height: 1.6;
  padding: 1em;
  background-color: #dddddd;
  min-height: 150px;
  display: flex;
  align-items: center;    
}
.case-txt {
  font-family: "Sawarabi Mincho", serif;
  font-size: 4vw;
  line-height: 1.7;
  margin-bottom: 2.5em;
}
.merit-img {
  display: none;
}
.merit-imgsp {
 display: block;
overflow: auto; /*スクロールさせる*/
white-space: nowrap; /*文字の折り返しを禁止*/
width:90%; /*今回の設置を分かりやすくするためワザと狭い幅を指定。本来は不必要な指定です。*/
margin: 0 auto;
}

.meritsp{
  display:block;
  max-width:1030px;
margin-bottom: 1em;
}
.news-cnt {}
.news-cnt-ttl img {
  width: 18%;
  transform: translateY(30px);
}
.news-cnt-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #e3f9fb;
  padding-bottom: 2em;
  margin-bottom: 6em;
}
.news-cnt-box h3 {
  font-size: 26px;
  text-align: center;
  line-height: 1.6;
  padding-top: 3em;
}
.news-cnt-box img {
  width: 10%;
}
.tel-cnt {
  margin-bottom: 4em;
}
.tel-cnt img {
  width: 70%;
  max-width: 550px;
  margin-bottom: 0.5em;
}
.tel-cnt h3 {
  font-size: 36px;
  font-family: "Sawarabi Mincho", serif;
  line-height: 1.8
}
/*封函機*/
.solution {}
.solution-img {
  display: flex;
  transform: translateY(-50px);
  justify-content: center;
  flex-wrap: wrap;
  padding: 0 0.5em;
}
.solution-img img {
  display: block;
  width: calc(100% / 2 - 20px);
  margin: 10px 10px 0 10px;
}
.solution-img img:nth-of-type(3) {
  margin: 0;
}
.dekirukoto {
  padding: 0 1em;
  margin-bottom: 2em;
}
.dekirukoto-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  /*padding-top: 1em;*/
}
.dekirukoto-img {
  width: 100%;
  margin: 10px;
  /*padding-top: 1em;*/
}
.dekirukoto-txt-wrap {
  width: 100%;
  margin: 10px;
  /*display: flex;*/
  justify-content: center;
}
.dekirukoto-txt-box {}
.dekirukoto-txt {
  display: flex;
  margin: 10px;
}
.dekirukoto-txt img {
  width: 40px;
  margin: 5px;
  display: block;
}
.dekirukoto-txt p {
  margin: 5px;
  font-size: 24px;
font-weight: bold;
}
.fukanki-detail {
  padding: 0 1em;
  margin-bottom: 3em;
}
.fukanki-ttl {
  text-align: center;
  color: #231815;
  font-weight: bold;
  margin-bottom: 1em;
}
.fukanki-ttl p:first-of-type {
  font-family: "Sawarabi Mincho", serif;
  font-size: 35px;
}
.fukanki-ttl p:last-of-type {
  font-size: 35px;
}
.youtube-box {
  margin-bottom: 3em;
}
.youtube-box img {
  display: block;
  width: 100%;
}
.youtube-box p {
  text-align: center;
  padding: 1em;
  background-color: #231815;
  color: #fff;
  font-size: 20px;
}
.fukanki-point {
  padding-top: 1em;
  margin-bottom: 4em;
}
.fukanki-point-box {
  display: flex;
  align-items: center;
  color: #231815;
  margin-bottom: 0.5em;
  border-bottom: 1px solid #231815;
  padding: 0;
  font-weight: bold;
}
.fukanki-point-box h3 {
  text-align: center;
  border: 1px solid #231815;
  font-size: 20px;
  font-weight: bold;
  border-radius: 5px;
  padding: 5px 15px;
  margin: 10px;
}
.fukanki-point-box p {
  font-size: 20px;
  text-align: left;
}
.kensa-cnt {
  padding-top: 1em;
  margin-bottom: 4em;
}
.kensa-box {
  display: flex;
  flex-wrap: wrap;
}
.kensa-item {
  width: calc(100% / 2 - 20px);
  margin: 10px;
  background-color: #eee;
  color: #0855a5;
  font-size: 20px;
  padding: 2em 1em;
  text-align: center;
}
.kensa-txt {
  padding: 0 1em;
  text-align: left;
}
.kensa-txt p {
  display: flex;
  align-items: center;
  font-size: 20px;
font-weight: bold;
}

/* hachu_flow.html */

.hacchu_flow{
  padding-top:8%;
  padding-bottom:3%;
}

.hacchu_flow {
  text-align: center;
  color: #231815;
  font-weight: bold;
  margin-bottom: 1em;
}
.hacchu_flow p:first-of-type {
  font-family: "Sawarabi Mincho", serif;
  margin-bottom: 1.7em;
/*margin-top: 2em;*/
}

.hacchu_flow_soudan {
  padding-top:8%;
  padding-bottom:3%;
}

.hacchu_flow_soudan {
  text-align: center;
  color: #231815;
  font-weight: bold;
  margin-bottom: 1em;
}

.hacchu_flow_soudan p:first-of-type {
  font-family: "Sawarabi Mincho", serif;
  margin-bottom: 1.7em;
margin-top: 4em;
}

.hacchu_flow_title{
  width:80%;
  padding:1%;
  margin:0 auto;
  background:#99D2C2;
  border-radius:10px;
}

.hacchu_flow_img{
  display:block;
  max-width:800px;
  margin:5% auto;

}
.plan_table_wrap{
overflow: auto; /*スクロールさせる*/
white-space: nowrap; /*文字の折り返しを禁止*/
width:90%; /*今回の設置を分かりやすくするためワザと狭い幅を指定。本来は不必要な指定です。*/
	margin: 0 auto;
}
.step_box{
  max-width:90%;
  margin:0 auto;
  position:relative;
}

.step_box_step{
  display:block;
  width:60px;
  position:absolute;
  font-weight:bold;
}

.step_box_num{
  display:block;
  width:60px;
  text-align:center;
  position:absolute;
  top:23px;
  font-size:3em;
}

.step_box_title{
  padding:5%;
  margin:0 0 3% 0;
  font-size:2.0em;
  font-weight: bold;
  border-bottom:#000 solid 1px;
font-family: "Sawarabi Mincho", serif;
}

.step_box_text{
  font-size:1.6em;
  text-align:left;
}

.step_box_arrow{
  display:block;
  width:50px;
  margin:8% auto;
}


/*contact form*/

.contact_form_wrap {
  text-align: center;
  color: #231815;
  font-weight: bold;
  margin-bottom: 1em;
}

.telnum{
  display:block;
  margin:5% auto;
  width:50%;
}

.contact_form{
  font-size:20px;
  padding-top:6em;
  padding-bottom:3%;
  text-align: center;
  color:#231815;
  font-weight: bold;
  margin-bottom: 1em;
}

.contact_form p{
   font-size:15px;
text-align: center;
}

.contact_form_text p:first-of-type {
  font-family: "Sawarabi Mincho", serif;
  font-size: 30px;
  margin-bottom: 0.2em;
}
.contact_form_text p:last-of-type {
  font-size: 30px;
  margin-bottom: 0.5em;
}


.contact_form{
  width:90%;
  margin:0 auto;
}

.form_elements{
  margin:3% auto;
  text-align:left;
}

.form_elements input,.form_elements textarea{
  width:100%;
}

  .form-table {
    width: 100%;
    margin: 0px auto;
    border-collapse: separate;
    border-spacing: 10px;
    padding: 0 0;
  }
  .form-table th {
	display: block;
    padding: 0em 0.5em;
    line-height: 180%;
    text-align: left;
    vertical-align: top;
    color: #222;
  }
  .form-table td {
	display: block;
    padding: 0.5em 0;
    line-height: 180%;
    text-align: left;
    vertical-align: top;
    color: #222;
  }

  .personal-info {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
  }
  .personal-info div {
    height: 250px;
    border: 1px solid #ddd;
    padding: 2em;
    overflow: auto;
    background-color: #fff;
  }
  .personal-info div p {
    text-align: left;
    line-height: 180%;
    word-wrap: break-word;
  }
  .consent-text {
    font-weight: bold;
    color: #4d4d4d;
    vertical-align: middle;
	text-align: center;
  }
  .form-mail {
    /*display: block;*/
    text-align: left;
    font-weight: bold;
    margin: 10px;
  }
  .consent-btn {
    color: #FFFFFF;
    background-color: #223d8a;
    display: block;
    padding: 7px 20px;
    border-radius: 40px;
    width: 250px;
    margin: 10px auto;
	font-weight: bold;
  }

.contact_form_send_button{
  border:none;
}

.kousoku{
font-size: 25px;
}

#radio_01 input{
  width:auto;
}

#pp_wrap{
  text-align:center;
}

#pp_wrap input{
  
  width:auto;
}

#pp_txt{
  width:100%;
  background:#fff;
}

@media (max-width: 640px) {
  .tel-icon {
    margin-right: 21%;
  }
  .omakase {
    padding-top: 0;
  }
  .lead-img {
    width: 90%;
    margin-bottom: 0;
  }
  .case-item p {
    font-size: 16px;
  }
  .news-cnt-box h3 {
    font-size: 19px;
  }
  .tel-cnt img {
    width: 80%;
  }
  .tel-cnt h3 {
    font-size: 17px;
  }
  .tel-cnt {
    margin-bottom: 2em;
  }
  .office-info a {
    font-size: 11px;
  }
  .omakae-item {
    margin-inline: auto;
    position: relative;
    width: calc(100% / 2 - 20px);
    margin: 10px;
  }
  .dekirukoto {
    padding: 0;
  }
  .dekirukoto-txt-wrap {
    margin: 0;
    justify-content: flex-start;
  }
  .dekirukoto-txt img {
    width: 20px;
  }
  .dekirukoto-txt {
    margin: 10px 5px;
    align-items: baseline;
  }
  .dekirukoto-txt p {
    font-size: 16px;
    text-align: left;
	font-weight: bold;
  }
  .fukanki-ttl p:first-of-type {
    font-size: 20px;
  }
  .fukanki-ttl p:last-of-type {
    font-size: 26px;
  }
  .fukanki-point-box p {
    font-size: 15px;
font-weight: bold;
  }
  .youtube-box p {
    text-align: left;
    font-size: 16px;
  }
    .case-item img {
    width: 40%;
    }
.kensa-item {
    font-size: 18px;    
}
  .kensa-txt p {
    font-size: 16px;  
    }

  .step_box_title{
    font-size:1.5em;
    line-height:2em;
  } 
    
  .step_box_text{
    font-size:0.9em;
  }
  
  .step_box_num{
    font-size:2em;
  }
    
   
    
    
}
.fukan_h2{
	font-size:25px;
	color:#F15A24;
}


.hassou_daikou_data_table td{
	display:block;
	border-collapse: collapse;
	border:1px solid #333;
}
.hassou_daikou_data_table{
	
	width:100%;
}

.hassou_daikou_data_table tr{
	border:none;
}

.hassou_daikou_data_table td{
	padding:5% 8%;
	/*width:34%;*/
	width:100%;
	height:7em;
	text-align:left;
	font-size:1.5em;
	font-weight:bold;
	line-height:1.2em;
	/*２行目字下げ*/
	padding-left:2.2em;
	text-indent:-1.2em;
	vertical-align:middle;
}

.hassou_daikou_data_table td span{
	display:block;
	margin-top:5%;
	font-size:18px;
	padding-left:0em;
	text-indent:0em;
}

.hassou_daikou_data_table td:first-letter{
	color:orange;
	letter-spacing:0.2em;
}

.pc-br{
	display:none;
}

.kensasmall{
font-size: 15px;
line-height: 1.5;
}






/*ipad*/
@media (min-width: 768px) {
	
.kousoku{
font-size: 36px;
}
	
.flex2025waku{
padding: 0em;
}

.omakase-txt {
font-size: 10px;
}

}
