@charset "UTF-8";

/*
Theme Name: JAMTPL 2019
Theme URI: http://jam.codes
Version: 1.05
Author: JAM Community Design
Description: オフィシャルWEBサイトテンプレート
*/




/* ==================== タグの初期設定 ==================== */

body {
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

body,html{
height:100%;
}
body {
color: #333;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: bold;
}
h1 {
font-weight: normal;
font-size: small;
}
h2,
h3,
h4,
h5,
h6 {
font-size: medium;
}
p,
td,
th,
li,
dt,
dd,
input,
textarea,
.entryBody,
.entryMore {
font-size: 14px;
}
.clear {
clear: both;
}
br.clear {
letter-spacing: 0;
line-height: 1;
}
.center {
text-align: center;
}

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

.caution{
	color:#ff0000;
}

BR.clear {
clear: both;
}
.center {
text-align: center;
}

a img:hover {
    transition: 0.3s linear;
    opacity: 0.7;
}

.aligncenter {
display: block;
margin: 5px auto;
}

/*forsp*/

.pcNone {
  display: none;
}
.ac_Menu {
  display: none;
}

#sp_gnavi{
  display: none;
}

.mincho{
    font-family: "游明朝", YuMincho, 'HG正楷書体-PRO',"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.imgScale{
	overflow: hidden;
	width: 100%;
}

.imgScale img {
	display: block;
	transition-duration: 0.3s;
}
.imgScale img:hover {
	transform: scale(1.1);
	transition-duration: 0.3s;
}

p.btn{
background:#f6ca06;
width:230px;
box-sizing:border-box;
border-radius:5px;
font-size:15px;
}

p.btn a:after{
  content: '\f105';
  font-family: fontAwesome;
	float:right;
}

p.btn a{
display:block;
padding:5px 30px ;
color:#fff;
}

.navigation{
	font-size:12px;
}

.navigation a{
color:#ddd;	
}


.alignleft{
	float:left;
	width:50%;
}

.alignright{
	float:right;
	width:50%;
	text-align:right;
}

.pagetop {
	z-index:9999;
    cursor: pointer;
    position: fixed;
    right: 80px;
    bottom: 60px;
}

/* ==================== クリアフィックス ==================== */
.clearfix:after {
content: ".";
display: block;
clear: both;
line-height: 0;
font-size: 0;
height: 0;
visibility: hidden;
}
.clearfix {
display: inline-block;
}
/* Mac版IEを除外 \*/
.clearfix {
display: block;
}
/* */



/* ==================== サイト全体 レイアウト ==================== */
/* ========== 全体枠 ========== */
#container_top {
}

#container {
}

/* ========== ヘッダー ========== */
#header {
padding:10px 0;
width:100%;
z-index:9999;
position:absolute;
background:#fff;	
}

.topPage #header {
	display:none;
}

#header.fixed{
display:block;
position:fixed;
top:0;
background:#fff;
}

#headerTitle {
max-width:1140px;
margin: 0 auto;
	padding:0 20px;
}
#headerAreaLogo {
float: left;
margin-top:5px;
width: 27%;
}

#headerAreaLogo img{
max-height:60px;
}

#headerAreaLogo img:hover {
}

#headerAreaSub {
float: right;
text-align: right;
}

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

#headerAreaSub ul li{
display:inline-block;
}



.topPage #mainBg{
	padding: 0 ;
}

#mainBg {
margin: 0 auto;
padding: 85px 0 0;
}



@media screen and (min-width: 992px) {
.navbar-toggle {
    display: none;
}
}

/* ========== キャッチ画像 ========== */

.topmainMenu{
	display:none;
}

.topPage .topmainMenu{
	display:block;
}


#catchArea_wrapper {
width:1200px;
height:520px;
margin:0 auto;
position:relative;
}

#catchArea {
width:640px;
height:520px;
float:right;
background: url("./cmn/images/mainimage.jpg") top center no-repeat;
}

#catchArea_inner {

width:100%;

}

#catchArea_read{
width:560px;
text-align:center;
float:left;
padding-top:100px;
}


p#icon_tel{
	font-size:36px;
background: url("./cmn/images/icon_tel.png") center left no-repeat;
	font-weight:700;
	margin:0 auto;
margin: 50px auto 20px;
    width: 330px;
    padding-left: 35px;
    box-sizing: border-box;
}
	

p#icon_mail{
    border-radius: 30px;
    font-size: 18px;
    background: url(./cmn/images/icon_mail.png) 40px center no-repeat #f6ca06;
    width: 330px;
    padding: 15px 0 15px 25px;
    margin: 0 auto;
    box-sizing: border-box;
}

p#icon_mail a{
color:#fff;	
}


#catch{
height:450px;
background-attachment: fixed;
background-position:center center;
background-size: 100%;
width: 100%;
}

#catch h2{
text-align:center;
font-size:72px;
font-weight:700;
color:#000;
padding-top:135px;
letter-spacing:1px;
position: relative;
}



