@charset "utf-8";
/* CSS Document */
/*-------------------
  共通
-------------------*/
#contract {
    font-size: 16px;
}

main * {
	box-sizing: border-box;
}

main p {
    line-height: 1.6;
}

main img {
  	max-width: 100%;
  	height: auto;
	-webkit-backface-visibility: hidden;
}

main a,
main button {
    -webkit-transition: all 0.2s ease-in-out 0.125s;
    transition: all 0.2s ease-in-out 0.125s;
}

main a.text_link {
 	color: #2684e2;
    text-decoration: underline;
}

main a:hover.text_link {
    text-decoration: none;
}

main a:hover, a:focus, button:focus {
	text-decoration: none;
	outline: 0;
}

section {
    position: relative;
    padding: 3rem 0;
}

@media (min-width:48em) { 
section {
    padding: 4rem 0;
}
}

.contents {
    width: 90%;
    max-width: 64em;
    margin: 0 auto;
}
.lp2022 .contents {
    max-width: 75em;
}
.w-860 {
    max-width: 860px;
}

.mt-2 {
    margin-top: 2rem;
}

.text-center {
    text-align: center;
}    

/* font style, color*/ 
/*@font-face {
  font-family: Meiryo;
  src: local('Meiryo'), local('メイリオ');
}*/

.italic {
    font-family: YuGothic,'Yu Gothic',YuGothic,'Yu Gothic',sans-serif;
    font-style: italic;
	font-weight: bold;
}

.font-bold {
    font-weight: bold;
 }
    
.text-underline {
    text-decoration: underline;
 }

.color-primary {
    color: #944c82;    
 }
    
.color-accent {
    color: #ff7800;    
 }
     
.color-red {
    color: #ff0000;    
 }

.bgcolor-secondary {
    background-color: /*#fdf7f9 #f4ecf2*/ #fff7f9;    
}

.yellow_mark {
	 background:linear-gradient(transparent 60%, #ff6 60%);
}

.purple_mark {
	 background:linear-gradient(transparent 60%, #eadbe6 60%);
}

h2 {
	margin-bottom: 2rem;
    /*color: #944c82;*/
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1.6;
	text-align: center;
}

h2 .sub {
	font-size: 1.0rem;
}

@media (min-width:48em) {
h2 {
    font-size: 1.5rem;
    letter-spacing: 0.05em;
}
}

/* contract/css/common.css 調整 */       
#breadcrumbs.white ol li {
    color: #fff;
}

#breadcrumbs.white ol li a {
    color: #fff; 
}

.cnv-btn a { 
    font-size: 16px; /* <-- 1.5em */
}
    
@media (min-width:48em) {
.cnv-btn a { 
    font-size: 20px;
}
}
    
/* mainv */
.page_title {
    position: relative; 
    padding: 48px 0 0 0;
    background-color: #894777;
    text-align: center;
}

.page_title .inner {
    padding: 5rem 0 2rem;
} 

.page_title .contents {
    overflow: hidden; 
}

.page_title h1 {
    position: relative; 
    margin-bottom: 1.2rem;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.4;
}

.page_title .h1_sub {
    color: #fff;
}

@media (min-width: 48em) {
.page_title {
}
    
.page_title h1 {
    font-size: 2rem;
}
}

@media (min-width: 64em) {
	#contract:not(.lp2022) .page_title {
		padding-top: 88px;
		text-align: left; 
	}

	#contract:not(.lp2022) .page_title .inner {
		height: 230px;
		padding: 4rem 0 0 0;
		background-image: url(/web/jp/contract/images/stamptax/main_v_bg.png);
		background-position: center center;
		background-repeat: no-repeat;
		background-color: #944C82;
	}

	#contract:not(.lp2022) .page_title .h1_sub {
		font-size: 14px;
	}
}
@media (min-width: 75em) {
	#contract.lp2022 .page_title {
		padding-top: 72px;
		text-align: left; 
	}

	#contract.lp2022 .page_title .inner {
		height: 230px;
		padding: 4rem 0 0 0;
		background-image: url(/web/jp/contract/images/stamptax/main_v_bg.png);
		background-position: center center;
		background-repeat: no-repeat;
		background-color: #944C82;
	}

	#contract.lp2022 .page_title .h1_sub {
		font-size: 14px;
	}
}

@media screen and (min-width: 1921px) {
.page_title .inner {
    background-size: cover; 
} 
}

/* sec-bnr */
.sec-bnr {
    /*padding-bottom: 0;*/
}
    
.sec-bnr a:hover img {
    opacity: .6;
}

/* sec-case */
#sec-case .contents {
    padding-top: 0;
}

/* sec_cnv01 */
.sec_cnv01 {
    background-color: #944c82;
}

.cnv01 {
	padding: 1.5rem;
	background-color: rgba(255,255,255,1);
    text-align: center;
}

