/*
Theme Name: cocoCALA
Theme URI: https://www.cococa.la
Version: 1.0
Author: cocoCALA
*/
@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700|Montserrat:900|Raleway:300,400,700&display=swap');

/*/////////////////////////////////////////////////////////////////////////
common
/////////////////////////////////////////////////////////////////////////*/

html {
	font-size: 62.5%;
}
body {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	letter-spacing: 0.2em;
	background: #f8f8f8;
	font-size: 1.6rem;
	color: #2a2b2b;
}

* {
	box-sizing: border-box;
}
img {
	vertical-align: bottom;
}
.img-r {
	display: block;
	float: right;
	margin: 0 0 30px 30px;
	box-shadow: 10px 10px 0 rgba(0,0,0,.1);
}

::selection {
	background: none;
	color: #a71cd5;
}

section {
	padding: 100px 0;
}


main {
	display: block;
	height: 100vh;
	overflow: hidden !important;
	z-index: -1 !important;
	position: relative;
}

.red {
	color: #e9175c;
	font-weight: bold;
}
p {
	line-height: 2;
	margin: 0 0 40px 0;
}

main p {
	top: 0;
	left: 0;
	position: absolute;
	font-size: 5vw;
	font-family: 'Raleway', sans-serif;
	font-weight: 900;
	pointer-events: none;
	line-height: 1;
	width: 100%;
	height: 100%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;
	margin: 0;
	color: #fff;
	animation-name: fadein;
	animation-duration: 4s;
	z-index: 1000;
}
@keyframes fadein {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

 a {
	color: #0f7dc2;
	text-decoration: none;
	transition: .3s;
}

 a:hover {
	color:#ff7f7f;
}


header {
	height: 66px;
	background: #fff;
}

header h1 {
	width: 205px;
	float: left;
	margin: 15px 0 0 30px;
}

header .pc-nav {
	float: right;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	font-size: 2.4rem;
}

header .pc-nav ul {
	height: 66px;
	line-height: 66px;
}

header .pc-nav ul li {
	display: inline-block;
	margin: 0 0 0 40px;
	letter-spacing: 0;
}

header .pc-nav ul li a {
	color: #0f7dc2;
	text-decoration: none;
	transition: .3s;
}

header .pc-nav ul li a:hover {
	color:#ff7f7f;
}
header .pc-nav ul li.contact {
	background: #0f7dc2;
	width: 200px;
	text-align: center;
	transition: .3s;
}

header .pc-nav ul li.contact a {
	color: #fff;
	background: url(images/ico_nav_contact.png) center left 10px no-repeat;
	display: block;
	width: 100%;
	height: 100%;
}

header .pc-nav ul li.contact:hover {
	background: #fff;
}

header .pc-nav ul li.contact a:hover {
	color: #ff7f7f;
}

.is-fixed {
	position: fixed;
	top:0;
	left:0;
	z-index: 999;
	width: 100%;
	background-color: rgba(255,255,255,0.87);
}

header.under-nav {
	width: 100%;
	position: fixed;
	top:0;
	left: 0;
	z-index:2;
	background-color: rgba(255,255,255,0.87);

}

.wrap {
	width: 1200px;
	margin: 0 auto;
}
.ttl h2 {
	font-size: 12vw;
	font-family: 'Montserrat', sans-serif;
	font-weight: 900;
	color: rgba(15,125,194,.16);
}

h3.title {
	font-size: 3.0rem;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	color: #0f7dc2;
	display: flex;
	align-items: center;
	margin: 0 0 40px 0;
}

h3.title:after {
	content: "";
	flex-grow: 1;
	height: 1px;
	background: #0f7dc2;
	display: block;
	margin-left: 1em;
}

h4.ttl-4 {
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	font-size: 2.4rem;
	color: #44d0a7;
	border-bottom: 1px solid #ccc;
	padding: 0 0 10px 0;
	margin: 0 0 20px 0;
}

.content {
	margin: -120px 0 0 0;
}

.inner {
	margin: 0 0 100px 0;
}

.btn-shine {
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	font-style: normal;
	color: #0f7dc2;
	display: block;
	font-size: 3.8rem;
	line-height: 80px;
	width: 320px;
	position: relative;
	text-align: center;
	text-decoration: none;
	border: 1px solid transparent;
	outline: 1px solid;
	outline-color: rgba(15,125,194, 0.5);
	outline-offset: 0px;
	text-shadow: none;
	transition: all 1.2s cubic-bezier(0.2, 1, 0.2, 1);
	margin: 0 auto;
}

.btn-shine:hover {
	border-color: #0f7dc2;
	box-shadow: inset 0 0 20px rgba(15,125,194, 0.5), 0 0 20px rgba(15,125,194, 0.2);
	outline-color: transparent;
	outline-offset: 12px;
	cursor: pointer;
	color: #0f7dc2;
}


footer {

}

footer .upper {
	background: #0f7dc2;
	height: 150px;
	line-height: 150px;
}

footer .upper .btn-footer {
	display: block;
	width: 420px;
	text-align: center;
	margin: 0 auto;
	font-size: 3.8rem;
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	background: url(images/ico_footer_email.png) center right no-repeat;
	color: #fff;
	text-decoration: none;
	transition: .3s;
}

footer .upper .btn-footer:hover {
	color:#ff7f7f;
	background: url(images/ico_footer_email_on.png) center right no-repeat;
}

footer .lower {
	background: #fff;
	text-align: center;
	padding: 50px 0 20px 0;
}


footer .sns li {
	display: inline-block;
	width: 35px;
	margin: 0 3px 30px 0;
	transition: .3s;
}

footer .sns li:hover {
	opacity: 0.6;
}

footer .sns li img {
	width: 100%;
}

footer .copyright {
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	font-size: 1.2rem;
	margin: 20px 0 0 0;
}

.under-mv {
	padding: 80px 0 80px 0;
}

.under-mv p {
	margin: 0;
}

.cf::after {
	display: block;
	content: '';
	clear: both;
}


@media(min-width: 768px) {
	.pc-none {
		display: none;
	}

	.sp-nav {
		display: none;
	}
}

@media(max-width: 767px) {
	.sp-none {
		display: none;
	}

	html {
		font-size: 60%;
	}

	img {
		max-width: 100%;
	}
	.img-r {
		display: block;
		float: right;
		margin: 0 0 30px 30px;
		box-shadow: 10px 10px 0 rgba(0,0,0,.1);
	}

	section {
		padding: 50px 0;
	}

	p {
		margin: 0 0 30px 0;
	}

	header {
		height: 50px;
		background: #fff;
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 9999:
	}

	header h1 {
		width: 40%;
		float: left;
		margin: 10px 0 0 15px;
	}

	header nav.pc-nav {
		display: none !important;
	}

	#tubular-container iframe{
		display: none;
	}
	
	main {
		background: url(images/bg_top_mv_sp.jpg) center top no-repeat;
		background-size: cover;
	}
	
	main p {
		font-size: 18vw;
		margin: 0 20px;
	}
	
	#nav-toggle {
		position: fixed;
		top: 10px;
		right: 25px;
		height: 32px;
		cursor: pointer;
	}
	#nav-toggle > div {
		position: relative;
		width: 36px;
	}
	#nav-toggle span {
		width: 100%;
		height: 2px;
		left: 0;
		display: block;
		background: #0075be;
		position: absolute;
		transition: top .5s ease, -webkit-transform .6s ease-in-out;
		transition: transform .6s ease-in-out, top .5s ease;
		transition: transform .6s ease-in-out, top .5s ease, -webkit-transform .6s ease-in-out;
	}
	#nav-toggle span:nth-child(1) {
		top: 0;
	}
	#nav-toggle span:nth-child(2) {
		top: 14px;
	}
	#nav-toggle span:nth-child(3) {
		top: 28px;
	}
	#nav-toggle:hover span:nth-child(1) {
		top: 4px;
	}
	#nav-toggle:hover span:nth-child(3) {
		top: 23px;
	}

	.open #nav-toggle span {
		background: #fff;
	}
	.open #nav-toggle span:nth-child(1) {
		top: 15px;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.open #nav-toggle span:nth-child(2) {
		top: 15px;
		width: 0;
		left: 50%;
	}
	.open #nav-toggle span:nth-child(3) {
		top: 15px;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	/* z-index */
	#nav-toggle {
		z-index: 1000;
	}

	#g-nav-sp {
		background: rgba(0,117,190,.9);
		color: #fff;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 990;
		text-align: center;
		display: flex;
		visibility: hidden;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		font-family: 'Raleway', sans-serif;
		font-weight: 900;
		font-size: 12vw;
		opacity: 0;
		transition: opacity .6s ease, visibility .6s ease;
	}

	#g-nav-sp a {
		display: block;
		color: #fff;
		text-decoration: none;
		padding: 10px 0;
		transition: color .6s ease;
	}
	#g-nav-sp a:hover {
		color: #666;
	}
	#g-nav-sp ul {
		list-style: none;
	}
	#g-nav-sp ul li {
		opacity: 0;
		-webkit-transform: translateX(200px);
		transform: translateX(200px);
		transition: opacity .2s ease, -webkit-transform .6s ease;
		transition: transform .6s ease, opacity .2s ease;
		transition: transform .6s ease, opacity .2s ease, -webkit-transform .6s ease;
	}
	#g-nav-sp ul li:nth-child(2) {
		transition-delay: .15s;
	}
	#g-nav-sp ul li:nth-child(3) {
		transition-delay: .3s;
	}
	#g-nav-sp ul li:nth-child(4) {
		transition-delay: .45s;
	}
	#g-nav-sp ul li:nth-child(5) {
		transition-delay: .6s;
	}
	#g-nav-sp ul li:nth-child(6) {
		transition-delay: .75s;
	}


	/* open */
	.open {
		overflow: hidden;
	}
	.open 	#g-nav-sp {
		visibility: visible;
		opacity: 1;
	}
	.open 	#g-nav-sp li {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
		transition: opacity .9s ease, -webkit-transform 1s ease;
		transition: transform 1s ease, opacity .9s ease;
		transition: transform 1s ease, opacity .9s ease, -webkit-transform 1s ease;
	}

	.is-fixed {
		position: fixed;
		top:0;
		left:0;
		z-index: 9999;
		width: 100%;
		background-color: rgba(255,255,255,0.87);
	}

	.wrap {
		width: 94%;
	}
	.ttl h2 {
		font-size: 12vw;
		font-family: 'Montserrat', sans-serif;
		font-weight: 900;
		color: rgba(15,125,194,.46);
	}

	h3.title {
		font-size: 2.6rem;
		margin: 0 0 30px 0;
	}

	h4.ttl-4 {
		font-family: 'Raleway', sans-serif;
		font-weight: 300;
		font-size: 2.4rem;
		color: #44d0a7;
		border-bottom: 1px solid #ccc;
		padding: 0 0 10px 0;
		margin: 0 0 20px 0;
	}

	.content {
		margin: 0;
	}

	.inner {
		margin: 0 0 50px 0;
	}

	.btn-shine {
		font-size: 3.2rem;
		width: 100%;
		position: static;
	}


	footer .upper .btn-footer {
		width: 100%;
		font-size: 3.2rem;
	}

	footer .lower {
		background: #fff;
		text-align: center;
		padding: 30px 0 20px 0;
	}

	footer .sns li {
		display: inline-block;
		width: 50px;
		margin: 0 10px 30px 10px;
		transition: .3s;
	}

	footer .sns li:hover {
		opacity: 0.6;
	}

	.under-mv {
		padding: 80px 0 20px 0;
	}

	.under-mv p {
		margin: 0;
	}

	.cf::after {
		display: block;
		content: '';
		clear: both;
	}
}


