/* 共通 */
.order_PC {
	display: block;
}
.order_SP {
	display: none;
}

.flex{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-around;
}

.col_btn {
	z-index: 50;
	position: relative;
}

.btn_pre {
	background: url(/sevice_shared/img/cloud/order/icn_arrow_down.png) 94% 51% no-repeat;
	background-size: 6%;
}

p.sbutton_black_cv.btn_pre a:hover {
	background: #333 url(/sevice_shared/img/cloud/order/icn_arrow_down_hover.png) 94% 51% no-repeat;
	background-size: 6%;
}

/* ファーストビュー */
#first_view div.pc_movie {
	width: 550px;
	height: 415px;
	margin: 0 auto;
	background: url(/sevice_shared/img/cloud/order/img_pc.png) 0 0 no-repeat;
	position: relative;
}

#first_view div iframe {
	position: absolute;
	top: 25px;
	left: 31px;
	width: 490px;
	height: 276px;
}

/* まずはあなたに最適なプランを～ */
.select_plan h3 {
	color: #333;
	font-size: 2.3rem;
	margin-bottom: 5px;
}

/* ご登録の前に用意するもの */
#signup_pre {
	position: relative;
}

#signup_pre .content {
	border: 2px solid #ddd;
}

#signup_pre h2 {
	color: #4d9feb;
	font-size: 2.5rem;
	margin-top: 25px;
	margin-bottom: 5px;
}

#signup_pre .flex div {
	padding: 0 25px;
}

#signup_pre .flex div:first-child {
	width: 40.8%;
	border-right: solid 2px #ddd;
}

#signup_pre .flex div:nth-child(2) {
	width: 56.1%;
}

#signup_pre h3 {
	font-size: 2.0rem;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 10px;
}

#signup_pre h3 span {
	background: #333;
	color: #fff;
	font-weight: bold;
	padding: 3px 10px;
	margin-right: 5px;
}

#signup_pre h3 span.auto_br {
	background: none;
	color: #333;
	font-weight: normal;
}

#signup_pre .arrow_down:before,
#signup_pre .arrow_down:after {
	position: absolute;
	left: 50%;
	top: 100%;
	border: solid transparent;
	content: '';
	height: 0;
	width: 0;
	border-width: 12px;
	margin: 0 0 0 -12px;
	border-right: 18px solid transparent;
	border-left: 18px solid transparent;
}
#signup_pre .arrow_down:before {
	border-top-color: #ddd;
	margin-left: -12px;
}
#signup_pre .arrow_down:after {
	border-top-color: #fff;
	margin: -3px 0 0 -12px;
}

/* ご登録の流れ */
#signup_flow h2 {
	font-size: 2.5rem;
	margin-top: 25px;
	margin-bottom: 5px;
}

#signup_flow ul{
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	justify-content: center;
}

#signup_flow ul li{
	float: left;
	margin: 0 .5em 0 1em;
	font-weight: bold;
}

#signup_flow ul a{
	background: #ddd;
	padding: .7em 1em;
	float: left;
	text-decoration: none;
	color: #444;
	position: relative;
	width: 160px;
}

#signup_flow ul li a span.step {
	color: #4d9feb;
}

#signup_flow ul a:hover{
	background: #cce9fa;
}

#signup_flow ul a::before{
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -37px;
	border-width: 37px 0 37px 1em;
	border-style: solid;
	border-color: #ddd #ddd #ddd transparent;
	left: -1em;
}

#signup_flow ul li:first-child a::before {
	content: normal;
}

#signup_flow ul a:hover::before{
	border-color: #cce9fa #cce9fa #cce9fa transparent;
}

#signup_flow ul a::after{
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -37px;
	border-top: 37px solid transparent;
	border-bottom: 37px solid transparent;
	border-left: 1em solid #ddd;
	right: -1em;
}

#signup_flow ul li:last-child a::after {
	content: normal;
}

#signup_flow ul a:hover::after {
	border-left-color: #cce9fa;
}

#signup_flow h3 {
	border-left: solid 10px #4d9feb;
	font-size: 2.2rem;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 7px;
}

#signup_flow h3 span {
	color: #4d9feb;
	padding-left: 5px;
	padding-right: 10px;
}

#signup_flow .content div figure {
	margin-right: 15px;
}

#signup_flow .content div figure img {
	max-width: 500px;
	border: solid 4px #ddd;
}

#signup_flow span.text_s {
	line-height: 1.9rem;
	margin-top: 2px;
	display: inline-block;
}

#flow_step1 div, #flow_step3 div {
	background: #fff;
}

#flow_step1 div.flex div:first-child {
	max-width: 500px;
	margin-right: 15px;
}

#flow_step1 iframe {
	width: 492px;
	height: 277px;
	border: solid 4px #ddd;
}

#flow_step2 div {
	background: #f4f4f4;
}

/* お支払い情報の登録タブ用 */
#flow_step3 .tab {
	display: flex;
	border-bottom: 4px solid #439bf1;
	justify-content: space-between;
}