#main {
width: 1040px;
margin: 0 auto;
}
#mainInner {
padding: 15px 0;
}

/* ========== メインメニュー ========== */
#mainMenu {
margin: 0 auto;
height:64px;
}
#mainMenu ul {
margin: 0 auto;
padding: 0;
float:right;
}

#mainMenu.topmainMenu ul {
float:none;
text-align:center;
}

#mainMenu.topmainMenu ul li{
font-size:18px;	
margin:0 10px ;
}




div#mainMenu ul,
div#mainMenu ul li,
div#mainMenu ul li a {
line-height:64px;
color:#111;
font-weight:500;
}
div#mainMenu ul li {
display:inline-block;
margin:0 0 0 10px ;
list-style-type: none;
}
div#mainMenu ul li:first-child {
margin: 0;
}

div#mainMenu ul li a{
position: relative;
	display:inline-block;
}

div#mainMenu ul li a:before {
	position:absolute;
	content:'';
	left:0;
	bottom:0;
	width:0;
	height:4px;
	background-color:#3eba2b;
	-webkit-transition:all .3s ease-out;
	-moz-transition:all .3s ease-out;
	-o-transition:all .3s ease-out;
	transition:all .3s ease-out;
}

div#mainMenu ul li:hover a:before {
width:100%;
}

div#mainMenu ul li a:hover {
text-decoration:none;
color:#222;
}


div#mainMenu div.sub_menu{
background: rgba(62,186,43,1);
position:absolute;
z-index:9999;
left:0px;
width:100%;
padding:5px 0;
}


div#mainMenu ul li ul {
text-align:center;
}

div#mainMenu ul li ul li{
display:inline-block;
font-weight:200;
}

div#mainMenu ul li ul li a{
font-weight:200;
color:#fff;
}

div#mainMenu ul li ul li a:hover{
font-weight:500;
color:#fff;
}

div#mainMenu ul li i{
margin-right:8px;
}

div#mainMenu ul li ul {
float:none;
}

div#mainMenu ul li div a{
color:#000;
}

div#mainMenu ul li li a:before {
display:none;
}

@keyframes show{
    from{
        opacity: 0;
    }
    to{
        opacity: 1;
    }
}

.sub_menu{
    display: none;
}

.sub_menu.show{
    display: block;
    animation: show 0.5s linear 0s;
}


/* ========== 2カラム 設定 ========== */
#secondArea {
}
#contents {
}

/* ==================== コンテンツ ==================== */
#contents {
}


/* ---------- コモン ---------- */
#contents h1,
#contents h2,
#contents h3,
#contents h4,
#contents h5,
#contents h6 {
clear: both;
margin-bottom: 10px;
}
#contents h2,
#contents h3,
#contents h4,
#contents H5,
#contents H6,
#contents p,
#contents td,
#contents th,
#contents li,
#contents dt,
#contents dd,
#contents .entryBody,
#contents .entryMore {
line-height: 1.5;
}
#contents p,
#contents ul,
#contents ol,
#contents dl,
#contents table {
margin-bottom: 15px;
font-size:14px;
}
#contents tr{
border-bottom: 1px solid #dddddd;
}

#contents tr:nth-child(even) {
    background: #fafafa;
}

#contents td{
padding: 15px 10px;
}
#contents th{
font-weight:bold;
padding: 10px;
background: #dcf3d9;
text-align:center;
}
#contents thead th,
#contents tfoot th{
color: #fff;
background-color:#3eba2b;
}




/* ---------- 見出し ---------- */

#contents .mainTitle h2 {
text-align:center;
font-size:26px;
position: relative;
margin:50px 0;
font-weight:700;
}

#contents .mainTitle h2 span{
display:block;
font-size:12px;
margin-top:5px;
}

#contents .mainTitle h3 {
font-size:22px;
font-weight:700;
}

#contents .mainTitle h3:after {
content: "";
    width: 80px;
    height: 2px;
    background: #b5b5b5;
    display: block;
    margin: 10px 0 30px;
}


#contents h3 {
font-weight:700;
font-size:17px;
}



/* ---------- ボディー ---------- */
#contents .mainContents {
padding: 10px 0;
}
#contents .entryBody,
#contents .entryMore {
}
#contents .entryBody a:hover img,
#contents .entryMore a:hover img {
opacity: 0.8;
filter: alpha(opacity=80);
}

/* ---------- ページ送り ---------- */
#contents .contentNavi {
text-align: center;
padding-bottom: 8px;
width: 100%;
margin: 0 0 8px;
background: url("./cmn/images/hr_bg.gif") left bottom repeat-x;
}
#contents .contentNavi a,
#contents .contentNavi strong,
#contents .contentNavi span.current_page{
display: inline-block;
text-decoration: underline;
text-align: center;
line-height: 1;
font-size: 130%;
margin: 0 5px 0 0;
padding: 5px 8px;
border: 2px solid #efefef;
/* color */
color: #1C55FF;
border-color: #efefef;
background-color: #f5f5f5;
}
#contents .contentNavi strong,
#contents .contentNavi a:hover {
text-decoration: none;
color: #101113;
border-color: #dddddd;
background-color: #ffffff;
}

