@charset "utf-8";
/* CSS Document */

h1 {
	color: #008FD7;
	font-size: 2rem;
}

@media (min-width: 768px) {
h1 {
	font-size: 3rem;
	text-align: center;
}
}
h2 {
	margin-top: 1rem;
	padding: 1.5rem 30px;
	font-size: 1.2rem;
	line-height: 1.5rem;
	background: repeating-linear-gradient(-45deg, #81CFF4, #81CFF4 1px, #ffffff 0, #ffffff 6px);
}
@media (max-width: 767px) {
h2 {
	margin-right: -30px;
	margin-left: -30px;
	margin-bottom: 1.5rem;
}
}

@media (min-width: 768px) {
h2 {
	margin-bottom: 3.125rem;
	font-size: 1.875rem;
	text-align: center;
}
}
h3 {
	color: #008FD7;
}
a {
	color: #008FD7;
}
img {
	margin-bottom: 2rem;
}
#topImg {
	position: relative;
	padding-top: 3.5rem;
	background: url(../images/top_img.jpg) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
}
#mainImg {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 100;
}
#webmovPc {
	/* position: fixed; */
	margin-top: 2rem;
	border: 2px solid #81CFF4;
}
#webmovPc ul li {
	list-style: none;
	margin-left: -2.5rem;
	padding: 0;
	border-bottom: 2px solid #81CFF4;
	background: white;
}
#webmovPc ul li.active {
	background: #FFFCDC;
}
#webmovPc ul li:last-child {
	margin-bottom: -.6rem;
	border-bottom: none;
}
#webmovPc ul li:hover {
	transition: .3s;
	background: #FFF349;
}
#webmovPc ul li a {
	display: block;
	padding: 1rem 25px;
	color: #333333;
}
#webmovPc ul li a:hover {
	text-decoration: none;
}
.container {
	margin-top: 3.25rem;
}
@media (min-width: 768px) {
.container {
	margin-top: 6.25rem;
}
}
.topContainer {
	margin-top: 0;
}
.row0 {
	margin-left: -15px;
	margin-right: -15px;
}
.navbar-inverse {
	background-color: #81CFF4;
	border-color: #81CFF4;
}
@media (max-width: 991px) {
.hiddenSpTab {
  display: none !important;
}
}
@media (min-width: 992px) {
.hiddenPc {
  display: none !important;
}
}
#catchArea {
	display: block;
	width: 100%;
	overflow: hidden;
	padding-top: 10.5rem;
	padding-bottom: 0;
}
@media (min-width: 400px) {
#catchArea {
	padding-top: 14rem;
}
}
@media (min-width: 500px) {
#catchArea {
	padding-top: 18rem;
}
}
@media (min-width: 650px) {
#catchArea {
	padding-top: 20rem;
}
}
@media (min-width: 992px) {
#catchArea {
	padding-top: 25rem;
}
}
#catchBack {
	margin: 0 -50px;
	height: 60px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
	background: white;
	-webkit-transform: rotate(-5deg);
	-moz-transform: rotate(-5deg);
	-o-transform: rotate(-5deg);
	-ms-transform: rotate(-5deg);
	transform: rotate(-5deg);
}
@media (min-width: 300px) {
#catchBack {
	height: 60px;
}
}
@media (min-width: 500px) {
#catchBack {
	height: 90px;
}
}
@media (min-width: 650px) {
#catchBack {
	height: 120px;
}
}
@media (min-width: 992px) {
#catchBack {
	height: 120px;
}
}
.telinq_waku {
	margin-top: 1rem;
}
/* ===============================================================
  料金プラン 
=============================================================== */

table {
	width: 99.5%;
}
tr#planSelect th {
	margin-bottom: 5rem;
	padding: .5rem;
	text-align: center;
}
tr#planSelect a {
	display: inline-block;
	width: 100%;
	height: 100%;
	margin-bottom: .5rem;
	padding: 1rem .5rem;
	color: #333333;
	font-weight: normal;
	text-decoration: none;
	border: 1px solid #008FD7;
}
tr#planSelect .planName {
	display: block;
	margin-top: 1rem;
	margin-bottom: 0;
	padding: 0;
	background: none;
}
.arrowB {
	display: block;
	margin: 0 auto;
	width: 1rem;
	height: 1rem;
	border: 2px solid;
	border-color:  transparent transparent #008FD7 #008FD7;
	transform: rotate(-45deg);
}
th:not(:first-child) {
	width: 26%;
}
@media (max-width: 767px) {
th:not(:first-child) {
	width: 23%;
}
}
th:not(:first-child) a:hover {
	text-decoration: none;
	background: #D5E8EF;
	transition: .3s;
}
td {
	padding-right: 20px;
	padding-left: 20px;
	height: 3rem;
	border-right: solid 15px white;
	border-left: solid 15px white;
	border-bottom: solid 6px white;
}
td:first-child {
	color: white;
	font-weight: bold;
	background: #008FD7;
}
@media (max-width: 767px) {
td:first-child {
	padding-right: .5rem;
	padding-left: .5rem;
}
}
td:not(:first-child) {
	text-align: center;
}
td:nth-child(2) {
	background: #FFFCDC;
}
td:nth-child(3) {
	background: #FFF9B2;
}
td:nth-child(4) {
	background: #E3C964;
}
.tblBlue td {
	height: 2rem;
	text-align: center;
	color: white;
	background: #008FD7;
}
.scrollBar {
overflow: auto;　　　　/*tableをスクロールさせる*/
white-space: nowrap;　　/*tableのセル内にある文字の折り返しを禁止*/
}
.scrollBar::-webkit-scrollbar{　　/*tableにスクロールバーを追加*/
 height: 5px;
}
.scrollBar::-webkit-scrollbar-track{　　/*tableにスクロールバーを追加*/
 background: #F1F1F1;
}
.scrollBar::-webkit-scrollbar-thumb {　　/*tableにスクロールバーを追加*/
 background: #BCBCBC;
}
b {
	font-size: 1.3rem;
}
#advantageSelect {
    margin-left: -3.125rem;
    margin-right: -15px;
}
#advantageSelect li {
    margin-bottom: 1rem;
    list-style: none;
    font-weight: bold;
    text-align: center;
}
#advantageSelect li div {
    border: 2px solid #008FD7;
}
@media (max-width: 450px) {
#advantageSelect li div p {
    height: 3.5rem;
}
}
#advantageSelect li a {
    display: inline-block;
    margin: .5rem;
}
#advantageSelect li a:hover {
    text-decoration: none;
}

