@charset "utf-8";
/* CSS Document */
/*-------------------
  共通
-------------------*/
#contract {
    font-size: 16px;
}

main#speedily * {
	box-sizing: border-box;
}

main#speedily p {
    line-height: 1.6;
}

main#speedily img {
  	max-width: 100%;
  	height: auto;
	-webkit-backface-visibility: hidden;
}

main#speedily a,
main#speedily button {
    -webkit-transition: all 0.2s ease-in-out 0.125s;
    transition: all 0.2s ease-in-out 0.125s;
}

main#speedily a.text_link {
 	color: #2684e2;
    text-decoration: underline;
}

main#speedily a:hover.text_link {
    text-decoration: none;
}

main#speedily 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 ans color*/ 
.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/speedily/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/speedily/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-catch */
#sec-catch .contents {
    text-align: center;
}

.catch-box {
    margin: 0 auto;
    padding: 2rem;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.12);
}

#sec-catch h2 img {
    margin: 0 0.5rem;
    width: 100px;
    vertical-align: sub;
}

.catch-box .catch-tx {
    font-weight: 700;
    line-height: 1.8;
    letter-spacing: 0.02em;
}

@media (min-width: 48em) {
#sec-catch h2 img {
    width: 124px;
}
}

/* sec-bnr */
.sec-bnr {
    /*padding-bottom: 0;*/
}
    
.sec-bnr a:hover img {
    opacity: .6;
}

/* sec_problem */
.problem-box-wrap {
    display: flex;
    flex-wrap: wrap;
	justify-content: center;
}

.problem-box-wrap li {
    width: 100%;
    margin-bottom: 1rem;
}
    
.problem-box-wrap li:last-child {
    margin-bottom: 0;
} 

.problem-wrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    height: auto;
    background-color: #FFF;
    border: 1px solid #944c82;
}

.problem-wrap .text {
    flex: 1;
    padding: 1rem 1rem 1rem 0;
    text-align: left;
}

.problem-wrap .text h3 {
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.6;
}

.problem-wrap figure {
    width: 100px;
    height: 100%;
    background-color: #944c82;
    margin-right: 1.0rem;
}

.problem-wrap figure img {
    display: block;
    margin: 0 auto;
    padding: 1rem;
}

@media (min-width: 48em) {
.problem-box-wrap {
    justify-content: space-between;
}
    
.problem-box-wrap li {
    width: 32%;
    margin-bottom: 0;
} 

.problem-wrap {
    justify-content: center;
    align-items: flex-start;
}

.problem-wrap .text {
    padding: 2rem;
    width: 100%;
    text-align: center;
}  
    
.problem-wrap figure {
    width: 100%;
    height: auto;
    margin-right: 0;
}

.problem-wrap figure img {
    display: block;
    width: 140px;
    margin: 0 auto;
}
}

/* sec-solution */   
.solution-em {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 1rem 2rem;
    background-color: #fff;
    color: #944c82;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: 0.08em;
    text-align: center;
}

.solution-em span {
    font-size: 1.4em;
}
    
.solution-em::before,
.solution-em::after {
    position: absolute;
    content: '';
}

.solution-em::after {
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
    border-top: 2px solid #944c82;
    border-left: 2px solid #944c82;
}

.solution-em::before {
    right: 0;
    bottom: 0;
    width: 50px;
    height: 50px;
    border-right: 2px solid #944c82;
    border-bottom: 2px solid #944c82;
}
    
@media (max-width: 767px) {
.solution-em {
    padding: 1rem;
    font-size: 16px;
    letter-spacing: 0.02em;
}

.solution-em::after {
    width: 30px;
    height: 30px;
}

.solution-em::before {
    width: 30px;
    height: 30px;
}
}    

/* sec-merit-speedily */
.merit-box {
    margin-bottom: 4rem;
} 

.merit-box:last-child {
    margin-bottom: 0;
} 

#sec-merit-speedily h2 .merittit {
    display: block;
    margin: 0 0 1rem 0;
    padding: 1rem 0;
    background-color: #944c82;
    border-radius: 5px; 
    color: #fff;
    font-size: 18px;
    line-height: 1.0;
    text-align: center;
}

#sec-merit-speedily h2 .meritread {
    margin-bottom: 1rem;
    line-height: 1.4;
}

.merit-tx {
    margin-bottom: 2rem;
    text-align: left; 
}

.merit-tx p {
    line-height: 1.8;
}

.merit-box figure {
    text-align: center;
}

.merit-box-flow {
    margin-bottom: 4rem;
}