#contents .contentNavi span.current_page{
text-decoration: none;
color: #101113;
border-color: #dddddd;
background-color: #ffffff;
}



/* ---------- 基本クラス ---------- */
.pankuzu {
background:#f3f3f3;
padding:5px;
color:#333;
}

.pankuzu p{
	width:1200px;
	margin:0 auto;
	text-align:right;
	font-size:11px;
}

.pankuzu a{
color:#333;
}



/* ==================== ブログセカンドエリア ==================== */
#secondArea {
width: 300;
float:right;
}

#contents.has_secondArea{
	width:850px;
	float:left;
}

#secondArea .widget{
	border:solid 3px #f3f3f3;
	padding: 15px;
	box-sizing:border-box;
	margin-bottom:50px;
}

#secondArea .widget h3 { margin-bottom: 20px;}

#secondArea .post-list-wrapper li { 
display: inline-block;
border-bottom: 1px solid rgb(235, 235, 235);
width: 100%;
margin-top: 12px;
padding-bottom:12px;}
.small_featured_image { float: left;
width: 70px;
height: 60px;
background-size: cover;
margin-right: 15px;}
.list_metas { font-size: 11px;
margin-top: -5px;}

#secondArea .list_metas span {margin-right:15px;}
#secondArea .list_metas i {margin-right:5px;}
#secondArea .small_title {font-size: 14px;
font-weight: bold;
color: rgb(134, 134, 134);
line-height: 18px;
}

#contents.has_secondArea .mainTitle h2{
text-align:left;
}

#contents.has_secondArea .mainTitle h2:before{
margin:30px 0 15px;	
}

.post-meta{
	border-bottom:solid 1px #eee;
	padding-bottom:15px;
}

.post-meta .post-date i{
	margin-right:10px;
}

.post-meta .category{
	margin-left:15px;
	background:#f6ca06;
	border-radius :3px;
	padding:3px 30px;
}

.post-meta .category a{
color:#fff;	
}



/* ========== フッター ========== */
DIV#footer {
	margin-top:50px;
background:  #3eba2b;
clear: both;
}
DIV#footer a {
	color:#fff;
}

DIV#footerInner {
width: 1200px;
margin: 0 auto;
}

/* ---------- フッターロゴ ---------- */
#footerAreaLogo {
margin:30px 0;
float:left;
}

/* ---------- フッターメニュー ---------- */
DIV#footer P#footerMenu {
margin: 0;
padding: 30px 0 0;
}
DIV#footer DIV#footerMenu {
float:right;
width:900px;
margin-top:45px;
}
DIV#footer DIV#footerMenu ul {
width:300px;
float:left;
list-style:none;
padding:0;
margin:0 0 30px 0;
line-height:2.5;
}
DIV#footer DIV#footerMenu ul:nth-child(1) {
    width: 200px;
}
DIV#footer DIV#footerMenu ul:nth-child(2) {
    width: 240px;
}
DIV#footer DIV#footerMenu ul:nth-child(3) {
	width: 260px;
}
DIV#footer DIV#footerMenu ul:nth-child(4) {
	width: 200px;
}
DIV#footer DIV#footerMenu ul h3{
font-size:14px;
color:#fff;
}

DIV#footer DIV#footerMenu ul h3:before{
  content: '\f138';
  font-family: fontAwesome;
padding-right:10px;
color:#fff;
}

DIV#footer DIV#footerMenu ul li {
	position: relative;
	font-size: 13px;
	margin-left: 8px;
}

DIV#footer DIV#footerMenu ul li:before{
  content: '\f105';
  font-family: fontAwesome;
padding-right:10px;
color:#fff;
}


DIV#footer DIV#footerMenu ul li a {
padding:0;
}

/* ---------- フッター copyright エリア ---------- */
DIV#footer DIV#footerCopyrightArea {
padding: 30px 0;
clear:both;
}

/* ---------- フッター copyright 付メニュー ---------- */
DIV#footer P#footerFree {
margin-bottom: 10px;
}

/* ---------- copyright ---------- */
DIV#footer P#copyright {
text-align:center;
font-size:11px;
	color:#fff;
}

ul#footer_sns{
margin:0 0 30px 0;
padding:0;
list-style:none;
}

ul#footer_sns li{
font-size:24px;
display:inline-block;
margin-right:10px;
}

ul#footer_sns li:last-child{
margin-right:0;
}



/* ==================== トップページ ==================== */

.mainBlock{
}

/* ==================== セミナー ==================== */

#seminar{background:#eeeeee;}

#seminar .viewport{
	width: 850px;
    margin: 20px auto;
    padding: 80px 0 60px;
	position:relative;
}

#seminar h2{float:left;margin:0;font-size:22px;text-align:center;font-weight:700;}

#seminar h2 img{display:block;margin:0 auto 15px;}


#seminar ul{margin:0;padding:0;list-style:none;float:right;width:600px;}