/* ===============================================================
  Web動画制作の流れ 
=============================================================== */
#workflow li {
    list-style: none;
    margin-left: -2.5rem;
}
@media (min-width: 768px) {
#workflow li {
	position: relative;
}
#workflow li:before {
	position: absolute;
	top: 1rem;
	width: 4px;
	height: 120%;
	content: '';
	background: #97CBF1;
	left: 1.8rem;
}
#workflow li:last-child:before {
	top: 0;
	width: 0;
	height: 0;
}
    #workflow li p {
        margin-left: 3.6rem;
    }
}
#workflow .flowTitle {
	position: relative;
    margin-bottom: 1rem;
    height: 5.5rem;
    border: 4px solid #97CBF1;
    border-radius: 7px;
    font-weight: bold;
    background: white;
}

#workflow .flowTitle:before {
    display: block;
    height: 57px;
    width: 37px;
	overflow: hidden;
	position: absolute;
	left: 3%;
	top: 50%;
	transform: translateY(-50%);
}
#workflow li:nth-child(1) .flowTitle:before {
    content: url("../workflow/images/1.jpg");
}
#workflow li:nth-child(2) .flowTitle:before {
    content: url("../workflow/images/2.jpg");
}
#workflow li:nth-child(3) .flowTitle:before {
    content: url("../workflow/images/3.jpg");
}
#workflow li:nth-child(4) .flowTitle:before {
    content: url("../workflow/images/4.jpg");
}
#workflow li:nth-child(5) .flowTitle:before {
    content: url("../workflow/images/5.jpg");
}
#workflow li:nth-child(6) .flowTitle:before {
    content: url("../workflow/images/6.jpg");
}
#workflow li:nth-child(7) .flowTitle:before {
    content: url("../workflow/images/7.jpg");
}
#workflow li:nth-child(8) .flowTitle:before {
    content: url("../workflow/images/8.jpg");
}
#workflow h3 {
    position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
    margin: 0 1rem 0 4rem;
    padding: 0;
}
/*
#workflow h3 img {
    margin-right: 1rem;
    margin-bottom: 1rem;
}

#workflow img {
    margin-top: 1rem;
}
/* ===============================================================
  よくあるご質問 
=============================================================== */
#faqSelect {
    margin-left: -3.125rem;
    margin-right: -15px;
}
#faqSelect li {
    margin-bottom: 1rem;
    list-style: none;
    font-weight: bold;
    text-align: center;
}
#faqSelect li div {
    border: 2px solid #008FD7;
}
@media (max-width: 450px) {
#faqSelect li div p {
    height: 2.5rem;
}
}
#faqSelect li a {
    display: inline-block;
    margin: .5rem;
}
#faqSelect li a:hover {
    text-decoration: none;
}
#faqSelect_s {
    margin-left: -3.125rem;
    margin-right: -15px;
}
#faqSelect_s li {
    list-style: none;
    font-weight: bold;
}
ul#faq {
    margin-left: -2.5rem;
    list-style: none;
}
ul#faq li, dl#faq dt {
    position: relative;
    margin-bottom: 2.5rem;
    padding-left: 4rem;
}
  
ul#faq li:before, dl#faq dt:before {
    position: absolute;
    left: 0;
    content: "Q";
    width: 3rem;
	height: 3rem;
	background: #81CFF4;
	text-align: center;
	color: white;
    line-height: 2.5rem;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
		font-size: 2rem;
		font-weight: bold;
		border-radius: 5px;
}
dl#faq dd {
    position: relative;
    margin-bottom: 1.5rem;
    padding-left: 4rem;
}
dl#faq dd:before {
    position: absolute;
    left: 0;
    content: "A";
    width: 3rem;
	height: 3rem;
	background: white;
	text-align: center;
	color: #81CFF4;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
		font-size: 2rem;
		font-weight: bold;
    border: 2px solid #81CFF4;
		border-radius: 5px;
}
#faq a {
    text-decoration: underline;
}
.returnButton {
    display: inline-block;
    max-width: 12rem;
    padding: 8px 16px 8px 32px;
    color: #333;
    font-weight: bold;
	background: repeating-linear-gradient(-45deg, #81CFF4, #81CFF4 1px, #CAE5EF 0, #CAE5EF 6px);
    
}
.returnButton:arter {
    width: 0;
height: 0;
border-left: 30px solid black;
border-top: 30px solid transparent;
border-bottom: 30px solid transparent;
}