@charset "UTF-8";

/*
Theme Name: 
Theme URI: 
Description: 
Version: 
Author: 
Author URI: https://www.plus1-one.co.jp/
*/


/* ======================================================================
全デバイス共通のスタイルとpc向けのレイアウト 1000px～
====================================================================== */

/* ----------------------------
        body
----------------------------*/
html {
	height: 100%;
  font-size: 62.5%;/* 10px*/
}
body{
	width: 100%;
	height: 100%;
	color: #333;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
	background-color: #FFF;
}
a,
a:hover,
a:visited {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
a{
  color: #0A4174;
	text-decoration: underline;
  cursor: pointer
}
img {
  width: 100%;
  vertical-align: bottom;
}
input[type="text"],
input[type="button"],
input[type="email"],
input[type="submit"],
textarea {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
/* clearfix */
.cf:after{
	content:" ";
	display: block;
	clear: both;
}


/* ----------------------------
        common
----------------------------*/
ul,ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.list {
	padding-left: 2em;
}

ul.list li {
	list-style: disc;
}

/*font*/
.basic_btn a,
.header_nav li a,
.spnav li a,
#mv .copy,
.basic_ttl h2,
.sub #ttl h2,
.txt_box .ttl_s,
.lead  {	font-family:  "游明朝",YuMincho, 'Yu Mincho',  serif;}

.header_nav i,
.spnav i,
.basic_ttl h2 i {font-family: 'Scheherazade', serif;}

.lead {
	font-size: 1.8rem;
	font-weight: bold;
}
.att { font-size: 1.2rem}


/*color*/
.l_blue,
.header_nav li i,
.spnav li i,
.basic_ttl h2 i { color:#0599D9}
.sub h3 { 
  color: #0A4174;
  font-family:  "游明朝",YuMincho, 'Yu Mincho',  serif;
  font-size: 1.8rem;
  margin-bottom: 2rem;}
.sub h4 { 
  background:#0599D9;
  color: #fff;
  padding: 0.5em 1em;
  margin-bottom: 2rem;}
.red { color:#D9051B }
.d_blue,
.txt_box .ttl_s { color: #0A4174}

.line_yellow { background:linear-gradient(transparent 70%, #FFEC8E 0%);}

.bg_blue { background: #E5F7FF}
.bg_gray { background: #EEEEEE}

.inner {
  width: 1000px;
  margin: 0 auto;
}
a[href^="tel:"] { cursor: default; }

.main_content section .inner {
  padding: 5rem 0;
}

@media screen and (max-width : 767px) {
	.main_content section .inner {
	  padding: 2rem 0;
	}
}

a:hover {opacity: 0.7}
.sp {display: none;}
.pc {display: block;}

/* ------------- ベーシックタイトル ---------------*/
.basic_ttl {
    font-size: 2.8rem;
    text-align:  center;
    margin-bottom: 40px;
}
.basic_ttl h2 {
    display: inline-block;
    letter-spacing: 0.5rem;
    position: relative;
}
.basic_ttl h2 i {
	display: block;
	font-size: 1.8rem;
	font-style: normal;
}

/* ------------- ベーシックボタン ---------------*/
.basic_btn a {
	display: block;
	color: #FFF;
	text-align: center;
	padding: 8px 30px;
	background: #0A4174;
	border-radius: 4px;
  text-decoration: none;
}
.basic_btn a:hover 	{background:#072e53;}

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

ul.btns li {
  margin: 0 20px;
}
/* ------------- ベーシックテーブル ---------------*/
.basic_table {
    width: 100%;
    border: 1px solid #CCC
}
.basic_table a {
	color: #135591;
	text-decoration: underline
}
.basic_table a:hover {
	text-decoration: none
}
.basic_table th,
.basic_table td {
    line-height: 1.5;
    text-align: left;
    padding: 15px 25px;
}
.basic_table th {
    width: 25%;
    background: #E5F7FF;
    border-bottom: 1px solid #CCC;
}
.basic_table td {
    border-bottom: 1px solid #CCC;
}

/* ------------- ベーシックボタン　水色・丸め ---------------*/
.basic_btn_round a {
	max-width: 250px;
	background: #0599D9;
	border-radius: 40px;
	margin: 0 auto;
}
.basic_btn_round a:hover 	{background:#0487c1;}



/* ------------- 全ページ共通　テキストデザイン周り ---------------*/
.txt_box .ttl_s {
	font-size: 1.8rem;
	font-weight: bold;
}
.txt_box p {	margin-bottom: 10px;}
.txt_box p:last-child { margin-bottom: 0}



/* ------------- 下層ページ共通　メインタイトル周り ---------------*/
.sub #ttl {
	height: 300px;
	background: url(img/service_bg_mainttl.jpg) no-repeat center center ;
	background-size: cover;
	position: relative;
  overflow-x: hidden;
}
#office  #ttl,
#message  #ttl,
#about  #ttl {background: url(img/office_bg_mainttl.jpg) no-repeat center center ; background-size: cover;}
#kb-launch  #ttl {background: url(img/kb-launch_bg_mainttl.jpg) no-repeat center center ; background-size: cover;}
#souzoku  #ttl {background: url(img/souzoku_bg_mainttl.jpg) no-repeat center center ; background-size: cover;}
#adviser  #ttl {background: url(img/advicer_bg_mainttl.jpg) no-repeat center center ; background-size: cover;}
#recruit  #ttl {background: url(img/recruit_bg_mainttl.jpg) no-repeat center center ; background-size: cover;}
#contact  #ttl {background: url(img/contact_bg_mainttl.jpg) no-repeat center center ; background-size: cover;}

.sub #ttl h2 {
	width: 1000px;
	color: #FFF;
	margin: -21px 0 0 -500px;
	position: absolute;
	top: 50%;
	left: 50%;
}

@media screen and (max-width : 767px) {
	.sub #ttl h2 span {
		display: block;
	}
	.sub #ttl h2.basic_ttl_message {
		top: 12.5rem;
	}
}

/* ------------- 問い合わせボタン ---------------*/
.contact_btn a {
	display: block;
	color: #FFF;
	text-align: center;
	padding: 6px;
	background: #EF6D16;
	border-radius: 4px;
  text-decoration: none;
  font-family: "游明朝",YuMincho, 'Yu Mincho', serif;
}

.contact_btn a span {
	display: block;
  border: 1px solid #fff;
  padding: 5px 25px;
  line-height: 1.2;
  position: relative;
}

.contact_btn a span i {
	font-style: normal;
  font-size: 1.2rem;
}

.contact_btn a span:after {
  display: block;
  position: absolute;
  bottom: 2px;
  right: 2px;
  border-left: 10px solid transparent;
  content: "";
  border-bottom: 10px solid #fff;
}

.contact_btn a:hover 	{background:#EF6D16;}


/* ------------- パンくず ---------------*/
.pankuzu {
	background: #E5F7FF
}
.pankuzu ul {
	padding-top: 10px;
	padding-bottom: 10px;
}
.pankuzu ul li ,
.pankuzu ul li i {
    font-size: 1.2rem;
}
.pankuzu ul li {
    display: inline-block;
}
.pankuzu ul li  {
    padding: 0 10px;
}
.pankuzu ul li  a {
  color: #333;
  text-decoration: none;
}
.pankuzu ul li  a:hover {
    color: #0599D9
}
.pankuzu ul li i {
    margin: 0 10px;
}



/* ----------------------------
        header
----------------------------*/
header {
	border-bottom: 4px solid #0599D9;
}

header .inner {
  display: flex;
  padding: 1rem 0;
}
header h1 {
  width: 25%;
  max-width: 224px;
  height: auto;
  padding-right: 1rem;
}

header .h_copy {
  font-size: 1.2rem;
  width: 35%;
  padding-right: 1rem;
}

header .tel {
  font-size: 2.3rem;
  font-weight: bold;
  width: 20%;
  text-align: center;
}

header .tel a {
  color: #333;
  text-decoration: none;
}

header dl.openhour {
  font-size: 1.2rem;
  font-weight: bold;
  display: flex;
  justify-content: center;
}

header .contact_btn {
  width: 20%;
}

.header_nav {
	width: 1000px;
	margin: 0 auto;
}

.header_nav nav > ul li a {
	text-decoration: none;
	color: #333;
	font-weight: bold;
	font-size: 1.4rem;
	padding: 1em;
	display: block;
  text-align: center;
  width: calc(1000px/7);
  box-sizing: border-box;
}

.header_nav nav > ul {
	display: flex;
  justify-content: space-around;
}

.header_nav nav > ul li {
  position: relative;
}

.header_nav nav > ul li a {
  position: relative;
}

.header_nav nav > ul li a:after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  content: "";
  width: 5px;
  height: 5px;
  border: 5px solid transparent;
  border-top: 5px solid #0599D9;
}

.header_nav ul li > ul.child {
  position: absolute;
  position: absolute;
  z-index: 100;
  background: #fff;
  border-top: 4px solid #0599D9;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
}

.header_nav ul li > ul.child.open {
  opacity: 1;
  visibility: visible;
}

.header_nav ul li > ul.child li a {
  border: 1px solid #0599D9;
  border-top: none;
  font-size: 1.2rem;
}

.header_nav ul li > ul.child li a:hover {
  background: #0599D9;
  color: #fff;
  opacity: 1;
}

.header_nav ul li > ul.child li a:after {
  content: none;
}


.spnav li a{
	text-decoration: none;
	color: #333;
	font-weight: bold;
	font-size: 1.4rem;
	padding: 2rem 1rem 1.5rem;
	display: block;
}

.header_nav li i,
.spnav li i{
	display: block;
	font-style: normal
}

.spnav .tel {
	margin-bottom:0;
}

.spnav .openhour {
	margin-bottom: 10px;
}

.spnav .contact_btn {
	width: 80%;
  margin: 0 auto;
}

/*menu togglebtn*/
#nav_toggle{
	display: none;
}

header .spnav {
	display: none;
}



/* ----------------------------
       footer
----------------------------*/

/* ------------- ページ共通お問い合わせ誘導 ---------------*/
.cmn_contactBox .inner {
	width: 720px;
	margin: 0 auto
}
.cmn_contactBox {
	background: url(img/cmn_bg_contact.jpg) no-repeat center center;
	background-size: cover;
}
.cmn_contactBox p:first-child,
.cmn_contactBox p:nth-child(2) {
	font-size: 2.2rem;
	font-family:  "游明朝",YuMincho, 'Yu Mincho',  serif;
	font-weight: bold;
	letter-spacing: 0.2rem;
	margin-bottom: 5px;
}
@media screen and (max-width : 767px) {
	.cmn_contactBox p:first-child,
	.cmn_contactBox p:nth-child(2) {
		font-size: 1.8rem;
	}
}
.cmn_contactBox .att {
	font-weight: bold;
	margin-bottom: 40px;
}

/*電話・メールフォームbox*/
.cmn_contactBox ul p:first-child,
.cmn_contactBox ul p:nth-child(2) {	font-size: 1.6rem;}

.cmn_contactBox ul {
	display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
  margin-top: 1em;
}
.cmn_contactBox ul li {
  width: 48%;
  text-align: center;
	padding: 3%;
  margin: 0 1%;
	vertical-align: top;
	background: rgba(255,255,255,0.8);
	border-radius: 8px;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.cmn_contactBox ul li .d_blue {	font-size: 1.8rem;}
.cmn_contactBox ul li:first-child {	margin-left: 0}
.cmn_contactBox ul li:first-child p:nth-child(2) {font-size: 3rem;margin-bottom: 0;}
.cmn_contactBox ul li:first-child p:nth-child(3) { font-size: 1.2rem;}
.cmn_contactBox ul li:nth-child(2) .basic_btn { margin-top: 20px;}

.cmn_contactBox a {
  text-decoration: none;
}

.cmn_contactBox ul li:first-child a {
  color: #333;
}

#footer {	background: #EEEEEE;}
#footer a {
  color: #333;
  text-decoration: none;
}
#footer a:hover {
  text-decoration: none;
}
#footer .inner {
  display: flex;
  padding: 2rem 0;
}

#footer .footer_info {
  width: 30%;
}
#footer h1 {
  width: 226px;
  height: auto;
  margin-bottom: 1rem;
}
#footer .address {
  font-size: 1.2rem;
  margin-bottom: 1rem;
}
#footer .tel {
  font-size: 1.8rem;
  font-weight: bold;
}
#footer dl.openhour {
  font-size: 1.2rem;
  margin-bottom: 1rem;
  font-weight: bold;
  display: flex;
}