.merit-arrow {
    width: 16px;
    margin: auto;
    padding: 0.5rem 0;
}
.merit-box-flow h3 {
    margin-bottom: 1rem;
    font-size: 16px;
    font-weight: bold;
    color: #944c82;
    line-height: 1.4;
    text-align: center;
}   

.merit-box-flow figure.meritflow figcaption {
    margin-bottom: 0.8rem;
    font-size: 16px;
    font-weight: bold;
    color: #333; 
    text-align: center;
}

.merit-box-flow figure img {
    display: block;
    margin: 0 auto;
} 

@media (min-width: 48em) {
#sec-merit-speedily h2 merittit {
      padding: 12px 0;
}

.merit-tx {
      text-align: center; 
}
    
.meritimg01 img {
      width: auto;
      max-width: 522px; 
}
    
.meritimg02 img {
      width: auto; 
}
    
.merit-box-flow h3 {
    font-size: 22px;
}
    
.merit-box-flow figure.meritflow figcaption {
    font-size: 18px;
}
}

@media (min-width: 64em) {
	#contract:not(.lp2022) .meritimg01 img {
		width: auto;
		max-width: none;
	}
} 
@media (min-width: 75em) {
	#contract.lp2022 .meritimg01 img {
		width: auto;
		max-width: none;
	}
} 

/* sec-feature */
.feature-tx {
    margin-bottom: 2rem;
    text-align: left;
} 
    
.feature-box-wrap {
    display: flex;
    flex-wrap: wrap;
	justify-content: center;
}
    
.feature-box-wrap li {
    width: 100%;
    margin-bottom: 1rem;
}
    
.feature-box-wrap li:last-child {
    margin-bottom: 0;
} 

.feature-wrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    height: auto;
    padding: 1rem;
    border: 1px dotted #944c82;
    background-color: #fff;
}
    
.feature-wrap figure {
    width: 80px;
    margin-right: 1.5rem;
}

.feature-wrap figure img {
    transition: .3s;
}

.feature-wrap:hover figure img {
    transform: scale(1.2);
}  
    
.feature-wrap:hover {
    background-color: #f4ecf2;
}

.feature-wrap .text {
    flex: 1;
    text-align: left;
} 
    
.feature-wrap h3 {
    margin-top: 1rem;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.4
}

@media (min-width:48em) { 
.feature-tx {
    text-align: center;
}
    
.feature-box-wrap {
    justify-content: space-between;
}
    
.feature-box-wrap li {
    width: 32%;
    margin-bottom: 0;
} 

.feature-wrap {
    justify-content: center;
    align-items: flex-start;
    height: 100%;
}

.feature-wrap .text {
    width: 100%;
    text-align: center;
}  
    
.feature-wrap figure {
    width: 100%;
    margin-bottom: 1rem;
    margin-right: 0;
}

.feature-wrap figure img {
    display: block;
    width: 120px;
    margin: 0 auto;
}
}

/* 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 */
#sec-cnv01 .cv_btn_wrap {
    display: flex;
	justify-content: center;
    flex-wrap: 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:64em) {
	#contract:not(.lp2022) .cv_btn_item a {
		font-size: 16px;
	}
}
@media (min-width:75em) {
	#contract.lp2022 .cv_btn_item a {
		font-size: 16px;
	}
}

/* sec-step */
/* h2 */
#sec-step h2 span.dot_text {
    position: relative;
    color: #944c82;
}

#sec-step h2 span.dot_text::before {
    content: "・"; 
    position: absolute;
    top: -0.8em; 
    left: 0;
    color: #944c82;
    font-size: 1em;
}

.step-tx {
    margin-bottom: 2rem;   
    text-align: center;
}

.txt-area {
	margin-bottom: 20px;
}

.txt-area h3 .step {
	display: block;
	margin-bottom: 10px;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #944c82;
	font-size: 14.4px; 
	font-weight: bold;
	color: #944c82;
	line-height: 0.8em;
}

.txt-area h3 {
	margin-bottom: 20px;
	font-size: 1.25rem;
	font-weight: bold;
}

.img_area img {
	width: 100%;
	margin: 0 auto;
	border: 1px solid #ccc;
}

#sec-step .contents-full ul li {
	padding: 30px 0;
}

#sec-step .contents-full ul li:first-child {
	padding-top: 0;
}

#sec-step .contents-full ul li:last-child {
	padding-bottom: 0;
}

@media (min-width:48em){
#sec-step .contents {
    max-width: 48em;
}
    
.txt-area {
    width: 40%;
    margin-top: 30px;
    float: left;
    position: relative;
}
    
.txt-area h3 .step {
    border-bottom: none;
}
    