#seminar ul li{font-size:15px;line-height:2.4;}

#seminar ul li span.cate{
	margin:0 30px;
	color:#fff;
	background:#333;
	padding:3px 15px;
	border-radius:5px;
}

#seminar ul li span.cat_news{
	background:#f6ca06;
}
#seminar ul li span.cat_seminar{
	background:#3eba2b;
}

#seminar p.btn{
background:#a0a0a0;
float:right;
	margin-top:15px;
}

#seminar p.btn a:after{
	margin-top:3px;
}

/* ==================== 相続税対策をお考えの方へ ==================== */

#topcontent .viewport{
	width:1200px;
	margin:0 auto;
}

#forvisitor{
background: #f2f1e9;
    padding: 50px 250px 25px 480px;
    position: relative;
    margin: 100px 0 100px auto;
    width: 1100px;
    box-sizing: border-box;
}

#forvisitor p{
line-height:2.1;	
	font-weight:700;
}

#forvisitor p#forvisitor_image{
	position:absolute;
	z-index:999;
	top:-50px;
	left:-100px;
}

#introduce{
background: #f2f1e9;
    padding: 50px 500px 25px 230px;
    position: relative;
    margin: 100px auto 100px 0;
    width: 1100px;
    box-sizing: border-box;
}

#introduce p{
line-height:2.1;
	font-weight:700;
}

#introduce p#introduce_image{
	position:absolute;
	z-index:999;
	top:-50px;
	right:-100px;
}

/* ==================== 相続税について ==================== */

#inheritance{
background: url("./cmn/images/inheritance_bg.gif") center bottom no-repeat #ecfaea;
	padding:5px 0;
	box-sizing:border-box;
	height:550px;
}

#inheritance .viewport{
width:880px;
margin:0 auto;
position:relative;
}

#inheritance h2{
color:#3eba2b;
}

#inheritance h2 span{
color:#333;	
}

#inheritance01{
	position:absolute;
    top: 35px;
    left: 0;
}

#inheritance02{
	position:absolute;
    top: 145px;
    left: 300px;
}


#inheritance03{
	position:absolute;
top: 150px;
    right: 50px;
}


/* ==================== サービスの特徴 ==================== */
	
#point{
	margin:50px auto;
	width:1200px;
}


#point ul{
margin:0 auto;
padding:0;
list-style:none;
  display: flex;
flex-wrap: wrap;
}

#point ul li{
    width: 25%;
    margin: 0 0 50px;
    box-sizing: border-box;
    padding: 0 0 15px;
	border: solid 1px #efefef;
}

#point ul li h3{
color:#3eba2b;
text-align:center;
position:relative;
font-size:21px;
}


#point ul li h3:after {
content: "";
    width: 40px;
    height: 1px;
    background: #3eba2b;
    display: block;
    margin: 10px auto 30px;
}

#point ul li h3.yellow{
	color:#f6ca06;
}

#point ul li h3.yellow:after {
	    background: #f6ca06;
}

#point ul li div.imgScale{
margin-bottom:15px;
background:#000;
 transition: all .5s ease;
 -webkit-transition: all .5s ease 0s;
 -moz-transition: all .5s ease 0s;
 -ms-transition: all .5s ease 0s;
 -o-transition: all .5s ease 0s;
}

#point ul li:hover div.imgScale{
	background:#333;
}

#point ul li img{
	width:100%;
}

#point ul li p{
	margin:15px;
}

/* ==================== お役立ちコラム ==================== */
#news{
margin:0 auto;
padding:5px 0 50px;
background:#f2f1e9;
}

#news .viewport{
width:1030px;
margin: 0 auto;
}

.date {
list-style:none;
margin:0;
padding:0;
text-align:center;
}


.date li {
width:320px;
display:inline-block;
margin:10px;
background:#fff;
vertical-align:top;
text-align:left;
padding-bottom:30px;
border-bottom:solid 3px #f6ca06;
}

.date li a{
	display:block;
}

.date li img{
}

.date li span.dateTime{
display:block;
color:#333;
margin:15px;
font-size:12px;
position:relative;
font-weight:600;
}

.date li span.dateTime:after{
	content:"";
    width: 50px;
    height: 1px;
    background: #333;
    display: block;
    margin: 5px 0 15px;
}


.date li span.news_title{
display:block;
margin:0 15px;
}

#news p.btn{
	float:right;
	margin-right:10px;	
}


/* ==================== 問い合わせボックス ==================== */


#contents #contact .mainTitle h2{
	margin-bottom:15px;
}

#contact ul{
margin:0;
	padding:0;
	list-style:none;
	text-align:center;
}

#contact ul li{
display:inline-block;
	margin:10px 15px;
}

/* ==================== contactform7 ==================== */

.widget label {
  display: block; }

.widget .wpcf7-text,
.widget .wpcf7-textarea {
  margin-bottom: 20px !important; }

