@charset "UTF-8";
/* リニューアル */
/*基本設定
----------------------------------------------------*/
/*section p
----------------------------------------------------*/
/*ヘッダー
----------------------------------------------------*/
/*ナビ
----------------------------------------------------*/
/*main-image
----------------------------------------------------*/
/*コンテンツ
----------------------------------------------------*/
/* よくある質問 */
/*トップページ
----------------------------------------------------*/
/* もし、あなたが・・・ */
/*
.results_tbl01{
	margin-bottom: 24px;
	display: block;
}

.results_tbl01 tbody{
	display: flex;
	flex-wrap: wrap;
}

.results_tbl01 tr{
	display: flex;
	flex-wrap: wrap;
	border: 1px solid #ff9600;
	box-sizing: border-box;
	margin-top: 24px;
	border-radius: 4px;

	width: calc(50% - 10px);
	margin-right: 20px;
}

.results_tbl01 tr:nth-of-type(2n){
	margin-right: 0;
}

.results_tbl01 tr th{
	display: block;
	width: 100%;
	box-sizing: border-box;
	background: #ff9600;
	padding: 8px 12px;
	color: $white01;

	font-size: 20px;
}

.results_tbl01 tr td{
	width: 50%;
	box-sizing: border-box;
	text-align: center;
	padding: 24px 12px;

	display: flex;
	align-items: center;
	justify-content: center;

	font-size: 20px;
	position: relative;
}

.results_tbl01 tr td:first-of-type:after{
	content: "";
	display: block;

	background: url("../images/top/top_arrow01.png") no-repeat right center;
	background-size: 40px auto;

	width: 40px;
	height: 49px;

	position: absolute;
	right: -20px;
	top: 25px;
}

.results_tbl01 tr td:last-of-type{
	font-size: 28px;
	font-weight: bold;
	color: #ff9600;
	text-decoration: underline;
}
*/
/* before after */
/* 患者様の声 */
/* 私からあなたへのメッセージ */
/* キャンペーン01 */
/* キャンペーン02 */
/* なぜ、マンションの一室で腰痛専門の整体院？ */
/* 推薦者の声 */
/* 選ばれる理由 */
/* 施術の流れ */
/* 当院までのアクセス */
/* jquery moreボタン */
/*下層ページ
----------------------------------------------------*/
/* 初めての方へ */
/* 院長プロフィール */
/* 施術の流れ */
/* 施術料金 */
/* 地図・行き方 */
/* お問い合わせ */
/* プライバシーポリシー */
/* サイトマップ */
/* 骨盤矯正 */
/*wordpress
----------------------------------------------------*/
/* category */
/* single */
/*フッター
----------------------------------------------------*/
body {
  margin: 0;
  padding: 0;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
  color: #343434;
  line-height: 2;
  font-size: 15px;
  -webkit-text-size-adjust: 100%;
  position: relative;
}

html {
  overflow-y: scroll;
}

a {
  color: #1384cf;
  text-decoration: underline;
}

a:hover {
  color: #1384cf;
  text-decoration: none;
  opacity: 0.8;
}

img {
  border: 0;
}

h1 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

h2 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

h3 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

h4 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

h5 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