.txt-area .line {
    position: absolute;
    bottom: -200px;
    left: calc(50% - 41%);
    width: 1px;
    height: 180px;
    background-color: #944c82;
}
    
.img_area {
    float: right;
    width: 50%;
}
}

@media (min-width:64em){
	#contract:not(.lp2022) #sec-step .contents{
		max-width: 860px;
	}

	#contract:not(.lp2022) .txt-area .line{
		height: 230px;
		bottom: -250px;
	}
}
@media (min-width:75em){
	#contract.lp2022 #sec-step .contents{
		max-width: 860px;
	}

	#contract.lp2022 .txt-area .line{
		height: 230px;
		bottom: -250px;
	}
}

/* sec-price */
/*************************************
 ゴールドプラン 
************************************/
#sec-price section {
    padding: 0;
}

/* 新共通 */
#sec-price .contents {
  padding:0;
  /*padding: 40px 0 0 0; */
  width: 90%;
  max-width: 64em;
  margin: auto; }
.lp2022 #sec-price .contents {
  max-width: 75em;
}
section.sec-plan {
  margin-bottom: 20px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
  overflow: hidden; }

section.sec-plan * {
  line-height: 1.5; }

section.sec-plan .note-num {
  display: inline-block;
  margin-left: 8px;
  font-size: 12px;
  color: #777;
  font-weight: normal; }

section.sec-plan h3 {
  text-align: center;
  font-weight: bold; }

section.sec-plan h3 span {
  display: block; }

section.sec-plan h3 span.h3-sub {
  font-size: 16px;
  font-weight: normal; }

section.sec-plan .a-price-main {
  margin: 24px;
  padding-bottom: 16px;
  border-bottom: 1px dashed #ccc;
  text-align: center;
  font-weight: bold; }

section.sec-plan .a-plan-detail dl.m-price-detail {
  margin: 0 24px 24px; }

section.sec-plan .a-plan-detail {
  margin-bottom: 16px; }

section.sec-plan .a-plan-detail dl.m-price-detail > dt, section.sec-plan .a-plan-detail dl.m-price-detail > dd {
  font-size: 14px; }

section.sec-plan .a-plan-detail dl.m-price-detail > dt {
  width: 60%;
  float: left;
  text-align: left;
  clear: both; }

section.sec-plan .a-plan-detail dl.m-price-detail > dd {
  width: 40%;
  float: right;
  text-align: right; }

section.sec-plan .a-plan-detail > dl.detail-other > div {
  display: table;
  width: 100%; }

