@charset "utf-8";
/* CSS Document */
body {
	background-color: #FFFFFF;
}
input[type="submit"],input[type="button"] {
	background-color: #FF6600;
}
/* Firefox用ハック */
html:not([lang*=""]) .table {
    border-collapse: separate;
    width: 100%;
}
.table th, .table td { /* Firefox対策の記述の為、まとめないでください */
		vertical-align: middle;
    padding: 16px 16px;
    font-weight: normal;
}
/*タブ切り替え*/
.ChangeElem_Panel{display: none;}
/*------------------iframe------------------*/
iframe {
	border: 1px solid #CCCCCC;
}

/*------------------------------
基本スタイル ※変更不可
------------------------------*/
.sp{display: block;}
.pc{display: none;}
a {
	color: #006699;
}
a:hover {
	color: #006699;
	text-decoration: underline;
}
dl dt,dl dd{line-height: 1.4;}
ol {
	list-style: decimal;
	margin-left: 2em;
}
ol li {
    font-size: 1.4rem;
    font-size: 14px;
	margin-bottom: 3px;
}
/* テキスト */
p {
    font-size: 1.4rem;
    font-size: 14px;
    line-height: 1.6;
}
span {
    font-size: 1.4rem;
    font-size: 14px;
}
th, td, ul, li, dl {
    font-size: 1.4rem;
    font-size: 14px;
    line-height: 1.4;
}
#wrapper {
    width: 100%;
    margin: 0 auto;
}
.wrap-l{
    width: 98%;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}
.wrap-m{
    width: 96%;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
}
section{
    margin-top: 20px;
}
/*------------------------------
見出し h1-h6 ※変更不可
------------------------------*/
h1 {
		font-weight:500;
		line-height: 1.4;
}
h2 {
	line-height: 1.2;
    font-size: 2.0rem;
    font-size: 20px;
    clear: both;
}
h2.h2-ttl {
    color: #FFFFFF;
    padding: 2%;
    background-color: #00A287;
    border-radius: 5px;
    margin-bottom: 1em;
}
h3.h3-ttl,.article-content h3,.article h3{
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: 600;
    padding: 12px 12px;
    line-height: 1.2;
    margin: 0 0 16px;
    background-color: hsl(170deg 100% 32% / 80%);
    border-bottom: 3px solid #00A287;
    color: #FFFFFF;
}
h3.h3-ttl:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
h4.h4-ttl,.article-content h4 {
    margin-bottom: 20px;
    line-height: 1.5;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 600;
    clear: both;
    overflow: hidden;
    background-color: #f6f6f6;
    padding: 12px 20px 12px 10px;
    border-left: 8px solid #00A287;
}
#top h4.img-box {
    background-color: #FFFFFF;
    border-left: none;
    padding: 0;
    margin-bottom: 20px;
}
h5 {
    font-weight: 600;
    font-size: 16px;
    font-size: 1.6rem;
    color: #FF6600;
    margin: 16px 0;
    padding-bottom: 8px;
}
.note {
    font-size: 1.3rem;
    font-size: 13px;
    line-height: 1.2;
    display: block;
    margin: 8px 0;
}
.img-box img {
	margin: auto;
    display: block;
    width: auto;
    max-width: 100%;
}
.target-icon:after {
    font-family: 'Font Awesome 5 Free';
    content: "\f35d";
    color: #333333;
    position: relative;
    font-weight: 900;
    font-size: 15px;
    padding-left: 0.4rem;
}
.underline {
    text-decoration: underline;
}
.text {
    padding: 20px 0;
}
.flex-box {
    display: flex;
    flex-wrap: wrap;
}
.mark-text {
    text-align: center;
}
.lead {
    font-weight: bold;
    font-size: 1.6rem;
    font-size: 16px;
}
#top .lead {
    font-weight: bold;
    font-size: 1.8rem;
    font-size: 18px;
}
.catchcopy {
    color: #f8680f;
    text-align: center;
    font-weight: 600;
    margin: 0 auto 20px;
    font-size: 1.6rem;
    font-size: 16px;
}
.block{
    margin: 20px 0;
}
#container {
	width: 100%;
    margin: 0 auto;
}
.wrap-s {
    width: 90%;
    margin : auto;
}
/* フォームのボタン */
button.submit-btn {
    display: block;
    margin: 0 auto;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
    background-color: #FF6600;
    border-radius: 5px;
    width: 100%;
    max-width: 150px;
    padding: 16px;
    color: #FFFFFF;
    font-size: 16px;
}
button.submit-btn:hover{
    opacity: 0.8;
}

/*------------------jumpTop/jumpPage------------------*/
.jumpTop {
    position: fixed;
    padding: 3px 0;
    bottom: 130px;
    line-height: 1.4;
    right: 3%;
    z-index: 999;
    margin: 0 auto;
    text-align: center;
    display: block;
    background-color: #FF6600;
    width: 56px;
    height: 56px;
    border-radius: 5px;
    cursor: pointer;
    border: 1px solid #FF6600;
    font-size: 11px;
}
.jumpTop i{
		font-size: 18px;
}
.jumpTop a{
		color: #FFFFFF;
		text-decoration: none;
}
.jumpTop:hover {
    opacity: 0.8;
}

/*===================================================
.under-fixed　お問い合わせfixedアイコン
===================================================*/
.under-fixed,.under-fixed .under-fixed-icon{
	display: flex;
}
.under-fixed {
    position: fixed;
    bottom: 0;
    align-items: center;
    z-index: 999;
    display: flex;
    flex-direction: row-reverse;
}
.under-fixed.pc {
    display: none;
}
.under-fixed a {
    display: flex;
    padding: 1.5rem 5px 1rem 5px;
    text-decoration: none;
}
.under-fixed-icon.text.range.pc {
    display: none;
}
.under-fixed .under-fixed-icon{
  border-radius: 12px;
  width: 55px;
  height: 55px;
  align-self: center;
  flex-direction: column;
  justify-content: center;

  box-shadow: -1px -1px 6px 2px rgba(58,58,58,0.7);
  box-shadow: 0 0 5px #555;
  -moz-box-shadow: 0 0 5px #555;
  -o-box-shadow: 0 0 5px #555;
  -ms-box-shadow: 0 0 5px #555;
  display: flex;
  text-align: center;
}
.under-fixed .under-fixed-icon.mail-icon {
    background-color: #FD7E10;
    color: #FFF;
    border: 2px solid #FD7E10;
}
.under-fixed .under-fixed-icon.phone-icon {
    background-color: #FFFFFF;
    color: #FD7E10;
    border: 2px solid #FD7E10;
}
.under-fixed .under-fixed-icon i{
    font-size: 26px;
    font-size: 2.6rem;
	margin-bottom: 2px;
}
.under-fixed .under-fixed-icon a{
  font-size: 1.2rem;
}