/*/////////////////////////////////////////////////////////////////////////
top
/////////////////////////////////////////////////////////////////////////*/

.segmenter {
	width: auto;
}


.top-service {
	background: #fff;
}

.top-service ul {
	overflow: hidden;
	margin: 0 0 60px 0;
}

.top-service ul li {
	width: 200px;
	float: left;
}

.top-works {
	background: url(images/bg_top_works.jpg) center top no-repeat;
	background-size: cover;
}

.top-news {
	padding: 100px 0;
	overflow: hidden;
	background: url(images/bg_top_news.jpg) center bottom no-repeat;
	background-size: cover;
}

.news-video {
	padding: 100px 0;
	position: relative;
	background: #000;
}

.mbYTP_wrapper {
	top: -40% !important;
}

.YTPOverlay {
	display: none;
}

.top-news dl {
	margin: 0 0 60px 190px;
}
.top-news dl dt {
	font-family: 'Raleway', sans-serif;
	color: #fff;
	font-weight: 400;
	width: 170px;
	float: left;
	clear: left;
}

.top-news dl dd {
	margin: 0 0 25px 170px;
}

.top-news dl dd a {
	color: #fff;
	text-decoration: none;
	transition: .3s;
}

.top-news dl dd a:hover {
	color:#ff7f7f;
}


