@charset "utf-8";

/* ────────────────────── *
 * 流れ *
 * ────────────────────── */

#flow {
	background: #f9f0dd;
	/*width: 100%;*/
	/*padding: 60px 0;*/
	padding: 60px 40px 20px;
}
#flow .inner {
	/*width: 1000px;*/
	/*width: 900px;*/
	margin: 0 auto;
}

@media (min-width: 768px) {
#flow .inner {
    /*width: 900px;*/
	/*border: 1px solid #f00;*/
    }
}


#flow .contents {
	font-size: 18px;
	line-height: 1.7;
	background: #fff;
	padding: 0 20px 30px;
	margin-bottom: 40px;
	border-radius: 10px;
	position: relative;
	box-shadow: 4px 4px 0 rgba(244,189,159,1);
}


#flow .contents p strong {
	color: #549c32;
}
#flow .contents h3,
#flow2 .contents h3{
	font-size: 40px;
	color: #ed4a12;
	margin-bottom: 20px;
	text-align: center;
}

/*#flow2 .contents h3 {
	font-size: 40px;
	line-height: 1;
	font-weight: bold;
	color: #ed4a12;
	margin-bottom: 20px;
	text-align: center;
}*/

#flow .contents h3 span {
	line-height: 66px;
	color: #fff;
	background: #ed4a12;
	text-align: center;
	display: inline-block;
	width: 66px;
	height: 66px;
	border-radius: 50%;
}
#flow .contents h4 {
	font-size: 26px;
	line-height: 1;
	font-weight: bold;
	color: #fb6e08;
	background: url(../images/bg-subtitle.png) repeat-x left bottom;
	padding-bottom: 15px;
	margin-bottom: 20px;
    margin-top: 0;
}
#flow .contents figure#photo-01,
#flow .contents figure#photo-02 {
	position: absolute;
	right: 0px;
	top: 30px;
}
/*#flow .contents .left {
	width: 460px;
	margin-bottom: 25px;
}*/

#flow .contents .left .txt-16px {
	display: block;
	margin-top: 10px;
}

.section-btn-trial {
    padding: 10px 0 5px 0;
}



#flow p#btn-trial {
	text-align: center;
}
#flow p#btn-trial a {
	font-size: 36px;
	line-height: 60px;
	font-weight: bold;
	color: #fff;
	background: url(../images/bg-campaign-button.png) repeat #ff9900;
	display: block;
	padding: 10px 15px;
	border-radius: 8px;
	box-shadow: 4px 4px 0 rgba(223,114,30,1);
	transition: opacity .25s ease-out;
}
#flow p#btn-trial a:hover {
    display: block;
    opacity: .85;

}


#flow p#btn-trial a span {
	background: url(../images/bg-balloon-trial.png) no-repeat left center;
	vertical-align: middle;
	display: inline-block;
	height: 60px;
	padding-left: 80px;
}
#flow ul#notice {
	font-size: 16px;
	line-height: 1.8;
	clear: both;
	padding: 15px;
	margin-bottom: 30px;
	border: 2px solid #fdcd81;
	list-style: none;
}
#flow ul#notice li {
	padding-left: 25px;
	position: relative;
}
#flow ul#notice li:before {
	content: "●";
	color: #549c32;
	position: absolute;
	left: 0;
}
#flow p#callcenter {
	text-align: center;
}
#flow p.text-prepare {
	font-size: 18px;
	line-height: 2;
	font-weight: bold;
	color: #fb6e08;
}
#flow dl#prepare {
	font-size: 16px;
	line-height: 1.8;
	clear: both;
	margin-bottom: 10px;
	border: 2px solid #fdcd81;
}
#flow dl#prepare dt {
	font-size: 18px;
	font-weight: bold;
	position: relative;
	padding: 15px 15px 0 40px;
}
#flow dl#prepare dt:before {
	content: "●";
	color: #549c32;
	padding-left: 15px;
	position: absolute;
	left: 0;
}
#flow dl#prepare dd {
	background: url(../../trial/image/bg-dotted.png) repeat-x bottom left;
	position: relative;
	padding: 0 15px 15px 15px;
}
#flow dl#prepare dd:last-of-type {
	background: none;
}
#flow dl#prepare dd span {
	font-size: 18px;
	color: #fff;
	background: #fb6e08;
	display: block;
	padding: 10px 15px;
	margin-top: 10px;
}
#flow dl#prepare dd span a {
	color: #fff;
	text-decoration: underline;
}
#flow .step {
	background: url(../images/bg-step.png) no-repeat top center;
	clear: both;
	min-height: 225px;
	padding: 50px 0 10px;
	position: relative;
}
#flow .step:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
/*\*/
* html #flow .step { 
	height: 1px;
	overflow: visible;
}
/**/
#flow .step .photo {
	position: absolute;
	top: 50px;
	right: 0;
}
p#text-prepare-notice {
	font-size: 16px;
}

#flow ul#entry {
	font-size: 16px;
	line-height: 1.8;
	clear: both;
	padding: 15px;
	margin-bottom: 10px;
	border: 2px solid #fdcd81;
}
#flow ul#entry li {
	font-size: 18px;
	display: table-cell;
	position: relative;
	padding-left: 25px;
	padding-right: 40px;
}
#flow ul#entry li:last-child {
	padding-right: 0;
}
#flow ul#entry li:before {
	content: "●";
	color: #549c32;
	position: absolute;
	left: 0;
}
#flow ul#entry li a {
	text-decoration: underline;
}