#footer .footer_nav {
  width: 70%;
  display: flex;
  flex-wrap: wrap;
}

#footer .footer_nav_col {
  width: 25%;
}
#footer .footer_nav h2 {
  font-size: 1.4rem;
	font-weight: bold;
	letter-spacing: 0.1rem;
  margin-bottom: 1rem;
}

#footer .footer_nav ul li {
	font-size: 1.2rem;
	font-weight: normal;
	padding-left: 1.5rem;
	letter-spacing: 0;
  position: relative;
  display: block;
  margin-bottom: 1rem;
}

#footer .footer_nav ul li a::before {
	content: "";
	display: block;
	width: 10px;
	height: 1px;
	border-top: 1px solid #999;
	position: absolute;
	top: 50%;
	left: 0;
}

#footer .footer_nav h2 a:hover,
#footer .footer_nav ul li a:hover {
	text-decoration: underline;
}

#footer .footer_bottom {
	text-align: center;
	background: #0599D9;
  color: #fff;
	font-size: 1rem;
	padding: 8px;
}

#footer .sponsor {
  width: 1000px;
  margin: 0 auto 1rem;
	clear: both;
	text-align: right;
}

#footer .sponsor a {
	font-size: 1rem;
	text-decoration: underline;
}


/* ----------------------------
【下層】お問い合わせ　.contact
----------------------------*/
.contact form .basic_table,
#contact .basic_table {
	margin: 50px 0;
	table-layout: fixed;
}
.contact form .basic_table input,
#contact .basic_table input,
.contact .basic_table  textarea,
#contact .basic_table  textarea  {
	padding: 10px;
	border: 1px solid #CCC;
	border-radius: 4px;
  max-width: 100%;
}
.contact forme  textarea,
#contact .basic_table  textarea { width: 100%;}
.contact .tel span,
#contact .tel span { display: block}

.contact form .basic_table th,
.contact form .basic_table td,
#contact .basic_table th,
#contact .basic_table td {
	vertical-align: top;
}
/*.contact form .basic_table tr:first-child td,
#contact .basic_table tr:first-child td {
	border-top: 1px solid #CCC;
}*/
.contact form .att,
#contact .contact form .att {
	margin-left: 10px;
}
.contact form .basic_btn,
#contact  .basic_btn {
	text-align: center;
}


.contact form .basic_btn input,
#contact .basic_btn input {
	display: inline-block;
	width: 48%;
	margin: 30px 1% 0 1%;
	max-width: 350px;
	color: #FFF;
	font-size: 1.4rem;
	font-weight: bold;
	letter-spacing: 0.5rem;
	text-align: center;
	padding: 15px 30px;
	background: #0599D9;
	border-radius: 40px;
	position: relative;
	border: none;
}
.contact form .basic_btn input:hover,
#contact  .basic_btn input:hover {
	cursor: pointer;
	opacity: 0.8;
}
#complete .basic_btn a {
	max-width: 500px;
	margin: 50px auto 0;
	text-align:  center;
	border-radius:  20px;
}


/*　プライバシーポリシー　*/
#privacy {
	margin: 20px 0;
	padding: 20px;
	background: #f9f9f9;
	border: 1px solid #CCC;
	font-size: 0.9em;
}
#privacy .roll{
	height: 130px;
	padding: 10px 20px;
	margin-top: 10px;
	overflow: auto;

	background: #FFF;
	border: 1px solid #CCC;

	line-height: 130%;
}
#privacy h4 {
	font-size: 1.6rem;
	text-align: center;
}


#privacy dl {
	padding-top: 20px;
	margin-top: 20px;
	border-top: 1px solid #CCC;
}
#privacy dt {
	font-weight: bold
}
#privacy dd {
	padding: 8px 0 25px 1.8rem;
}
.praivacy_none #privacy {
	display: none
}


/*クリッカブル消去*/
area{
border:none;
outline:none;
}


/*************************************
  TOP
**************************************/

/* ----------------------------
        メインビジュアル
----------------------------*/
#mv {
  max-height: 460px;
  background: #EEE url(img/top_mv_bg.png) no-repeat center top;
}

#mv .inner {	
  width: 1000px;
  padding: 5rem 2rem;
}
#mv .copy {
	font-size: 2.4em;
	letter-spacing: 0.4rem;
  margin-bottom: 3rem;
}
#mv ul {
  width: 55%;
  max-width: 550px;
  margin-bottom: 5rem;
  display: flex;
}
#mv ul li {
	/*display: inline-block;*/
	margin-right: 1.2rem;
}

#mv ul li img {
	max-width: 170px;
}

/* ----------------------------
!!!!!!!!!!!	暫定	!!!!!!!!!!!
限定プランのご紹介
サービスのご案内
3つの強み
----------------------------*/
#top_spplan ul,
#top_service ul,
#top_feature ul,
#top_about ul  { text-align: center}
#top_spplan ul li,
#top_service ul li,
#top_feature ul  li,
#top_about ul li {
	display: inline-block;
	width: 29%;
	margin: 1.5%;
	vertical-align: top;
}
#top_about ul li {	margin: 1.5% 3%}


/* ----------------------------
     サービスのご案内
----------------------------*/
#top_service .lead {
	margin: 30px 0;
}


/* ----------------------------
     3つの強み
----------------------------*/
#top_feature ul li dl dt {
  margin-bottom: 2rem;
}

#top_feature ul li dl dt h3 {
  font-family: "游明朝",YuMincho, 'Yu Mincho', serif;
  font-size: 2rem;
  margin-bottom: 2rem;
}

#top_feature ul li dl dt .num {
  display: inline-block;
  font-size: 4.8rem;
  font-family: 'Scheherazade', serif;
  color: #0599d9;
  line-height: 1;
}
  
#top_feature ul li dl dt .num::after {
  content:"";
  display:block;
  height:1px;
  padding: 0 5rem;
  background: linear-gradient(to right, #eee 0%,#0599d9 30%,#0599d9 70%,#eee 100%);
  margin-bottom: 2rem;
}

#top_feature ul li dl dt .icon img {
  width: 80px;
  height: 80px;
}

#top_feature ul li dl dd {
  text-align: left;
}


    
/* ----------------------------
     井谷吉宏税理士事務所について
----------------------------*/
#top_about .txt_box {background: url(img/cmn_logoimg_blue.png) no-repeat bottom right;}
#top_about .txt_box p {	width: 70%;	}
#top_about ul { margin-top: 40px;}


/*************************************
  Service
**************************************/
#service .service ul.service_list {
  display: flex;
  flex-wrap: wrap;
}

#service .service ul.service_list li {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 3rem;
}

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

#service .service ul.service_list dl dt {
  margin-bottom: 1rem;
}

#service .service ul.service_list dl dd h3 {
  color: #0599D9;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 1.6rem;
  margin-bottom: 1rem;
}

#service .service ul.service_list dl dd p {
  margin-bottom: 3rem;
}

.service_list_outer {
	display: flex;
	flex-wrap: wrap;
}

.service_list_box {
	margin-right: auto;
	width: 48%;
	display: flex;
	flex-direction: column;
	margin-bottom: 8rem;
}
.service_list_box:nth-child(2n) {
	margin-left: auto;
	
}
.service_list_box img {
  margin-bottom: 1rem;
}