@media(max-width: 767px) {

	.top-service ul {
		overflow: hidden;
		margin: 0 0 30px 0;
	}

	.top-service ul li {
		width: 31%;
		float: left;
		margin: 0 1%;
	}


	.top-works {
		background: url(images/bg_top_works_sp.jpg) center top no-repeat;
	}

	.top-news {
		padding: 50px 0;
		height: auto;
		background: url(images/bg_top_news_sp.jpg) center bottom no-repeat;
		overflow: hidden;
		background-size: cover;
	}


	.top-news dl {
		margin: 0 0 30px 0;
	}
	.top-news dl dt {
		width: 100%;
		float: none;
		margin: 0 0 10px 0;
		clear: left;
	}

	.top-news dl dd {
		margin: 0 0 25px 0;
	}
}


/*/////////////////////////////////////////////////////////////////////////
under
/////////////////////////////////////////////////////////////////////////*/

.breadcrumb {
	font-size: 1.2rem;
	margin: 10px 0 40px 10px;
	display: flex;
	flex-wrap: wrap;
}

.breadcrumb a {
	text-decoration: none;
	transition: .3s;
}

.breadcrumb a:hover {
	color: #ff7f7f;
}
.breadcrumb li {
	display: inline-block;
	position: relative;
	padding-right: calc(16px + 8px);
	margin-right: 8px;
}