p {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

dl {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

dt {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

dd {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

figure {
  margin: 0;
  padding: 0;
  line-height: 0;
}

table {
  width: 100%;
  border: 0;
}

.clear {
  clear: both;
}

.fix {
  min-height: 1px;
}

.fix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

* html .fix {
  height: 1px;
  height: auto;
  overflow: hidden;
}

.red {
  color: #e00;
}

.text_ul {
  text-decoration: underline;
}

.section {
  margin: 0 0 30px 0;
  width: 100%;
}

.inner {
  width: 100%;
}

.ml30 {
  margin-left: 30px;
}

.mr30 {
  margin-right: 30px;
}

.btm0 {
  margin-bottom: 0 !important;
}

.btm5 {
  margin-bottom: 5px;
}

.btm10 {
  margin-bottom: 10px;
}

.btm15 {
  margin-bottom: 15px;
}

.btm20 {
  margin-bottom: 20px;
}

.btm25 {
  margin-bottom: 25px;
}

.btm30 {
  margin-bottom: 30px;
}

.btm40 {
  margin-bottom: 40px;
}

.top5 {
  margin-top: 5px;
}

.top10 {
  margin-top: 10px;
}

.top20 {
  margin-top: 20px;
}

.top30 {
  margin-top: 30px;
}

.top40 {
  margin-top: 40px;
}

.top50 {
  margin-top: 50px;
}

.top60 {
  margin-top: 60px;
}

.f10 {
  font-size: 10px;
}

.f12 {
  font-size: 12px !important;
}

.f13 {
  font-size: 13px !important;
}

.f14 {
  font-size: 14px;
}

.f18 {
  font-size: 18px !important;
}

p.l11 {
  line-height: 1.1;
}

p.l13 {
  line-height: 1.3;
}

.m0 {
  margin: 0 !important;
}

.tar {
  text-align: right;
}

.tac {
  text-align: center;
}

.f-l {
  float: left;
}

.f-r {
  float: right;
}

.lh15 {
  line-height: 1.5;
}

.hover a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
}

.list_disc {
  margin-left: 20px;
}

.list_disc li {
  list-style: disc;
}

.marker {
  font-size: 1.5em;
  background: #f8e859;
  display: inline;
  font-weight: bold;
}

.bold {
  font-weight: bold;
}

.blue01 {
  color: #1384cf;
}

.orange01 {
  color: #fd650a;
}

.red01 {
  color: #c5000f;
}

.strong01 {
  font-size: 24px;
  font-weight: bold;
  color: #c5000f;
  line-height: 1.5;
}

.strong02 {
  font-size: 24px;
  font-weight: bold;
  color: #1384cf;
}

.strong03 {
  font-size: 30px;
  font-weight: bold;
  color: #1384cf;
  line-height: 1.5;
}

.strong03 span {
  margin-left: 8px;
  font-size: 1.2em;
}

.strong04 {
  font-weight: bold;
  text-decoration: underline;
}

.strong05 {
  font-size: 18px;
  font-weight: bold;
  color: #1384cf;
}

.btn01 {
  display: block;
  background: #1384cf;
  color: #fff;
  border-radius: 10px;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  padding: 10px 10px;
  text-decoration: none;
  margin-top: 20px;
  box-shadow: 3px 3px 0 #0d5c99;
}

.btn01:hover {
  opacity: 0.8;
  color: #fff;
}

.btn02 {
  margin-bottom: 1em;
}

.btn02 a {
  display: block;
  width: auto;
  max-width: 200px;
  background: #1384cf;
  color: #fff;
  border-radius: 4px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 4px 4px;
  text-decoration: none;
  margin-top: 20px;
  color: #fff;
  position: relative;
}

.btn02 a:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-left: 7px solid #fff;
  position: absolute;
  right: 4px;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 2px;
}

#header {
  position: relative;
  height: 248px;
}

.h_head {
  width: 1140px;
  margin: 0 auto;
  position: relative;
}

.h_copy {
  font-size: 12px;
}

.h_logo_wrap {
  position: relative;
}

.h_logo {
  position: absolute;
  left: -65px;
  top: 6px;
}

.h_logo_tel {
  position: absolute;
  left: 375px;
  top: 62px;
}

.h_tel {
  position: absolute;
  right: 0;
  top: 0;
}

.h_tel_mail {
  position: absolute;
  left: 15px;
  bottom: 0;
}

.h_tel_line {
  position: absolute;
  right: 22px;
  bottom: 0;
}

.h_nav {
  width: 100%;
  background: #1384cf;
  margin: 0 auto;
  border-bottom: 3px solid #0d5c99;
  position: relative;
  top: 160px;
}

.h_nav ul {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.h_nav li {
  display: block;
  width: calc(100% / 7);
  border-left: 1px solid #0d5c99;
  box-sizing: border-box;
  position: relative;
}

.h_nav li:before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #5eb1e8;
  position: absolute;
  left: 0;
  top: 0;
}

.h_nav li:last-of-type {
  border-right: 1px solid #5eb1e8;
}

.h_nav li:last-of-type:after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #0d5c99;
  position: absolute;
  right: 0;
  top: 0;
}

.h_nav li a {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 0;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  min-height: 61px;
}

.h_nav.sp {
  display: none;
}

.h_nav_wrap {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}

#mainimage {
  background: #e5edf4;
  padding: 16px 0;
}

.mainimage_wrap {
  width: 1140px;
  margin: 0 auto;
  position: relative;
}

.mainimage_wrap:after {
  content: "";
  display: block;
  background: url("../images/top/mainimage_arrow.png") no-repeat center bottom;
  width: 160px;
  height: 90px;
  margin: 0 auto;
  position: absolute;
  bottom: -75px;
  left: 0;
  right: 0;
}

.mainimage_img {
  position: relative;
  z-index: 2;
  line-height: 0;
}

.mainimage_sp {
  display: none;
}

#main {
  background: #f8fcff;
  padding-top: 80px;
  padding: 80px 0 50px;
  display: block;
}

#main_wrap {
  width: 1140px;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

#main_conts {
  width: 850px;
}

.main_conts_wrap {
  width: calc(100% - 80px);
  max-width: 850px;
  background: #fff;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
  padding: 35px 40px;
}

#main_side {
  width: 260px;
  margin-right: 30px;
}

.side_menu {
  margin-top: 30px;
}

.side_menu_ttl {
  background: #1384cf url("../images/common/bg_sidettl01.png") repeat-y left top;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  padding: 6px 10px 6px 25px;
}

.side_menu_list {
  border: 1px solid #ccc;
}