/* レッスン */
#entry .lesson p {
	margin-bottom: 20px;
}
#entry .lesson p.title {
	font-size: 18px;
	line-height: 1;
	font-weight: bold;
	color: #fff;
	background: #613416;
	text-align: left;
	padding: 10px;
}
#entry .lesson table {
	font-size: 20px;
	line-height: 1.5;
	background: #fff;
	text-align: left;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	border-left: 1px solid #613416;
	border-top: 1px solid #613416;
}
#entry .lesson table th {
	background: #fffccf;
	width: 800px;
	padding: 10px 20px;
	border-bottom: 1px solid #613416;
}
#entry .lesson table td {
	padding: 10px 20px;
	border-bottom: 1px solid #613416;
	border-right: 1px solid #613416;
}
#entry .lesson table td a {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	background: #fd9342;
	text-align: center;
	display: inline-block;
	min-width: 7em;
	padding: 10px 20px;
	border-radius: 5px;
}
#entry .lesson table td span.end {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	background: #999;
	text-align: center;
	display: inline-block;
	min-width: 7em;
	padding: 10px 20px;
	border-radius: 5px;
}


/*-------------------
見出し2色アンダーライン
-------------------*/

.acms-page-header.page-header {
	border-bottom: none;
}

.page-header .entry-title {
	color: #fb6e08;
	padding: 10px;
	border-left: 0;
	border-bottom: solid 2px #ccc;
	position: relative;
	font-weight: bold;
	font-size: 28px;
	margin-bottom: 1em;
}

.page-header .entry-title:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: 6px solid #999;
	bottom: -4px;
	left: 0px;
	width: 50%;
}

.entry-column h3 {
	margin: 0 10px 20px 10px;
	/*padding: 5px 10px;*/
	font-size: 20px;
	color: #996600;
	background: #ffe5ca;
}

.entry {
	border-bottom: none;
}

/*767px以下*/
@media screen and (max-width: 767px) {  
    
#flow {
	padding: 6.25% 0;
}
#flow .inner {
	width: 93.75%;
}
#flow .contents {
	font-size: 14px;
	padding: 5%;
	margin-bottom: 6.666666666666667%;
}

#flow .contents h3,
#flow2 .contents h3{
	font-size: 30px;
}   
    
#flow .contents h3 span {
	line-height: 33px;
	width: 33px;
	height: 33px;
}
#flow .contents h4 {
	font-size: 20px;
	background: none;
	text-align: center;
	padding-bottom: 0;
	margin-bottom: 15px;
}
#flow .contents figure#photo-01,
#flow .contents figure#photo-02 {
	text-align: center;
	margin-bottom: 10px;
	position: static;
}
#flow .contents .left {
	width: 100%;
	margin-bottom: 15px;
}
#flow p#btn-trial a {
	/*font-size: 16px;*/
	font-size: 1.2em;
	line-height: 30px;
	padding: 5px 10px;
}
#flow p#btn-trial a span {
	-webkit-background-size: auto 30px;
	background-size: auto 30px;
	height: 30px;
	padding-left: 40px;
}
#flow ul#notice {
	font-size: 13px;
	line-height: 1.5;
	padding: 10px;
	margin-bottom: 15px;
	border: 1px solid #fdcd81;
}
#flow ul#notice li {
	padding-left: 15px;
}
#flow p#callcenter {
	margin-bottom: 20px;
}
#flow p.text-prepare {
	font-size: 13px;
}
#flow dl#prepare {
	font-size: 13px;
	line-height: 1.5;
	border: 1px solid #fdcd81;
}
#flow dl#prepare dt {
	font-size: 14px;
	padding: 10px 10px 0 30px;
}
#flow dl#prepare dt:before {
	padding-left: 10px;
}
#flow dl#prepare dd {
	background: url(../../trial/image/bg-dotted.png) repeat-x bottom left;
	position: relative;
	padding: 0 10px 10px 10px;
}
#flow dl#prepare dd span {
	font-size: 14px;
	padding: 5px 10px;
}
#flow .step {
	-webkit-background-size: 52px auto;
	background-size: 52px auto;
	min-height: 0;
	padding: 25px 0 10px;
}
#flow .step .left {
	margin-bottom: 0;
}
#flow .step .left .txt-16px {
	font-size: 10px!important;
}
#flow .step .photo {
	position: static;
	margin-bottom: 10px;
}
p#text-prepare-notice {
	font-size: 13px;
}
#entry p.errorMes {
	font-size: 13px;
	line-height: 1.5;
	padding: 5px 10px;
}
#flow ul#entry {
	font-size: 13px;
	line-height: 1.5;
	padding: 10px;
	border: 1px solid #fdcd81;
}
#flow ul#entry li {
	font-size: 13px;
	display: block;
	padding-left: 20px;
	padding-right: 0;
	margin-bottom: 5px;
}
#flow ul#entry li:last-child {
	margin-bottom: 0;
}
	}
