@charset "UTF-8";
/* =======================================
共通CSS　background-color: var(--link-color);
======================================= */
/*前の緑色　現在*/
/*:root {
  --main-color: #166C55;
  --sub-color: #57B24D;
  --accent-color: #ff6600;
  --link-color: #03f;
  --gray-color: #f4f4f4;
  --content-width: 1000px;
  --red-color:#f00 ;
  --blue-color:#0000dd ;
  --yellow-color:#ffff00 ;
}*/
/*弁護士サイト　現在*/ :root {
  --main-color: #ACA58B;
  --sub-color: #B8B095;
  --accent-color: #b39e61;
  --link-color: #03f;
  --gray-color: #f4f4f4;
  --content-width: 1200px; /*1000*/
  --red-color: #f00;
  --blue-color: #0000dd;
  --yellow-color: #ffff00;
}
/* ------------------------------
グローバルナビの色　300あたり







------------------------------ */
/* =======================================
デザインCSS
======================================= */
body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
  font-size: 15px;
  webkit-text-size-adjust: 100%;
  background-color: #fff;
  color: #666;
  padding: 0;
  margin: 0;
}
a img {
  border: 0;
}
a img:hover {
  opacity: 0.6;
}
img {
  margin: 0;
}
p {
  margin-bottom: 15px;
  line-height: 1.5;
}
a:link {
  color: var(--link-color);
  text-decoration: underline;
  font-weight: bold;
}
a:visited {
  color: var(--link-color);
  text-decoration: underline;
  font-weight: bold;
}
a:hover {
  color: #var(--accent-color);
  text-decoration: none !important;
  font-weight: bold;
}
a:active {
  color: var(--link-color);
  text-decoration: underline;
  font-weight: bold;
}
.clear {
  clear: both;
}
.clear hr {
  display: none;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-table;
}
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
table {
  width: 100%;
  box-sizing: border-box;
  margin: 25px auto;
}
table.small {
  font-size: 87%;
}
table caption {
  margin-bottom: 15px;
  font-weight: bold;
  text-decoration: underline;
}
table th, table td {
  padding: 10px;
  border: 1px solid #ccc;
  vertical-align: middle;
}
table th {
  background-color: #efefef;
  min-width: 85px;
}
table td {
  background-color: #fff;
}
table td p:nth-last-of-type(1) {
  margin-bottom: 0;
}
table thead th {
  color: #fff;
  background-color: #1A5DA4;
  font-weight: bold;
}
table th.waku, table td.waku {
  border: 2px solid #f00 !important;
}
table th.waku {
  background-color: #ffefef;
}
section.parts {
  padding: 30px 0;
  border-bottom: 1px dashed #eee;
  margin-bottom: 30px;
}
.sorce {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #CCC;
  font-size: 14px;
  padding: 10px;
  margin: 20px auto;
}
.full_img {
  width: 100%;
  margin: 30px auto;
}
.full_img img {
  width: 100%;
  vertical-align: bottom;
}
ol {
  padding: 10px;
  padding-left: 30px;
  list-style-type: decimal;
  background-color: #fafafa;
  margin: 20px auto;
}
ol li {
  margin-bottom: 10px;
  font-weight: bold;
}
ol li:nth-last-of-type(1) {
  margin-bottom: 0;
}
.clearfix hr {
  display: none;
}
.red {
  color: var(--red-color);
}
.blue {
  color: var(--blue-color)
}
.yellow {
  color: var(--yellow-color);
}
.bold {
  font-weight: bold;
}
.big_red24 {
  font-size: 100%;
  color: #A69046;
  /*text-decoration: underline;*/
  border-bottom: 2px solid;
  padding-bottom: 2px;
}
.big_usutya24 {
  font-size: 20px;
  font-weight: bold;
  color: #582C3C;
}
.big_usutya26 {
  font-size: 22px;
  font-weight: bold;
  color: #464646;
}
.big_usutya28 {
  font-size: 20px;
  font-weight: bold;
  color: #464646;
  padding: 1rem 2rem;
  border-left: 5px solid #000;
  background: #f4f4f4;
  line-height: 2.1em;
}
.big, .big_txt {
  font-size: 125%;
}
.big_txt2 {
  font-size: 140%;
  letter-spacing: 0.1em;
  font-weight: bold;
}
input {
  -webkit-appearance: none;
}
p {
  margin-bottom: 20px;
  line-height: 1.7;
}
p:nth-last-of-type(1) {
  margin-bottom: 0;
}
/* ------------------------------
ドラッグの色変更
------------------------------ */ ::selection {
  background: #9cd4a9; /* Safari */
}
::-moz-selection {
  background: #9cd4a9; /* Firefox */
}
/* ------------------------------
ヘッダー
------------------------------ */
#HEADLINE {
  background-color: #57B24D; /*var( --accent-color);*/
}
#HEADLINE .headline {
  width: var(--content-width);
  margin: 0 auto;
  text-align: right;
}
#HEADLINE .headline ul {
  padding: 3px 0;
  margin: 0;
  padding-inline-start: 0px;
}
#HEADLINE .headline ul li {
  display: inline-block;
  margin-left: 10px;
}
#HEADLINE .headline ul li a {
  font-size: 10px;
  color: #fff;
  font-weight: normal;
  text-decoration: none;
}
#HEADLINE .headline ul li a:before {
  content: "\f0da";
  font-family: FontAwesome;
  display: inline-block;
  margin-right: 7px;
}
#HEADLINE .headline ul li a:hover {
  text-decoration: underline !important;
}
header {
  margin: 15px auto;
  vertical-align: top;
}
header .header {
  width: var(--content-width);
  margin: 0 auto;
}
header .header .logo {
  display: inline-block;
  float: left;
  padding-top: 35px;
}
header .header .logo a {
  display: inline-block;
}
header .header .info {
  display: inline-block;
  float: right;
}
header .header .info a {
  display: inline-block;
}
header .sp_menu {
  display: none;
}
/* ------------------------------
グローバルナビ
------------------------------ */
#GLOBAL_NAV {
  border-top: 1px solid #dddddd;
  border-bottom: 10px solid /*166C55*/ #A69F86;
  background-color: #C2B393 /*57B24D*/ ;
}
#GLOBAL_NAV ul.global_nav {
  width: var(--content-width);
  margin: 0 auto;
  font-size: 0;
  border-left: 1px solid #dddddd;
  box-sizing: border-box;
  padding-inline-start: 0px;
  position: relative;
}
#GLOBAL_NAV ul.global_nav > li {
  display: inline-block;
  width: 20%;
  box-sizing: border-box;
}
#GLOBAL_NAV ul.global_nav > li a {
  width: 100%;
  display: inline-block;
  font-size: 15px;
  text-align: center;
  font-weight: bold;
  line-height: 1.0;
  padding: 20px 0;
  border-right: 1px solid #dddddd;
  text-decoration: none;
  box-sizing: border-box;
  color: #fff;
  background-color: #C2B393 /*#57B24D*/ ;
}
#GLOBAL_NAV ul.global_nav > li a:hover {
  background-color: var(--main-color);
  color: #fff;
}
#GLOBAL_NAV ul.global_nav .dropdwn_nav_menu {
  display: none;
}
#GLOBAL_NAV ul.global_nav .dropdwn_nav_menu {
  position: absolute;
  bottom: -55px;
  width: 100%;
  background-color: #efefef;
  left: 0;
  box-shadow: 0 0 8px rgb(0 0 0 / 25%);
}
#GLOBAL_NAV ul.global_nav .dropdwn_nav_menu li {
  display: inline-block;
  width: 20%;
  box-sizing: border-box;
}
#GLOBAL_NAV ul.global_nav .dropdwn_nav_menu li a {
  width: 100%;
  display: inline-block;
  font-size: 15px;
  text-align: center;
  font-weight: bold;
  line-height: 1.0;
  padding: 20px 0;
  text-decoration: none;
  box-sizing: border-box;
  color: #666;
}
#GLOBAL_NAV ul.global_nav .dropdwn_nav_menu li a:hover {
  color: #fff;
}
#NAV_BOTTOM {
  margin-bottom: 40px;
  background-color: var(--gray-color);
}
#NAV_BOTTOM .nav_bottom {
  width: var(--content-width);
  margin: 0 auto;
  padding: 10px;
  font-size: 12px;
  color: #666;
  font-weight: bold;
}
/* ------------------------------
トップページ
------------------------------ */
#TOP_IMG {}
#TOP_IMG .top_img {
  width: var(--content-width);
  margin: 30px auto;
}
#TOP_IMG .top_img img {
  width: 100%;
  vertical-align: bottom;
}
/* ------------------------------
フッター
------------------------------ */
footer {
  margin-top: 60px;
  background-color: var(--main-color);
  color: #fff;
}
footer .footer {
  width: var(--content-width);
  margin: 0 auto;
  padding: 40px 0;
}
footer .footer ul {
  margin: 0px auto;
  text-align: center;
}
footer .footer ul li {
  display: inline-block;
  margin: 0 5px;
}
footer .footer ul li a {
  color: #fff;
  font-size: 12px;
}
.to_top {
  position: fixed;
  right: 20px;
  bottom: 100px;
  z-index: 99;
}
#COPYRIGHT {
  background-color: var(--main-color);
  color: #fff;
  padding-bottom: 100px;
}
#COPYRIGHT .copyright {
  width: var(--content-width);
  margin: 0 auto;
  font-size: 10px;
  text-align: center;
  padding: 20px 0;
}
#BOTTOM_FIXED {
  background-color: #FFF;
  width: 100%;
  position: fixed;
  bottom: 0;
  box-shadow: 0 0 8px rgb(0 0 0 / 25%);
}
#BOTTOM_FIXED .bottom_fixed {
  width: var(--content-width);
  margin: 0 auto;
  padding: 20px 0;
}
#BOTTOM_FIXED .bottom_fixed .txt1 {
  font-weight: bold;
  color: #666;
  font-size: 12px;
  display: inline-block;
  margin-right: 20px;
  margin-top: 2px;
}
#BOTTOM_FIXED .bottom_fixed .txt2 {
  font-weight: bold;
  color: #666;
  font-size: 12px;
  display: inline-block;
  margin-right: 20px;
  margin-top: 2px;
}
#BOTTOM_FIXED .bottom_fixed .link_btn {
  float: right;
}
#BOTTOM_FIXED .bottom_fixed .link_btn a {
  display: inline-block;
  padding: 10px 20px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  line-height: 1.0;
  border-radius: 300px;
  background-color: var(--sub-color);
  font-size: 12px;
}
#BOTTOM_FIXED .bottom_fixed .link_btn a:hover {
  opacity: 0.6;
  cursor: pointer;
}
#BOTTOM_FIXED_SP_MENU {
  display: none;
}
/* ------------------------------
パンくず
------------------------------ */
/* ------------------------------
コンテンツ
------------------------------ */
#CONTENTS_TITLE, #TOP_CONTENTS_TITLE {
  background-color: var(--main-color);
  margin: 60px auto;
}
#CONTENTS_TITLE .contents_title, #TOP_CONTENTS_TITLE .top_contents_title {
  width: var(--content-width);
  font-size: 34px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 40px 0;
  margin: 0 auto;
  line-height: 1.9em;
  letter-spacing: 0.1em;
}
#TOP_CONTENTS_SEC01 {}
.top_cv, .top_cv2, .top_link_area, .top_contents_sec, .contents_sec {
  width: var(--content-width);
  margin: 0 auto;
}
.contents_sec_title, .top_contents_sec_title {
  line-height: 2.0;
  margin: 0 auto 2px;
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  color: #666;
}
.top_contents_sec_list {
  font-size: 0;
  margin: 30px auto;
}
.top_contents_sec_list li {
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  width: calc(50% - 20px);
  width: -webkit-calc(50% - 20px);
  box-sizing: border-box;
  border-left: 8px solid var(--sub-color);
  box-shadow: 0 0 5px rgb(0 0 0 / 15%);
  padding: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
  line-height: 1.9;
  /*background-color: whitesmoke;*/
  letter-spacing: 0.05em;
}
.top_contents_sec .desc_txt {
  padding: 20px;
  box-sizing: border-box;
  border: 1px dotted #ccc;
  margin: 30px auto;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
#TOP_CONTENTS_TITLE02, #TOP_CONTENTS_TITLE03, #TOP_CONTENTS_TITLE04, #TOP_CONTENTS_TITLE05, #TOP_CONTENTS_TITLE06, #TOP_CONTENTS_TITLE07 {
  background-color: var(--sub-color);
  margin: 60px auto;
}
#TOP_CONTENTS_TITLE02 .top_contents_title, #TOP_CONTENTS_TITLE03 .top_contents_title, #TOP_CONTENTS_TITLE04 .top_contents_title, #TOP_CONTENTS_TITLE05 .top_contents_title, #TOP_CONTENTS_TITLE06 .top_contents_title, #TOP_CONTENTS_TITLE07 .top_contents_title {
  width: var(--content-width);
  font-size: 32px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 40px 0;
  margin: 0 auto;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