.side_menu_list li {
  padding: 8px 10px;
  border-bottom: 1px solid #ccc;
  background: #fff;
  background: -moz-linear-gradient(top, #fff 0%, #e8e8e8 100%);
  background: -webkit-linear-gradient(top, #fff 0%, #e8e8e8 100%);
  background: linear-gradient(to bottom, #fff 0%, #e8e8e8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$white01', endColorstr='#e8e8e8', GradientType=0);
}

.side_menu_list li:last-child {
  border-bottom: none;
}

.side_menu_list li a {
  color: #343434;
  text-decoration: none;
  background: url("../images/common/icon_side_list.png") no-repeat left center;
  padding-left: 20px;
}

.side_info_ttl {
  background: #1384cf url("../images/common/bg_sidettl01.png") repeat-y left top;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  padding: 6px 10px 6px 25px;
}

.side_info-img img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.side_info_conts {
  background: #fff;
  padding: 15px;
  box-sizing: border-box;
  border: 1px solid #ccc;
}

.side_info_conts dl {
  font-size: 14px;
  margin-bottom: 15px;
}

.side_info_conts dl dt {
  color: #1384cf;
  line-height: 1.8;
}

.side_info_conts dl dd {
  line-height: 1.8;
}

.ttl01 {
  background: #1384cf url("../images/common/bg_ttl01.png") repeat-y left top;
  color: #fff;
  padding: 8px 15px 8px 30px;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.8;
}

.ttl01_strong {
  font-size: 26px;
  font-weight: bold;
  color: #fcff00;
  line-height: 1;
}

.ttl02 {
  border-left: 12px solid #1384cf;
  padding-left: 10px;
  border-bottom: 1px solid #1384cf;
  padding-bottom: 3px;
  font-size: 22px;
  font-weight: bold;
}

.ttl03 {
  font-size: 30px;
  font-weight: bold;
  color: #1384cf;
  line-height: 1.7;
  border-bottom: 3px dotted #1384cf;
  position: relative;
}

.ttl03:after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  border-bottom: 4px solid #f8fcff;
}

.ttl04 {
  background: #1384cf;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding: 10px 20px;
  margin-bottom: 10px;
  position: relative;
}

.ttl04:before {
  content: "";
  display: block;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: 2px solid #fff;
  position: absolute;
  left: 3px;
  top: 3px;
}

.ttl05 {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  text-decoration: underline;
  color: #1384cf;
  margin-bottom: 16px;
}

.conts_infomation {
  border-top: 3px dotted #9b9b9b;
  padding-top: 30px;
}

.conts_infomation_wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.conts_infomation_img {
  margin-left: 30px;
}

.conts_infomation_text p {
  font-size: 14px;
}

.conts_infomation_tel {
  font-size: 23px !important;
  color: #1384cf;
  display: block;
  font-weight: bold;
  line-height: 1.4;
  margin-top: 15px;
  margin-bottom: 0 !important;
}

.conts_infomation_tel span {
  font-size: 33px;
  line-height: 1;
}

.tbl_open {
  margin: 30px 0 20px;
  background: #ddd;
  color: #555;
}

.tbl_open tr th {
  background: #f8fcff;
  font-size: 20px;
  font-weight: bold;
}

.tbl_open tr td {
  background: #fff;
  text-align: center;
}

.tbl_open tr td span {
  font-size: 0.8em;
  vertical-align: text-top;
}

.faq_conts dl {
  margin-top: 30px;
}

.faq_conts dl dt {
  background: #1384cf;
  padding: 10px 20px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.7;
  color: #fff;
  padding-left: calc(1em + 25px);
  border-radius: 8px 8px 0 0;
}

.faq_conts dl dt:before {
  content: "Q.";
  margin-right: 5px;
  margin-left: -25px;
}

.faq_conts dl dd {
  border: 3px solid #1384cf;
  padding: 10px 20px;
}

.list01 {
  border: 1px solid #1384cf;
  background: #f8fcff;
  padding: 25px 32px;
  margin: 20px 0;
}

.list01 li {
  background: url("../images/common/icon_list01.png") no-repeat left top;
  padding: 5px 0 5px 45px;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 1.7;
}

.list01 li:last-child {
  margin-bottom: 0;
}

.list02 {
  border: 1px solid #fd650a;
  background: #fcf3ea;
  padding: 24px;
  margin: 20px 0;
}

.list02 li {
  background: url("../images/common/icon_list02.png") no-repeat left top;
  padding: 4px 0 4px 36px;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 1.5;
}

.list02 li:last-child {
  margin-bottom: 0;
}

.list03 {
  border: 1px solid #1384cf;
  background: #f8fcff;
  padding: 25px 32px;
  margin: 20px 0;
}

.list03 li {
  background: url("../images/common/icon_list01.png") no-repeat left top;
  padding: 5px 0 5px 45px;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 1.7;
}

.list03 li:last-child {
  margin-bottom: 0;
}

.tbl01 {
  background: #fff;
  border: 1px solid #bbb;
  border-collapse: collapse;
  border-spacing: 0;
}

.tbl01 tr th {
  background: #e5edf4;
  padding: 10px 20px;
  border-bottom: 1px solid #bbb;
  text-align: left;
  width: 10em;
  vertical-align: top;
}

.tbl01 tr td {
  padding: 10px 20px;
  border-bottom: 1px solid #bbb;
}

.tbl02 {
  background: #fff;
  border: 1px solid #bbb;
  border-collapse: collapse;
  border-spacing: 0;
}

.tbl02 tr th {
  background: #cfe4f2;
  padding: 15px 20px;
  border-bottom: 1px solid #bbb;
  width: 10em;
  text-align: left;
  vertical-align: top;
}

.tbl02 tr td {
  padding: 15px 20px;
  border-bottom: 1px solid #bbb;
}

.tbl_form input {
  font-size: 15px;
  width: calc(100% - 15px);
}

.tbl_form input[type="checkbox"] {
  width: 1em !important;
}

.tbl_form textarea {
  font-size: 15px;
  width: calc(100% - 15px);
  min-height: 200px;
}

.tbl_form textarea::-webkit-input-placeholder::after {
  display: block;
  content: "Second line \a Third line";
}

.form_submit {
  margin: 20px 0;
}

.form_submit input {
  display: block;
  width: 100%;
  max-width: 300px;
  background: #1384cf;
  padding: 15px 30px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  border-radius: 100px;
  box-shadow: none;
  border: none;
  margin: 0 auto;
}

.form_submit input:disabled {
  opacity: 0.5;
}

#pagetop {
  text-align: right;
  position: fixed;
  right: 2%;
  bottom: 2.5%;
  display: none;
}

#pagetop p {
  position: relative;
  margin-right: 2.5%;
}