/*------------------table------------------*/
.table th, .table td {
	width: 100%;
    display: block;
    padding: 8px;
}
.table th {
	text-align: center;
	vertical-align: top;
	font-weight: 600;
	text-align: left;
	padding: 5px;
	margin: 0;
	background-color: #48B9A6;
    color: #FFF;
}
.table p,.table ul,.table ol,.table dl {
	margin: 0;
	padding: 5px 5px;
}
.table ol {
	list-style: decimal;
	margin-left: 2em;
}
.table td img {
    width: auto;
    margin: 0 auto 8px;
    display: block;
}
.table,#outline .table_staff {
    border-collapse: collapse;
    border: none;
    border-spacing: 0;
    margin: 20px auto;
}
.table td,#outline .table_staf {
	vertical-align: top;
	padding: 0;
	margin: 0;
}
/*basic-table SP時全て縦長*/
table.basic-table {
    margin: 1rem auto;
    width: 100%;
    border-collapse: separate;
    border-spacing: 2px;
}
table.basic-table th {
    line-height: 1.4;
    display: list-item;
    list-style-type: none;
    padding: 1rem 1rem;
    background-color: #BAE0A3;
}
table.basic-table td {
    line-height: 1.4;
    display: list-item;
    border: none;
    list-style-type: none;
    text-align: center;
    background-color: #F1F9EC;
    padding: 1rem;
}
table.basic-table ul {
    list-style-type: disc;
    text-align: left;
    padding: 2%;
    margin-left: 2rem;
}
/*--------------------------------------------------
　▼　header
----------------------------------------------------*/
header {
    width: 100%;
}
/* gnav */
header .header-nav {
    display: none;
    width: 100%;
		position: relative;
}
header .header-nav ul {
    display: block;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    padding: 24px 0;
    background-color: #000000;
		opacity: 0.8;
		position: relative;
}
header .header-nav ul li {
    border-bottom: 1px dotted #FFFFFF;
    width: 60%;
    margin: 0 auto;
    color: #FFF;
    font-size: 15px;
		padding: 16px 0;
}
header .header-nav ul li:last-child {
    border-bottom: none;
}
header .header-nav ul li a {
    display: block;
    color: #fff;
}
header .dropdown li ul li {
    border-bottom: unset;
    padding: 10px 0;
    -js-display: flex;
  	display: flex;
    width: 100%;
}
header .dropdown li ul li:before {
    content: "・";
    color: #FFF;
}
header .dropdown li ul li a{
		background-color: #089bcb;
    color: #fff;
    word-break: break-all;
    white-space: nowrap;
    opacity: 0.9;
    width: 100%;
}
header .header-nav img {
    width: 80%;
    margin: 24px auto;
    display: block;
}
/*開閉ボタン*/
header #nav-toggle {
display: block;
    width: 38px;
    height: 38px;
    position: absolute;
    z-index: 100;
    right: 12px;
    top: 8px;
    background-color: #ff6800;
    padding: 1%;
    margin: 1px;
}
header #nav-toggle div {
    position: relative;
}
header #nav-toggle span {
    display: block;
    height: 1px;
    background-color: #FFFFFF;
    position: absolute;
    width: 100%;
    left: 0;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
header #nav-toggle span:nth-child(1) {
    top: 4px;
}
header #nav-toggle span:nth-child(2) {
    top: 14px;
}
header #nav-toggle span:nth-child(3) {
    top: 24px;
}
/*開閉ボタンopen時*/
header .open #nav-toggle span:nth-child(1) {
    top: 12px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
}
header .open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
}
header .open #nav-toggle span:nth-child(3) {
    top: 12px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
header h1 {
    font-size: 1.3rem;
    font-size: 13px;
    padding: 8px;
    width: 88%;
}
header .logo img {
    display: block;
    margin: 0 auto 8px 8px;
    width: 98%;
    max-width: 320px;
}
header .tel-header img {
    width: auto;
    position: relative;
}

/*2024LINE切り替えCV*/
header .btn a {
    display: block;
    max-width: 170px;
    width: 100%;
    height: 27px;
    margin: 0 auto;
    line-height: 27px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    border-radius: 12px;
    font-size: 16px;
    font-size: 1.6rem;
}
header .btn a:hover{
    text-decoration: none;
}
header .header-cv {
    max-width: 380px;
    border: 1px solid #8DBA08;
    text-align: center;
    margin-top: -25px;
}
header .header-cv-ttl {
    background-color: #8DBA08;
    padding: 6px 0;
    color: #FFFFFF;
    font-size: 20px;
    font-size: 2.0rem;
}
/*LINE ボタンの場合（念のため残す）*/
header .header-line{
    padding: 6px 10px;
    width: 190px;
    border-right: 1px solid #8DBA08;
}
header .header-line .btn a {
    background-color: #06c655;
}
header .header-line img {
    width: 20px;
    position: relative;
    bottom: 4px;
    left: 2px;
}
/*LINEheaderバナー*/
header .header-line-img{
    width: 190px;
    border-right: 1px solid #06c655;
    border-bottom: 1px solid #06c655;
}
header .header-line img {
    position: relative;
}
/*TEL*/
header .header-tel {
    width: 100%;
    border-right: 1px solid #8DBA08;
    padding: 1px 6px 6px 6px;
    max-width: 230px;
}
header .header-tel img {
    width: 100%;
}
header .header-mail .small,header .header-line .small {
    margin-bottom: 4px;
    font-size: 1.2rem;
    font-size: 12px;
}
/*MAIL*/
header .header-mail{
    padding: 6px 10px;
    width: 190px;
}
header .header-mail .btn a {
    font-size: 1.6rem;
    background-color: #FB7713;
}

/*--------------------------------------------------
　▼　aside サイドメニュー
----------------------------------------------------*/
aside .aside-bnr {
    margin-top: 16px;
}
aside .aside-bnr img {
    width: auto;
    margin: 0 auto;
    display: block;
}
aside .aside-support h3.h3-ttl {
    line-height: 1.4;
    padding: 8px;
    border-radius: 6px 6px 0px 0px;
    border: 2px solid #587a0a;
    background-color: #587a0a;
    color: #FFF;
    font-size: 18px;
    margin-top: 16px;
    margin-bottom: 0;
}
aside .aside-support p{
		border-radius:0px 0px 6px 6px ;
    padding: 8px;
    border: 2px solid #587a0a;
    background-color: #d0ec88;
}

#primary,aside,.btn_set{
    width: 100%;
		background-color: #FFFFFF;
}