#TOP_CONTENTS_TITLE02 .top_contents_title .color, #TOP_CONTENTS_TITLE03 .top_contents_title .color, #TOP_CONTENTS_TITLE04 .top_contents_title .color, #TOP_CONTENTS_TITLE05 .top_contents_title .color, #TOP_CONTENTS_TITLE06 .top_contents_title .color, #TOP_CONTENTS_TITLE07 .top_contents_title .color {
  color: var(--yellow-color);
}
.top_contents_sec h2 {
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.top_contents_sec picture {
  margin: 40px auto;
  width: 100%;
  display: block;
}
.top_contents_sec picture img {
  width: 100%;
  vertical-align: bottom;
}
#TOP_CV {
  background-color: var(--sub-color);
  margin: 60px auto;
}
#TOP_CV .top_cv {
  width: var(--content-width);
  margin: 0 auto;
  padding: 40px 0;
  position: relative;
}
#TOP_CV .top_cv .top_cv_txt {
  width: calc(100% - 300px);
  width: -webkit-calc(100% - 300px);
  float: left;
  color: #fff;
  font-weight: bold;
}
#TOP_CV .top_cv .top_cv_txt .title {
  color: var(--yellow-color);
  font-weight: bold;
  font-size: 120%;
  margin-bottom: 15px;
}
#TOP_CV .top_cv .top_cv_link {
  width: 230px;
  float: right;
}
#TOP_CV .top_cv .top_cv_link:after {
  content: " ";
  background-image: url("../img/cv_link_img.png");
  background-size: 147px 104px;
  background-repeat: no-repeat;
  background-position: bottom;
  width: 147px;
  height: 104px;
  position: absolute;
  bottom: 0;
  right: 0;
}
#TOP_CV .top_cv .top_cv_link a {
  display: inline-block;
  width: 100%;
  margin: 0 auto;
  padding: 15px;
  background: #ff8900;
  border: 1px solid #fff;
  border-radius: 30px;
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  text-align: center;
  box-sizing: border-box;
}
#TOP_CV .top_cv .top_cv_link a:hover {
  opacity: 0.6;
  cursor: pointer;
}
#TOP_LINK_AREA {}
#TOP_LINK_AREA .top_link_area {}
#TOP_LINK_AREA .top_link_area h2 {
  margin-bottom: 30px;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}