#pagetop img {
  width: 100%;
  max-width: 85px;
}

.info_news {
  border: 2px solid #c5000f;
  padding: 20px;
  text-align: left;
  font-size: 15px;
  color: #c5000f;
  line-height: 1.8;
  background: #fff;
  margin-bottom: 50px;
}

.top_about_mainimg {
  margin-bottom: 24px;
}

.top_about_ttl01sub {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #1384cf;
  line-height: 1.5;
  text-decoration: underline;
  margin-top: 16px;
}

.result_conts {
  background: #e5edf4;
  box-sizing: border-box;
  padding: 24px;
  margin-top: 24px;
  margin-bottom: 12px;
}

.result_tbl {
  background: #fff;
  border-collapse: collapse;
}

.result_tbl tr th {
  box-sizing: border-box;
  padding: 12px;
  text-align: center;
  background: #1384cf;
  color: #fff;
  width: 20em;
  border-bottom: 1px solid #fff;
}

.result_tbl tr td {
  box-sizing: border-box;
  padding: 12px;
  text-align: center;
}

.result_tbl thead tr td {
  border-bottom: 1px solid #fff;
  background: #5eb1e8;
  color: #fff;
  font-weight: bold;
}

.result_tbl thead tr td:first-of-type {
  border-right: 1px solid #fff;
}

.result_tbl thead tr th {
  border-right: 1px solid #fff;
}

.result_tbl tbody tr:last-of-type th {
  border-bottom: none;
}

.result_tbl tbody tr:last-of-type td {
  border-bottom: none;
}

.result_tbl tbody tr td {
  border-bottom: 1px solid #ccc;
}

.result_tbl tbody tr td:first-of-type {
  position: relative;
}

.result_tbl tbody tr td:first-of-type:after {
  content: "";
  display: block;
  background: url("../images/top/top_arrow01.png") no-repeat right center;
  background-size: 29px auto;
  width: 29px;
  height: 39px;
  position: absolute;
  right: -16px;
  top: 9px;
}

.result_tbl tbody tr td:last-of-type {
  font-size: 1.2em;
  font-weight: bold;
  color: #fd650a;
  text-decoration: underline;
}

.result_ttl {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 12px;
  padding-bottom: 0px;
  text-align: center;
}

.results_memo {
  text-align: right;
  margin-top: 8px;
}

.ba_conts {
  margin-top: 24px;
}

.ba_movie {
  width: 100%;
  height: 400px;
  margin-top: 24px;
}

.ba_image {
  margin-top: 32px;
  border: 4px solid #1384cf;
  box-sizing: border-box;
  padding: 24px;
  border-radius: 8px;
}

.ba_text01 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 1.8;
  margin-top: 24px;
}

.ba_text01 span {
  text-decoration: underline;
}

.ba_text01 span strong {
  font-weight: bold;
  color: #1384cf;
}

.top_voice_conts {
  border: 2px solid #e5edf4;
  padding: 20px 18px;
}