/*--------------------------------------------------------------------------------
■□■footer■□■
--------------------------------------------------------------------------------*/
footer {
    clear: both;
    width: 100%;
    margin: 40px auto 0;
    padding: 20px 16px;
    position: relative;
}
footer .flex-box {
    justify-content: space-between;
}
footer a {
	color: #FF6600;
	text-decoration: none;
}
footer a:hover {
	color: #FF6600;
	text-decoration: underline;
}
footer ul li a:link,footer ul li a:visited {
	color: #006699;
}
footer .address {
	text-align: center;
    font-size: 1.3rem;
    font-size: 13px;
    padding-bottom: 54px;
}
footer img {
    margin: 20px auto;
    display: block;
    width: auto;
    max-width: 100%;
}
/*--------------------------------------------------------------------------------
　▼　■□■main■□■
--------------------------------------------------------------------------------*/
.contents {
    width: 100%;
}
.main_sub h2 {
    padding-left: 16px;
    color: #783000;
    letter-spacing: 2px;
    margin: auto 0;
}
.main_sub {
    background-image: url(../../assets/images/common/main_sub_bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    background-blend-mode: lighten;
    background-color: rgba(255,255,255,0.5);
    display: flex;
    height: 100px;
    width: 100%;
    line-height: 100px;
}

.floatL img {
    margin: 0 auto;
    display: block;
    width: auto;
}

/*コンテンツ内共通*/
.link-btn {
    font-size: 15px;
    margin: 16px auto 0;
    display: block;
    max-width: 320px;
    text-align: center;
}
.link-btn a {
    color: #FFF;
    background-color: #FF8939;
    font-weight: 900;
}
.link-btn a:link, .link-btn a:visited {
    color: #FFF;
    display: block;
    border: 1px solid #FF8939;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    line-height: 40px;
}
.link-btn a:hover {
    opacity: 1;
    background-color: #FFFFFF;
    border: 1px solid #006252;
    color: #006252;
    text-decoration: none;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.common-btn-radius {
    position: relative;
    margin: 1.5em auto;
}
.common-btn-radius a{
    width: 100%;
    border: 2px solid #00A287;

    max-width: 440px;
    height: auto;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 70px;
    margin: 0 auto;
    display: flex;
    background-color: #FFF;

    padding: 16px 20px;
    font-weight: 600;
    font-size: 16px;
    font-size: 1.6em;
    color: #333333;
    justify-content: center;
    align-items: center;
    position: relative;
}
.common-btn-radius a:hover {
    text-decoration: none;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    background-color: #00A287;
    border: 2px solid #00A287;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: 600;
    opacity: 1;
}
.common-btn-radius a:hover:after {
  right: 3rem;
	color: #FFF;
}
.common-btn-radius img{
    display: block;
    max-width: 330px;
}
.common-btn-radius a img:hover{
    opacity: 1;
}
.common-btn-radius a:after {
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
	transform: translateY(-50%);
	    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f061";
    margin-left: 1em;
    font-size: 24px;
	color: #00A287;
}

.bnr img {
    display: block;
    width: auto;
    max-width: 100%;
}
/*--------------------------------------------------------------------------------
　トップページ #top
--------------------------------------------------------------------------------*/
#top section:first-child{
    margin-top:0;
}
.p-shadow-box {
    position: relative;
    box-shadow: 0px 1px 5px 1px #e5e5e5;
}
#top .top-first-view {
    position: relative;
}
#top .top-first-view img {
    display: block;
    margin: 0 auto 10px;
    width: 100%;
    max-width: 1100px;
}
#top .intro {
    position: relative;
}
#top .video2 {
    width: 100%;
    margin: 16px auto 0;
    text-align: center;
}
#top .video2 p{
    text-align: center;
}
#top h5.top-h5-ttl-price {
    font-size: 16px;
    font-size: 1.6rem;
    background-color: #52B119;
    color: #FFF;
    width: fit-content;
    padding: 1rem;
    border-radius: 20px;
    margin: 1rem 0;
    font-weight: 400;
    margin-top: 2rem;
}
#top .profile-inner .text {
    font-size: 12px;
}
#top #primary .cpn05 p {
    padding: 0;
    font-size: 12px;
}

/*キャンペーン1*/
#top .cpn01 .profile {
    border: 1px solid #CCCCCC;
    padding: 3% 3%;
    margin: 20px auto;
}
/*キャンペーン2*/
#top .cpn02 .profile {
    border: 1px solid #CCCCCC;
    padding: 3% 3%;
    margin: 16px auto;
}
#top .cpn04 h4.img-box,#top .cpn05 h4.img-box {
    display: flex;
    line-height: 1.2;
    margin-bottom: 20px;
}
#top .cpn04 h4.img-box img,#top .cpn05 h4.img-box img {
    padding: 0 1%;
    margin: 0 0 3%;
    height: 100%;
    flex-shrink: 0
}
#top .cpn04 .profile,#top .cpn03 .profile {
    border: 1px solid #CCCCCC;
    padding: 3%;
    margin: 16px auto;
}
#top .cpn01 .profile h5, #top .cpn02 .profile h5, #top .cpn04 .profile h5,#top .cpn03 .profile h5 {
    margin-bottom: 20px;
    border-bottom: 1px solid #FF6600;
    line-height: 1.3;
    display: table;
}
/*キャンペーン4　介護・福祉業界の営業のやり方について*/
#top .cpn04 .profile ul li,#kango.profile ul li {
    font-size: 12px;
    margin: 12px 0;
}
#top .cpn04 .profile .img-box {
    width: auto;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
/*キャンペーン5　法人印鑑購入*/
#top .cpn05 .tokuten_img {
    margin: 0 auto;
    text-align: center;
}
#top .cpn05 .tokuten_img img {
    max-width: 400px;
    width: 100%;
}
#top .cpn05 .flexbox {
    width: 100%;
    border: 1px solid #cccccc;
    padding: 3%;
    margin: 0 auto 2%;
}

/*--------------------------------------------------
ミネルバ税理士法人の手がける介護・福祉の開業支援 #top .top-kaigo__large-menu
--------------------------------------------------*/
.top-kaigo__large-menu-box{
    justify-content: center;
    margin: auto;
    max-width: 80%;
}
.top-kaigo__large-menu-box-list{
    margin-bottom:20px
}
.top-kaigo__large-menu-box-list .text-box{
    padding: 20px;
    position: relative;
}
.top-kaigo__large-menu-box-list .text-box:after {
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
	transform: translateY(-50%);
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f061";
    margin-left: 1em;
    font-size: 24px;
	color: #00A287;
}
.top-kaigo__large-menu-box-list .text-box p{
    font-size: 1.8rem;
    font-size: 18px;
    font-weight: 600;
}
.top-kaigo__large-menu-box-list a {
    color: #333333;
}
#top-page__link01 {
    position: relative;
    content:"";
    scroll-snap-type: y proximity;
    scroll-padding-top: 100px;
}
#top-page__link01::before {
    display: block;
    height: 2rem;
    margin-top: -2rem;
    content: "";
}
/*--------------------------------------------------
 #top-kaigo__middle-menu
--------------------------------------------------*/
.top-kaigo__middle-menu-con {
    flex-wrap: wrap;
    width: 100%;
    max-width: 400px;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}
.top-kaigo__middle-menu-con-box {
    width: 100%;
    align-items: center;
    margin-bottom: 1em;
    margin-top: 1em;
    max-width: 340px;
}
.top-kaigo__middle-menu-con .text-box {
    display: inline-flex;
    align-items: center;
    height: auto;
    width: 100%;
    font-weight: 600;
    padding: 1em;
    line-height: 1.6;
    position: relative;
}
.top-kaigo__middle-menu-con-box .text-box:after {
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
	transform: translateY(-50%);
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f061";
    margin-left: 1em;
    font-size: 24px;
	color: #FF6600;
}

.top-kaigo__middle-menu-con .img-box {
}
/*
.top-kaigo__middle-menu-con .img-box div::before {
  content: '';
  background-position: top right;
  background-repeat:no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}*/
.top-kaigo__middle-menu-con:nth-child(1) .img-box div::before {
  background-image: url(../../../assets/images/top/menu-01.jpg);
}
.top-kaigo__middle-menu-con:nth-child(2) .img-box div::before {
  background-image: url(../../../assets/images/top/menu-02.jpg);
  background-position: top left;
}
.top-kaigo__middle-menu-con:nth-child(3) .img-box div::before {
  background-image: url(../../../assets/images/top/menu-03.jpg);
  background-position: top left;
}
.top-kaigo__middle-menu-con .p-menu-ttl {
  position: absolute;
  z-index: 3;
  right: 0;
  left: 0;
  top: 64px;
  font-size: 20px;
  font-size: 2.0rem;
}
.top-kaigo__middle-menu-con a i {
  color: #BEBEBE;
}