.breadcrumb li::before {
	content: '>';
	width: 1em;
	height: 1em;
	line-height: 1;
	text-align: center;
	font-size: 1em;
	color: inherit;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.breadcrumb li:last-child {
	margin-right: 0;
	padding-right: 0;
}

.breadcrumb li:last-child:before {
	content: normal;
}

.under-mv.about {
	background: linear-gradient( 85deg, rgba(15, 125, 194, 0.16), rgba(210, 0, 255, 0.18)),url(images/bg_main_about.jpg) center top no-repeat;
	background-size: cover;
}

.under-mv.service {
	background: linear-gradient( 85deg, rgba(15, 125, 194, 0.16), rgba(210, 0, 255, 0.18)),url(images/bg_main_service.jpg) center top no-repeat;
	background-size: cover;
}

.under-mv.works {
	background: linear-gradient( 85deg, rgba(15, 125, 194, 0.16), rgba(210, 0, 255, 0.18)),url(images/bg_main_works.jpg) center top no-repeat;
	background-size: cover;
}

.under-mv.pricing {
	background: linear-gradient( 85deg, rgba(15, 125, 194, 0.16), rgba(210, 0, 255, 0.18)),url(images/bg_main_pricing.jpg) center top no-repeat;
	background-size: cover;
}

.under-mv.contact {
	background: linear-gradient( 85deg, rgba(15, 125, 194, 0.16), rgba(210, 0, 255, 0.18)),url(images/bg_main_contact.jpg) center top no-repeat;
	background-size: cover;
}

.under-mv.news {
	background: linear-gradient( 85deg, rgba(15, 125, 194, 0.16), rgba(210, 0, 255, 0.18)),url(images/bg_main_news.jpg) center top no-repeat;
	background-size: cover;
}

.skill {
	width: 60%;
	margin: 0 auto;
}

.skill dt {
	width: 180px;
	float: left;
	clear: left;
	margin: 0 0 0 20px;
}

.skill dd {
	padding: 0 0 20px 180px;
	border-bottom: 1px solid #d5d5d5;
	margin: 0 0 20px 0;
}

.service-menu {
	margin: 0 0 40px 0;
	text-align: center;
}

.service-menu li {
	display: inline-block;
	margin: 0 20px;
}

.flow-chart {

}

.flow-chart li {

}

.flow-chart li .flow-num {
	width: 60px;
	height: 60px;
	background: #0f7dc2;
	padding: 11px 0 0 0;
	float: left;
}

.flow-chart li .flow-num p {
	font-family: 'Raleway', sans-serif;
	color: #fff;
	text-align: center;
	line-height: 1.3;
	margin: 0;
}

.flow-chart li .detail {
	margin: 0 0 0 100px;
}

.flow-chart li .detail h4 {
	color: #0f7dc2;
	font-weight: 700;
	border-bottom: 1px solid #0f7dc2;
	padding: 0 0 10px 0;
}

.tbl-price {
	width: 100%;
	font-family: 'Raleway', 'Noto Sans JP', sans-serif;
	margin: 0 0 80px 0;
}

.tbl-price tr {
	border-bottom: 1px solid #dfdfdf;
}

.tbl-price th {
	font-weight: bold;
	vertical-align: middle;
	width: 220px;
	text-align: left;
	padding: 10px;
	line-height: 1.8;
}

.tbl-price td {
	padding: 10px;
	line-height: 1.8;
	vertical-align: middle;
}


.tbl-price td.second {
	width: 200px;
}

.contact-wrap {
	width: 800px;
	margin: 0 auto 60px auto;
}
.contact-wrap dt {
	margin: 0 0 10px 0;
}

.contact-wrap dd {
	margin: 0 0 30px 0;
}

.input-text {
	width: 50%;
	height: 50px;
	padding: 0 10px;
	-webkit-transition: width .3s;
	transition: width .3s,height .3s ease-in-out;
	outline: none;
	border-bottom: 1px solid #aaa;
	border-right: none;
	border-top: none;
	border-left: none;
	background: #fff;
}
.input-text:focus {
	width: 100%;
	height: 70px;
	box-shadow: 0 0 7px #0f7dc2;
	border: none;
}
.input-budget {
	width: 30%;
	height: 50px;
	padding: 0 10px;
	font-size: 1.6rem;
	-webkit-transition: width .3s;
	transition: width .3s;
	outline: none;
	border-bottom: 1px solid #aaa;
	border-right: none;
	border-top: none;
	border-left: none;
	background: #fff;
	margin: 0 10px 0 0;
}

.input-budget:focus {
	width: 50%;
	height: 70px;
	box-shadow: 0 0 7px #0f7dc2;
	border: none;
	-webkit-transition: width .3s;
	transition: width .3s,height .3s ease-in-out;
}

.input-textarea {
	width: 50%;
	height: 150px;
	padding: 0 10px;
	font-size: 1.6rem;
	-webkit-transition: width .3s;
	transition: width .3s;
	outline: none;
	border-bottom: 1px solid #aaa;
	border-right: none;
	border-top: none;
	border-left: none;
	background: #fff;
}

.input-textarea:focus {
	width: 100%;
	height: 200px;
	box-shadow: 0 0 7px #0f7dc2;
	border: none;
	-webkit-transition: width .3s;
	transition: width .3s,height .3s ease-in-out;
}

::placeholder {
	color: #d6d6d6;
}
:-ms-input-placeholder {
	color: #d6d6d6;
}
::-ms-input-placeholder {
	color: #d6d6d6;
}
.btn-submit {
	line-height: 60px;
	height: 60px;
	text-align: center;
	width: 250px;
	cursor: pointer;
	margin: 0 auto;
	display: block;
	background: none;
	border: none;
}

.btn-submit:hover {
	color: #ac21e6;
}

.btn-submit {
	color: #555;
	transition: all 0.5s;
	position: relative;
}

.btn-submit span {
	z-index: 2;
	display: block;
	width: 100%;
	height: 100%;
}

.btn-submit::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	transition: all 0.5s;
	border: 1px solid #555;
	background-color: rgba(255,255,255,0.1);
}