#flow_step3 .tab li {
	background: #fff;
	border: solid 2px #ccc;
	border-bottom: none;
	padding: 8px 0px;
	color: #333;
	font-size: 1.5rem; /* 20px */
	font-weight: bold;
	text-align: center;
	width: 320px;
	margin: 0;
}

#flow_step3 .tab li:hover {
	cursor: pointer;
	background: #ccc;
}

#flow_step3 .tab li.select {
	background: #439bf1;
	border: solid 2px #439bf1;
	border-bottom: 0;
	color: #fff;
}

#flow_step3 .hide {
	display: none;
}

/* サービスご利用開始 */
#flow_comp div {
	background: #439bf1;
}

#flow_comp h3,
#flow_comp p {
	color: #fff;
}

#flow_comp h3 {
	border-left: none;
	margin-bottom: 0;
	background: url(/sevice_shared/img/cloud/order/icn_morio.png) no-repeat 0 50%;
	display: inline-block;
	font-size: 3.0rem;
	padding: 8px 0 4px 43px;
}

#flow_comp p {
	font-size: 1.8rem;
}

.order_arrow {
	width: 0;
	height: 0;
	border: 60px solid transparent;
	border-bottom: none;
	margin: 0 auto;
	padding: 0;
}

.arrow_white {
	border-top: 30px solid #fff;
}

.arrow_gray {
	border-top: 30px solid #f4f4f4;
}

.arrow_blue {
	border-top: 30px solid #439bf1;
}

/* よくあるご質問 */
.faq h2 {
	font-size: 2.5rem;
	margin-top: 25px;
	margin-bottom: 25px;
}

/* もっと知りたいとき・困ったときはこちら */
#info_more div.content:first-child {
	border-top: 3px solid #ccc;
}

#info_more div:first-child div.flex div {
	width: 30%;
	border-right: 2px solid #ccc;
	padding: 0 20px;
}

#info_more div:first-child div.flex div:last-child {
	border-right: none;
}

#info_more h3 {
	font-size: 2.2rem;
	margin-top: 45px;
	margin-bottom: 10px;
}

#info_more h4 {
	padding: 2px 0 5px 35px;
	display: inline-block;
	font-size: 1.6rem;
	margin-bottom: 0;
}

#info_more .faq h4 {
	background: url(/sevice_shared/img/cloud/order/icn_faq.png) 0 0 no-repeat;
}

#info_more .mail h4 {
	background: url(/sevice_shared/img/cloud/order/icn_mail.png) 0 0 no-repeat;
}

#info_more .document h4 {
	background: url(/sevice_shared/img/cloud/order/icn_document.png) 0 0 no-repeat;
}

#info_more div.faq a,
#info_more div.mail a,
#info_more div.document a {
	color: #fff;
	font-weight: bold;
	background: #439bf1;
	padding: 15px;
	display: block;
	border: 3px solid #439bf1;
}

#info_more div.mail a {
	background: #ff9b0d;
	border: 3px solid #ff9b0d;
}

#info_more div.document a {
	background: #58be89;
	border: 3px solid #58be89;
}

#info_more div.faq a:hover,
#info_more div.mail a:hover,
#info_more div.document a:hover {
	color: #439bf1;
	background: #fff;
	text-decoration: none;
}

#info_more div.mail a:hover {
	color: #ff9b0d;
}

#info_more div.document a:hover {
	color: #58be89;
}

/* 980px以下 */
@media screen and (max-width: 979px) {
.flex {
	display: block;
}
.order_PC {
	display: none;
}
.order_SP {
	display: block;
}
/* ご登録の前に用意するもの */
#signup_pre .flex div {
	padding: 10px 0;
}

#signup_pre .flex div:first-child {
	width: auto;
	border-right: none;
	border-bottom: solid 2px #fff;
}

#signup_pre .flex div:nth-child(2) {
	width: auto;
}
/* ご登録の流れ */
#signup_flow .content div figure {
	width: 80%;
	max-width: 500px;
	min-width: 300px;
	margin: 0 auto;
	margin-right: auto;
	margin-bottom: 10px;
}
#signup_flow .content div figure img {
	width: 100%;
}
#flow_step1 div.flex div:first-child {
	margin: 0 auto;
}
#flow_step1 iframe {
	width: 100%;
}
#flow_comp h3 {
	font-size: 2.4rem;
}
/* もっと知りたいとき・困ったとき */
#info_more div:first-child div.flex div {
	width: auto;
	border-right: none;
}
}

/* 600px以下 */
@media screen and (max-width: 599px) {
/* ファーストビュー */
#first_view div.pc_movie {
	width: auto;
	height: auto;
	margin: 0 auto;
	background: none;
	text-align: center;
}
#first_view div iframe {
	position: static;
	width: 100%;
	max-width: 490px;
	min-width: 300px;
}

#flow_step3 .tab li {
	font-size: 1.2rem;
	display: inline-grid;
	align-items: center;
	height: 35px;
}
}

/* アンカーリンク用 */
#signup_pre, #flow_step1, #flow_step2, #flow_step3, #flow_comp {
	padding-top: 80px;
	margin-top: -80px;
}