.service_list_box h3 {
  color: #0599D9;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 1.6rem;
  margin-bottom: 1rem;
}

.service_list_box p {
  margin-bottom: 1.8rem;
}
.service_list_box ul {
	margin-top: auto;
}

@media screen and (max-width : 767px) {
	.service_list_outer {
		flex-direction: column;
	}

	.service_list_box {
		margin-right: auto;
		margin-left: auto;
		width: 100%;
		margin-bottom: 6rem;
	}
}

/*************************************
  service_detail
**************************************/
.service_detail .lead {
  color: #0A4174;
  margin-bottom: 3rem;
}
.service_detail .txt {
  margin-bottom: 5rem;
}

.service_detail .txt p {
  margin-bottom: 1em;
}

.service_detail ul.ast {
  font-size: 1.2rem;
}
.service_detail ul.ast2 {
  font-size: 1.5rem;
}

.service_detail ul.ast li {
  text-indent: -1em;
  margin-left: 1em;
}

.service_detail h5 {
  color: #0A4174;
  position: relative;
  padding-left: 15px;
  margin-bottom: 0.5em;
}

.service_detail h5:before {
  content: "";
  width: 10px;
  height: 10px;
  background: #0A4174;
  position: absolute;
  top: 8px;
  left: 0;
}

/***** intro *****/
.service_detail .intro {
  margin-bottom: 5rem;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.service_detail .intro2 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width : 767px) {
	.service_detail .intro {
	  width: 100%;
	}
	.service_detail .intro2 {
	  width: 100%;
	}
}

.service_detail .intro dl {
  font-weight: bold;
  position: relative;
  margin-bottom: 5rem;
}

.service_detail .intro dl dt {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 2.2rem;
  background: #0A4174;
  color: #fff;
  text-align: center;
  padding: 5px;
  border-radius: 6px 6px 0 0;
}

.service_detail .intro dl dt span {
  font-size: 2.7rem;
  background: linear-gradient(transparent 0%, #0599D9 0%);
}

.service_detail .intro dl dd {
  background: #eee;
  border: 3px solid #0A4174;
  border-radius: 0 0 6px 6px;
  padding: 30px;
}

.service_detail .intro dl::after {
  display: inline-block;
  content: "";
  width: 20px;
  height: 20px;
  border: 20px solid transparent;
  border-top: 20px solid #0A4174;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.service_detail .intro .solution {
  text-align: center;
  font-weight: bold;
  color: #0A4174;
  /*font-size: 2.2rem;*/
  font-size: 2.1rem;
}

.service_detail .intro .solution span {
  /*font-size: 2.6rem;*/
  font-size: 2.1rem;
  background: linear-gradient(transparent 0%, #FFEC8E 0%);
}

/*test*/
.service_detail .intro .solution2 {
  font-size: 2.1rem;
}

.service_detail .intro .solution2 span {
  font-size: 2.1rem;
}


/* checkmark */
#kb-launch .service_detail .intro dl dd ul li,
#souzoku .service_detail .intro dl dd ul li,
#adviser .service_detail .intro dl dd ul.correspond li,
#tax-returns01 .service_detail .intro dl dd ul li,
#tax-returns02 .service_detail .intro dl dd ul li,
#accounting .service_detail .intro dl dd ul li {
	padding-left:24px;
	position:relative;
  font-size: 1.8rem;
  margin-bottom: 1em;
}
#kb-launch .service_detail .intro dl dd ul li:before,
#kb-launch .service_detail .intro dl dd ul li:after,
#souzoku .service_detail .intro dl dd ul li:before,
#souzoku .service_detail .intro dl dd ul li:after,
#adviser .service_detail .intro dl dd ul.correspond li:before,
#adviser .service_detail .intro dl dd ul.correspond li:after,
#tax-returns01 .service_detail .intro dl dd ul li:before,
#tax-returns01 .service_detail .intro dl dd ul li:after,
#tax-returns02 .service_detail .intro dl dd ul li:before,
#tax-returns02 .service_detail .intro dl dd ul li:after,
#accounting .service_detail .intro dl dd ul li:before,
#accounting .service_detail .intro dl dd ul li:after {
	content:"";
	display:block;
	position:absolute;
}
#kb-launch .service_detail .intro dl dd ul li:before,
#souzoku .service_detail .intro dl dd ul li:before,
#adviser .service_detail .intro dl dd ul.correspond li:before,
#tax-returns01 .service_detail .intro dl dd ul li:before,
#tax-returns02 .service_detail .intro dl dd ul li:before,
#accounting .service_detail .intro dl dd ul li:before{
	width:16px;
	height:16px;
	background:#fff;
  border:1px solid #ccc;
	left:0;
  top:10px;
}
#kb-launch .service_detail .intro dl dd ul li:after,
#souzoku .service_detail .intro dl dd ul li:after,
#adviser .service_detail .intro dl dd ul.correspond li:after,
#tax-returns01 .service_detail .intro dl dd ul li:after,
#tax-returns02 .service_detail .intro dl dd ul li:after,
#accounting .service_detail .intro dl dd ul li:after{
	border-left:3px solid #D9051B;
	border-bottom:3px solid #D9051B;
	width:18px;
	height:5px;
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
	left:2px;
	top:12px;
}

.service_detail .intro .checktxt {
  font-size: 2rem;
  border-bottom: 1px solid #ccc;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}

/* price_total */
.service_detail .price ul.price_total {
  margin: 0 0 3rem;
 display: flex;
}

#kb-launch .service_detail .price ul.price_total {
  margin: -3rem 0 3rem;
}

.service_detail .price ul.price_total li {
  background: #0A4174;
  color: #fff;
  padding: 30px;
  font-size: 1.6rem;
  font-weight: bold;
  border-radius: 4px;
  margin-right: 40px;
  position: relative;
  display: flex;
  align-items: center;
}

/* プラスアイコン */
.service_detail .price ul.price_total li .ico_plus_s,
#kb-launch .service_detail .price dl.plan ul.price_total li .ico_plus_s span {
  display: inline-block;
  box-sizing: border-box;
}
.service_detail .price ul.price_total li .ico_plus_s {
  position: absolute;
  width: 20px;
  height: 20px;
  border: 2px solid #0A4174;
  border-radius: 50%;
  right: -30px;
}
.service_detail .price ul.price_total li .ico_plus_s span {
  position: absolute;
  left: 4px;
  width: 50%;
  height: 2px;
  background-color: #0A4174;
  border-radius: 2px;
}
.service_detail .price ul.price_total li .ico_plus_s span:nth-of-type(1) {
  top: 7px;
  transform: rotate(0deg);
}
.service_detail .price ul.price_total li .ico_plus_s span:nth-of-type(2) {
  top: 7px;
  transform: rotate(90deg);
}

/* プラスアイコン */
.service_detail .ico_plus,
.ico_plus span {
  display: inline-block;
  box-sizing: border-box;
}
.service_detail .ico_plus {
  position: relative;
  width: 60px;
  height: 60px;
  border: 6px solid #0A4174;
  border-radius: 50%;
  left: 50%;
  transform: translateX(-50%);
  margin: 3rem auto;
}
.service_detail .ico_plus span {
  position: absolute;
  left: 12px;
  width: 50%;
  height: 6px;
  background-color: #0A4174;
  border-radius: 4px;
}
.service_detail .ico_plus span:nth-of-type(1) {
  top: 20px;
  transform: rotate(0deg);
}
.service_detail .ico_plus span:nth-of-type(2) {
  top: 20px;
  transform: rotate(90deg);
}

/***** price *****/
.service_detail .price h6 {
  font-size: 1.8rem;
  color: #0599D9;
  border-bottom: 1px solid #0599D9;
  margin-bottom: 1em;
}

/* price_table */
.price_box {
	margin-bottom: 1.5rem;
}
.price_box table {
	border-collapse: collapse;
	width: 100%;
}
.price_box table th,.price_box table td {
  ne-height: 1.5;
  text-align: center;
  padding: 1.5rem 2.5rem;
  border: 1px solid #ccc;
  vertical-align: middle;
}
.price_box table td.txt_aleft {
		text-align: left !important;
}
.price_box table .t01 {
	width: 25%;
	background: #eee;
}
.price_box table .t02 {
	width: 20%;
}
.price_box table .t03 {
	width: 37.5%;
}
.price_box table .thalf {
	width: 50%;
	background: #eee;
}
.price_box table .thalf {
	width: 50%;
	background: #eee;
}
.price_box table .th70 {
	width: 70%;
}
.price_box table .th30 {
	width: 30%;
}

.price_box table .t04 {
	font-weight: bold;
	background: #0A4174;
	color: #fff;
}
.price_box table .t04 span {
	display: block;
	font-size: 1.2rem;
}
.price_box table .t_ttl {
	background-color: #ccc;
	font-weight: bold;
}

.price_box table .t01w {
	width: 34%;
	background: #eee;
}
.price_box table .t03w {
	width: 33%;
	background: #eee;
}

.price_box table th.t04 {
	color: #FFEC8E;
}
.price_box table .total {
	color: #0A4174;
	font-weight: bold;
}
.price_box table .total .t04 {
	color: #FFEC8E !important;
}

.price_box table .total2 {
	font-weight: bold;
}
.price_box table .total2 .t04 {
	color: #FFEC8E !important;
}

.price_box table .thprice {
	font-weight: normal;
}
.price_box table .normalprice {
	font-weight: bold;
}

.price_box table .reward {
	font-weight: bold;
}

@media screen and (max-width : 767px) {
	.price_box table th,.price_box table td {
	  padding: 1.0rem 0.8rem;
	  font-size: 1.3rem;
	}
	.price_box table .t01 {
		width: 20%;
	}
	.price_box table .t02 {
		width: 22%;
	}
	.price_box table .t04 {
		width: 36%;
	}
	.price_box table .thalf {
		width: 60%;
	}
	.price_box table .thalf2 {
		width: 40%;
	}
}