.btn-submit::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	transition: all 0.5s;
	border: 1px solid #555;
	background-color: rgba(255,255,255,0.1);
}

.btn-submit:hover::before {
	transform: rotate(-45deg);
	background-color: rgba(255,255,255,0);
	border: 1px solid rgba(219,21,193,.5);
}
.btn-submit:hover::after {
	transform: rotate(45deg);
	background-color: rgba(255,255,255,0);
	border: 1px solid rgba(83,24,132,.5);
}

.left-container {
	width: 800px;
	float: left;
}

.left-container .article {
	overflow: hidden;
	margin: 0 0 40px 0;
	box-shadow: 5px 5px 20px rgba(0,0,0,.3);
	transition: all .5s;
}

.left-container .article a {
	display: block;
	width: 100%;
	height: 100%;
	color: inherit;
}

.left-container .article:hover {
	box-shadow: 0 0 10px rgba(0,0,0,.1);
}

.left-container .thumb {
	width: 260px;
	float: left;
	overflow:hidden;
}

.left-container .thumb img {
	width: 100%;
	height: 100%;
	display: block;
	transition-duration: .3s;
}

.left-container .article:hover .thumb img {
	transform: scale(1.1);
}

.left-container .article .description {
	width: 530px;
	float: right;
	padding: 10px;
}