.top_voice_info {
  margin: 10px 0;
  text-align: center;
  font-size: 18px;
}

.voice_qa dl {
  margin-bottom: 30px;
}

.voice_qa dl:last-of-type {
  margin-bottom: 0;
}

.voice_qa dl dt {
  background: #e5edf4;
  color: #1384cf;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.8;
  padding: 7px 10px 7px calc(1em + 15px);
}

.voice_qa dl dt:before {
  content: "Q";
  margin-right: 10px;
  margin-left: calc(-1em - 5px);
}

.voice_qa dl dd {
  margin-top: 10px;
}

.voice_memo {
  margin-top: 10px;
  border-top: 1px dashed #ddd;
  margin-bottom: 20px;
  padding-top: 5px;
  text-align: right;
  font-size: 13px;
}

.top_message {
  border: 1px solid #1384cf;
  background: #e5edf4;
  padding: 30px;
}

.top_message_ttl01 {
  font-size: 30px;
  font-weight: bold;
  color: #1384cf;
  text-align: center;
  margin-bottom: 10px;
}

.top_message_ttl01sub {
  font-size: 16px;
  margin-bottom: 40px;
  background: #fff;
  border-radius: 10px;
  padding: 15px 20px;
  position: relative;
}

.top_message_ttl01sub:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 30px solid transparent;
  border-top: 30px solid #fff;
  position: absolute;
  bottom: -50px;
  right: 40px;
}

.top_message_conts p {
  margin-bottom: 15px;
}

.top_message_conts p:last-of-type {
  margin-bottom: 0;
}

.conts_campagin_offerend {
  font-size: 50px;
  font-weight: bold;
  color: #c5000f;
  text-align: center;
  line-height: 1;
  margin-bottom: 20px;
}

.conts_campagin_offerend span {
  display: inline-block;
  border-bottom: 7px solid #c5000f;
  line-height: 1.2;
}

.top_campgin02_false {
  margin-top: 20px;
}

.top_campgin02_false ul {
  border: 1px solid #c5000f;
  padding: 20px;
  background: #fbf2f3;
}

.top_campgin02_false ul li {
  background: url("../images/top/icon_false.png") no-repeat left 4px;
  padding-left: 35px;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 13px;
}

.top_campgin02_false ul li:last-child {
  margin-bottom: 0;
}

.top_campgin02_true {
  margin-top: 20px;
}

.top_campgin02_true ul {
  border: 1px solid #1384cf;
  padding: 20px;
  background: #f8fcff;
}

.top_campgin02_true ul li {
  background: url("../images/top/icon_true.png") no-repeat left 4px;
  padding-left: 35px;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 13px;
}

.top_campgin02_true ul li:last-child {
  margin-bottom: 0;
}

.top_campgin02_false_ttl {
  font-size: 22px;
  font-weight: bold;
  color: #c5000f;
}

.top_campgin02_true_ttl {
  font-size: 22px;
  font-weight: bold;
  color: #1384cf;
}

.why_space-problem {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 2px solid #1384cf;
  box-sizing: border-box;
  padding: 20px;
  border-radius: 8px;
}

.why_space-soluction {
  margin-top: 20px;
  margin-bottom: 20px;
}

.why_space-soluction-wrap {
  background-color: #f8fcff;
  box-sizing: border-box;
  padding: 20px;
  margin-top: 20px;
}

.why_space-conts {
  margin-top: 20px;
}

.why_space-conts:first-of-type {
  margin-top: 0;
}

.why_space-ttl01 {
  font-size: 18px;
  font-weight: bold;
  color: #1384cf;
  border-bottom: 1px solid #1384cf;
  padding-bottom: 4px;
  margin-bottom: 15px;
}

.why_space-ttl01 span {
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  background: #1384cf;
  box-sizing: border-box;
  padding: 0px 10px;
  color: #fff;
  border-radius: 4px;
  margin-right: 10px;
  position: relative;
  top: -3px;
}

.why_space-ttl02 {
  font-size: 18px;
  font-weight: bold;
  color: #1384cf;
  border-bottom: 1px solid #1384cf;
  padding-bottom: 4px;
  margin-bottom: 15px;
}

.why_space-ttl02 span {
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  background: #1384cf;
  box-sizing: border-box;
  padding: 0px 10px;
  color: #fff;
  border-radius: 4px;
  margin-right: 10px;
  position: relative;
  top: -3px;
}

.top_reco_ttl01 {
  position: relative;
}

.top_reco_ttl01:after {
  content: "";
  display: block;
  width: 74px;
  height: 62px;
  background: url("../images/top/icon_reco.png") no-repeat left top;
  position: absolute;
  right: 0;
  top: -50px;
}

.recommend_conts {
  margin-top: 30px;
  border-top: 1px dashed #999;
  padding-top: 30px;
}