section.sec-plan .a-plan-detail > dl.detail-other > div:nth-child(2n+1) {
  background-color: #f6f7f8; }

section.sec-plan .a-plan-detail > dl.detail-other dt, section.sec-plan .a-plan-detail > dl.detail-other dd {
  display: table-cell;
  vertical-align: middle; }

section.sec-plan .a-plan-detail > dl.detail-other dt {
  padding: 8px 0 8px 24px;
  text-align: left;
  font-size: 14px; }

section.sec-plan .a-plan-detail > dl.detail-other dd {
  padding: 8px 24px;
  text-align: right;
  font-size: 12px;
  color: #777; }

section.sec-plan .a-plan-detail > dl.detail-other dd.enable {
  font-size: 16px;
  font-weight: bold; }

section.sec-plan.plan-silver .a-price-main, section.sec-plan.plan-free .a-price-main {
  font-size: 24px;
  color: #333; }

section.sec-plan.plan-silver .a-price-main span, section.sec-plan.plan-free .a-price-main span {
  font-size: 30px; }

section.sec-plan.plan-silver .a-plan-detail > dl.detail-other dd.enable, section.sec-plan.plan-free .a-plan-detail > dl.detail-other dd.enable {
  color: #999; }

section.sec-plan .open-plan-detail, section.sec-plan .close-plan-detail {
  margin-bottom: 16px;
  text-align: center; }

section.sec-plan .open-plan-detail a, section.sec-plan .close-plan-detail a {
  color: #2684e2; }

section.sec-plan .close-plan-detail, section.sec-plan.plan-silver .a-plan-detail, section.sec-plan.plan-free .a-plan-detail {
  display: none; }

/*旧テーブル*/
table.plan-gold {
  border: 2px solid #c8a531;
  position: relative; }

table.plan-gold tr td {
  color: #b98e00; }

table.display tr:first-child td.goldplan-line {
  padding: 0;
  position: absolute;
  top: -2px;
  left: -2px;
  text-align: left; }

/*新section*/
section.sec-plan.plan-gold h3 {
  margin: 0;
  padding: 42px 16px;
  background: url(/web/jp/contract/images/about_goldplan_titbg-2.png) 100% 0 no-repeat transparent;
  font-size: 32px;
  color: #fff; }

section.sec-plan.plan-gold .a-price-main {
  font-size: 30px;
  color: #C8A531; }

section.sec-plan.plan-gold .a-price-main span {
  font-size: 46px;
  letter-spacing: -0.01em; }

section.sec-plan.plan-gold .a-plan-detail > dl.detail-other dt {
  font-weight: bold; }

section.sec-plan.plan-gold .a-plan-detail > dl.detail-other dd.enable {
  color: #C8A531; }

/*************************************
シルバープラン 
*************************************/
/*旧テーブル*/
table.plan-silver {
  border: 2px solid #7b828b; }

.plan-silver tr td {
  color: #7b828b; }

.plan-silver .display tr:first-child, .plan-silver .display tr:nth-child(2), .plan-silver .display tr:nth-child(3) {
  background-color: #7b828b; }

.plan-silver .display tr:nth-child(2), .plan-silver .display tr:nth-child(3) {
  font-weight: normal; }

.plan-silver .display tr:nth-child(2) td {
  background-color: #a3a8ae; }

/*新section*/
section.sec-plan.plan-silver h3 {
  margin: 0;
  padding: 32px 16px;
  background: #A8ABAE;
  font-size: 24px;
  color: #fff; }

section.sec-plan.plan-silver h3 span.h3-sub, section.sec-plan.plan-free h3 span.h3-sub {
  font-size: 14px;
  font-weight: normal; }

/************************************* 
フリープラン 
*************************************/
/*旧テーブル*/
table.plan-free {
  border: 2px solid #f0f0f0; }

.plan-free tr td {
  color: #888888; }

.plan-free .display tr:first-child, .plan-free .display tr:nth-child(2), .plan-free .display tr:nth-child(3) {
  background-color: #f0f0f0; }

.plan-free .display tr:first-child td, .plan-free .display tr:nth-child(2) td, .plan-free .display tr:nth-child(3) td {
  color: #888888; }

.plan-free .display tr:first-child td span, .plan-free .display tr:nth-child(2) td span, .plan-free .display tr:nth-child(3) td span {
  color: #888; }

.plan-free .display tr:nth-child(2), .plan-free .display tr:nth-child(3) {
  font-weight: normal; }

.plan-free .display tr:nth-child(2) td {
  background-color: #f5f5f5; }

.plan-free .display tr:nth-child(2) td span, .plan-free .display tr:nth-child(3) td span {
  font-size: 22px; }

/*新section*/
section.sec-plan.plan-free h3 {
  margin: 0;
  padding: 32px 16px;
  background: #F6F6F6;
  font-size: 24px;
  color: #666; }

/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width: 48em) {
  section.sec-plan.plan-gold {
    width: 400px;
    margin: 0 auto 40px; }

  section.sec-plan.plan-silver {
    float: right;
    width: 320px; }

  section.sec-plan.plan-free {
    float: left;
    width: 320px; }

  .kome {
    clear: both; }

  section.sec-plan .open-plan-detail, section.sec-plan .close-plan-detail {
    display: none; }

  section.sec-plan.plan-silver .a-plan-detail, section.sec-plan.plan-free .a-plan-detail {
    display: block; }

  section.sec-plan.plan-silver .a-plan-detail > dl.detail-other dd, section.sec-plan.plan-free .a-plan-detail > dl.detail-other dd {
    padding: 0 24px 0 0;
    line-height: 1.1;
    white-space: nowrap; } }
@media screen and (min-width: 64em) {
  section.sec-plan.plan-gold,
  section.sec-plan.plan-silver,
  section.sec-plan.plan-free {
    float: right; }

  section.sec-plan.plan-gold {
    width: 39.2%; }

  section.sec-plan.plan-silver,
  section.sec-plan.plan-free {
    width: 30.1%;
    margin-top: 42px;
    margin-right: 2px; }

  section.sec-plan.plan-silver h3,
  section.sec-plan.plan-free h3 {
    height: 114px;
    box-sizing: border-box; }

  section.sec-plan.plan-gold .a-price-main,
  section.sec-plan.plan-silver .a-price-main,
  section.sec-plan.plan-free .a-price-main {
    height: 88px;
    box-sizing: border-box; }

  section.sec-plan.plan-silver .a-price-main,
  section.sec-plan.plan-free .a-price-main {
    padding-top: 12px; }

  section.sec-plan .a-plan-detail > dl.detail-other dt,
  section.sec-plan .a-plan-detail > dl.detail-other dd {
    height: 40px;
    box-sizing: border-box; }

  section.sec-plan .note-num {
    margin-left: 4px; }
}