.left-container .data {
	font-family: 'Raleway', 'Noto Sans JP', sans-serif;
	font-size: 1.2rem;
	color: #999;
	margin: 0 0 10px 0;
}

.left-container .data li {
	display: inline-block;
}

.left-container .data li:after {
	content: "|";
	margin: 0 10px;
}

.left-container .data li:last-child:after {
	content: none;
}

.left-container .description h2 {
	font-size: 1.8rem;
	margin: 0 0 15px 0;
}

.left-container .description p {
	line-height: 1.7;
	margin: 0;
}

.left-container .description p a {
	color: #2a2b2b;
}

.right-container {
	width: 320px;
	float: right;
}

.right-container .widget {
	margin: 0 0 30px 0;
}

.right-container .widget h2 {
	text-align: left;
	font-size: 1.6rem;
	background: #dfdfdf;
	padding: 5px;
	margin: 0 0 10px 0;
}

.right-container .widget ul {
	margin: 0 10px;
	font-size: 1.4rem;
}

.right-container .widget ul li {
	border-bottom: 1px solid #e6e6e6;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
}

.right-container .widget ul li a {
	text-decoration :none;
	transition: all .3s;
	color: #0f7dc2;
}

.right-container .widget ul li a:hover {
	color: #ff7f7f;
}

.left-container .post h1 {
	font-size: 2.4rem;
	border-bottom: 1px solid #dfdfdf;
	padding: 0 0 15px 0;
	margin: 0 0 30px 0;
	color: #0f7dc2;
}

.left-container .post .back-link {
	margin: 50px 0 0 0;
}

.left-container .back-link a {
	color: #ff7f7f;
	transition: .3s;
	text-decoration: none;
	border: 1px solid #f3f3f3;
	border-radius: 8px;
	padding: 10px;
	box-shadow: 0 0 10px rgba(0,0,0,.3);
}

.left-container .back-link a:hover {
	color: #0f7dc2;
	box-shadow: 0 0 5px rgba(0,0,0,.1);
}

.profile dt {
	width: 200px;
	float: left;
	clear: left;
	line-height: 1.8;
}

.profile dd {
	padding: 0 0 15px 200px;
	margin: 0 0 15px 0;
	border-bottom: 1px dotted #ccc;
	line-height: 1.8;
}

.pp-box {
	margin: 0 0 40px 0;
}

.pp-box h2 {
	font-size: 2.6rem;
	font-weight: 900;
	margin: 0 0 20px 0;
	line-height: 2;
}

.pp-box h3 {
	font-size: 2.6rem;
	font-weight: 900;
	border-left: 3px soldi #333;
	border-bottom: 1px solid #333;
	padding: 0 0 10px 10px;
	margin: 0 0 10px 0;
	line-height: 2;
}

.pp-box p {
	margin: 0 0 10px 0;
}

.pp-box ol {
	list-style-type: decimal;
	margin: 0 0 10px 2em;
	line-height: 2;
}

.pp-box ol li {
	line-height: 2;
}

.pp-box ol li ol {
	list-style-type: lower-latin;
}

.pp-box .in-box {
	border: 1px solid #666;
	padding: 10px;
}

.pp-box .in-box dl dt {
	width: 100px;
	float: left;
	clear: left;
	line-height: 2;
}

.pp-box .in-box dl dd {
	line-height: 2;
	margin: 0 0 0 100px;
}

.policy {
	font-size: 1.3rem;
	margin: 20px 0 0 0;
}

.policy a {
	color: #999;
}