.service_detail .price .price_table {
  width: 100%;
  border: 1px solid #ccc;
  margin-bottom: 1.5rem;
  /*font-size: 1.4rem;*/
}

.service_detail .price .price_table caption {
  background: #ccc;
  font-weight: bold;
  padding: 10px;
}

.service_detail .price .price_table th {
  width: 25%;
  background: #eee;
}

.service_detail .price .price_table th,
.service_detail .price .price_table td {
  line-height: 1.5;
  text-align: center;
  padding: 15px 25px;
  border: 1px solid #ccc;
  vertical-align: middle;
}

.service_detail .price .price_table td.tit,
.service_detail .price .price_table td.reward,
.service_detail .price .price_table td.normalprice{
  font-weight: bold;
}

.service_detail .price .price_table td.tit2 {
	width: 20%;
}

.service_detail .price .price_table th.pack,
.service_detail .price .price_table td.pack {
  font-weight: bold;
  background: #0A4174;
  color: #fff;
}

.service_detail .price .price_table tr.total td,
.service_detail .price .price_table tr.total th{
  color: #0A4174;
  font-weight: bold;
}

.service_detail .price .price_table th.pack,
.service_detail .price .price_table td.tit.pack,
.service_detail .price .price_table td.total.pack{
  color: #FFEC8E;
}

.service_detail .price .price_table th.pack span{
  display: block;
  font-size: 1.2rem;
}

.service_detail .price .normalplan p.txt {
  margin-bottom: 3rem;
}

.service_detail .price .normalplan p.txt span {
  color: #0A4174;
  text-decoration: underline;
  font-weight: bold;
}

/***** case *****/
.service_detail .case dl.client_info {
  border: 2px solid #0A4174;
  border-radius: 4px;
  padding: 20px;
  font-weight: bold;
  margin-bottom: 30px;
}

.service_detail .case dl.client_info dt {
  font-size: 1.8rem;
  color: #0A4174;
  background: #fff;
  margin-bottom: 0.5em;
}

.service_detail .case dl.client_info dd {
  font-size: 1.6rem;
}

.service_detail .case .case_wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5rem;
}

.service_detail .case .reward {
  background: #0A4174;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30%;
  position: relative;
  text-align: center;
  line-height: 1.2;
}

.service_detail .case .reward:after {
  content: "";
  width: 10px;
  height: 10px;
  border: 10px solid transparent;
  border-left: 10px solid #0A4174;
  position: absolute;
  right: -20px;
}

.service_detail .case .reward span {
  font-size: 2.8rem;
  display: block;
  
}

.service_detail .case .case_table {
  width: 68%;
}

.service_detail .case .case_table th {
  background: #eee;
  padding: 15px 25px;
  border: 1px solid #ccc;
  width: 50%;
}

.service_detail .case .case_table td {
  padding: 15px 25px;
  text-align: center;
  border: 1px solid #ccc;
  vertical-align: middle;

}
@media screen and (max-width: 767px) {
	.service_detail .case .case_table td {
	  font-size: 1.3rem;
	}
	.service_detail .case .case_table td span {
	  display: block;
	}
}

.service_detail .case .case_table td:nth-of-type(2) {
  font-weight: bold;
}

/***** flow *****/
.service_detail .flow {
  display: flex;
  margin-bottom: 6rem;
}

.service_detail .flow dl {
  width: 21%;
  background: #0A4174;
  margin: 0 2%;
  border: 3px solid #0599D9;
  border-radius: 8px;
  padding: 20px 15px;
  color: #fff;
  position: relative;
  min-height: 200px;
}

.service_detail .flow dl:after {
  position: absolute;
  content: "";
  height: 0;
  width: 0;
  border: 15px solid transparent;
  border-left-color: #0599D9;
  left: 100%;
  top: 45%;
}

.service_detail .flow dl:last-child:after {
  border: none;
}

.service_detail .flow dl dt {
  font-family: 'Scheherazade', serif;
  letter-spacing: 0.5rem;
  color: #0599D9;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1;
}

.service_detail .flow dl dt span {
  font-size: 5rem;
}

.service_detail .flow dl dd {
  font-weight: bold;
}

.service_detail .flow dl dd.see_detail {
  position: absolute;
  bottom: 2rem;
}

.service_detail .flow dl dd.see_detail a {
  color: #fff;
  text-decoration: underline;
  font-size: 1.2rem;
  font-weight: normal;
}

.service_detail .flow dl dd.see_detail a:hover {
  text-decoration: none;
}

/***** others *****/
.service_detail .others ul.others_list {
  display: flex;
  flex-wrap: wrap;
}

.service_detail .others ul.others_list li {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 3rem;
}
.service_detail .others ul.others_list li:nth-child(2n) {
  margin-right: 0;
}

/***** contact *****/
.service_detail .step ul.contact p:first-child,
.service_detail .step ul.contact p:nth-child(2) {
	font-size: 1.6rem;
	font-family:  "游明朝",YuMincho, 'Yu Mincho',  serif;
	font-weight: bold;
	letter-spacing: 0.2rem;
	margin-bottom: 5px;
}

.service_detail .step ul.contact {
	display:-webkit-box;
  display:-moz-box;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:-moz-flex;
  display:flex;
  -webkit-box-lines:multiple;
  -moz-box-lines:multiple;
  -webkit-flex-wrap:wrap;
  -moz-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  margin: 3rem 0;
  justify-content: center;
}
.service_detail .step ul.contact li {
  width: 30%;
  text-align: center;
	padding: 2%;
  margin: 0 3%;
	vertical-align: top;
	background: rgba(255,255,255,0.8);
	border-radius: 8px;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.service_detail .step ul.contact li .d_blue {	font-size: 1.8rem;}
.service_detail .step ul.contact li:first-child {	margin-left: 0}
.service_detail .step ul.contact li:first-child p:nth-child(2) {font-size: 2.8rem;margin-bottom: 0;}
.service_detail .step ul.contact li:first-child p:nth-child(3) { font-size: 1.2rem;}
.service_detail .step ul.contact li:nth-child(2) .basic_btn { margin-top: 20px;}


.service_detail .step ul.contact li:nth-child(1) a { color: #333; text-decoration: none;}



/*************************************
  kb-launch
**************************************/
/***** supportpack *****/
#kb-launch .supportpack {
  display: flex;
  flex-wrap: wrap;
}

#kb-launch .supportpack dl {
  width: 21%;
  margin: 0 2% 2rem 0;
  border: 2px solid #0A4174;
  border-radius: 8px;
  color: #0A4174;
  position: relative;
  font-weight: bold;
  background: #E5F7FF;
}

#kb-launch .supportpack dl dt {
  font-size: 1.2rem;
  background: #0A4174;
  color: #fff;
  display: inline-block;
  padding: 3px 20px;
  position: relative;
  top: -3px;
  border-radius: 5px 0 0 0;
}

#kb-launch .supportpack dl dd {
  font-size: 1.6rem; 
  padding: 15px 10px;
}


/***** price *****/
#kb-launch .price ul.ast {
  margin-bottom: 5rem;
}

#kb-launch .price dl.plan {
  margin-bottom: 1em;
}

#kb-launch .price dl.plan > dt {
  background: #0A4174;
  color: #fff;
  font-weight: bold;
  padding: 0.5em 3em 0.5em 2em;
  position: relative;
  cursor: pointer;
}

#kb-launch .price dl.plan > dt:before {
  content: "";
  width: 10px;
  height: 10px;
  background: #fff;
  position: absolute;
  top: 16px;
  left: 1em;
}

#kb-launch .price dl.plan > dt:after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 10px;
  right: 1em;
}

#kb-launch .price dl.plan > dt.active:after {
  content: "\f077";
}

#kb-launch .price dl.plan > dd {
  border: 3px solid #0A4174;
  padding: 0.5em 1em 2em;
}

#kb-launch .service_detail .price dl.plan dd h5 {
  padding-left: 0;
}

#kb-launch .service_detail .price dl.plan dd h5.underline {
  text-decoration: underline;
}

#kb-launch .service_detail .price dl.plan dd h5:before {
  content: none;
}

/*************************************
  souzoku
**************************************/
#souzoku .service_detail .intro .checktxt span.markerline span {
  color: #D9051B;
}
#souzoku .service_detail .intro .checktxt span.markerline {
  background: linear-gradient(transparent 0%, #FFEC8E 0%);
}

#souzoku .service_detail .intro .checktxt:not(:first-child) {
	margin-top: 3.5rem;
}

/***** service_conts *****/
#souzoku .service_detail dl.service_conts dt {
  color: #0599D9;
  font-weight: bold;
}

#souzoku .service_detail dl.service_conts dd {
  padding-left: 1em;
  border-bottom: 1px solid #eee;
  margin-bottom: 1em;
  padding-bottom: 1em;
}

/***** feature *****/
#souzoku .service_detail .feature .feature_wrap {
  display: flex;
  flex-wrap: wrap;
}

#souzoku .service_detail .feature .feature_wrap dl {
  border: 2px solid #0A4174;
  border-radius: 4px;
  padding: 20px;
  width: 31%;
  margin: 0 2% 2rem 0;
}

#souzoku .service_detail .feature .feature_wrap dl dt {
  font-family: "游明朝",YuMincho, 'Yu Mincho',  serif;
  font-weight: bold;
  font-size: 2rem;
  color: #0A4174;
  text-align: center;
  margin-bottom: 10px;
}

#souzoku .service_detail .feature .feature_wrap dl dt span {
  background: #0A4174;
  display: inline-block;
  padding: 0.2rem 1rem;
  color: #fff;
  font-size: 1.4rem;
  margin-bottom: 10px;
}

#souzoku .service_detail .feature .feature_wrap dl dt img {
  width: 80px;
  height: auto;
}

/***** point *****/
#souzoku .service_detail .point .txt_box {
  margin-bottom: 3rem;
}

#souzoku .service_detail dl.point_list {
  margin-bottom: 5rem;
}