/*--------------------------------------------------
こんなお悩みはありませんか？ kaigo__common-cv
--------------------------------------------------*/
.kaigo__common-cv {
    padding: 2em;
    position: relative;
}
.kaigo__common-cv img {
    max-width: 240px;
}
.kaigo__common-cv .flex-box {
    justify-content: center;
    align-items: end;
}
.kaigo__common-cv .text-box-left .text-box p {
  font-size: 20px;
  font-size: 2.0rem;
}

/*--------------------------------------------------
介護・福祉業界について当社の想い #top .top-kaigo__list-menu
--------------------------------------------------*/
.top-kaigo__list-menu-large {
    justify-content: space-evenly;
    margin-bottom: 20px;
    flex-wrap: nowrap;
}
.services-kokate-list {
    flex-wrap: wrap;
    justify-content: space-around;
}
.services-kokate-list_item {
    width: calc(50% - 40px / 2);
    background: #fff;
    padding: 4px 8px;
    display: flex;
    align-items: center;
    margin-bottom: 1em;
    box-shadow: 1px 1px 1px 1px #cccccc;
}
.services-kokate-list_item p {
    line-height: 1.3;
}
.services-kokate-list_item img {
    width: 60px;
    max-width: fit-content;
}
.services-kokate-list_item:hover {
    background-color: aliceblue;
}
.services-list-item {
    width: 100%;
}
.services-list-item:nth-child(3) {
    width: 75%;
    max-width: 895px;
    margin-right: 20px;
}
.services-list-item:nth-child(4) {
    width: 25%;
    max-width: 285px;
}

/*--------------------------------------------------
採用・営業支援 #top .top-kaigo__eigyo-support
--------------------------------------------------*/
.top-kaigo__eigyo-support{
    margin-bottom: 4em;
}
.top-kaigo__eigyo-support-box{
    padding: 2em 1em;
    margin-bottom: 1em;
    font-size: 1.6rem;
    font-size: 16px;
}
.top-kaigo__eigyo-support-box:last-child{
    margin-bottom: 0;
}
.top-kaigo__eigyo-support .note{
    margin-bottom: 2em;
}
/*--------------------------------------------------
こんなお悩みはありませんか？ #top .top-kaigo__what
--------------------------------------------------*/
#top .top-kaigo__what .lead{
    font-size: 2.0rem;
    font-size: 20px;
    margin-top: 4rem;
}
#top .top-kaigo__what .top-kaigo__what-box{
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
}
#top .top-kaigo__what .top-kaigo__what-box img{
    max-width: 160px;
}
#top .top-kaigo__what .top-kaigo__what-box .text-box p,
#top .top-kaigo__what .top-kaigo__what-box .text-box span{
    font-size: 1.5rem;
    font-size: 15px;
}

/*--------------------------------------------------------------------
介護・福祉に精通した専門スタッフがサポートします！ #top .top-kaigo__staff
--------------------------------------------------------------------*/
#top .top-kaigo__staff .top-kaigo__staff-box{
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2em;
}
#top .top-kaigo__staff .top-kaigo__staff-name{
    border-bottom: solid 2px #00A287;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 1.5rem;
    font-size: 15px;
    line-height: 1.6;
}
#top .top-kaigo__staff .top-kaigo__staff-box .img-box {
    max-width: 160px;
    margin: auto;
}
#top .top-kaigo__staff .block {
    margin-top: 80px;
}
/*--------------------------------------------------------------------
指定申請も、行政書士・社労士とのチームで“まるごとサポート”  #top .top-kaigo__support-box
--------------------------------------------------------------------*/
.top-kaigo__support-box {
    padding: 1em;
}
.top-kaigo__support-box .text-box{
    margin-bottom: 2em;
}
/*--------------------------------------------------------------------
創業融資成功率90％以上！プロが伴走する事業計画サポート  #top .top-kaigo__yushi
--------------------------------------------------------------------*/
.top-kaigo__yushi-con01 .flex-box {
    display: flex;
    justify-content: center;
    margin-bottom: 1em;
}
.top-kaigo__yushi-con01 img {
    max-width: 160px;
    padding: 0.5em;
}
.top-kaigo__yushi-con02 {
    padding: 2em;
    margin-top: 2em;
}
.top-kaigo__yushi-con02 .flex-box {
    display: flex;
    justify-content: center;
    margin-bottom: 1em;
    flex-wrap: wrap;
}
.top-kaigo__yushi-con02-box img {
    max-width: 100px;
}
.top-kaigo__yushi-con02-box {
    width: 100%;
    margin-bottom: 1em;
    padding: 1em;
    max-width: 360px;
}
.top-kaigo__yushi-ttl{
    color: #00A287;
    margin-bottom: 16px;
    font-size: 18px;
    font-size: 1.8rem;
}
/*--------------------------------------------------
事業を成功に導く提携先 cooperation #top 
--------------------------------------------------*/
#top .cooperation {
  background-color: #f9f9f9;
    padding: 1em 0;
    margin-bottom: 4em;
}
#top .cooperation .name {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.3;
  text-align: center;
  margin-top: 8px;
  margin-bottom: 1rem;
  font-weight: 400;
  display: block;
}
#top .cooperation dl {
  margin: 1rem auto 0.5rem;
  background-color: #FFFFFF;
  border-radius: 14px;
  padding: 14px 10px 20px;
    width: 90%;
    max-width: 380px;
}
#top .cooperation dl:last-child {
  margin-bottom: 36px;
}
#top .cooperation dl dt {
  height: auto;
}
#top .cooperation dt:hover {
  opacity: 0.7;
}
#top .cooperation dl dd {
  text-align: left;
  padding: 0 2px ;
  margin: 0 auto;
  line-height: 1.3;
  font-size: 11px;
  font-size: 1.1rem;
color: #666;
}
#top .cooperation dl dt img {
  max-width: 90px;
  margin: 0 auto;
  display: block;
}
#top .cooperation dl dd span {
  text-decoration: underline;
}
#top .cooperation a {
  color: #005e15;
}
#top .movie-box {
    width: 100%;
    margin-bottom:20px;
}
#top #primary .why .matter p {
    width: 100%;
    margin: 0;
    padding: 1.5% 2%;
    text-align: left;
    background-color: #e3e3e3;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 0;
}
#top .why .matter p span {
	color: #3cbfae;
	font-weight: 600;
}

/*--------------------------------------------------
お客様の声 #top .top-kaigo__voice
--------------------------------------------------*/
.top-kaigo__voice .wrap-l{
    margin-bottom: 4em;
}

/*------------------
Q＆A
------------------*/
#top .top_q-and-a .qaBox {
    margin: 0 auto 10px;
    width: 96%;
}
#top .top_q-and-a .qaBox dt:before {
    content: "Q.";
    padding-right: 9px;
    margin: 0 8px 0 0;
    font-size: 32px;
    color: #FF6600;
}
#top .top_q-and-a .qaBox dd:before {
    content: "A.";
    padding-right: 9px;
    margin: 0 8px 0 0;
    font-size: 32px;
    font-weight: 600;
	color:#00A287;
}
#top .top_q-and-a .qaBox dt {
	font-weight: 600;
    color: #333333;
    border-bottom: 1px dotted #333333;
    padding: 14px 0 6px;
}
#top .top_q-and-a .qaBox dd {
    padding: 12px 0;
    margin: 0 0 4px 0;
}
#top .top_q-and-a .qaBox ol {
	margin: 15px 0 10px 25px;
}
/*------------------
私たちが介護福祉事業をサポートいたします。
------------------*/
#top .top_ueda-member {
    width: 100%;
    text-align: center;
    padding: 20px 8px;
    margin: auto;
}
#top .top_ueda-member span{
	font-size: 160%;
    color: #f8680f;
    text-align: center;
    font-weight: 600;
}