.wpcf7 {
  margin: 30px auto !important;
  padding: 40px 30px !important;
  background: rgba(215, 215, 215, 0.15); }
  @media (max-width: 767px) {
    .wpcf7 {
      width: 100%; } }
  @media (min-width: 768px) {
    .wpcf7 {
      width: 80%;max-width:600px; } }

.wpcf7-form-control-wrap input[type="tel"],
.wpcf7-form-control-wrap input[type="text"],
.wpcf7-form-control-wrap input[type="email"],
.wpcf7-form-control-wrap textarea {
  box-sizing: border-box;
  width: 100%;
  border-radius: 2px;
  border: 1px solid #ccc;
  padding: 7px 10px;
  font-size: 1em;
  -webkit-appearance: none; }

.wpcf7-form p {
	margin-bottom:30px;
}

.wpcf7-form input[type="submit"] {
  border-radius: 2px;
  -webkit-transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease, opacity 0.3s ease, border 0.3s ease, padding 0.3s ease, left 0.3s ease, bottom 0.3s ease, box-shadow 0.3s ease;
  transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease, opacity 0.3s ease, border 0.3s ease, padding 0.3s ease, left 0.3s ease, bottom 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #ddd;
  padding: 7px 50px;
  font-size: 1em;
  display: block;
  margin: 0 auto;
  background: #ddd;
  cursor: pointer;
  color: #fff;
  margin-top: 0px; }

.wpcf7-form input[type="submit"]:hover {
  background: #ccc;
  border: 1px solid #ccc; }




#contents .faq_block{
	padding:15px;
	background:#fff;
	margin-bottom:20px;
}


#contents .faq_block h3 {
    cursor:pointer;
    border:solid 1px #ccc;
    padding:8px;
    font-size:16px; 
	margin-bottom:0;
}

.faq_block h3::after {
font-family: 'Font Awesome 5 Free';
    content: "\f067";
    float: right;
    color: #000;
    font-size: 18px;
    line-height: 22px;
}

.faq_block h3.active:after {
font-family: 'Font Awesome 5 Free';
    content: "\f068";
    }

.answer_area{
    display:none;
    font-size:14px;
    line-height:140%;
    margin:0;
    padding:15px 15px 0;  
	border-left:solid 1px #ccc;
	border-right:solid 1px #ccc;
	border-bottom:solid 1px #ccc;
    }

.faq_block h3.over {
background-color: #efefef;
}

/* ==================== ブログ記事デザイン ==================== */

#contents.blog blockquote {
	margin:0 0 25px 0;
    padding: 20px;
    font-size: .9em;
    background: #eee;
    border-radius: 4px; }

#contents.blog blockquote p:last-child{
margin-bottom:0;	
}

#contents.blog iframe{
}

#contents.blog h1{
	font-size:200%;
border-left:solid 3px #e01d03;
	padding-left:10px;
	margin-bottom:25px;
}

#contents.blog h2 {
font-weight:700;
border-bottom:solid 1px #ddd;
	padding-bottom:15px;
font-size:22px;
	margin:40px 0 20px;
}	
	
#contents.blog h3 {
font-weight:700;
font-size:17px;
color:#e01d03;	
}
#contents.blog h4 {
font-weight:700;
font-size:17px;
}

#contents.blog .mainContents A,
#contents.blog .mainContents A:visited,
#contents.blog .mainContents A:hover{
}



/* ==================== 以下サイト別追加CSS ==================== */

.wpco{background-color:#fcfcfc;border:1px solid #eee;padding:.93478rem .93478rem .46739rem;}.wpco-wrapper[aria-hidden=false] .wpco{visibility:visible}@media (min-width:40em){.wpco{padding:.93478rem 1.86957rem .46739rem}}.wpco__title{margin:0 0 .46739rem;font-size:16px;font-size:1rem;line-height:1.86957}.wpco .contents-outline ol{list-style:none;margin-left:0;padding-left:0;counter-reset:wpco;border-top:1px dotted #eee}.wpco .contents-outline li:not(:first-child){border-top:1px dotted #eee}.wpco .contents-outline li ol{margin-top:-1px}.wpco .contents-outline a{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;color:#333;padding:.46739rem 0;text-decoration:none}@media (min-width:64em){.wpco .contents-outline a:active,.wpco .contents-outline a:focus,.wpco .contents-outline a:hover{color:#888}}.wpco .contents-outline a:before{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;-ms-flex-item-align:start;align-self:flex-start;margin:3px 10px 0 0;display:inline-block;background-color:#e01d03;color:#fff;font-size:10px;line-height:1;padding:.25em .55em .35em;counter-increment:wpco;content:counter(wpco)}.wpco .contents-outline li li>a{padding-left:1.5em}.wpco .contents-outline li li li>a{padding-left:3em}.wpco .contents-outline li li li li>a{padding-left:4.5em}.wpco .contents-outline li li li li li>a{padding-left:6em}

.wp-oembed-blog-card{margin-bottom:15px;}

a.wp-share-button__button:hover{text-decoration:none!important;}

#contents.blog h2.wpco__title{
font-weight: 500;
border:none;
padding-bottom: 0;
font-size: 18px;
margin:0 0 15px 0;
}