.recommend_conts:first-of-type {
  margin-top: 20px;
  border-top: none;
  padding-top: 0;
}

.recommend_conts:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}

.recommend_info {
  display: -webkit-flex;
  display: flex;
}

.recommend_img {
  width: 100%;
  max-width: 250px;
  margin-right: 20px;
}

.recommend_infotext {
  width: calc(100% - 270px);
}

.reco_ttl02 {
  font-size: 20px;
  font-weight: bold;
  color: #1384cf;
  line-height: 1.8;
  text-decoration: underline;
}

.reco_info_text01 {
  margin-top: 17px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}

.reco_info_name {
  display: block;
}

.recommend_text {
  background: #e5edf4;
  padding: 20px;
  margin-top: 20px;
}

.recommend_text p {
  margin-bottom: 10px;
}

.recommend_text p:last-of-type {
  margin-bottom: 0;
}

.reco_strong {
  color: #1384cf;
  font-weight: bold;
  text-decoration: underline;
}

.reco_memo {
  font-size: 13px;
  text-align: right;
  margin-top: 5px;
  color: #555;
}

.top_reco_other {
  margin-top: 80px;
}

.reco_other_ttl01 {
  text-align: center;
  position: relative;
}

.reco_other_ttl01:after {
  content: "";
  display: block;
  background: url("../images/top/icon_recoother.png") no-repeat left top;
  width: 311px;
  height: 94px;
  position: absolute;
  left: 30px;
  top: -70px;
}

.reco_other_ttl01 span {
  border-bottom: 3px solid #fff;
  line-height: 1;
}

.reco_other_img {
  text-align: center;
  margin-top: 20px;
}

.top_select_list {
  margin: 20px 0;
}

.top_select_list dl {
  display: -webkit-flex;
  display: flex;
  border-bottom: 3px dotted #9b9b9b;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.top_select_list dl dt {
  width: 78px;
  margin-right: 20px;
}

.top_select_list dl dd {
  padding: 15px 0;
  width: calc(100% - 98px);
}

.top_select_ttl01 {
  display: block;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 10px;
}

.top_select_ttl01 span {
  color: #c5000f;
}

.top_flow_conts {
  margin-top: 40px;
  display: -webkit-flex;
  display: flex;
}

.top_flow_img {
  margin-right: 30px;
}

.top_flow_ttl01 {
  font-size: 31px;
  font-weight: bold;
  position: relative;
  color: #1384cf;
  line-height: 1.3;
  padding-left: 59px;
  margin-bottom: 10px;
}

.top_flow_ttl01 span {
  font-size: 49px;
  line-height: 1;
  margin-left: -49px;
  position: relative;
  left: -10px;
}

.top_access_conts {
  margin-top: 20px;
}

.voice_more {
  overflow: hidden;
}

.voice_more .voice_qa {
  height: 0;
  opacity: 0;
  position: relative;
  z-index: -1;
  transition: all 0.25s linear 0s;
}

.voice_more .voice_qa.on {
  z-index: 1;
  opacity: 1;
  height: 100%;
}

.more_btn {
  display: block;
}

.more_btn a {
  width: 100%;
  max-width: 400px;
  margin: 0 auto 0;
  background: #1384cf;
  color: #fff;
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
  border-radius: 5px;
  text-decoration: none;
  padding: 5px 0;
  display: block;
}

.more_btn a span {
  position: relative;
}

.more_btn a span:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-bottom: 10px solid #fff;
  position: absolute;
  right: -22px;
  top: 7px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.more_btn a span.on:before {
  top: 0px;
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

#second #main {
  padding-top: 0;
}

#breadcrumb {
  width: 100%;
  max-width: 1140px;
  padding-top: 10px;
  margin-top: 5px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 20px;
}

#breadcrumb ul {
  display: -webkit-flex;
  display: flex;
}

#breadcrumb ul li {
  font-size: 13px;
}

#breadcrumb ul li:after {
  content: ">";
  margin: 0 5px;
}

#breadcrumb ul li:last-child:after {
  content: none;
}

.about_ttl01 {
  background: #1384cf;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding: 10px 20px;
  margin-bottom: 10px;
  position: relative;
}

.about_ttl01:before {
  content: "";
  display: block;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: 2px solid #fff;
  position: absolute;
  left: 3px;
  top: 3px;
}

.about_list01 ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #f8fcff url("../images/second/bg_about_list.jpg") repeat left top;
  border: 1px solid #1384cf;
  padding: 15px 20px;
}

.about_list01 ul li {
  width: calc(50% - 40px);
  margin-right: 30px;
  font-size: 18px;
  margin-left: 20px;
  line-height: 1.8;
  margin-bottom: 13px;
  position: relative;
}

.about_list01 ul li:before {
  content: "";
  display: block;
  position: absolute;
  left: -20px;
  top: 10px;
  width: 11px;
  height: 11px;
  border-radius: 100px;
  background: #1384cf;
}