#souzoku .service_detail dl.point_list dt {
  color: #0599D9;
  font-weight: bold;
}

#souzoku .service_detail dl.point_list dd {
  padding-left: 1em;
  margin-bottom: 1em;
}

#souzoku .service_detail .point figure {
  text-align: center;
}
#souzoku .service_detail .point figure img {
  max-width: 688px;
  height: auto;
}

/***** price *****/
#souzoku .service_detail .price .limitedplan,
#souzoku .service_detail .price .normalplan {
  margin-bottom: 5rem;
}

#souzoku .service_detail .price .limitedplan h5 {
  background: #D8D8D8;
  border-left: 15px solid #0599D9;
  color: #0599D9;
  padding: 5px 0 5px 10px;
  margin-bottom: 2rem;
}

#souzoku .service_detail .price .limitedplan h5:before {
  content: none;
}

#souzoku .service_detail .price .price_wrap {
  display: flex;
  flex-direction:row-reverse;
  justify-content: space-between;
  margin-bottom: 3rem;
}

#souzoku .service_detail .price .price_wrap .txt_box {
  width: 78%;
  border: 2px solid #ccc;
  border-radius: 4px;
  padding: 20px;
}

#souzoku .service_detail .price .price_wrap .txt_box .b_txt {
  /*font-weight: bold;
  font-size: 1.8rem;*/
  margin-bottom: 1rem;
}

#souzoku .service_detail .price .price_wrap .txt_box dl dt {
  /*font-weight: bold;*/
}

#souzoku .service_detail .price .price_wrap .txt_box dl dt:before {
  display: inline-block;
  content: "";
  width: 12px;
  height: 12px;
  background: #333;
  margin-right: 5px;
}

#souzoku .service_detail .price .price_wrap .txt_box dl ol {
  padding-left: 2em;
}

#souzoku .service_detail .price .price_wrap .txt_box dl ol li {
  list-style-type: decimal;
}

#souzoku .service_detail .price .price_wrap .balloon {
  width: 20%;
  background: #0A4174;
  color: #FFEC8E;
  font-size: 1.8rem;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
}

#souzoku .service_detail .price .price_wrap .balloon:before {
  content: "";
  width: 10px;
  height: 10px;
  border: 10px solid transparent;
  border-right: 10px solid #0A4174;
  position: absolute;
  left: -20px;
}

#souzoku .service_detail ul.list {
  margin-bottom: 10px;
}

#souzoku .service_detail .price .normalplan h5 {
  background: none;
  border-left: none;
  color: #0A4174;
  padding-left: 15px;
}

#souzoku .service_detail .price .normalplan h5:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #0A4174;
}

/*************************************
  adviser
**************************************/
/***** intro *****/
/* checkmark */
#adviser .service_detail .intro .checktxt .checkmark{
	padding-left:36px;
	position:relative;
  font-size: 2rem;
}
#adviser .service_detail .intro .checktxt .checkmark:before,
#adviser .service_detail .intro .checktxt .checkmark:after{
	content:"";
	display:block;
	position:absolute;
}
#adviser .service_detail .intro .checktxt .checkmark:before{
	width:26px;
	height:26px;
	background:#fff;
  border:1px solid #ccc;
	left:0;
  top:0;
}

#adviser .service_detail .intro .checktxt .checkmark:after{
	border-left:4px solid #D9051B;
	border-bottom:4px solid #D9051B;
	width:30px;
	height:10px;
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
	left:4px;
	top:2px;
}

#adviser .service_detail .intro dl dd ul li{
	padding-left:24px;
	position:relative;
  font-size: 1.8rem;
  margin-bottom: 1em;
}
#adviser .service_detail .intro dl dd ul li:before{
	content:"";
	display:block;
	position:absolute;
}
#adviser .service_detail .intro dl dd ul li:before{
	width:16px;
	height:16px;
	background:#fff;
  border:1px solid #ccc;
	left:0;
  top:10px;
}

/* correspond */
#adviser .service_detail .intro dl dd ul.correspond {
	margin: 3rem 0 0 2rem;
}

#adviser .service_detail .intro dl dd ul.correspond li span {
  color: #D9051B;
}

#adviser .service_detail .intro dl dd ul.correspond li i {
  font-style: normal;
  background: #fff;
  border: 1px solid #ccc;
  padding: 10px;
}

/* promise */
#adviser .promise {
  display: flex;
  flex-wrap: wrap;
}

#adviser .promise dl {
  width: 31%;
  margin: 0 2% 2rem 0;
  border: 2px solid #0A4174;
  border-radius: 8px;
  color: #0A4174;
  position: relative;
  font-weight: bold;
  background: #E5F7FF;
}

#adviser .promise dl dt {
  font-size: 1.4rem;
  background: #0A4174;
  color: #fff;
  padding: 3px 20px;
  position: relative;
  border-radius: 5px 5px 0 0;
  text-align: center;
}

#adviser .promise dl dd {
  font-size: 1.6rem; 
  padding: 15px 10px;
}

#adviser .service p.txt {
  margin-bottom: 1rem;
}

#adviser .service dl.rec_box {
  background: #eee;
  font-weight: bold;
  padding: 30px;
  border-radius: 4px;
  margin-bottom: 5rem;
  width: 60%;
}

#adviser .service dl.rec_box dt {
  color: #0A4174;
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
}

#adviser .service dl.rec_box dd ul li{
	padding-left:24px;
	position:relative;
  margin-bottom: 1rem;
}
#adviser .service dl.rec_box dd ul li:before,
#adviser .service dl.rec_box dd ul li:after{
	content:"";
	display:block;
	position:absolute;
}
#adviser .service dl.rec_box dd ul li:before{
	width:16px;
	height:16px;
	background:#fff;
  border:2px solid #0599D9;
	left:0;
  top:5px;
}
#adviser .service dl.rec_box dd ul li:after{
	border-left:3px solid #0599D9;
	border-bottom:3px solid #0599D9;
	width:16px;
	height:5px;
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
	left:3px;
	top:6px;
}

#adviser ul.ast{
	margin-bottom: 2rem;
}


#adviser .service_detail .price h5 {
  color: #333;
  padding-left: 0;
  font-weight: normal;
}  

/*************************************
  Office
**************************************/
#office .office .lead {
  margin-bottom: 3rem;
}
#office .office ul.office_outline_list {
  display: flex;
  flex-wrap: wrap;
}

#office .office ul.office_outline_list li {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 3rem;
}

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

#office .office ul.office_outline_list li dl {
}
#office .office ul.office_outline_list dl dt {
  margin-bottom: 1rem;
}
#office .office ul.office_outline_list dl dd {

}
#office .office ul.office_outline_list dl dd p {
  margin-bottom: 3rem;
}


.office_list_outer {
	display: flex;
	flex-wrap: wrap;
}

.office_list_box {
	margin-right: auto;
	width: 48%;
	display: flex;
	flex-direction: column;
	margin-bottom: 8rem;
}
.office_list_box:nth-child(2n) {
	margin-left: auto;
	
}
.office_list_box img {
  margin-bottom: 1rem;
}

.office_list_box h3 {
  color: #0599D9;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 1.6rem;
  margin-bottom: 1rem;
}

.office_list_box p {
  margin-bottom: 1.8rem;
}
.office_list_box ul {
	margin-top: auto;
}

@media screen and (max-width : 767px) {
	.office_list_outer {
		flex-direction: column;
	}

	.office_list_box {
		margin-right: auto;
		margin-left: auto;
		width: 100%;
		margin-bottom: 6rem;
	}
}


/*************************************
  Message
**************************************/
/***** Message *****/
#message .message dl dt {
  width: 315px;
  float: right;
  margin-left: 5rem;
  margin-bottom: 2rem;
  text-align: right;
}

#message .message dl dt img {
  margin-bottom: 1rem;
}

#message .message dl dt .name span {
  font-size: 1.8rem;
}

/***** Philosophy *****/
#message .philosophy .philosophy_wrap {
  width: 80%;
  border: 3px solid #A27103;
  margin: 0 auto;
  padding: 3px;
}

#message .philosophy .philosophy_wrap_inner {
  border: 1px solid #A27103;
  margin: 0 auto;
  padding: 0;
}

#message .philosophy .philosophy_wrap_inner:before {
  display: block;
  content: "";
  width: 100%;
  min-height: 44px;
  background: url("img/philosophy_frame_top.png") no-repeat 0 0;
  background-size: contain;
}

#message .philosophy .philosophy_wrap_inner:after {
  display: block;
  content: "";
  width: 100%;
  min-height: 44px;
  background: url("img/philosophy_frame_btm.png") no-repeat 0 bottom;
  background-size: contain;
}

#message .philosophy .philosophy_wrap ol {
  width: 100%;
  padding: 0 60px;
  box-sizing: border-box;
  counter-reset: list-count; 
  background: url("../itani/img/cmn_logoimg_blue.png") no-repeat 50% 50%;
}

#message .philosophy ol li {
  color: #0A4174;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 1rem;
  text-indent: -2em;
  padding-left: 2em;
}

#message .philosophy ol > li::before {
  content:counter(list-count) ".";
  counter-increment: list-count;
  font-size: 3rem;
  font-weight: bold;
  color: #0599D9;
  font-family: 'Scheherazade', serif;
  margin-right: 1rem;
  line-height: 0;
}
#message .philosophy ol > li span {
	vertical-align: text-bottom;
}
@media screen and (max-width : 767px) {
	#message .philosophy ol > li span {
		vertical-align: baseline;
	}
}

/*************************************
  About
**************************************/
#about .outline table {
  margin-bottom: 5rem;
}

#about .outline table ul {
  padding-left: 1em;
}

#about .outline table ul li {
  list-style: disc;
}

#about .outline .map_wrap {
  display: flex;
  align-items: flex-end;
}
#about .outline .google-map {
  position: relative;
  width: 65%;
  height: 0;
  padding-bottom: 40%;
  overflow: hidden;
  margin-right: 5%;
}