table.tw1000{
width:1000px;
	box-sizing:border-box;
border:solid 5px #eee;
margin: 50px auto;
}


.viwport{
    margin-top: -120px;
    padding-top: 120px;
}

.wd1200{
width:1200px;
margin:0 auto;
}




/*追加のタブ用*/
.tab_area{
	overflow:hidden;
	display:table;
	margin:0;
	}

#contents ul.tab_area {
    width: 100%;
    padding: 0;
    border-bottom: 2px solid #3eba2b;
    display: flex;
    flex-wrap: wrap;
}
#contents .sec .tab_area li {
    width: 50%;
    text-align: center;
    border-right: 1px solid #3eba2b;
    border-bottom: 1px solid #3eba2b;
    cursor: pointer;
    vertical-align: middle;
    display: inline-block;
    color: #333333;
    background-color: #ffffff;
    padding: 10px;
	box-sizing:border-box;
}
#contents .tab_area li:nth-child(2n) {
    border-right: 0;
}	
.all_area { 
	background:#efefef; 
	padding:10px; 
	overflow: hidden;
	}
.all_area div.content_area{
	/*Tabの内容を表示するエリアの装飾*/
	background:#ffffff; 
	padding:10px 10px 10px 2px;  
	border-top: 1px dotted #bbbbbb;
	}

#contents .tab_area li.select{
	/*アクティブタブの装飾*/
	color: #ffffff;
    background:#3eba2b;
	}
.wpcf7 {
    margin: 30px auto !important;
    padding: 40px 30px !important;
    background: #fff;
}
	
.hide{display:none;}

/*下層共通*/
#contents a {
    text-decoration: underline;
    font-weight: bold;
}
#contents h3.title01 {
    position: relative;
    margin-bottom: 40px;
    font-size: 20px;
}
h3.title01:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #999;
    left: 0;
    bottom: -7px;
}
h3.title01:after {
    content: "";
    position: absolute;
    width: 110px;
    height: 2px;
    background: #3eba2b;
    left: 0;
    bottom: -7px;
}
.dinb {
    letter-spacing: -4em;
    display: flex;
    flex-wrap: wrap;
}
.dinb_inner {
    letter-spacing: 0;
    display: inline-block;
    vertical-align: middle;
}
.dinb_inner img {
    max-width: 100%;
}
.sec {
		margin: 30px auto 80px;
}
div#subcatch {
    background: url(/wp-content/themes/JAMTPL/cmn/images/column_bg.gif);
}
#subcatch img {
    width: 100%;
    max-width: 1200px;
    display: block;
    margin: auto;
    padding: 15px 0;
}
.textbox {
    width: 98%;
    box-shadow: 0px 0px 0px 5px #f2f1e9;
    margin: 20px auto 40px;
    border: 2px solid #fff;
    background: #f2f1e9;
    padding: 20px;
    box-sizing: border-box;
}

/*運営者情報*/
.dinb.about_us .dinb_inner {
    width: 32.3333%;
    margin-right: 1.5%;
}
.dinb.about_us .dinb_inner:nth-child(3n) {
    margin-right: 0;
}

/*about*/
.dinb_inner.aboutimg {
    width: 26%;
    margin-right: 4%;
}
.dinb_inner.abouttext {
    width: 70%;
}
#contents h4.title02:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f138";
    position: absolute;
    font-size: 1em;
    left: 0;
    top: 0px;
    color: #3eba2b;
}
#contents h4.title02 {
    font-size: 20px;
    margin-bottom: 15px;
    color: #3eba2b;
    font-weight: 700;
    position: relative;
    padding-left: 1.5em;
}
span.s_cap {
    font-size: 12px;
}
.dinb_inner.w_50 {
    width: 48%;
    margin-right: 4%;
    vertical-align: top;
}
.dinb_inner.w_50:nth-child(2n) {
    margin: 0;
}
.dinb_inner.w_50 table {
    width: 100%;
}
.w_100 {
    width: 100%;
}
section {
    margin: 60px auto;
}
#contents .sec li, #contents .sec p {
    font-size: 16px;
    padding: 0;
}

/*相続税・贈与税の改正内容とは*/
#contents h4.title03 {
    font-size: 20px;
    margin-bottom: 15px;
    color: #3eba2b;
    font-weight: 700;
    position: relative;
}