.about_list01 ul li:nth-child(2n) {
  margin-right: 0;
}

.about_list02 ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  background: url("../images/second/bg_about_list.jpg") repeat left top;
  border: 1px solid #1384cf;
  padding: 15px 20px;
}

.about_list02 ul li {
  width: calc(50% - 40px);
  margin-right: 30px;
  font-size: 18px;
  margin-left: 20px;
  line-height: 1.8;
  margin-bottom: 13px;
  position: relative;
  width: calc(100% - 30px);
  margin-right: 20px;
}

.about_list02 ul li:before {
  content: "";
  display: block;
  position: absolute;
  left: -20px;
  top: 10px;
  width: 11px;
  height: 11px;
  border-radius: 100px;
  background: #1384cf;
}

.about_inquiry01 ul {
  border: 1px solid #1384cf;
  width: 100%;
  padding: 0 0 20px;
  background: url("../images/second/bg_about_list.jpg") repeat left top;
}

.about_inquiry01 ul li {
  margin-top: 20px;
}

.inquiry01_graf {
  display: block;
  padding: 0 20px;
  font-size: 25px;
  color: #fff;
  font-weight: bold;
}

.inquiry01_text {
  display: inline-block;
  margin-top: 20px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 100px;
  padding: 10px 20px;
  background: #fff;
  margin-left: 10px;
  position: relative;
  z-index: 2;
}

.inquiry01_text:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-bottom: 20px solid #fff;
  position: absolute;
  top: -30px;
  left: 30px;
  z-index: -1;
}

.inquiry01_graf01 {
  width: calc(60% - 20px);
  background: #1384cf;
}

.inquiry01_graf02 {
  width: calc(55% - 20px);
  background: #3898d8;
}

.inquiry01_graf03 {
  width: calc(42% - 20px);
  background: #5eb1e8;
}

.inquiry01_graf04 {
  width: calc(39% - 20px);
  background: #83bde4;
}

.inquiry01_graf05 {
  width: calc(31% - 20px);
  background: #a2cbe6;
}

.inquiry01_graf06 {
  width: calc(27% - 20px);
  background: #bad8eb;
}

.inquiry01_graf07 {
  width: calc(18% - 20px);
  background: #cfe4f2;
}

.select_list {
  margin: 20px 0;
}

.select_list dl {
  display: -webkit-flex;
  display: flex;
}

.select_list dl dt {
  width: 78px;
  margin-right: 20px;
}

.select_list dl dd {
  padding: 10px 0 0;
  width: calc(100% - 98px);
}

.select_list_conts {
  border-bottom: 3px dotted #9b9b9b;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.select_list_conts p {
  margin-bottom: 20px;
}

.select_list_conts p:last-of-type {
  margin-bottom: 0;
}

.select_ttl01 {
  display: block;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 20px;
}

.select_ttl01 span {
  color: #ff3600;
}

.profile_conts p {
  margin-bottom: 20px;
}

.profile_speech {
  background: url("../images/second/bg_speech.jpg") repeat left top;
  padding: 20px;
  border-radius: 10px;
  font-size: 16px;
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
}

.profile_speech:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 30px solid transparent;
  border-top: 30px solid #fbeede;
  position: absolute;
  bottom: -50px;
  right: 80px;
  z-index: 1;
}

.profile_speech p {
  margin-bottom: 0;
}

.profile_about {
  display: flex;
  flex-direction: row-reverse;
  border: 2px solid #1384cf;
  box-sizing: border-box;
  padding: 20px;
  border-radius: 4px;
}

.profile_about-img {
  width: 318px;
}

.profile_about-text {
  width: calc(100% - 348px);
  margin-right: 30px;
}

.profile_about-text ul li {
  border-bottom: 1px dashed #1384cf;
  padding-bottom: 0px;
  margin-bottom: 12px;
}

.profile_about-text ul li:last-of-type {
  margin-bottom: 0;
}

.profile_skill-wrap {
  width: 100%;
  background: #e5edf4;
  box-sizing: border-box;
  padding: 24px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.profile_skill-wrap ul li {
  position: relative;
  padding-left: 20px;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 4px;
  color: #1384cf;
}

.profile_skill-wrap ul li:last-of-type {
  margin-bottom: 0;
}

.profile_skill-wrap ul li:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 100px;
  background: #1384cf;
  position: absolute;
  left: 0;
  top: 10px;
}

.flow_conts_pattern {
  margin-top: 40px;
  display: -webkit-flex;
  display: flex;
}

.flow_conts_pattern:first-of-type {
  margin-top: 30px;
}

.flow_img {
  margin-right: 30px;
}

.flow_ttl01 {
  font-size: 22px;
  font-weight: bold;
  position: relative;
  color: #1384cf;
  line-height: 1.3;
  padding-left: 59px;
  margin-bottom: 10px;
}