#about .outline .google-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#about .outline dl.access {
  width: 30%;
}
#about .outline dl.access dt {
  font-family: "游明朝",YuMincho, 'Yu Mincho',  serif;
  color: #0A4174;
  font-size: 1.8rem;
  font-weight: bold;
}

#about .outline dl.access dd {
  border-bottom: 1px solid #ccc;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}

#about .outline dl.access dd:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

/*************************************
  Recruit
**************************************/
/***** pagenavi *****/
#recruit .pagenavi ul {
  display: flex;
}

#recruit .pagenavi ul li {
  width : calc(100% / 3);
  margin-right: 1%;
}

#recruit .pagenavi ul li:last-child {
  margin-right: 0;
}

#recruit .pagenavi ul li a {
  color: #0A4174;
  font-weight: bold;
  background: #E5F7FF;
  border: 1px solid #0A4174;
  display: block;
  text-align: center;
  font-family: "游明朝",YuMincho, 'Yu Mincho',  serif;
  padding: 1rem;
  text-decoration: none;
}

#recruit .pagenavi ul li i {
  color: #0599D9;
  font-family: 'Scheherazade', serif;
  font-style: normal;
  font-size: 1.6rem;
  font-weight: bold;
  display: block;
  letter-spacing: 0.5rem;
}

/***** message *****/
#recruit .message .inner {
  background: url(../itani/img/cmn_logoimg_blue.png) no-repeat right 10%;
}

#recruit .message ul {
  display: flex;
  margin: 3rem 0;
}
#recruit .message ul li {
  width: 48%;
  margin-right: 4%;
}

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

#recruit .message ul h4 {
  margin-bottom: 1rem;
}
#recruit .message ul h5 {
  color: #0599D9;
}

/***** requirement *****/
#recruit .requirement table {
  margin-bottom: 3rem;
}

#recruit .requirement table dl.model {
  margin-top: 1rem;
}

#recruit .requirement table ul {
  padding-left: 1em;
}

#recruit .requirement table ul li {
  list-style: disc;
}

/***** entry *****/
#recruit .entry .lead {
  text-align: center;
  margin-bottom: 2.4rem;
}

/*************************************
  contact
**************************************/
#contact .tel .tel_box {
  width: 600px;
  text-align: center;
  margin: 0 auto;
  padding: 3%;
  background: #fff;
  border-radius: 8px;
}

#contact .tel .tel_box p.tel a {
  color: #0A4174;
  font-size: 3.8rem;
  font-weight: bold;
  text-decoration: none;
}

/*****************SP用*****************/
@media screen and (max-width:768px){

  /*************************************
  common
  **************************************/
  .sp {display: block;}
  .pc {display: none;}	
  
  .inner {
    width: 96%;
    margin: 0 auto;
  }
  
  ul.btns {
    display: block;
  }

  ul.btns li {
    margin: 0 0 20px 0;
  }
  
  /* ------------- ベーシックタイトル ---------------*/
  .basic_ttl {
    font-size: 2.4rem;
  }
  
  .basic_ttl h2 {
    letter-spacing: 0;
  }
  
  .basic_ttl h2 i {
    letter-spacing: 0.5rem;
  }
  
  /***** header *****/
  header {
    height: 60px;
  }

  header .inner {
    display: block;
  }
  
  header h1 {
    width: 100%;
    padding: 0 0 1rem 0;
  }

  header .h_copy {
    width: 100%;
    padding: 0 0 1rem 0;
  }

  header .tel {
    width: 100%;
    margin-bottom: 0.5rem;
  }

  header .contact_btn {
    width: 80%;
    margin: 0 auto;
  }


  header .header_nav ul {
    width: 100%;
  }

  header .header_nav li {
    width: 100%;

  }

  header .tel,
  header .contact_btn,
  header .header_nav {
    display: none;
  }

  .spnav li a {
    padding: 1rem;
    border-bottom: 1px solid #000;
  }
  
  .spnav li a.parent {
  	/*background-color: aliceblue;*/
	background-color: #CFE8FE;
  }
  
  .spnav {
    padding-bottom: 2rem;
    position: absolute;
    top:60px;
    left: 0;
		z-index: 999;
		width: 100%;
		height: 100vh;
    background:rgba(255,255,255,0.9);
    overflow-y: scroll;
  }
  
  .spnav nav {
    margin-bottom: 2rem;
  }
  
  /* サブナビ */
  .spnav li > ul li a {
    padding-left: 2rem;
    font-size: 1.2rem;
  }
  
/*開閉ボタン*/
	#nav_toggle{
		display: block;
		width: 44px;
		height: 44px;
		position: absolute;
		top: 15px;
    right: 15px;
		z-index: 1000;
		background-color: initial !important;
	}
  
  #nav_toggle div {
		position: relative;
	}
	#nav_toggle span{
		display: block;
		height: 3px;
		background: #333;
		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;	
	}
	#nav_toggle span:nth-child(1){
		top:0px;
	}
	#nav_toggle span:nth-child(2){
		top:12px;
	}
	#nav_toggle span:nth-child(3){
		top:24px;
	}
	
	/*開閉ボタンopen時*/
	.open #nav_toggle span:nth-child(1) {
			top: 12px;
		   -webkit-transform: rotate(135deg);
			-moz-transform: rotate(135deg);
			transform: rotate(135deg);
		}
		.open #nav_toggle span:nth-child(2) {
			width: 0;
			left: 50%;
		}
		.open #nav_toggle span:nth-child(3) {
			top: 12px;
			-webkit-transform: rotate(-135deg);
			-moz-transform: rotate(-135deg);
			transform: rotate(-135deg);
		}

  /***** footer *****/
  #footer .inner {
    display: block;
  }
  
  #footer .footer_info {
    width: 100%;
    display: block;
  }

  #footer .footer_nav {
    display: none;
  }
  
  #footer .sponsor {
  width: 96%;
  }
  
  
  /***** footer_contact *****/
  .cmn_contactBox .inner {
	  width: 96%;
  }
  .cmn_contactBox ul li {
    width: 100%;
    margin: 0 0 1rem;
    text-align: center;
  }

  /***** table *****/
  table.basic_table th,table.basic_table td {
		display: block;
		width: 100%;
	}
  
  .basic_table tr:last-child td {
    border-bottom: none;
  }
  
  /*************************************
  TOP
  **************************************/
  /* ----------------------------
        メインビジュアル
  ----------------------------*/
  #mv {
    max-height: 460px;
    background: #EEE url(img/top_mv_bg_sp.png) no-repeat top center;
    background-size: cover;
    padding-top: 60%;
    width: 100%;
    height: 0;
  }

  #mv .inner {
    width: 98%;
    margin: -60% 1% 0 1%;
    padding: 10% 2rem 2rem;
  }
  #mv .copy {
    font-size: 2rem;
    line-height: 1.5;
    letter-spacing: 0;
    margin-bottom: 1rem;
  }
  
  #mv ul {
    width: 100%;
  }
  
  #mv ul li {
    width: 24%;
    display: inline-block;
    margin-top: 0;
  }
  
  #mv ul li img {
    max-width: 100%;
  }
  
  #top_spplan ul li,
  #top_service ul li,
  #top_feature ul  li,
  #top_about ul li {
    display: block;
    width: 100%;
    margin: 2rem 0;
  }

  #top_about ul li {margin: 1rem 0;}

  #top_about .txt_box p {	width: 100%;}
  
  /* ----------------------------
     3つの強み
  ----------------------------*/
  #top_feature ul li {
    margin-bottom: 5rem;
  }
  
  #top_feature ul li dl dt h3 {
    margin-bottom: 1rem;
  }
  
  #top_feature ul li dl dt .num::after {
    margin-bottom: 1rem;
  }

  /*************************************
    Service
  **************************************/
  #service .service ul.service_list {
    display: block;
  }

  #service .service ul.service_list li {
    width: 100%;
    margin-right: 0;
  }  
  
  /*************************************
    service_detail
  **************************************/
  
  /***** price *****/
  /* table */
 .service_detail .price .price_table {
    border-collapse: collapse;
  }
  
  .service_detail .price .price_table thead {
    display:none;
  }
  
  .service_detail .price .price_table th {
    display:block;
    width: 100%;
    background: #0A4174;
    color: #fff;
  }
  
  .service_detail .price .price_table td {
    display:block;
    text-align: left;
  }
  .service_detail .price .price_table td::before {
    content: attr(label);
    /*float: left;*/
    clear:both;
    font-weight:bold;
    /*width: 65%;*/
    display: block;
  }
  .service_detail .price .price_table td p {
    padding-left:6em;
  }
  
  .service_detail .price .price_table tr td:last-child {
    border-bottom: none;
  }
  
  .service_detail .price .price_table th.pack,
  .service_detail .price .price_table td.pack {
    background: #0599D9;
  }
  
  .service_detail .price .price_table tbody tr {
    border-bottom: 10px solid #fff;
  }
  
  .service_detail .price .price_table tr.total th {
    color: #fff;
  }
  
  /* plan_table */
  .service_detail .price .price_table.plan_table tbody tr {
    border-bottom: 1px solid #ccc;
  }
  .service_detail .price .price_table.plan_table td::before {
    /*width: 30%;*/
  }

  
  /* price_total */
  .service_detail .price ul.price_total {
   display: block;
  }

  .service_detail .price ul.price_total li {
    margin: 0 0 40px 0;
    position: relative;
  }

  /* プラスアイコン */
  .service_detail .price ul.price_total li .ico_plus_s {
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
  }
  
  /***** case *****/
  .service_detail .case .case_wrap {
    display: block;
  }

  .service_detail .case .reward {
    width: 100%;
    padding: 20px;
    margin-bottom: 30px;
  }

  .service_detail .case .reward:after {
    border: 10px solid transparent;
    border-top: 10px solid #0A4174;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -20px;
  }

  .service_detail .case .case_table {
    width: 100%;
  }
    
  /***** step *****/
  /* flow */
  .service_detail .flow {
    display: block;
    margin-bottom: 6rem;
  }

  .service_detail .flow dl {
    width: 100%;
    margin: 0 0 3rem;
    min-height: inherit;
  }

  .service_detail .flow dl:after {
    position: absolute;
    content: "";
    height: 0;
    width: 0;
    border: 15px solid transparent;
    border-top-color: #0599D9;
    left: 50%;
    top: 100%;
  }

  .service_detail .flow dl dd.see_detail {
    position: inherit;
    bottom: inherit;
  }
  
  /***** others *****/
  .service_detail .others ul.others_list {
    display: block;
  }

  .service_detail .others ul.others_list li {
    width: 100%;
    margin-right: 0;
  }

  
  /***** contact *****/
  .service_detail .step ul.contact {
    display:block;
    margin: 2rem 0;
  }
  .service_detail .step ul.contact li {
    width: 100%;
    padding: 3%;
    margin: 0 0 1rem;
  }
  
  /*************************************
    kb-launch
  **************************************/
  /***** supportpack *****/
  #kb-launch .supportpack dl {
    width: 100%;
    margin: 0 0 2rem 0;
  }
  
  /*************************************
    souzoku
  **************************************/
  /***** feature *****/
  #souzoku .service_detail .feature .feature_wrap {
    display: block;
  }

  #souzoku .service_detail .feature .feature_wrap dl {
    width: 100%;
    margin: 0 0 2rem 0;
  }
  
  
  #souzoku .service_detail .price .price_wrap {
    display: block;
  }

  #souzoku .service_detail .price .price_wrap .txt_box {
    width: 100%;
  }

  #souzoku .service_detail .price .price_wrap .balloon {
    width: 100%;
    margin-bottom: 30px;
    padding: 20px;
  }

  #souzoku .service_detail .price .price_wrap .balloon:before {
    border: 10px solid transparent;
    border-top: 10px solid #0A4174;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
  }

  
  
  /*************************************
    adviser
  **************************************/ 
  /* intro */
  #adviser .service_detail .intro dl dd ul.correspond li i {
    display: inline-block;
  }
  
  /* promise */
  #adviser .promise {
    display: block;
  }

  #adviser .promise dl {
    width: 100%;
    margin: 0 0 2rem 0;
  }


  #adviser .service dl.rec_box {
    width: 100%;
  }

  #adviser .service dl.rec_box dt {
    color: #0A4174;
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
  }

  #adviser .service dl.rec_box dd ul li{
    padding-left:24px;
    position:relative;
    margin-bottom: 1rem;
  }
  
  /*************************************
    Office
  **************************************/
  #office .office ul.office_outline_list {
    display: block;
  }

  #office .office ul.office_outline_list li {
    width: 100%;
    margin-right: 0;
  }
  
  /*************************************
    Message
  **************************************/
  /***** Message *****/
  #message .message dl dt {
    width: 100%;
    float: none;
    margin-left: 0;
  }
  
  /***** Philosophy *****/
  #message .philosophy .philosophy_wrap {
    width: 100%;
  }
  
  #message .philosophy .philosophy_wrap ol {
    padding: 0 30px;
  }
  
  #message .philosophy .philosophy_wrap ol li {
    margin-bottom: 1.5rem;
    font-size: 1.4rem;
	line-height: 2.8rem;
  }
  
  #message .philosophy .philosophy_wrap ol > li::before {
    font-size: 2rem;
	line-height: 0;
  }
  

  /*************************************
    About
  **************************************/
  #about .outline .map_wrap {
    display: block;
  }
  
  #about .outline .google-map {
    width: 100%;
    padding-bottom: 56.25%;
    margin-right: 0;
    margin-bottom: 2rem;
  }

  #about .outline dl.access {
    width: 100%;
  }

  /*************************************
    Recruit
  **************************************/
  /***** pagenavi *****/
  #recruit .pagenavi ul li i {
    letter-spacing: 0.1rem;
  }

  /***** message *****/
  #recruit .message ul {
    display: block;
  }
  #recruit .message ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2rem;
  }
  
  #recruit .message ul li:last-child {
    margin-bottom: 0;
  }

  #recruit .message ul h4 {
    margin-bottom: 1rem;
  }
  #recruit .message ul h5 {
    color: #0599D9;
  }

  /***** requirement *****/
  #recruit .requirement table {
    margin-bottom: 3rem;
  }

  #recruit .requirement table dl.model {
    margin-top: 1rem;
  }

  #recruit .requirement table ul {
    padding-left: 1em;
  }

  #recruit .requirement table ul li {
    list-style: disc;
  }

  /***** entry *****/
  #recruit .entry .lead {
    text-align: center;
  }

  /*************************************
    contact
  **************************************/
  #contact .tel .tel_box {
    width: 100%;
  }

  #contact .tel .tel_box p.tel a {
    color: #0A4174;
    font-size: 3.8rem;
    font-weight: bold;
  }

  .contact form .basic_table input[type="text"],
  #contact .basic_table input[type="text"]  {
    width: 100%;
  }
  
  .mwform-tel-field input[type="text"] {
  	width: 28% !important;
  }
  
  

}