.cnv01 h2 {
    margin-bottom: 2rem;
}

@media (min-width:48em) { 
.cnv01 {
	padding: 2rem;
}
}

/* sec_cnv02 */
.cnv02 {
	padding: 1.5rem;
	background-color: rgba(255,255,255,0.75);
    text-align: center;
}

.cnv02 h2 {
    margin-bottom: 2rem;
}

.sec_cnv02 .note p {
	padding-left: 1em;
    text-indent: -1em;
	font-size: .9em;
	color: #666;
	line-height: 1.4;
}

@media (min-width:48em){ 
.cnv02 {
	padding: 2rem;
}
}

/* cv_btn_wrap */	
.cv_btn_item {
    margin-bottom: 1rem;
	width: 100%;
    border-radius: 6px;
    font-size: 14px;
    align-items: center;
}

.cv_btn_item:last-child {
	margin-bottom: 0;
}

.cv_btn_item:nth-child(1) {
    background-color: #ff7800;
}
	
.cv_btn_item:nth-child(2) {
    background-color: #8E7CC3;
}
	
.cv_btn_item:nth-child(3) {
    background-color: #727272;
}

.cv_btn_item a {
    display: inline-block; 
	position: relative;
    width: 100%; 
	padding: 18px 0; 
    text-align: center;
    color: #fff;
	font-size: 16px;
    font-weight: bold;
    line-height: 1em;
    border-radius: 6px; 
  	-webkit-transition: all .2s ease-in-out;
  	transition: all .2s ease-in-out;
}
    
.cv_btn_item a:after { 
    content: "";
    position: absolute;
    right: 0.8rem;
    width: 0.4em;
    height: 0.4em;
    top: 50%;
    margin-top: -0.32em;
    border-top-width: 2px;
    border-top-style: solid;
    border-right-width: 2px;
    border-right-style: solid;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}	

.cv_btn_item:nth-child(1) a:hover {
    background-color: #ffa553;
}

.cv_btn_item:nth-child(2) a:hover {
    background-color: #a89ad0;
}

.cv_btn_item:nth-child(3) a:hover {
    background-color: #727272;
}

@media (min-width:48em) { 
.sec_cnv01 .cv_btn_wrap .cv_btn_item,
.sec_cnv02 .cv_btn_wrap .cv_btn_item {
    margin-bottom: 0;
    width: 49%; 
}
    
.sec_cnv03 .cv_btn_wrap .cv_btn_item {
    width: 33%; 
}	

.cv_btn_item:last-child {
	margin-bottom: 1rem;
}
    
.cv_btn_item a {
	font-size: 14px;
}
}

@media (min-width:64em) {
	#contract:not(.lp2022) .cv_btn_item a {
		font-size: 16px;
	}
	#contract.lp2022 .cv_btn_item a {
		font-size: 16px;
	}
}

/* online demo */
.cnv01.onlinedemo .cv_btn_item:nth-child(1) {
    background-color: #8E7CC3;
}

.cnv01.onlinedemo .cv_btn_item:nth-child(1) a:hover {
    background-color: #a89ad0;
}

/* sec_about */
.about_tax {
	margin-bottom: 2rem;
}

.about_tax p {
	font-weight: bold;
	line-height: 1.8;
	text-align: center;
}

blockquote {
    position: relative;
    padding: 1rem 1rem 1rem 4rem;
    background: #f5f5f5;
    border-left: 4px solid #944c82;
    box-shadow: 0 2px 4px rgb(0 0 0 / 14%);
    color: #777;
    /*font-style: italic;*/
}

blockquote:before {
    display: inline-block;
    position: absolute;
    content: "“";
    top: 8px;
    left: 8px;
    font-family: serif;
    color: #944c82;
    font-size: 100px;
    line-height: 1;
    font-style: normal;
}

blockquote h3 {
	margin-bottom: 1rem;
	color: #944c82;
	font-weight: bold;
}

blockquote p {
    padding: 0;
    font-size: 14px;
}

blockquote cite {
    display: block;
    margin-top: 1rem;
    color: #888;
    font-size: 14px;
    line-height: 1.6;
    text-align: right;
}

.about_paper {
	position: relative;
	padding: 2rem 1.5rem 21px;
	border: 1px solid #944c82;
	background-color: #FDF7F9;
	border-radius: 5px;
	text-align: left;
}

/* sec_payment */
table.payment_table {
	width: 100%;
	table-layout: fixed;
	margin-bottom: 24px;
	border-radius: 5px;
	box-shadow: 0 0 6px rgba(0,0,0,0.16);
}

table.payment_table tr th {
	padding: 14px 14px 13px;
	background-color: #944c82;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	color: #fff;
}

table.payment_table tr td {
	border-bottom: 2px solid #EAEAEA;
	background-color: #fff;
	text-align: left;
	vertical-align: middle;
	font-size: 12px;
}