@media(max-width: 767px) {

	.breadcrumb {
		margin: 10px 0 20px 10px;
	}


	.under-mv.about {
		background: linear-gradient( 85deg, rgba(15, 125, 194, 0.16), rgba(210, 0, 255, 0.18)),url(images/bg_main_about.jpg) right top no-repeat;
		background-size:cover;
	}

	.under-mv.service {
		background: linear-gradient( 85deg, rgba(15, 125, 194, 0.16), rgba(210, 0, 255, 0.18)),url(images/bg_main_service.jpg) center top no-repeat;
		background-size: cover;
	}

	.under-mv.works {
		background: linear-gradient( 85deg, rgba(15, 125, 194, 0.16), rgba(210, 0, 255, 0.18)),url(images/bg_main_works.jpg) center top no-repeat;
		background-size: cover;
	}

	.under-mv.pricing {
		background: linear-gradient( 85deg, rgba(15, 125, 194, 0.16), rgba(210, 0, 255, 0.18)),url(images/bg_main_pricing.jpg) center top no-repeat;
		background-size: cover;
	}

	.under-mv.contact {
		background: linear-gradient( 85deg, rgba(15, 125, 194, 0.16), rgba(210, 0, 255, 0.18)),url(images/bg_main_contact.jpg) center top no-repeat;
		background-size: cover;
	}

	.under-mv.news {
		background: linear-gradient( 85deg, rgba(15, 125, 194, 0.16), rgba(210, 0, 255, 0.18)),url(images/bg_main_news.jpg) center top no-repeat;
		background-size: cover;
	}

	.skill {
		width: 100%;
		margin: 0 auto;
	}

	.skill dt {
		width: 100%;
		float: none;
		clear: left;
		margin: 0 0 10px 0;
	}

	.skill dd {
		padding: 0 0 20px 0;
		margin: 0 0 20px 0;
	}

	.skill dd img {
		margin: 0 10px 0 0;
	}

	.service-menu {
		margin: 0 0 30px 0;
	}

	.service-menu li {
		display: inline-block;
		width: 46%;
		margin: 1%;
	}

	.flow-chart li .flow-num {
		padding: 6px 0 0 0;
	}

	.flow-chart li .detail {
		margin: 0 0 0 70px;
	}

	.tbl-price {
		width: 100%;
		margin: 0 0 40px 0;
	}

	.tbl-price th {
		width: 100%;
		display: block;
		padding: 10px 5px 5px 5px;
	}

	.tbl-price td {
		display: block;
		width: 100%;
		padding: 5px 5px 10px 5px;
		line-height: 1.8;
		vertical-align: middle;
	}

	.tbl-price td.second {
		width: 100%;
		padding: 5px;
	}

	.contact-wrap {
		width: 100%;
		margin: 0 auto 60px auto;
	}
	.contact-wrap dt {
		margin: 0 0 10px 0;
	}

	.contact-wrap dd {
		margin: 0 0 30px 0;
	}

	.input-text {
		width: 100%;
	}
	.input-text:focus {
		height: 70px;
	}

	.input-budget:focus {
		width: 50%;
		height: 70px;
		box-shadow: 0 0 7px #0f7dc2;
		border: none;
		-webkit-transition: width .3s;
		transition: width .3s,height .3s ease-in-out;
	}

	.input-textarea {
		width: 100%;
	}

	.input-textarea:focus {
		height: 200px;
		box-shadow: 0 0 7px #0f7dc2;
		border: none;
		-webkit-transition: width .3s;
		transition: width .3s,height .3s ease-in-out;
	}

	.left-container .article a {
		text-decoration: none;
	}

	.left-container {
		width: 100%;
		float: none;
		margin: 0 0 40px 0;
	}

	.left-container .thumb {
		width: 100%;
		float: none;
		overflow:hidden;
	}

	.left-container .article .description {
		width: 100%;
		float: none;
		padding: 10px;
	}

	.left-container .description h2 {
		line-height: 1.6;
	}

	.right-container {
		width: 100%;
		float: none;
	}

	.right-container .widget {
		margin: 0 0 20px 0;
	}

	.right-container .widget h2 {
		padding: 10px 5px;
	}

	.right-container .widget ul {
		margin: 0 10px;
		font-size: 1.6rem;
		line-height: 1.6;
	}

	.left-container .post h1 {
		font-size: 2.1rem;
		line-height: 1.7;
	}
	
	.pp-box {
	margin: 0 0 40px 0;
}

.pp-box h2 {
	font-size: 2.1rem;
}

.pp-box h3 {
	font-size: 2.1rem;
	line-height: 2;
}

}