/*template-partsテンプレート cost-content*/
.common-cost {
  margin-top: 40px;
}
.common-cost .cost-content h5.h5-ttl-st01{
  margin-bottom: 1rem;
  font-size: 16px;
  font-size: 1.6rem;
}
.common-cost .cost-content .box.cost {
  margin-top: 2rem;
}
.common-cost .cost-content .box.cost >.table{
  margin-top: 8px;
}

.common-cost .cost-content .table .small {
  font-size: 10px;
  font-size: 1.0rem;
  margin-left: 0;
}
.common-cost .cost-content .table tbody tr:first-child {
  border: 1px solid #EBF2F9;
}
.common-cost .cost-content .table .tori {text-decoration: line-through;}
.common-cost .cost-content .table .real {
  color: #9D8A0B;
}
.common-cost .cost-content .flex-box .cost .img img {
  width: 86%;
  display: block;
    margin-left: auto;
    margin-top: 6px;
}
.common-cost .cost-content .flex-box .text-box .table {
  margin-top: 1rem;
}
.common-cost .cost-content .contain-box {
  width: 100%;
  padding: 0;
  background-color: #FFF;
  margin-right: auto;
  margin-left: auto;
  margin-bottom:40px;
  border: 1px solid #0851A0;
  position: relative;
}
.common-cost .cost-content .contain-box .img.cut {
  max-width: 200px;
  margin: 0 auto;
}
.common-cost .cost-content .trans-box {
  max-width: 896px;
  width: 100%;
  background-color: #FFFFFF;
  background-image: linear-gradient(#F3F8FC 1px, transparent 0),
                    linear-gradient(90deg, #F3F8FC 1px, transparent 0);
  background-size: 25px 25px;
  background-position-y: 80%;
  margin: 0 auto 40px;
  border: 1px solid #DAE5F0;
  padding: 2rem;
}
.common-cost .cost-content .arrow img {
  margin: 1rem auto;
  max-width: 36px;
}
.common-cost .cost-content .merit {
  position: relative;
  font-size: 15px;
  font-size: 1.5rem;
  text-align: left;
  margin-bottom: 0;
  color: #FFFFFF;
  background-color: #0780BF;
  font-weight: 400;
  padding: 2rem;
  display: inline-block;
  width: 100%;
}
.common-cost .cost-content .merit .merit-icon {
  background-color: #FFFFFF;
  color: #0780bf;
  border-radius: 20px;
  padding: 0.6rem 1rem;
  position: absolute;
  right: 12px;
  bottom: 23px;
}
.common-cost .cost-content .table tbody {
  height: 60px;
}
.common-cost .cost-content .table tbody th {
  padding: 1.4rem 0.4rem;
  background-color: #FDF9DF;
  border: 1px solid #F5EFC8;
  text-align: center;
  display: table-cell;
  line-height: 1;
    color: #333333;
    vertical-align: middle;
    width: 40%;
}
.common-cost .cost-content .table tbody td {
  background-color: #FFFFFF;
  padding: 1.4rem 1.4rem;
  border-bottom: 1px solid #DCDCDC;
  border-right: 1px solid #DCDCDC;
  border-left: 1px solid #DCDCDC;
    text-align: right;
}
.common-cost .cost-content .img.character img {
  margin: 0 auto;
  display: block;
  max-width: 80px;
}
.common-cost .cost-content h3.bdr {
  margin-top: 1rem;
  display: block;
  text-align: center;
  margin: 3rem auto;
  background-color: transparent;
  color: #333333;
}
.common-cost .cost-content h3.bdr::after {
  content: "";
  display: block;
  width: 100%;
  margin: 0.2rem auto 0;
}
.common-cost .cost-content h3.bdr.orange-b::after {
  border-bottom:4px solid #F4761B;
  max-width: 510px;
}
.common-cost .cost-content .box .table table {
  margin: auto;
  width: 100%;
  display: table;
}
.common-cost .cost-content .contain-box img {
  width: 100%;
  max-width: 300px;
  margin: 1rem auto 0;
    display: block;
}
.common-cost .cost-content .contain-box .tokuten-strong {
  font-weight: 700;
  color: #CC2727;
}
.common-cost .cost-content .contain-box .amount .yen {
  font-weight: 400;
  font-size: 23px;
  font-size: 2.3rem;

  display: inline;
  vertical-align: middle;
  margin-left: 4px;
}
.common-cost .cost-content .detail.merit-table {
  margin: 2.8rem 1rem;
}
.common-cost .cost-content .detail.merit-table table {
    margin: auto;
}
.common-cost .cost-content .flex-box .text-box {
  width: 100%;
  margin-bottom: 1rem;
}
.common-cost .cost-content .flex-box .menu .box {
  background-color: #FFFFFF;
  padding: 2rem;
  width: 100%;
}
.common-cost .cost-content .table tbody td:first-child {
  border-top: 1px solid #F5EFC8;
}

.common-cost .cost-content .table tbody th.total {
  background-color: #6C9DD4;
  color: #FFFFFF;
  text-align: right;
}

/*会社設立東京スマイルで会社設立した場合のメリット table*/
.common-cost .cost-content .merit-table tbody th.total {
  text-align: right;
  padding: 1.4rem;
}
.common-cost .cost-content .merit-table tbody tr:first-child {
  border-top: 1px solid #F5EFC8;
}
.common-cost .cost-content .merit-table tbody td {
  background-color: #FFFFFF;
  padding: 1.4rem 0.4rem;
  border-bottom: 1px solid #F5EFC8;
  border-right: 1px solid #F5EFC8;
  border-left: 1px solid #F5EFC8;
  text-align: right;
}
.common-cost .cost-content .merit-table tbody th {
  border: 1px solid #F5EFC8;
  padding: 1rem 0.2em 1rem 1rem;
  text-align: left;
}
.common-cost .note.teikan-note {
  border: 1px solid #0780bf;
  padding: 1rem;
  background-color: white;
  margin: 1rem auto;
  text-align: left;
  max-width: 620px;
  width: 96%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

/*------------------最新情報------------------*/
/*------------------whatsNew------------------*/
.whatsNew dt {
    width: 7em;
    padding-left: 16px;
    background: no-repeat left center;
}
.whatsNew dd {
    border-bottom: 1px dotted #CCCCCC;
    padding: 4px 0;
    padding-left: 1em;
    margin-bottom: 10px;
}
dl.whatsNew {
		margin: 0;
}
#top .news_box {
	position: relative;
}
#top .newsbtn {
    position: absolute;
    top: 15px;
    right: 16px;
    width: auto;
    max-width: 240px;
    background-color: #FFF;
    font-size: 14px;
    border-radius: 4px;
}
#top .newsbtn a:before {
    content: "＞";
}
#top .newsbtn a, #top .newsbtn a:hover, .newsbtn a:visited {
    display: block;
    margin: 0 auto;
    text-align: center;
    padding: 5px 14px;
    border-radius: 4px;
    width: 100%;
}
.newsbtn a:hover {
    opacity: 1;
		color:#FFFFFF;
		text-decoration:none;
        -webkit-transition: 0.5s ease-in-out;
        -moz-transition: 0.5s ease-in-out;
        transition: 0.5s ease-in-out;
    background-color: #FF6600;
}