table.payment_table tbody tr:last-child {
	border-bottom: none;
}

table.payment_table tr td p {
	margin-bottom: 9px;
}

table.payment_table tr td p:last-child {
	margin-bottom: 0;
}

table.payment_table tr td p.payment_note {
	color: #777;
}

table.payment_table tr td:last-child {
	padding: 20px 24px 20px 18px;
}

table.payment_table tr td:last-child p{
	line-height: 22px;
}

table.payment_table tr td:first-child p{
	line-height: 1.5;
}

table.payment_table tr td:first-child{
	padding: 20px 10px 20px 24px;
}
table.payment_table tr th:first-child,table.payment_table tr td:first-child{
	border-right: 2px solid #EAEAEA;
}
table.payment_table tbody tr:first-child th:first-child {
	border-radius: 5px 0 0 0;
}
table.payment_table tbody tr:first-child th:last-child {
	border-radius: 0 5px 0 0;
}
table.payment_table tbody tr:last-child td:first-child {
	border-radius: 0 0 0 5px;
}
table.payment_table tbody tr:last-child td:last-child {
	border-radius: 0 0 5px 0;
}

.payment_reference {
	font-size: 14px;
	text-align: left;
}

@media (min-width:48em){
table.payment_table col.cell-01{
    width: auto;
}
table.payment_table col.cell-02{
    width: 334px;
}
table.payment_table tr td{
    font-size: 14px;
}
table.payment_table tr td:last-child{
    padding: 24px 20px 24px 48px;
    line-height: 24px;
}
table.payment_table tr td:first-child {
    padding: 24px 20px 24px 32px;
}
table.payment_table tr td p.payment_note{
    font-size: 12px;
}
.payment_reference {
    text-align: right;
}
}

/* sec_qa */
dl.qa_box {
	border-radius: 8px;
	box-shadow: 0 0 6px rgba(0,0,0,0.16);
	text-align: left;
}

dl.qa_box + dl.qa_box {
    margin-top: 2rem;
}

.qa_box dt {
	position: relative;
	display: flex;
	align-items: center;
	padding: 0.8rem 1rem;
	background-color: #944c82;
	border-radius: 8px 8px 0 0;
}

.qa_box dt:after {
	content: url(/web/jp/contract/images/stamptax/qa_arr.png);
	position: absolute;
	bottom: -20px;
	left: 115px;
	z-index: 1;
}

.qa_box dt figure, .qa_box dd figure {
    width: 30px;
}

.qa_box h3 {
    flex: 1;
    display: inline-block;
	margin-left: 1rem;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
    line-height: 1.6;
}

.qa_box dd {
	padding: 40px 1rem 20px;
	background-color: #fff;
	border-radius: 0 0 8px 8px;
}

.qa_box dd .a-txt-wrap {
	display: flex;
	align-items: flex-start;
}

.qa_box dd .a-txt-wrap .a-txt {
    flex: 1;
	margin-left: 1rem;
	line-height: 1.6;
}

.qa_box dd .a-txt-wrap .a-txt a.text_link {
    display: block;
    margin-top: 1rem;
}

.qa_box dd .a-img-wrap {
	margin-top: 1rem;
	text-align: center;
}

.qa_box.qa_box03 dd .a-img-wrap {
	margin: 43px 0 36px;
}

.qa_box dd .a-img-wrap img {
	width: 100%;
	max-width: 289px;
}

.qa_box.qa_box03 dd .a-img-wrap img {
	max-width: 678px;
}

.qa_box.qa_box03 dd .qa03_note {
    line-height: 1.6;
}

.qa_box.qa_box03 dd .qa03_note a {
	text-decoration: underline;
}

@media (min-width:48em) {    
.qa_box dt, .qa_box dd {
	padding-right: 2rem;
	padding-left: 2rem;
}

.qa_box dt figure, .qa_box dd figure {
    width: 50px;
}
    
.qa_box dt .h3 {
	font-size: 20px;
    width: calc(100% - 290px);
    margin-left: 34px;
}
    
.qa_box dd {
    position: relative;
    min-height: 242px;
   /* padding: 60px 32px; */
}
    
/*.qa_box dd .a-txt-wrap > span.a-txt{
    margin-left: 34px;
}*/
    
.qa_box.qa_box01 dd .a-img-wrap, .qa_box.qa_box02 dd .a-img-wrap {
    position: absolute;
    top: -72px;
    right: 24px;
    margin-top: 0;
}

/*.qa_box.qa_box03 dd .a-img-wra p{
    margin: 55px 0 40px;
} */
 
.qa_box dd .a-txt-wrap .a-txt {
    width: 100%;
}  
    
.qa_box.qa_box01 dd .a-txt-wrap > .a-txt,
.qa_box.qa_box02 dd .a-txt-wrap > .a-txt {
    flex: none;
    width: calc(100% - 370px);
}
    
.qa_box.qa_box03 dd .qa03_note {
    text-align: right;
}
}