#TOP_LINK_AREA .top_link_area h3 {
  margin-bottom: 30px;
  font-size: 23px;
  font-weight: bold;
  text-align: center;
}
.top_banner {
  margin: 20px auto;
}
.top_banner img {
  width: 100%;
  vertical-align: bottom;
}
picture.two_pic {
  margin: 30px auto;
  font-size: 0;
}
picture.two_pic img {
  width: calc(50% - 15px);
  width: -webkit-calc(50% - 15px);
  margin: 0 5px;
  vertical-align: bottom;
}
.cv_link_btn {
  margin: 30px auto;
}
.cv_link_btn a {
  display: block;
  width: 100%;
  box-sizing: border-box;
  border-radius: 300px;
  text-align: center;
  color: #fff;
  background-color: var(--accent-color);
  line-height: 1.8;
  padding: 20px 55px;
  text-decoration: none;
  position: relative;
  font-size: 23px;
}
.cv_link_btn a:after {
  content: "\f105";
  font-family: FontAwesome;
  display: inline-block;
  position: absolute;
  right: 26px;
  top: 50%;
  margin-top: -20px;
  font-size: 23px;
}
.cv_link_btn a:hover {
  opacity: 0.6;
}
ul.topic_list {
  border: 2px solid #ccc;
}
ul.topic_list li a {
  display: block;
  border-bottom: 1px dotted #ccc;
  line-height: 1.5;
  padding: 15px;
  position: relative;
  padding-left: 30px;
}
ul.topic_list li:nth-last-of-type(1) a {
  border-bottom: none;
}
ul.topic_list li a:hover {
  background-color: #fafafa;
}
ul.topic_list li a:before {
  content: "\f0da";
  font-family: FontAwesome;
  display: inline-block;
  margin-right: 7px;
  position: absolute;
  left: 15px;
}
.contents_sec .main {
  float: left;
  width: 680px;
}
.contents_sec aside {
  float: right;
  width: 300px;
}
.contents_sec aside .banner {
  margin: 0px auto 20px;
}
.contents_sec aside .banner img {
  width: 100%;
  vertical-align: bottom;
}
.contents_sec aside .title {
  padding: 10px;
  line-height: 1.0;
  color: #fff;
  font-weight: bold;
  background-color: var(--main-color);
  margin: 30px 0px 0px;
}
.contents_sec aside ul.menu_link {}
.contents_sec aside ul.menu_link li a {
  display: block;
  line-height: 1.0;
  padding: 20px 15px;
  border-bottom: 1px dotted #ccc;
  position: relative;
  color: #666;
  text-decoration: none;
  line-height: 1.9em;
}
.contents_sec aside ul.menu_link li a:before {
  content: "\f105";
  font-family: FontAwesome;
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -10px;
  font-size: 20px;
}
.contents_sec aside ul.menu_link li a:hover {
  opacity: 0.6;
}
/* ------------------------------
パーツ
------------------------------ */
.fukidasi_txt_right, .fukidasi_txt_left {
  margin: 30px auto;
}
.fukidasi_txt_left .icon, .fukidasi_txt_right .icon {
  width: 200px;
  height: 200px;
  overflow: hidden;
  border-radius: 300px;
}
.fukidasi_txt_left .icon img, .fukidasi_txt_right .icon img {
  width: 100%;
  vertical-align: bottom;
}
.fukidasi_txt_right .icon {
  float: right;
}
.fukidasi_txt_left .icon {
  float: left;
}
.fukidasi_txt_left .fukidasi, .fukidasi_txt_right .fukidasi {
  display: inline-block;
  padding: 15px;
  background-color: #fff9c5;
  border-radius: 10px;
  font-weight: bold;
  color: #666;
  width: calc(100% - 340px);
  width: -webkit-calc(100% - 340px);
  line-height: 1.8;
  position: relative;
}
.fukidasi_txt_left .fukidasi:after, .fukidasi_txt_right .fukidasi:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 18px;
  bottom: 3px;
  background: #fff9c5;
  border-radius: 50%;
  box-sizing: border-box;
}
.fukidasi_txt_left .fukidasi:before, .fukidasi_txt_right .fukidasi:before {
  content: "";
  position: absolute;
  width: 13px;
  height: 12px;
  bottom: 0;
  background: #fff9c5;
  border-radius: 50%;
  box-sizing: border-box;
}
.fukidasi_txt_right .fukidasi:before {
  right: -38px;
}
.fukidasi_txt_right .fukidasi:after {
  right: -24px;
}
.fukidasi_txt_left .fukidasi:before {
  left: -38px;
}
.fukidasi_txt_left .fukidasi:after {
  left: -24px;
}
.fukidasi_txt_left .fukidasi {
  float: right;
}
.fukidasi_txt_right .fukidasi {
  float: left;
}
.link_group {
  font-size: 0;
  margin: 30px auto;
}
.link_group li {
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  width: calc(33% - 15px);
  width: -webkit-calc(33% - 15px);
  box-sizing: border-box;
  box-shadow: 0 0 5px rgb(0 0 0 / 15%);
  padding: 20px 15px;
  margin-right: 15px;
  margin-bottom: 20px;
  border-bottom-right-radius: 10px;
  border-top-left-radius: 10px;
}
.link_group li a {
  color: var(--main-color);
  text-decoration: none;
}
.link_group li:hover {
  text-decoration: underline !importnat;
  opacity: 0.6;
}
.reason_box {
  margin: 40px auto 30px;
  position: relative;
  border-radius: 10px;
  border: 2px solid var(--sub-color);
  ;
  padding: 20px;
}
.reason_box .reason_box_point {
  position: absolute;
  top: -15px;
  background-color: var(--main-color);
  color: #fff;
  line-height: 1.0;
  font-size: 14px;
  padding: 5px 20px;
}
.reason_box .reason_box_title {
  margin: 0 auto 15px;
  font-weight: bold;
  font-size: 18px;
  color: #666;
  border-bottom: 2px solid var(--accent-color);
  padding: 5px 0 15px;
}
.reason_box .reason_box_txt {
  font-size: 14px;
  line-height: 1.5;
}
.flow_box {
  margin: 30px auto 30px;
  position: relative;
  border-radius: 10px;
  border: 2px solid var(--sub-color);
  ;
  padding: 28px;
}
.flow_box .flow_box_point {
  position: absolute;
  top: -15px;
  background-color: var(--main-color);
  color: #fff;
  line-height: 1.0;
  font-size: 16px;
  padding: 5px 20px;
}
.flow_box .flow_box_title {
  margin: 10px auto 15px;
  font-weight: bold;
  font-size: 22px;
  color: #666;
  border-bottom: 2px solid var(--accent-color);
  padding: 5px 0 15px;
  line-height: 1.8em;
}
.flow_box .flow_box_txt {
  font-size: 16px;
  line-height: 1.8;
}
.flow_box .flow_box_left {
  float: left;
  width: calc(100% - 320px); /*240*/
  width: -webkit-calc(100% - 320px); /*240*/
}
.flow_box .flow_box_right {
  float: right;
  width: 280px; /*240*/
}
.flow_box .flow_box_right img {
  width: 100%;
  vertical-align: bottom;
}
.down_arrow {
  text-align: center;
  margin: 30px auto;
}
.down_arrow img {
  width: 400px;
  display: inline-block;
  vertical-align: bottom;
}
.case_box {
  margin: 40px auto 30px;
  position: relative;
  border-radius: 10px;
  border: 2px solid var(--sub-color);
  ;
  padding: 20px;
}
.case_box .case_box_point {
  position: absolute;
  top: -15px;
  background-color: var(--main-color);
  color: #fff;
  line-height: 1.0;
  font-size: 14px;
  padding: 5px 20px;
}
.case_box .case_box_title {
  margin: 0 auto 15px;
  font-weight: bold;
  font-size: 18px;
  color: #666;
  border-bottom: 2px solid var(--accent-color);
  padding: 5px 0 15px;
}
.case_box .case_box_txt {
  font-size: 14px;
  line-height: 1.5;
}
.case_box .case_box_left {
  float: left;
  width: 200px;
  border-radius: 300px;
  overflow: hidden;
}
.case_box .case_box_left img {
  width: 100%;
  vertical-align: bottom;
}
.case_box .case_box_right {
  float: right;
  width: calc(100% - 240px);
  width: -webkit-calc(100% - 240px);
}
/* ------------------------------
フッター
------------------------------ */
/* ------------------------------
コンテンツエリア
------------------------------ */
/* ------------------------------
サイド
------------------------------ */
/* ------------------------------
404 NOTFOUND
------------------------------ */
/* ------------------------------
一覧　アーカイブ　カテゴリー
------------------------------ */
/* ------------------------------
投稿・固定ページ
------------------------------ */
/* =======================================
PCで非表示
======================================= */
#SP_MENU_AREA {
  display: none;
}
/*追加ここから*/
.parts_okiba_box {
  padding: 50px 0;
  border-bottom: 1px dotted #8c8b8b;
}
.parts_okiba_box > .title {
  margin-bottom: 20px;
  font-size: 140%;
  font-weight: bold;
}
.parts_okiba_box > .title:before {
  color: #f98888;
  content: "# ";
}
.parts_okiba_box xmp {
  width: 100%;
  border: 1px solid #154582;
  font-size: 14px;
  padding: 15px;
  margin: 20px auto;
  line-height: 1.5;
  color: #154582;
  background-color: #f9fdff;
  box-sizing: border-box;
  overflow-wrap: break-all !important;
}
/* =======================================
パーツ置き場　パーツ
======================================= */
.main h1 {
  font-size: 23px;
  font-weight: bold;
  margin-bottom: 60px;
  padding: 18px;
  background-color: #efefef;
  border-radius: 4px;
}
.main h2 {
  border: none;
  font-size: 18px;
  padding: 15px;
  border-top: 2px solid var(--main-color);
  border-bottom: 2px solid var(--main-color);
  margin: 40px auto;
  background-color: var(--main-color2);
  text-align: left;
}
.main h3 {
  border: none;
  font-size: 16px;
  padding: 15px;
  border-left: 3px solid var(--main-color);
  background-color: var(--main-color2);
  margin: 40px auto;
}
.main h4 {
  border: none;
  font-size: 15px;
  padding: 5px 10px;
  border-left: 2px solid var(--main-color);
  margin: 40px auto;
}
.main h5 {
  border: none;
  font-size: 15px;
  margin: 40px auto;
}
ul.index {
  padding: 15px 15px 1px;
  margin: 0 auto 30px;
  background-color: var(--main-color2);
  border: 1px dashed var(--main-color);
}
ul.index li {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 15px;
}
ul.index li:before {
  content: "\f0da";
  font-family: FontAwesome;
  display: inline-block;
  margin-right: 10px;
  color: var(--main-color);
}
.parts_okiba_box {
  padding: 50px 0;
  border-bottom: 1px dotted #8c8b8b;
}
.parts_okiba_box > .title {
  margin-bottom: 20px;
  font-size: 140%;
  font-weight: bold;
}
.parts_okiba_box > .title:before {
  color: #f98888;
  content: "# ";
}
.parts_okiba_box xmp {
  width: 100%;
  border: 1px solid #154582;
  font-size: 14px;
  padding: 15px;
  margin: 20px auto;
  line-height: 1.5;
  color: #154582;
  background-color: #f9fdff;
  box-sizing: border-box;
  overflow-wrap: break-all !important;
}
.main p {
  margin-bottom: 15px;
  line-height: 1.5;
}
.main hr {
  border: none;
  box-shadow: none;
  border-top: 1px dotted #8c8b8b;
  margin: 50px 0;
}
.main ul.list {
  margin: 10px auto;
  background-color: var(--accent-color2);
  border-radius: 8px;
  padding: 15px;
  line-height: 1.5;
}
.main ul.list li {
  margin-bottom: 15px;
  font-weight: bold;
  position: relative;
  padding-left: 17px;
}
.main ul.list li:before {
  content: "\f058";
  font-family: FontAwesome;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  color: var(--accent-color);
  font-size: 110%;
}
.main ul.list li:nth-last-of-type(1) {
  margin-bottom: 0;
}
/*追加ここから*/
.main ol.list2 {
  margin: 20px auto;
  background-color: #f2f2f2;
  border-radius: 8px;
  padding: 15px 30px;
  line-height: 1.8;
}
.main ol.list2 li {
  margin-bottom: 15px;
  position: relative;
  padding-left: 4px;
}
.main ol.list2 li:before {
  font-family: FontAwesome;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  color: var(--accent-color);
  font-size: 110%;
}
.main ol.list2 li:nth-last-of-type(1) {
  margin-bottom: 0;
}
/*追加ここまで*/
.main .box1 {
  margin: 50px auto;
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 15px;
}
.main .box2 {
  margin: 25px auto;
  background-color: var(--accent-color2);
  border-radius: 8px;
  padding: 15px;
}
.main .box2 .title {
  margin-bottom: 10px;
  border-bottom: 1px dotted #ea9696;
  font-weight: bold;
  padding-bottom: 15px;
  font-size: 140%;
  line-height: 1.5;
}
.main .box2 .title:before {
  content: "\f14a";
  font-family: FontAwesome;
  display: inline-block;
  margin-right: 10px;
  color: var(--accent-color);
}
.main .box3 {
  margin: 50px auto;
}
.main .box3 .title {
  background-color: var(--sub-color);
  color: #fff;
  line-height: 1.0;
  padding: 7px 14px;
  margin: 0;
  display: inline-block;
  font-size: 110%;
  font-weight: bold;
  border-radius: 8px 8px 0 0;
}
.main .box3 .txt {
  background-color: #eff7ee;
  border: 1px solid var(--sub-color);
  padding: 15px;
}
.main table.table1, .main table.table2 {
  width: 100%;
  margin: 40px auto;
  line-height: 1.5;
}
.main table.table1 thead tr th, .main table.table1 thead tr td, .main table.table2 tr th {
  padding: 5px 10px;
  border: 1px solid #ccc;
  font-size: 87%;
  background-color: var(--sub-color);
  color: #fff;
  text-align: center;
  width: 33px;
}
.main table.table1 tbody tr th, .main table.table1 tbody tr td, .main table.table2 tbody tr td {
  padding: 10px;
  border: 1px solid #ccc;
}
.main table.table1 tbody tr th {
  background-color: #efefef;
  font-weight: bold;
}
/*テーブル追加*/
/*テーブル追加*/
.main .left_link a:before, .main .right_link a:before, .main .center_link a:before {
  content: "\f054";
  font-family: FontAwesome;
  display: inline-block;
  margin-right: 5px;
}
.main .left_link a, .main .right_link a, .main .center_link a {
  margin: 40px auto;
  font-size: 110%;
  text-decoration: underline;
}
.main .left_link a:hover, .main .right_link a:hover, .main .center_link a:hover {
  opacity: 0.6;
  text-decoration: none;
}
.main .left_link {
  text-align: left;
}
.main .right_link {
  text-align: right;
}
/*下記main 削除*/
.left_link a:before, .right_link a:before, .center_link a:before {
  content: "\f054";
  font-family: FontAwesome;
  display: inline-block;
  margin-right: 5px;
  padding: 0px 0px 60px 0px;
}
.left_link a, .right_link a, .center_link a {
  margin: 40px auto;
  font-size: 110%;
  text-decoration: underline;
}
.left_link a:hover, .right_link a:hover, .center_link a:hover {
  opacity: 0.6;
  text-decoration: none;
}
.left_link {
  text-align: left;
}
.right_link {
  text-align: right;
}
/**/
.main .center_link {
  text-align: center;
}
.main .link_btn a {
  margin: 50px auto;
  background: var(--accent-color);
  border-radius: 300px;
  color: #fff;
  font-weight: bold;
  padding: 20px 0;
  line-height: 1.0;
  width: 100%;
  box-sizing: border-box;
  display: block;
  font-size: 18px;
  text-shadow: 1px 1px 3px #600;
  text-align: center;
}
.main .link_btn a:hover {
  opacity: 0.6 !important;
}
.info_txt p:nth-last-of-type(1), .main .matome_box .txt p:nth-last-of-type(1), .main .box1 p:nth-last-of-type(1), .main .box2 p:nth-last-of-type(1), .main .box3 p:nth-last-of-type(1) {
  margin-bottom: 0;
}
blockquote {
  margin: 40px auto;
  background: url(../img/blockquote.png) no-repeat 1% 5%, #fff;
  border: 2px solid #d0d0d0;
  border-radius: 4px;
  padding: 25px 15px 10px;
  background-size: 30px 30px;
  background-position: 15px 7px;
  line-height: 1.8;
}
.main .qa_box_area {
  padding: 4px 0px;
  margin-bottom: 10px;
}
.main .qa_box {
  padding: 5px 0px;
  margin-bottom: 15px;
}
.main .qa_box .q_txt {
  font-weight: bold;
  border-bottom: 1px dotted #D7D7D7;
  padding: 5px 0px 8.5px 30px;
  position: relative;
  line-height: 1.5em;
  font-size: 110%;
}
.main .qa_box .q_txt:before {
  font-family: Josefin Sans, 游ゴシック, Yu Gothic, sans-serif;
  font-size: 110%;
  color: #fff;
  margin-right: 10px;
  padding: 6px 0;
  text-align: center;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 2px;
  left: 0px;
  box-sizing: border-box;
  content: "";
  background-image: url("../img/icon-q.png");
  background-size: 24px 24px;
  line-height: 1.0;
  display: inline-block;
  border-radius: 300px;
}
.main .qa_box .a_txt {
  padding: 10px 5px 5px 30px;
  position: relative;
  font-size: 100%;
}
.main .qa_box .a_txt:before {
  font-family: Josefin Sans, 游ゴシック, Yu Gothic, sans-serif;
  font-size: 100%;
  color: #fff;
  margin-right: 10px;
  padding: 6px 0;
  text-align: center;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 7px;
  left: 0px;
  box-sizing: border-box;
  background-color: #fb8193;
  content: "";
  background-image: url("../img/icon-a.png");
  background-size: 24px 24px;
  line-height: 1.0;
  display: inline-block;
  border-radius: 300px;
}
.main .fukidashi_left, .main .fukidashi_right {
  margin: 40px auto;
  min-height: 90px;
  position: relative;
}
.main .fukidashi_left .icon, .main .fukidashi_right .icon {
  font-size: 10px;
  text-align: center;
}
.main .fukidashi_left .icon {
  float: left;
}
.main .fukidashi_right .icon {
  float: right;
}
.main .fukidashi_left .icon img, .main .fukidashi_right .icon img {
  vertical-align: bottom;
  width: 65px;
  height: 65px;
  border-radius: 300px;
  overflow: hidden;
  display: block;
  margin-bottom: 3px;
}
.main .fukidashi_left .txt, .main .fukidashi_right .txt {
  top: 0px;
  color: #444;
  padding: 15px;
  position: relative;
  border-radius: 8px;
  min-height: 80px;
  box-sizing: border-box;
  font-size: 110%;
  line-height: 1.5;
}
.main .fukidashi_left .txt {
  background-color: #efefef;
  margin-left: 100px;
}
.main .fukidashi_right .txt {
  margin-right: 100px;
  background-color: #b2e88f;
}
.main .fukidashi_left .txt:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -10px;
  margin-top: -10px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent #efefef transparent transparent;
}
.main .fukidashi_right .txt:after {
  content: "";
  position: absolute;
  top: 10px;
  right: -10px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #b2e88f;
}
.main .fukidashi_left .txt:after {
  content: "";
  position: absolute;
  top: 20px;
  left: -10px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent #efefef transparent transparent;
}
.main .fukidashi_right .img img {
  width: 100%;
  vertical-align: bottom;
}
.main .fukidashi_right .fukidashi {
  background: #FFF;
  border: 1px solid #E3E3E3;
  border-radius: 5px;
  color: #444;
  padding: 10px;
  position: relative;
  margin-right: 0px;
}
.main .matome_box {
  background-color: var(--main-color);
  padding: 0 0 10px;
  border-radius: 6px;
}
.main .matome_box .title {
  font-size: 130%;
  font-weight: bold;
  padding: 20px 10px;
  color: #fff;
  text-align: center;
}
.main .matome_box .txt {
  padding: 15px;
  margin: 0 10px;
  background-color: #fff;
}
.main .arrow {
  display: block;
  width: 150px;
  height: 57.5px;
  background-image: url("../img/down_arrow.png");
  background-size: 150px 57.5px;
  margin: 30px auto;
}
/* =======================================
共通・調整用タグ
======================================= */
img {
  max-width: 100%;
}
.mgt0 {
  margin-top: 0 !important;
}
.mgt5 {
  margin-top: 5px !important;
}
.mgt10 {
  margin-top: 10px !important;
}
.mgt15 {
  margin-top: 15px !important;
}
.mgt20 {
  margin-top: 20px !important;
}
.mgb0 {
  margin-bottom: 0 !important;
}
.mgb5 {
  margin-bottom: 5px !important;
}
.mgb10 {
  margin-bottom: 10px !important;
}
.mgb15 {
  margin-bottom: 15px !important;
}
.mgb20 {
  margin-bottom: 20px !important;
}
.mgr0 {
  margin-right: 0 !important;
}
.mgr5 {
  margin-right: 5px !important;
}
.mgr10 {
  margin-right: 10px !important;
}
.mgr15 {
  margin-right: 15px !important;
}
.mgr20 {
  margin-right: 20px !important;
}
.mgl0 {
  margin-left: 0 !important;
}
.mgl5 {
  margin-left: 5px !important;
}
.mgl10 {
  margin-left: 10px !important;
}
.mgl15 {
  margin-left: 15px !important;
}
.mgl20 {
  margin-left: 20px !important;
}
.pdt0 {
  padding-top: 0 !important;
}
.pdt5 {
  padding-top: 5px !important;
}
.pdt10 {
  padding-top: 10px !important;
}
.pdt15 {
  padding-top: 15px !important;
}
.pdt20 {
  padding-top: 20px !important;
}
.pdb0 {
  padding-bottom: 0 !important;
}
.pdb5 {
  padding-bottom: 5px !important;
}
.pdb10 {
  padding-bottom: 10px !important;
}
.pdb15 {
  padding-bottom: 15px !important;
}
.pdb20 {
  padding-bottom: 20px !important;
}
.pdr0 {
  padding-right: 0 !important;
}
.pdr5 {
  padding-right: 5px !important;
}
.pdr10 {
  padding-right: 10px !important;
}
.pdr15 {
  padding-right: 15px !important;
}
.pdr20 {
  padding-right: 20px !important;
}
.pdl0 {
  padding-left: 0 !important;
}
.pdl5 {
  padding-left: 5px !important;
}
.pdl10 {
  padding-left: 10px !important;
}
.pdl15 {
  padding-left: 15px !important;
}
.pdl20 {
  padding-left: 20px !important;
}
.fnt10 {
  font-size: 10px !important;
  ;
}
.fnt11 {
  font-size: 11px !important;
  ;
}
.fnt12 {
  font-size: 12px !important;
  ;
}
.fnt13 {
  font-size: 13px !important;
  ;
}
.fnt14 {
  font-size: 14px !important;
  ;
}
.fnt14b {
  font-size: 14px !important;
  ;
  font-weight: bold;
}
.fnt15 {
  font-size: 15px !important;
  ;
}
.fnt16 {
  font-size: 16px !important;
  ;
}
/*追加*/
.fnt16under {
  font-size: 16px !important;
  ;
  font-weight: bold;
  background-color: aliceblue;
}
.fnt17 {
  font-size: 17px !important;
  ;
}
.fnt18 {
  font-size: 18px !important;
  ;
}
.fnt19 {
  font-size: 19px !important;
  ;
}
.fnt20 {
  font-size: 20px !important;
  ;
}
/*追加*/
.fnt20under {
  font-size: 20px !important;
  ;
  color: darkgoldenrod;
  font-weight: bold;
  line-height: 1.5;
}
/*追加*/
.red_txt {
  color: #f00;
}
.underline {
  background: linear-gradient(transparent 60%, #ffb6c1 0%);
}
/* =======================================
記事一覧
======================================= */
ul.entry_list {}
ul.entry_list li {
  border-bottom: 1px dotted #ccc;
}
ul.entry_list li a {
  display: block;
  padding: 10px 0;
  color: #666;
  text-decoration: none;
  font-weight: normal;
  position: relative;
}
ul.entry_list li a:hover {
  opacity: 0.6;
}
ul.entry_list li a .img {}
ul.entry_list li a .img {
  width: 120px;
  float: left;
  border-radius: 4px;
  overflow: hidden;
}
ul.entry_list li a .img img {
  width: 100%;
  vertical-align: bottom;
}
ul.entry_list li a .txt {
  width: calc(100% - 130px);
  width: -webkit-calc(100% - 130px);
  float: right;
  display: inline-block;
  text-align: left;
}
ul.entry_list li a .txt .title {
  font-weight: bold;
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 15px;
}
ul.entry_list li a .txt h3.title {
  margin: 0;
  font-weight: bold;
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 15px;
  border: none;
  padding: 0;
  background-color: transparent;
}
ul.entry_list li a .txt .date {
  font-weight: normal;
  font-size: 12px;
  line-height: 1.0;
  text-align: right;
  color: #aaa;
  position: absolute;
  bottom: 10px;
  right: 0;
} /*追加ここまで*/
/*追加ここから横2*/
.two_box {
  margin: 40px auto 30px;
  position: relative;
  border-radius: 10px;
  border: 2px solid var(--sub-color);
  ;
  padding: 20px;
}
.two_box .two_box_title {
  margin: 0 auto 15px;
  font-weight: bold;
  font-size: 18px;
  color: #666;
  border-bottom: 2px solid var(--accent-color);
  padding: 5px 0 15px;
}
.two_box .two_box_txt {
  font-size: 14px;
  line-height: 1.5;
  padding-bottom: 15px;
}
.two_box .two_box_left {
  float: left;
  width: calc(100% - 240px);
  width: -webkit-calc(100% - 240px);
}
.two_box .two_box_right {
  float: right;
  width: 200px;
}
.two_box .two_box_right img {
  width: 100%;
  vertical-align: bottom;
}

.col_two_one {
  overflow: hidden;
  font-size: 110%;
}
.col_two_one ul {
  overflow: hidden;
  margin: 2% -2% 0 0;
}
.col_two_one li {
  list-style: none;
  float: left;
  width: 48%;
  margin: 0 2% 2% 0;
  line-height: 1.5;
}
.col_two_one p {
  line-height: 1.8;
}
.col_two_one li:nth-child(2n+1) {
  clear: both;
}
.col_two_one li img {
  width: 100%;
  margin-bottom: 0.1%;
}

.col_two_one_mini {
  overflow: hidden;
}
.col_two_one_mini ul {
  overflow: hidden;
  margin: 0 -2% 0 0;
}
.col_two_one_mini li {
  list-style: none;
  float: left;
  width: 36%;
  margin: 0 2% 2% 0;
  line-height: 1.5;
}
.col_two_one_mini p {
  line-height: 1.8;
}
.col_two_one_mini li:nth-child(2n+1) {
  clear: both;
}
.col_two_one_mini li img {
  width: 90%;
  margin-bottom: 0.1%;
}

.pc {
  display: block !important;
}
.sp {
  display: none !important;
}

@media only screen and (max-width: 750px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}

*, *:before, *:after {
  box-sizing: border-box;
}
.col_3 {
  width: 100%;
  display: flex;
  display: -ms-flexbox; /* IE10 */
  flex-wrap: wrap;
  -ms-flex-wrap: wrap; /* IE10 */
  background-color: #fff; /* 背景の色 */
  color: #FFF; /* 文字の色 */
  text-align: center; /* 内容は中央配置 */
}
.col_3 > div {
  width: 33.33333%;
  padding: 10px;
}
@media screen and (max-width: 1090px) {
  .col_3 > div {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .col_3 > div {
    width: 100%;
  }
}

.threeCol {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
  margin-bottom: 60px;
}
.threeCol .inner {
  position: relative;
  overflow: hidden;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 32.14%;
  width: calc((315 / 980) *100%);
  margin: 0 0 20px 0;
}
.threeCol .inner h4 {
  width: 100%;
  margin-top: 0.5em;
  text-align: left;
}
.threeCol .inner p {
  width: 100%;
  margin-bottom: 0;
  text-align: justify;
}
.threeCol .inner > a {
  width: 100%;
  height: 100%;
}
.threeCol .inner .image {
  width: 100%;
  min-height: 0%;
}
.threeCol .inner img {
  width: 100%;
}
.threeCol .inner .btn {
  margin-top: auto;
  padding-top: 20px;
}
.threeCol .inner .text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  pointer-events: none;
}
@media screen and (max-width:767px) {
  .threeCol {
    display: block;
    margin-bottom: 20px;
  }
  .threeCol .inner {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .threeCol .inner img {
    width: 80%;
  }
}

.fourCol {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
  margin-bottom: 60px;
}
.fourCol .inner {
  position: relative;
  overflow: hidden;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 23.46%;
  width: calc((230 / 980) *100%);
  margin: 0 0 20px 0;
}
.fourCol .inner h4 {
  width: 100%;
  margin-top: 0.5em;
  text-align: left;
}
.fourCol .inner p {
  width: 100%;
  margin-bottom: 0;
  text-align: justify;
}
.fourCol .inner > a {
  width: 100%;
  height: 100%;
}
.fourCol .inner .image {
  width: 100%;
  min-height: 0%;
}
.fourCol .inner img {
  width: 100%;
}
.fourCol .inner .btn {
  margin-top: auto;
  padding-top: 20px;
}
.fourCol .inner .text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  pointer-events: none;
}
@media screen and (max-width:767px) {
  .fourCol {
    margin-bottom: 20px;
  }
  .fourCol .inner {
    box-sizing: border-box;
    width: 48.98%;
    width: calc((480 / 980) *100%);
    margin-bottom: 10px;
  }
}

ul.stepflow {
  border: none;
  margin: 1em 0.5em;
  padding: 0;
  list-style: none;
}
ul.stepflow > li:before, ol.stepflow > li:before {
  background-color: #CFC6A7 !important;
}
.stepflow li {
  position: relative;
  padding: 0 0 1.5em 1.8em;
}
.stepflow > li:before {
  content: "";
  width: 3px;
  background: #cccccc;
  display: block;
  position: absolute;
  top: 28px;
  bottom: 0;
  left: 5px;
}
.stepflow-white {
  content: '';
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: solid 3px #B39E61;
}
.stepflow-black {
  content: '';
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: solid 3px #232F3E;
  background-color: #232F3E;
}
.stepflow_label {
  padding: 3px 0px 8px 0px;
  margin-bottom: 8px;
  color: #999999;
  font-size: .8em;
  font-weight: bold;
}
.stepflow_title {
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 15px;
  color: coral;
}
.stepflow_content {
  font-size: .9em;
  line-height: 1.5;
  margin-top: .5em;
  padding: 0 0 1.5em;
  border-bottom: dashed 1px #cccccc;
}
/*ステップフローのCSSここまで*/
/*	.content table.table_01,
#mailform table.table_form {
	width: 98%;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
.content table.table_01 th,
.content table.table_01 td {
	padding: 30px;
	font-size: 14px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E3E3E3;
}
.content table.table_01 th {
	background-color: #F9F9F9;
	color: #00365E;
	letter-spacing: 2px;
}

#mailform table.table_form th {
	text-align: right;
	border-right-width: 4px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: dotted;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	font-size: 14px;
	font-weight: normal;
	padding: 20px;
	background-color: #F9F9F9;
}
.content #mailform table.table_form th p {
	font-size: 10px;
	line-height: 14px;
	color: #999;
	margin: 0px;
	padding: 0px;
}
span.required {
	display: inline-block;
	margin-left: 5px;
	color: #FFF;
	background-color: #FF5B33;
	font-size: 12px;
	line-height: 24px;
	padding-right: 5px;
	padding-left: 5px;
}
#mailform table.table_form td {
	padding: 20px;
	background-color: #FFF;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	border-bottom-width: 1px;
	font-size: 14px;
}
form input.form_btn {
	background-color: #F60;
	color: #FFF;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border: 3px solid #EEE;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
	font-size: 18px;
	line-height: 24px;
}
form input.form_btn:hover {
	background-color: #FFF;
	color: #F60;
	border-top-color: #F60;
	border-right-color: #F60;
	border-bottom-color: #F60;
	border-left-color: #F60;
	cursor: pointer;
}
form input.form_btn_gr {
	background-color: #555;
	color: #FFF;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border: 3px solid #EEE;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
	font-size: 14px;
	line-height: 24px;
}
form input.form_btn_gr:hover {
	background-color: #FFF;
	color: #555;
	border-top-color: #555;
	border-right-color: #555;
	border-bottom-color: #555;
	border-left-color: #555;
	cursor: pointer;
}*/
/*@media screen and (min-width:1800px) {

.top_form {
	top: 30%;
	left: 15%;
}

}*/
/* pc / sp  「!important」宣言!  共通
============================================================================================================ */
.sp, .sps {
  display: none !important;
}
@media screen and (max-width: 680px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  img.sp, span.sp, br.sp, em.sp, strong.sp {
    display: inline !important;
  }
}
@media screen and (max-width: 370px) {
  .sps {
    display: block !important;
  }
  img.sps, spsan.sps, br.sps, em.sps, strong.sps {
    display: inline !important;
  }
}
/* sp
============================================================================================================ */
@media screen and (max-width: 680px) {
  *[data-label] img {
    display: none;
  }
  *[data-label]:before {
    content: attr(data-label);
  }
  *[data-label-r]:after {
    content: attr(data-label-r);
  }
}

.under {
  text-decoration: underline;
  color: #B39E61;
}
/* flow topで使用 */
h2.flow_h2 {
  background: url(images/flow/h2.png) no-repeat;
}
h3.flow_h3_1 {
  font-size: 24px;
  font-weight: bold;
  color: #666;
}
h3.flow_h3_2 {
  height: 87px;
  margin-top: 100px;
  background: url(images/flow/h3/2.png) no-repeat;
}
.flow_box {
  padding-top: 40px;
  background-color: #f2f2f2;
}
.flow_item {
  margin-top: 9px;
  background: #FFF;
  border-top-left-radius: 10px; /* 左上 */
  border-top-right-radius: 10px; /* 右上 */
  border-bottom-left-radius: 10px; /* 左下 */
  border-bottom-right-radius: 10px; /* 右下 */
}
.flow_box .flow_item:last-child {
  background: #fff;
}
.flow_title {
  width: 470px;
  padding: 38px 0 38px 42px;
  float: left;
}
.flow_inner {
  width: 608px;
  padding: 33px 0;
  float: right;
}
.flow_text {
  padding: 10px 26px 0px 30px;
  border-left: 1px solid #B2B2B2;
  font-size: 16px;
  color: #333;
  line-height: 180%;
  text-align: left;
}
.flow_box .flow_item:last-child .flow_text {
  border-left: 1px solid #B2B2B2;
  color: #333;
}
.flow_triangle {
  margin-top: 14px;
  padding: 18px 0px;
  text-align: center;
}
.flow_under_text_box {
  margin-top: 60px;
  padding: 15px 40px 30px 40px;
  background: #FFF;
}
.flow_under_text_item {
  padding: 20px 0 15px 0;
  border-bottom: 1px solid #D5D4D1;
  font-size: 14px;
  color: #333;
  line-height: 150%;
}
.flow_under_text_box .flow_under_text_item:last-child {
  border: none;
}

@media screen and (max-width:640px) {
  /* flow */
  h3.flow_h3_1 {}
  h3.flow_h3_2 {
    padding-top: 40px;
  }
  .flow_box {
    padding-top: 20px;
  }
  .flow_item {}
  .flow_title {
    width: 100%;
    padding: 15px 10% 0 10%;
    float: none;
  }
  .flow_inner {
    width: 100%;
    padding: 20px 0 15px 0;
    float: none;
  }
  .flow_text {
    padding: 0 25px;
    border: none;
  }
  .flow_triangle {}
  .flow_box .flow_item:last-child .flow_text {
    border-left: none;
    color: #333;
  }
  .flow_under_text_box {
    margin-top: 20px;
    padding: 10px 20px;
  }
  .flow_under_text_item {}
}