/*流れ*/
.flow_support_inner01 {
    background: #3eba2b;
}
.flow_support_inner01 {
    margin: auto;
    margin-top: 60px;
		margin-bottom: 110px;
    padding: 30px 90px;
    text-align: center;
    width: 100%;
    max-width: 760px;
    position: relative;
    color: #fff;
    text-shadow: 0px 0px 1px #ccc;
    font-size: 18px;
	counter-increment: section;
}
.flow_support_inner01:before {
    content: counter(section);
    line-height: 50px;
    font-size: 26px;
    color: #3eba2b;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: -30px;
    margin: auto;
    border: 5px solid;
}
#contents .flow_support_inner01 ul, 
#contents .flow_support_inner01 p {
    text-align: left;
	color: #3eba2b;
}
#contents .flow_support_inner01 .listbox {
    padding:20px 20px 10px;
	background:#fff;
}
.flow_support_inner01:after {
    width: 0;
    height: 0;
    border-style: solid;
		border-width: 40px 70px 0 70px;
    border-color: #3eba2b transparent transparent transparent;
    content: "";
    position: absolute;
    bottom: -40px;
    left: 0;
    right: 0;
    margin: auto;
}
.flow_support_inner01:last-child:before {
content: none;
}
.flow_support_inner01:last-child:after {
    border: 0;
}
.textbox2 {
    width: 100%;
    max-width: 940px;
    margin: auto;
    border: 10px solid #3eba2b;
    padding: 35px 20px 20px;
    box-sizing: border-box;
}

/*相続税とはどんな税か*/
.imgbox {
    text-align: center;
    padding: 2%;
    border: 1px solid #dcf3d9;
    margin-bottom: 30px;
}
.dinb_inner.what_image {
    width: 48%;
    text-align: center;
    margin: 1%;
}
.dinb_inner.what_image .dinb_inner.what_image {
    margin: 0;
}
#contents td img {
    max-width: 100%;
}
.what_table tr {
    background: #fff !important;
}

/*投稿*/

/*ブログ*/
#main.blog {
    width: 1200px;
}

/*トップ相続対策をお考えの方へ追加部分*/
.textbox p.btn {
    width: 100%;
    max-width: 500px;
    margin: auto;
}
.textbox a {
    text-decoration: underline;
}
.textbox p.btn a {
    text-decoration: unset;
    font-weight: bold;
    padding: 10px 20px;
}

/*追加20190912*/
.dinb.contListwrap {
    text-align: center;
    background: rgba(246, 202, 6, 0.2);
}
.contListinner1,
.contListinner2{
    width: 46%;
    vertical-align: top;
    border: 1px solid;
    margin: 4% 2%;
    box-sizing: border-box;
}
.contListwrap ul {
    text-align: left;
    list-style: none;
	letter-spacing:-8px;
}
.contListwrap ul li {
    position: relative;
    padding-bottom: 5px;
    display: inline-block;
    padding: 5px;
    margin: 0 10px 10px 0;
	letter-spacing:0;
}
#contents .contListinner1 a, #contents .contListinner2 a {
    font-size: 18px;
    border: 1px solid;
    border-radius: 10px;
    text-decoration: none;
    padding: 5px;
}

.contListinner1,
#contents .contListinner1 a{
    color: #3eba2b;
	background:#fff;
}
.contListinner2,
#contents .contListinner2 a{
    color: #f6ca06;
	background:#fff;
}
#contents .contListinner1 h3 {
    color: #fff;
	background: #3eba2b;
	padding:5px;
    font-size: 20px;
    margin-bottom: 20px;
}
 
#contents .contListinner2 h3 {
    color: #fff;
	background: #f6ca06;
	padding:5px;
    font-size: 20px;
    margin-bottom: 20px;
}

#contents .contListinner2 a:hover {
    background: #f6ca06;
    color: #fff;
}
#contents .contListinner1 a:hover {
    background: #3eba2b;
    color: #fff;
}

/*料金表*/
.dinb.priceWrap {
    margin: 10px auto 60px;
}
.dinb.priceWrap .dinb_inner {
    width: 32.3333%;
    text-align: center;
    margin-right: 1.5%;
}
.dinb.priceWrap .dinb_inner:last-child {
    margin-right: 0;
}
.dinb.priceWrap .dinb_inner a {
width: 100%;
display: block;
padding: 10px 0;
border: 1px solid #3eba2b;
color: #3eba2b;
text-decoration: none !important;
box-sizing:border-box;
}
.dinb.priceWrap .dinb_inner a:hover {
background: #3eba2b;
color: #fff;
transition: .2s;
}

/*料金追加*/