/*------------------------------------------------------------
btn
------------------------------------------------------------*/
.btn-box {
    margin: 16px auto;
}
.btn-box .top-btn {
    text-decoration: none;
    font-size: 14px;
    display: block;
    margin: 0px auto;
    background-color: #fff;
    color: #ff6800;
    border: 2px solid #ff6800;
    padding-left: 0.5em;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    text-align: center;
}
.btn-box .top-btn:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0da";
    margin-right: 0.5em;
}
.btn-box a.top-btn:hover {
    background-color: #ff6800;
    color: #fff;
}
/*------------------btn_set------------------*/
.btn_set {
    margin: 0 auto;
    width: 100%;
}
#top .btn_set .img-box {
    margin: 16px 0;
}
/*------------------voice------------------*/
dl.voice {
	margin-bottom: 15px;
	clear: both;
}
dl.voice dt {
	float: left;
	margin: 0 20px 20px 0;
}
ul.ueda_btn {
    display: flex;
    margin: 16px auto 0;
    width: 44%;
    text-align: center;
    justify-content: center;
}
ul.ueda_btn li {
	background: none;
	padding: 0;
	margin-right: 8px;
}
ul.ueda_btn li:last-child {
	margin-right: 0;
}
ul.come li {
    font-size: 13px;
}
p.come:before, ul.come li:before, span.come:before {
    content: "※";
    color: #fc0e05;
    padding-right: 4px;
}

/*------------------blog------------------*/
ul.archive_list {
    display: flex;
}
ul.archive_list li {
    padding: 4px 0;
    width: 90%;
    margin: 0 3px;
    text-align: center;
    border: 1px solid #f86507;
}

/*--------------------------------------------------
　▼　カイポケ×ミネルバの開業サポート #kaigohoken
----------------------------------------------------*/
#kaigohoken h5{
    margin: 16px 0 8px;
}
#kaigohoken section p{
    margin-bottom: 16px;
}
#kaigohoken section ul{
    margin-bottom: 16px;
    margin-top: 16px;
}
#kaigohoken section li{
    line-height: 1.8;
}

.policy ol.privacylist {
    margin-top:2rem;
    margin-bottom:2rem;
    list-style: decimal;
}
.policy ol.privacylist li {
    margin-left: 20px;
}
/*--------------------------------------------------
　▼　会計サービス #accountant
----------------------------------------------------*/
#accountant h5 {
    margin: 20px 0 ;
}
#accountant .price h5 {
    padding-left: 8px;
    margin-top: 24px;
    border-bottom: 1px solid #FF6600;
}

/*--------------------------------------------------
　▼　開業支援 #support
----------------------------------------------------*/
#support .flow_box01 {
	background: url(../../assets/images/support/bg02.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	padding-bottom: 18px;
	margin-bottom: 5px;
}
#support .flow_box01 div.flow_box02 {
	background: url(../../assets/images/support/bg01.jpg) repeat-y top left;
	overflow: hidden;
	zoom: 1;
}
#support .flow_box01 div.flow_box02 p {
	margin: 20px 0 10px 0;
	padding: 0;
	float: left;
}
#support .bnr img {
    width: auto;
    margin: 8px auto;
    display: block;
}
#support .flow_box01 ul {
    clear: both;
}
#support .flow_box01 ul li {
	background: url(../../assets/images/icon/list_icon02.gif) no-repeat left 8px;
	padding-left: 16px;
	margin-bottom: 3px;
}
#support .flow_box01 div.flow_box02 div {
    width: 100%;
    float: left;
    padding: 0 15px 15px 20px;
		background-color: #ffffcd;
}
#support .flow_box01 div.flow_box02 div ol {
    margin: 16px 24px;
}

/*--------------------------------------------------
　▼　訪問看護の開業サポート #kango
----------------------------------------------------*/
#kango .btn h3 {
		width: 48%;
    margin: 0 auto;
    background-color: #FFFFFF;
    padding: 0;
    border: none;
    margin-left: 1px;
		display: table-cell;
}
#kango h5 {
    margin: 20px auto;
    border-bottom: 1px solid #FF6600;
    line-height: 1.3;
}
#kango .main_sub h2 {
    position: relative;
    bottom: -67px;
    padding: 0;
}
#kango .main_sub {
    background-image: url(../../assets/images/kango/kango-kv.png);
    background-size: contain;
    background-position: right;
    display: flex;
    position: relative;
    background-blend-mode: normal;
}
#kango section .flexbox {
    margin: 32px auto 0;
    width: 100%;
    height: auto;
}
#kango .std {
    color: #99afac;
}
#kango .op {
    color: #b6a779;
}
#kango ul.trouble li::before {
		/*Font Awesome*/
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f14a";
    padding: 0 8px;
    color: cadetblue;
}
#kango .plan {
    width: 100%;
    margin: 20px auto;
    display: flex;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
}
#kango .feature,#support .feature{
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
    display: flex;
}
#kango ul.feature li,#support ul.feature li {
	width: calc(98% / 3);
    background-color: linen;
    border: 1px solid #D6D6D6;
    text-align: center;
    padding: 3% 8px;
    margin: 16px 1px 8px;
    height:auto;
}
#kango ul.feature.btn-BROWN li {
    margin: 4px auto;
}
#kango ul.feature.btn-BROWN a,#kango ul.feature.btn-BROWN a:hover {
    padding: 4px 8px;
    line-height: 1.6;
    text-align: left;
}
#kango ul.feature:nth-of-type(2) {
    justify-content: space-around;
}
#kango .plan div {
    display: block;
    width: 48%;
    height: 60px;
    border-radius: 10px;
    margin: 0 auto;
    text-align: center;
    line-height: 60px;
    font-size: 22px;
}
#kango .plan div.standard {
	position: relative;
    box-shadow: 0px 3px 0px 0px #99b0ac;
    background-color: rgba(153, 176, 172, 0.5);
		float: left;
}
#kango .plan div.standard:hover{
    box-shadow: inset 0px 3px rgba(153, 176, 172, 0.5);
    position: relative;
    top: 3px;	
}
#kango .plan div.optionpack {
	position: relative;
    background-color: #ddcc9b;
    box-shadow: 0px 3px 0px 0px #b6a779;
		float: right;
}
#kango .plan div.optionpack:hover{
    box-shadow: inset 0px 3px #b6a779;
    position: relative;
    top: 3px;	
}
#kango .plan div a:link,#kango .plan div a:visited{
    display: block;
    text-decoration: none;
    line-height: 60px;
    font-size: 14px;
}
#kango .plan div a:hover {
    color: #333333;
}
#kango .plan div a:after {
    content: "▼";
    font-size: 12px;
    padding-left: 4px;
    position: relative;
    top: -2px;
}
#kango .profile {
    border: 1px solid #CCCCCC;
    padding: 1% 3%;
}
#kango .video  {
    text-align: center;
}
#kango .video iframe {
    display: block;
    margin: 0 auto 8px;
}
#kango .profile .text {
    padding: 16px 0;
    font-size: 12px;
}
#kango .profile  dl.text {
    display: flex;
    flex-wrap: wrap;
}
#kango .profile .text dt {
    width: 85%;
}
#kango .profile .text dd {
    width: 20%;
    max-width: 100px;
}
#kango .profile h5 {
    margin: 24px 0 0 0;
}
#kango .profile h5 {
    margin: 24px 0 0 0;
    border-bottom: 1px solid;
    line-height: 1.3;
    display: table;
}
#kango .profile .img-box {
    width: auto;
    max-width: 100%;
    margin-left: auto;
}
#top .cpn04 .profile h6, #kango .profile h6 {
    margin: 20px 0 ;
    font-size: 15px;
    font-size: 1.5rem;
    padding-bottom: 8px;
    display: inline-block;
    color: #FF6600;
    border-bottom: 1px solid #FF6600;
}
#kango .profile-inner {
    width: 100%;
}
#kango .profile-inner p {
    font-size: 16px;
}
#kango .profile .img-box {
    width: auto;
    max-width: 100%;
    margin-left: auto;
}
#kango .profile .img-box img {
    margin: 16px auto;
    display: block;
    width: auto;
    max-width: 30%;
}
#kango .list-inner .flow,#support .list-inner .flow {
    text-align: center;
}
#kango .list-inner,#support .list-inner {
    padding: 8px 0;
    margin-bottom: 16px;
}
#kango .list-inner ul li,#support .list-inner ul li {
    margin: 16px auto;
}
#kango ul.flow li,#support ul.flow li {
    margin: 16px auto;
    display: grid;
    background-color: aliceblue;
    line-height: 24px;
}
#kango ul.flow li::after,#support ul.flow li::after {
		/*Font Awesome*/
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0dd";
		
    padding: 0 8px;
    color: cadetblue;
    background-color: #FFF;
    line-height: 1.2;
		display: block;
}
#kango ul.flow li:last-child::after,#support ul.flow li:last-child::after{
		display: none;
}
#kango ul.list01 {
	margin: 20px 40px;
    list-style-type:disc;
    font-size: 16px;
    display: block;
}
#kango ul.list02 {
	margin: 20px 40px;
    list-style-type: decimal;
    font-size: 16px;
    display: block;
}
#kango ul.list01 li,
#kango ul.list02 li {
    line-height: 1.8;
}
#kango table {
    border-collapse: separate;
    border-spacing: 2px;
    width: 100%;
    margin: 16px auto 16px;
}
#kango table td {
		padding: 8px 4px;
    line-height: 1.4;
    text-align: center;
    background-color: rgba(122, 201, 67, 0.1);
}
#kango table th {
		line-height: 1.4;
		padding: 8px 4px;
    text-align: center;
    width: auto;
}
#kango table td br {
    display: none;
}
#kango table.patern_02 th {
    background-color: rgba(122, 201, 67, 0.2);
    width: 50%;
}
#kango table.patern_01 th {
    background-color: rgba(240, 185, 82, 0.5);
}
#kango table.patern_01 td {
    background-color: rgba(240, 185, 82, 0.2);
}
#kango h4#stdplan {
	border-left: 8px solid #99b0ac;
    background-color: #FFFFFF;
    border-bottom: 1px solid #99b0ac;
    margin: 20px auto;
}
#kango h4#optplan {
	border-left: 8px solid #b6a779;
    background-color: #FFFFFF;
    border-bottom: 1px solid #b6a779;
    margin: 20px auto;
}