@media screen and (max-width: 320px) {
  /*************************************
  TOP
  **************************************/  
  /* ----------------------------
        メインビジュアル
  ----------------------------*/
  #mv .inner {
    width: 98%;
    margin: -65% 1% 0 1%;
    padding: 10% 2rem 2rem;
  }
  
  /*************************************
    Recruit
  **************************************/
  #recruit .pagenavi ul li {
    font-size: 1.2rem;
  }
  
  #recruit .pagenavi ul li i {
    letter-spacing: 0;
  }
  
  /*************************************
    contact
  **************************************/
  #contact .tel .tel_box p.tel a {
    font-size: 3.2rem;
  }

}



  /*************************************
    faq
  **************************************/
  .faq_linkarea {
  	display: flex;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	justify-content:space-between;
	align-items: center;
	margin-bottom: 9rem;
  }
  .faq_linkarea div {
	background-color: #0D5590;
	width: 25%;
  }
  .faq_linkarea div a {
  	width: 100%;
	padding: 3rem 3rem;
	display: block;
	color: #fff;
	position: relative;
	text-decoration: none;
	text-align: center;
  }
  .faq_linkarea div > a:after {
	content: "\f078";
    font-family: "Font Awesome 5 Free";
	font-weight: 900;
  	position: absolute;
	bottom: 0;
	left: 46%;
  }

  .faq_linkarea div:not(:first-child) {
  	border-left: 1px dotted #fff;
  }
/**/
#faq .faq_sec dl.faqlist {
  margin-bottom: 1em;
}

#faq .faq_sec dl.faqlist > dt {
  background: #0599D9;
  color: #fff;
  font-weight: bold;
  padding: 0.5em 3em 0.5em 2em;
  position: relative;
  cursor: pointer;
}

#faq .faq_sec dl.faqlist > dt:not(:first-child) {
	border-top: 1px solid #fff;
}

#faq .faq_sec dl.faqlist > dt:before {
  content: "Q.";
  margin-right: 1rem;
}

#faq .faq_sec dl.faqlist > dt:after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 10px;
  right: 1em;
}

#faq .faq_sec dl.faqlist > dt.active:after {
  content: "\f077";
}

#faq .faq_sec dl.faqlist > dd {
  border: 3px solid #0599D9;
  padding: 1em 2em 1em;
}

#faq .faq_sec dl.faqlist dd h5 {
  padding-left: 0;
}

#faq .faq_sec dl.faqlist dd h5.underline {
  text-decoration: underline;
}

#faq .faq_sec dl.faqlist dd h5:before {
  content: none;
}


a.btn_disable {
    pointer-events: none !important;
}

@media screen and (max-width:768px){
	.faq_linkarea {
		width: 100%;
		flex-direction: column;
		margin-bottom: 0rem;
	}
	.faq_linkarea div {
		width: 100%;
	}
	.faq_linkarea div a {
	  padding: 1.5rem 3rem;
	}
	.faq_linkarea div:not(:first-child) {
  		border-left: none;
		border-top: 1px dotted #fff;
  	}
	.faq_linkarea div > a:after {
		bottom: 1.5rem;
		
		left: 32rem;
	}
}







/*************************************/
/*Information*/

.top_information dl {
	display: flex;
	flex-wrap: wrap;
	font-size: 1.5rem;
	width: 100%;
}
.top_information dt,.top_information dd {
	border-bottom: 1px solid #cccccc;
	padding-top: 1.2rem;
	padding-bottom: 1.2rem;
}
.top_information dt {
	width: 20%;
}
.top_information dt span.catname {
	color: #fff;
	padding: 0.4rem 0.8rem;
	text-align: center;
	font-size: 1.2rem;
}
.top_information dt span.catname01 {
	background-color: #447f4b;
}
.top_information dt span.catname02 {
	background-color: #ea7833;
}
.top_information dt span.topdate {
	padding-left: 0rem;
}
.top_information dd {
	width: 80%;
}
.top_information dd a {
	color: #333;
	text-decoration: none;
}

@media screen and (max-width : 767px) {
	.top_information dl {
		flex-wrap: wrap;
	}
	.top_information dt {
		width: 100%;
		border-bottom: none;
		padding-bottom: 0;
	}
	.top_information dd {
		width: 100%;
	}
}



/* pagination */
.pageer {
  font-family: 'Cormorant Garamond', serif;
  text-align: center;
  margin: 3rem auto;
  display: flex;
  align-items: center;
  justify-content: center;
}


.pageer a,.pageer span {
  display: inline-block;
}

.pageer a,.pageer span {
   display: inline-block;
  text-decoration: none;
  font-size: 1.8rem;
  width: 30px;
  padding: 2px 0;
  border: 1px solid #0A4174;
  color: #0A4174;
  text-align: center;
  margin: 0 0.5rem;
}