.dinb.jireiWrap {
    margin: 30px auto;
    border-top: 1px dashed #dcf3d9;
    border-bottom: 1px dashed #dcf3d9;
}
.dinb.jireiWrap .dinb_inner {
    width: 24%;
    margin: 3% .5%;
}
#contents h4.title04 {
    background: #3eba2b;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
}
#contents .dinb.jireiWrap .dinb_inner th, #contents .dinb.jireiWrap .dinb_inner td {
    font-size: 12px;
    text-align: left;
    padding: 7px;
    box-sizing: border-box;
}
#contents .dinb.jireiWrap .dinb_inner tr {
    background: #fff;
    border-bottom: 2px solid #fff;
}
#contents .dinb.jireiWrap .dinb_inner th {
    background: #3eba2b;
    color: #fff;
}
#contents .dinb.jireiWrap .dinb_inner td {
    background: #dcf3d9;
}
#contents .dinb.jireiWrap .dinb_inner table {
    table-layout: fixed;
    width: 100%;
}
#contents h5.title05 {
    background: #fdf4cd;
    border-bottom: 2px solid #f6ca06;
    padding: 5px;
	margin-bottom:0;
}
#contents h5.title06 {
    background: #dcf3d9;
    border-bottom: 2px solid #3eba2b;
    padding: 5px;
	margin-bottom:0;
}
#contents .dinb.jireiWrap .dinb_inner ul {
    padding: 10px 5px;
    margin-left: 0;
    list-style: none;
    background: hsl(114, 50%, 96%);
    border-bottom: 2px solid #dcf3d9;
}
#contents .dinb.jireiWrap .dinb_inner ul li {
    padding-left: 0em;
    margin-left: 2em;
    list-style: disc;
    font-size: 14px;
}
span.small {
    font-size: 80%;
}
#contents h5.title07 {
    border-bottom: 2px solid red;
    font-weight: bold;
    color: red;
}
#contents p.goukei {
    text-align: right;
    color: red;
    border-bottom: 1px solid;
    margin-bottom: 5px;
}

/*追加*/
.chartBox_inner {
    background: #3eba2b;
    margin: 60px auto;
    position: relative;
}
.chartBox_inner:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 70px 0 70px;
    border-color: #3eba2b transparent transparent transparent;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -40px;
}
.chartBox_inner:last-child:after {
    content: none;
}
.dinb.price1Wrap .dinb_inner {
    width: 50%;
    text-align: center;
}
.textBox00 {
    width: 90%;
    background: #fff;
    margin: 20px auto 60px;
    padding: 10px;
    position: relative;
    text-align: center;
}
.textBox00:last-child {
    margin: 20px auto;
}
.textBox00:after {
    position: absolute;
    content: "";
	width: 0;
height: 0;
border-style: solid;
border-width: 35px 35px 0 35px;
border-color: #ffffff transparent transparent transparent;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -50px;
}
.textBox00:last-child:after {
    content: none;
}
.dinb.price1Wrap2 .dinb_inner {
    width: 31.3333%;
    margin: 2% 1%;
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
}
.dinb.price1Wrap3 {
    margin: 35px auto;
}
.dinb.price1Wrap3 .dinb_inner {
    width: 14.6666%;
    background: #fff;
    margin: 1%;
    text-align: center;
	position:relative;
}
.dinb.price1Wrap3 .dinb_inner:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 35px 35px 0 35px;
    border-color: #ffffff transparent transparent transparent;
    left: 0;
    right: 0;
    margin: auto;
    top: -50px;
}
.dinb.price1Wrap3 .dinb_inner:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 35px 35px 0 35px;
    border-color: #ffffff transparent transparent transparent;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -50px;
}
.dinb.price1Wrap4 {
	margin: 45px auto;
}
.dinb.price1Wrap4 .dinb_inner {
	width: 14.6666%;
    text-align: center;
    background: #fff;
    margin: 1%;
}
.dinb.price1Wrap4 .dinb_inner:nth-child(3) {
	width: 64.6666%;
    text-align: center;
    background: #fff;
    margin: 1%;
}
#contents .chartBox p {
    margin-bottom: 0;
}
.chartBox {
    width: 100%;
}
.chartBox_inner {
    min-width: 600px;
	height:auto;
}

#contents .chartBox a {
    color: red;
}
a.small {
    font-size: 80%;
}
.dinb.price1Wrap3 .dinb_inner, .dinb.price1Wrap4 .dinb_inner {
    padding: 10px;
    box-sizing: border-box;
}
h4#option1,
h4#option2,
h4#option3 {
    margin-top: -100px;
    padding-top: 100px;
}

#contents h4#option1.title02:before,
#contents h4#option2.title02:before,
#contents h4#option3.title02:before{
    font-family: 'Font Awesome 5 Free';
    content: "\f138";
    position: absolute;
    font-size: 1em;
    left: 0;
    top: 100px;
    color: #3eba2b;
}

/*====================reCAPTCHA(v3)====================*/

.recaptcha_policy {
  padding: 0;
  margin: 0;
  text-align: center;
  font-size: 11px !important;
  color: #444 !important;
}
.recaptcha_policy a {
  font-size: 11px !important;
  color: #111 !important;
}

.grecaptcha-badge { visibility: hidden; }


/*追加*/
.btn2 {
    display: inline-block;
    letter-spacing: 0;
    width: 48%;
    margin: 1%;
    box-sizing: border-box;
}
li.btn2 a {
    border: 2px solid #3eba2b;
    border-radius: 10px;
    padding: 10px;
    background: #fff;
    text-align: center;
    display: block;
    font-weight: 800;
    color: #3eba2b;
}
li.btn2 a span {
    display: block;
    line-height: normal;
    font-weight: 400;
    font-size: 14px;
}
li.btn2 a:hover {
    background: #3eba2b;
    color: #fff !important;
    transition: .2s;
}
.textbox_wrap {
    max-width: 800px;
    margin: auto;
    width: 96%;
}