/*--------------------------------------------------
　▼　カイポケ×ミネルバの開業サポート #kaipoke
----------------------------------------------------*/
#kaipoke .wrap-m {
    max-width: 100%;
}
#kaipoke .addBtn02 {
    top: 16px;
    right: 142px;
}
#kaipoke .flow img {
    width: 70%;
    margin: 40px auto;
    display: block;
}
#kaipoke .flow_content h3.h3-ttl {
    font-weight: 600;
    font-size: 1.2em;
    color: #FF6600;
    padding: 0;
    background-color: unset;
    margin: 20px 10px 15px 10px;
    background-image: unset;
}
#kaipoke{
	font-size: 110%;
}
#kaipoke p.floatL img {
	width: auto;
    display: block;
    margin: 0 auto 10%;
}
#kaipoke p.flow h3.h3-ttl {
    background-color: #FFE9B5;
	background-image:none;
	border-bottom:1px solid #ff5722;
}
#kaipoke .last {
    width: 100%;
    display: table;
    margin:30px 0;
}
#kaipoke .link-box a {
    text-align: center;
    line-height: 2;
    width: 100%;
    margin: 1rem auto;
    border-radius: 4px;
    display: block;
    border: 1px solid #333333;
    color: #333333;
}
#kaipoke .link-box a:hover {
    background-color: #ececec;
    text-decoration: none;
    color: #333333;
}
#kaipoke .flex-box .img-box {
    text-align: center;
    display: block;
    margin: 1rem auto;
    width: auto;
}
#kaipoke .midi-box {
    line-height: 2;
    padding: 3px 1rem;
    font-weight: 400;
    font-size: 13px;
    vertical-align: bottom;
}
#kaipoke .midi-box:first-child {
    margin-left: 1rem;
}
#kaipoke .midi-box.n01 {
    background-color: #7ac943;
    color: #FFFFFF;
}
#kaipoke .midi-box.n02 {
    background-color: #e5930e;
    color: #FFFFFF;
}

/*--------------------------------------------------
　▼　まるごと安心パック #anshin-pack
----------------------------------------------------*/
/*このページだけW900*/
#anshin-pack .wrap-m{
    max-width: 900px;
}

/*con02*/
#anshin-pack .con02 .text-box {
    width: 100%;
}
/*con03*/
#anshin-pack .con03 .anshin-pack03__box{
    padding: 2em;
    border-radius: 10px;
}

/*con04*/
#anshin-pack .con04 ul li.anshin-pack__list{
    padding: 2em;
    background-color: #f1f5f4;
    border-radius: 40px;
    margin-bottom: 2em;
    font-weight: 600;
}

/*--------------------------------------------------
　▼　事務所案内 #outline
----------------------------------------------------*/
#outline .table_staf {
    width: 98%;
    font-size: 2.4em;
}
#outline .table_staff th, #outline .table_staff td {
    padding: 8px 0;
    width: 100%;
    display: block;
    text-align: center;
}
#outline td.end {
    text-align: left;
    border-top: dotted 1px #CCC;
}
#outline .staff-intro img {
    width: 30%;
    margin: 0 auto;
    display: block;
}
#outline .table_staf th {
    background-color: #fafafa;
    padding: 0;
}
#outline .video iframe {
    margin: 40px auto 0;
    display: block;
}
#outline .table_staf th.end,
#outline .table_staf td.end {
	border-bottom: dotted 1px #CCC;
}
#outline .table_staf th,
#outline .table_staf td {
	background-color: #FFF;
	vertical-align: middle;
	padding: 10px 15px;
	border-top: dotted 1px #CCC;
}
#outline .video p{
	padding:10px;
}
#outline section.top h3.h3-ttl{
    margin-top: 0;
}
#outline .outline-map iframe{
    width: 100%;
}
/*--------------------------------------------------
　▼　サイトマップ #sitemap
----------------------------------------------------*/
#sitemap #primary ul li {
    padding: 8px 0;
    width: 90%;
    margin: 0 auto;
}
#sitemap #primary ul li:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #FF6600;
    content: "\f105";
    position: relative;
    margin-right: 4px;
}