.pageer a:hover,
.pageer span.current {
  background: #0A4174;
  color: #fff;
  opacity: 1;
}

.pager-single {
	display: flex;
	justify-content: center;
	padding-top: 7rem;
	align-items: center;
	width: 50%;
	margin-left: auto;
	margin-right: auto;
}

.voice_main .pager-single {
	width: 70%;
}

.pager-single a {
	color: #0A4174;
	font-size: 1.3rem;
	text-decoration: none;
	border: 1px solid #0A4174;
	padding: 1.5rem 3rem;
}



.pager-single .prev {
	order: 0;
	margin-right: auto;
}
.pager-single .list {
	order: 1;
	margin-left: auto;
	margin-right: auto;

}
.pager-single .list a {
	color: #fff;
	background: #0A4174;
}
.pager-single .next {
	order: 2;
	margin-left: auto;
}

.pager-single a:hover,
.pager-single span.current {
  background: #0A4174;
  color: #fff;
  opacity: 1;
}


@media screen and (max-width : 767px) {
	.pager-single {
		display: flex;
		justify-content: center;
		padding-top: 7rem;
		align-items: center;
		width: 100% !important;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 4.5rem;
	}
	.pager-single .list {
		order: 1;
		margin-left: auto;
		margin-right: auto;
		display: none;
	}
	/*
	.voice_main .pager-single {
		width: 70%;
	}
	*/
}




.information {

}
.information header h1 {
    width: 100% !important;
    max-width: 100% !important;
    height: auto;
    padding-right: 0rem;
	padding-bottom: 0.5rem;
	font-size: 1.8rem;
}
.information header {
	margin-bottom: 0.5rem;
}

.information-date {
	margin-bottom: 2rem;
}





/*********************************************/
/*voice blog*/

.voice_outer {
	display: flex;
	justify-content: space-between;
}

.voice_main {
	order: 0;
	margin-right: auto;
	width: 65.8%;
	display: flex;
	flex-wrap: wrap;
}

.voice_side {
	order: 1;
	margin-left: auto;
	width: 24.4%;
}

.sidecat_outer {
	border: 1px solid #0A4174;
}

.sidecat_outer h2 {
	background-color: #0A4174;
	color: #fff;
	font-size: 1.5rem;
	font-weight: bold;
	padding: 1.2rem;
	text-align: center;
}

.sidecat_outer ul {
}
.sidecat_outer li {
	padding: 1.2rem;
}
.sidecat_outer li:not(:first-child) {
	border-top: 1px dotted #0A4174;
}
.sidecat_outer li a {
	width: 100%;
	display: block;
	text-decoration: none;
	position: relative;
}
.sidecat_outer li a:after {
	content: "\f054";
	position: absolute;
	right: 0;
	top: 0rem;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}


/*voicebox*/
.voicebox {
	width: 48%;
	margin-bottom: 3rem;
	display: flex;
    flex-direction: column;
}

.voicebox:nth-child(even){
	margin-left:auto;
}

.voicepht {
	margin-bottom: 1.2rem;
}
.voicepht img {
	width: 100%;
	height: auto;
}

.voicedate {
	display: flex;
	align-items: center;
	margin-bottom: 1.2rem;
	/*margin-top: auto;*/
}
.voicedate_cat {
	margin-right: auto;
	background-color: #0A4174;
	color: #fff;
	font-size: 1.3rem;
	padding: 0.4rem;
	text-align: center;
}
.voicedate_date {
	margin-left: auto;
}

.voicettl {
}
.voicettl a {
	text-decoration: none;
}


@media screen and (max-width : 767px) {
	.voice_outer {
		flex-direction: column;
	}
	.voice_side {
		order: 1;
		margin-left: auto;
		margin-bottom: 0rem;
		width: 100%;
	}
	.voice_main {
		order: 0;
		margin-right: auto;
		width: 100%;
	}
	.voicebox {
		width: 100%;
		margin-bottom: 5rem;
	}
}




.voice_main article {
	width: 100%;
}

.voicedate-single {
	justify-content: flex-start;
	margin-bottom: 2rem;
}
.voicedate-single .voicedate_cat {
	margin-right: 0;
}
.voicedate-single .voicedate_date {
	margin-left: 0.8rem;
}


.voice_cspht {
	margin-bottom: 2rem;
}
.voice_cstxtarea {
}
.voice_cstxtarea h2 {
	background-color: #0599D9;
	color: #fff;
	font-size: 1.8rem;
	padding: 0.8rem 1.2rem;
	margin-bottom: 1.5rem;
}

.voice_cstxtarea p img {
	width: auto;
	margin-left: auto;
    margin-right: auto;
    display: block;
	max-width: 100%;
}

@media screen and (max-width : 767px) {
	.voice_cstxtarea p img {
		width: 100%;
		height: auto;
	}
}


.voice_cstxtarea h2:not(:first-child) {
	margin-top: 4rem;
}


/**/
.em {
	color: #0A4174;
	font-weight: bold;
}

.entry-content h5 {
	font-size: 1.3rem;
}
.entry-content h6 {
	font-size: 1.1rem;
}


.blueuline {
	text-decoration: underline;
	color: #0A4174;
}



/*********************************************************************/
.tax_bloc:not(:first-child) {
	margin-top: 3.2rem;
}

.mttl {
	color: #0A4174;
	/*font-size: 1.9rem !important;*/
	font-size: 2.2rem !important;
	border-bottom: solid 1px #0A4174;
	margin-bottom: 1.0rem !important;
	padding-bottom: 0.8rem !important;
}

.mbtm_2 {
	margin-bottom: 2rem !important;
}
.mbtm_2 strong {
	font-weight: normal !important;
	color: #0A4174;
	text-decoration-line: underline;
}

.mbtm_5 {
	margin-bottom: 5rem !important;
}


.acc_box:not(:first-child) {
	margin-top: 7rem;
}
.acc_box p.txt_lead {
	margin-bottom: 2rem !important;
}

.acc_box:not(:last-child) {
	margin-bottom: 5rem;
}


.acc_casebox:not(:first-child) {
	margin-top: 9rem;
}

.acc_image {
}
.acc_image p {
	text-align: center;
	margin-bottom: 0.8rem;
}
.acc_image img {
	width: auto;
}

.cost_cut {
	text-align: center;
    font-weight: bold;
    color: #0A4174;
    /* font-size: 2.2rem; */
    font-size: 2.1rem;
	border: 1px solid #0A4174;
    border-radius: 4px;
    padding: 20px;
	margin-top: 5.0rem;
    margin-bottom: 5.0rem;
}

.cost_cut strong {
	font-size: 2.8rem;
    background: linear-gradient(transparent 70%, #FFEC8E 0%);
}


@media screen and (min-width : 768px) {
	.pc_br {
		display: block !important;
	}
}

@media screen and (max-width : 767px) {
	.acc_image img {
		width: 100%;
	}
}


#accounting #ttl {
    background: url("img/accounting_bg_mainttl.jpg") no-repeat center center;
    background-size: cover;
}

#tax-returns01 #ttl,#tax-returns02 #ttl {
    background: url("img/tax_bg_mainttl.jpg") no-repeat center center;
    background-size: cover;
}

#tax-returns01 #ttl h2,
#tax-returns02 #ttl h2 {
    top: 43%;
}



#tax-returns01 .tokuten {
  display: flex;
  flex-wrap: wrap;
  padding-top: 2rem;
}

#tax-returns01 .tokuten dl {
  width: 48%;
  margin: 0 2% 2rem 0;
  border: 2px solid #0A4174;
  border-radius: 8px;
  color: #0A4174;
  position: relative;
  font-weight: bold;
  background: #E5F7FF;
}

#tax-returns01 .tokuten dl:nth-child(even){
	margin-left: auto;
	margin-right: 0;
}

#tax-returns01 .tokuten dl dt {
  font-size: 1.4rem;
  background: #0A4174;
  color: #fff;
  padding: 3px 20px;
  position: relative;
  border-radius: 5px 5px 0 0;
  text-align: center;
}

#tax-returns01 .tokuten dl dd {
  font-size: 1.6rem; 
  padding: 15px 10px;
  min-height: 86px;
  align-items: center;
  display: flex;
}



.tax_bloc {
	margin-bottom: 8.2rem;
}
.tax-case {	
}


.tax-case p.txt-ttl {
	font-weight: bold;
	margin-bottom: 1.6rem;
	padding-top: 1.6rem;
	font-size: 1.8rem;
}
.tax-case img {
	width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.tax_difference {
	color: #0A4174;
	background-color: #FFEC8E;
	border-radius: 10px;
	margin-top: 2.4rem;
	padding: 2rem 2rem;
	text-align: center;
	font-size: 2.8rem;
	font-weight: bold;
}
.tax_difference strong {
	font-size: 4.1rem;
}


.tax_report {
    text-align: center;
    font-weight: bold;
    color: #0A4174;
    /* font-size: 2.2rem; */
    font-size: 2.5rem;
	border: 2px solid #0A4174;
    border-radius: 4px;
    padding: 20px;
}
.tax_report span {
    /* font-size: 2.6rem; */
    font-size: 2.8rem;
    background: linear-gradient(transparent 70%, #FFEC8E 0%);
}

@media screen and (max-width : 767px) {
	.tax_report {
		font-size: 1.6rem;
	}
	#tax-returns01 .tokuten dl dd {
	  min-height: 170px;
	}
}


.tax01_2 {
	margin-bottom: 8.0rem;
}


#tax-returns01 .case .reward span {
    font-size: 2.8rem;
    display: block;
}


.lead-accounting {
	font-size: 2.2rem !important;
}


.tax_changelist {
	list-style: none;
}
.tax_changelist li {
	margin-top: 0.4rem;
}

.tax_changelist li:before {
	content: "■";
	margin-right: 0.4rem;
	color: #0A4174;
}


#devtop #ttl,
#devtop .pankuzu  {
	display: none !important;
}