@media (min-width: 64em) {
	#contract:not(.lp2022) .qa_box.qa_box01 dd .a-txt-wrap > .a-txt,
	#contract:not(.lp2022) .qa_box.qa_box02 dd .a-txt-wrap > .a-txt {
		width: calc(100% - 428px);
	}

	/*.qa_box.qa_box02 dd {
		padding-top: 78px;
	}
	.qa_box.qa_box03 dd {
		padding-top: 70px;
	} */
}
@media (min-width: 75em) {
	#contract.lp2022 .qa_box.qa_box01 dd .a-txt-wrap > .a-txt,
	#contract.lp2022 .qa_box.qa_box02 dd .a-txt-wrap > .a-txt {
		width: calc(100% - 428px);
	}
}

/* sec_opinion */
#sec_opinion .contents {
    padding: 1rem;
    background-color: #fff;
    border: 2px solid #333;
}

.opinion_tx {
    margin-bottom: 3rem;
    text-align: left;
}

.opinion_box + .opinion_box {
    margin-top: 3rem;
}

.opinion_box h3 {
    margin-bottom: 1rem;
    padding-left: 10px;
    border-left: 6px solid #333;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.6;
}

.opinion_box p {
    line-height: 1.6;
}

.opinion_box .opinion_reference {
    display: flex;
    align-items: flex-start;
    margin-top: 1rem;
    line-height: 1.6;
}

.opinion_box .opinion_reference div:last-child {
    flex: 1;
}

.opinion_box .opinion_blockquote {
    margin-top: 1rem;
}

@media (min-width:48em) {
#sec_opinion .contents {
    padding: 4rem;
}

.opinion_box h3 {
    font-size: 20px;
}
}

@media (min-width: 64em){
}

/* sec-price */
.sec-plan {
    margin: 0 auto;
    padding: 0;
} 

.sec-plan + .sec-plan {
    margin-top: 2rem;
} 

.price_detaile {
    clear: both;
    padding-top: 2rem;
    text-align: right;
}

.sec-plan {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
    overflow: hidden; 
}

.sec-plan * {
    line-height: 1.5;
}

.sec-plan h3 {
    font-weight: bold;
    text-align: center;
}

.sec-plan h3 span {
    display: block;
}

.sec-plan h3 span.h3-sub {
    font-size: 16px;
    font-weight: normal; 
}

.sec-plan .a-price-main {
    margin: 24px;
    padding-bottom: 1rem;
    /*border-bottom: 1px dashed #ccc; */
    text-align: center;
    font-weight: bold;
}

.sec-plan .a-plan-detail {
    margin-bottom: 1rem; 
}

.plan-silver .a-price-main,
.plan-free .a-price-main {
    font-size: 24px;
    color: #333; 
}

.plan-silver .a-price-main span,
.plan-free .a-price-main span {
    font-size: 30px;
}

/*gold plan*/
.plan-gold h3 {
    padding: 37px 16px;
    background: url(/web/jp/contract/images/about_goldplan_titbg-2.png) 100% 0 no-repeat transparent;
    font-size: 32px;
    color: #fff;
}

.plan-gold .a-price-main {
    font-size: 30px;
    color: #C8A531;
}

.plan-gold .a-price-main span {
    font-size: 46px;
    letter-spacing: -0.01em;
}

/*silver plan*/
.plan-silver h3 {
    padding: 32px 16px;
    background: #A8ABAE;
    font-size: 24px;
    color: #fff; 
}

.plan-silver h3 span.h3-sub,
.plan-free h3 span.h3-sub {
    font-size: 14px;
    font-weight: normal;
}

/*free plan*/
.plan-free h3 {
    padding: 32px 16px;
    background: #F6F6F6;
    font-size: 24px;
    color: #666; 
}

@media (min-width: 48em) {
.sec-plan {
    width: 400px;
    /*margin: 0 auto 3rem; */
}

/*section.sec-plan.plan-silver .a-plan-detail,
section.sec-plan.plan-free .a-plan-detail {
    display: block;
} */
}

@media (min-width: 64em) {
	.sec-plan {
		float: right; 
		margin-bottom: 0;
	}

	.plan-gold {
		width: 39.2%;
	}

	.plan-silver,
	.plan-free {
		width: 30.1%;
		margin-top: 42px;
		margin-right: 2px;
	}

	.plan-silver h3,
	.plan-free h3 {
		height: 114px;
	}

	.plan-gold .a-price-main,
	.plan-silver .a-price-main,
	.plan-free .a-price-main {
		height: 68px;
	}

	.plan-silver .a-price-main,
	.plan-free .a-price-main {
		padding-top: 12px;
	}
}