.flow_ttl01 span {
  font-size: 35px;
  line-height: 1;
  margin-left: -49px;
  position: relative;
  left: -10px;
}

.price_campign_text01 {
  font-size: 27px;
  font-weight: bold;
  color: #ff3600;
  line-height: 1.7;
  text-align: center;
  margin-bottom: 15px;
}

.price_campign_text02 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.7;
  margin-top: 15px;
}

.price_textarea p {
  margin-bottom: 1em;
}

.price_textarea-list01 {
  margin-bottom: 1em;
}

.price_textarea-list01 li {
  position: relative;
  padding-left: 16px;
  font-weight: bold;
  margin-bottom: 4px;
}

.price_textarea-list01 li:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 100px;
  background: #1384cf;
  position: absolute;
  left: 0;
  top: 9px;
}

.price_textarea-list01 li:last-of-type {
  margin-bottom: 0;
}

.price_textarea-list02 {
  counter-reset: num;
  margin-bottom: 1em;
}

.price_textarea-list02 li {
  position: relative;
  padding-left: 2em;
  font-weight: bold;
  margin-bottom: 4px;
  padding-top: 4px;
}

.price_textarea-list02 li:before {
  content: counter(num) ".";
  counter-increment: num;
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #1384cf;
  position: absolute;
  left: 0;
  top: 0;
}

.access_tel {
  font-size: 18px;
  font-weight: bold;
  color: #1384cf;
}

.access_tel span {
  font-size: 1.6em;
  line-height: 1;
}

.gmap {
  width: calc(100% - 20px);
  margin: 0 auto;
  padding: 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

.gmap iframe {
  width: 100%;
  height: 400px;
  line-height: 0;
  padding: 0;
}

.access_rootlist {
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
  counter-reset: num;
  position: relative;
}

.access_rootconts {
  width: calc(50% - 16px);
  margin-right: 32px;
  box-sizing: border-box;
  padding: 12px;
  border: 1px solid #1384cf;
  margin-bottom: 24px;
  position: relative;
  padding-top: 32px;
  border-radius: 4px;
}

.access_rootconts:nth-of-type(2n) {
  margin-right: 0;
}

.access_rootconts:before {
  content: counter(num);
  display: flex;
  align-items: center;
  justify-content: center;
  counter-increment: num;
  background: #1384cf;
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  width: 50px;
  height: 50px;
  position: absolute;
  left: 0;
  right: 0;
  top: 8px;
  border-radius: 100px;
  margin: 0 auto;
}

.required {
  background: #c5000f none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  font-size: 0.8em;
  margin-left: 10px;
  padding: 0 5px;
}

.privacy_list {
  margin-bottom: 30px;
}

.sitemap_list dl {
  margin-bottom: 15px;
  border-bottom: 1px dashed #999;
  padding-bottom: 10px;
}

.sitemap_list a {
  font-size: 18px;
  text-decoration: none;
  background: url("../images/common/icon_arrow01.png") no-repeat left 7px;
  padding-left: 20px;
}

.mokuzi_list {
  border: 1px solid #1384cf;
  padding: 20px;
  margin: 20px 0 0;
}

.mokuzi_list li {
  margin-bottom: 10px;
}

.mokuzi_list li:last-child {
  margin-bottom: 0;
}

.mokuzi_list li a {
  font-size: 18px;
}

.cat_list li {
  margin-bottom: 20px;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 5px;
}

.cat_info {
  display: -webkit-flex;
  display: flex;
}

.cat_category a {
  margin-left: 10px;
  padding: 2px 8px;
  font-size: 0.85em;
  font-weight: bold;
  color: #fff;
  background: #1384cf;
  text-decoration: none;
}

.cat_ttl a {
  font-size: 20px;
  text-decoration: none;
}

.wp-pagenavi {
  text-align: center;
}

.cat_single_conts img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.cat_single_conts h2 {
  background: #ff8400;
  padding: 5px 10px;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  margin: 20px auto 10px;
}

.cat_single_conts h3 {
  font-size: 20px;
  font-weight: bold;
  color: #ff8400;
  border-bottom: 1px solid;
  margin: 10px auto 5px;
}

.cat_single_conts p {
  margin-bottom: 30px !important;
}

#footer {
  display: block;
  background: #0a4b76;
  padding: 50px 0 25px;
  color: #fff;
}

.f_wrap {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}

.f_logo {
  text-align: center;
}

.f_tel {
  text-align: center;
  margin-top: 10px;
}

.f_address {
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 0;
}

.f_menu {
  margin-top: 20px;
}

.f_menu ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}

.f_menu ul a {
  color: #fff;
  text-decoration: none;
}

.f_menu ul li:after {
  content: "|";
  padding: 0 10px;
}

.f_menu ul li:last-child:after {
  content: none;
}

.cr {
  margin-top: 20px;
  font-size: 14px;
  text-align: center;
}

#sp_btm {
  display: none;
}