/*------------------blogBox------------------*/
.blogBox {
	border: 1px solid #CCCCCC;
	padding: 0;
	margin: 0;
}
div.blogNext {
    font-size: 16px;
    text-align: center;
    margin: 40px 0 0 0;
}
.blogNext ul li {
	background: none;
	display: inline;
	padding: 0;
	margin: 0;
}
.blogNext ul li a {
	text-decoration: none;
}
.blogNext ul li a:hover {
	text-decoration: underline;
}
dl.blogLink dd {
	margin: 0 10px 15px 10px;
}
dl.blogLink dt {
	margin-bottom: 5px;
	font-weight: 600;
	background: url(../../assets/images/list_icon.jpg) no-repeat left 8px;
	padding-left: 10px;
}
.news #primary h2,.article #primary h2,.voice #primary h2  {
    color: #f8680f;
    margin: 16px 0;
    padding: 0 1%;
    font-size: 24px;
}
h2.month_ttl {
    color: #f8680f;
    margin: 16px 0;
    padding: 0 1%;
    font-size: 24px;
}
.article-content p {
    margin: 16px;
    font-size: 16px;
}
.news #primary p.addBtn02 {
    margin: 0;
    right: 24px;
    top: 16px;
}
#primary .blog-time {
    text-align: right;
}
/**************************************************
* WP投稿共通
***************************************************/
.soy-kako-link-bnr img {
    max-width: 500px;
    width: 100%;
}
/* 一覧ページャー */
.tablenav {
    margin: 20px auto;
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .tablenav a.page-numbers, .tablenav .current {
    padding: 5px 10px;
    border: 1px solid #D8D8D8;
    background: #D8D8D8;
    text-decoration: none;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 600;
  }
  .tablenav a.page-numbers:hover, .tablenav .prev.page-numbers:hover, .tablenav .next.page-numbers:hover {
    opacity: 0.7;
  }
  .tablenav .current {
    background-color: #fff;
    color: #333;
  }
  .tablenav a.page-numbers.next, .tablenav a.page-numbers.prev {
    border: none;
    background: #fff;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
  }
  /* 詳細ページャー */
  .pagenav {
    width: 100%;
    margin: 50px auto 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-bottom: 2em;
  }
  .pagenav .prev a, .pagenav .next a {
    display: block;
    font-weight: 600;
  }
  .pagenav .next a:link, .pagenav .next a:visited, .pagenav .prev a:link, .pagenav .prev a:visited {
    color: #333;
  }
  .pagenav .next a:hover, .pagenav .next a:active, .pagenav .prev a:hover, .pagenav .prev a:active {
    opacity: 0.7;
  }
  .pagenav .backbtn a {
    margin: 0 20px;
    padding: 5px 10px;
    border: 1px solid #333;
    text-decoration: none;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 600;
    border-radius: 4px;
  }

/*個別記事用CSS*/
body.postid-1051 .border-radius {
    max-width: 700px;
    width: auto;
    /* height: 500px; */
    margin-left: auto;
    margin-right: auto;
    padding: 50px;
    margin-top: 50px;
    background-color: #F1F9EC;
    border-radius: 30px 30px 30px 30px;
    color: #000000;
    text-align: left;
}
body.postid-1051 .flex-wrap {
    display: flex;
    margin: auto;
    flex-direction: row;
    text-align: center;
    justify-content: center;
}
body.postid-1051 .flex-wrap a {
    margin-right: 20px;
}
body.postid-1051 .flex-wrap a:last-child {
    margin-right: 0;
}

/*postid-1252*/
body.postid-1252 .contact-btn img{
    display: block;
    max-width: 200px;
}
body.postid-1252 .intro-box img{
    display: block;
}
#contactbox .f-contactbox .flex-wrap {
    display: flex;
    flex-direction: column-reverse;
}

/*------------------------------
#contactbox
------------------------------*/
#contactbox {
    margin: 40px auto;
}
#contactbox h2.h2-ttl {
    background-color:#84AD0A;
    text-align: center;
    padding: 20px 0 12px;
    font-weight: 600;
    color: #FFFFFF;
    margin-bottom: 0;
    border-radius: 0;
}
#contactbox h2.h2-ttl span.small {
    display: block;
}
#contactbox .f-contactbox {
    background-color: #E9F1B9;
    padding-bottom: 20px;
}
#contactbox .f-contactbox p.lead.text-c {
    padding-top: 20px;
    margin: auto;
}
#contactbox .f-contactbox .btn a {
    display: block;
    max-width: 280px;
    width: 100%;
    height: 46px;
    margin: 0 auto;
    line-height: 46px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    border-radius: 30px;
    font-size: 18px;
    font-size: 1.8rem;
}
#contactbox .f-contactbox .mail-form .btn a {
    background-color: #FB7713;
}
#contactbox .f-contactbox .line-box .btn a {
    background-color: #06c655;
}
#contactbox .f-contactbox .btn a:hover {
    text-decoration: none;
}
#contactbox .f-contactbox .line-box .btn a img {
    position: relative;
    bottom: 4px;
    right: 6px;
    width: 40px;
}
#contactbox .f-contactbox .btn i {
    margin-bottom: auto;
    margin-top: auto;
    margin-left: auto;
    margin-right: 0;
}
#contactbox .f-contactbox .conbox {
  width: 90%;
  margin: 10px auto 0;
}
#contactbox .f-contactbox .box {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  border: 1px solid #50CB01;
  background: #fff;
  padding: 20px 10px;
}
#contactbox .f-contactbox .box h3 {
    background-color: transparent;
    margin-bottom: 0;
    padding: 0;
    font-size: 16px;
    border-bottom:none;
    line-height: 1.3;
    color: #333333;
}
#contactbox .f-contactbox .telbox .box .tel, 
#contactbox .f-contactbox .conbox .box .contact, 
#contactbox .f-contactbox .conbox .box p {
    width: 100%;
    max-width: 280px;
}
#contactbox .f-contactbox .box p {
  margin-top: 3px;
  position: relative;
}
#contactbox .f-contactbox .telbox .tel {
  display: inline-block;
  border-bottom: 1px solid #FF6600;
}
#contactbox .f-contactbox .telbox .box {
    padding-top: 20px;
    padding-bottom: 20px;
}
#contactbox .f-contactbox .telbox .tel img {
    max-width: 280px;
    margin: auto;
    display: block;
}


@media screen and (max-width:767px) {
#top .cpn04 h4.img-box img, #top .cpn05 h4.img-box img {
    width: 64px;
    height: 22px;
}
#top .cpn04 h4, #top .cpn05 h4 {
    font-size: 14px;
}
#top ul.ueda_btn {
    width: 90%;
}
.news #primary .addBtn02 img {
    width: 48%;
}
#kaipoke .addBtn02 {
    right: 54px;
}
#kango .profile .text dd {
    width: 100%;
}
#kango .profile .text dt {
    width: 100%;
}
#kango .video iframe {
    display: block;
    margin: 0 auto 8px;
    width: 100%;
    height: auto;
}
}/*メディアクエリ閉じ*/


/*～320px限定設定*/
@media screen and (max-width:319px) {
.pc {display: none;}
header .header-nav ul li ul {
    margin-top: 8px;
}
#container { width: 100%;}
.wrap-m { width: 90%;}
header #hd-btn-box {display: none;}
#mailform table textarea {min-width: 240px;}

} /*メディアクエリ閉じ*/

/*320px-1023px限定設定*/
@media screen and (min-width:320px)and (max-width:1023px) {

header #hd-btn-box {display: none;}
header .header-nav ul li ul {
    margin-top: 8px;
		padding: 0;
}

} /*メディアクエリ閉じ*/

/*IEハック*/
@media screen and (-ms-high-contrast: none) {
    aside .aside-staff .name {
		margin-top:24px;
	}

}