@charset "utf-8";

*,
*::before,
*::after {
	box-sizing: border-box;
}

body {
	color: #000000;
	font-family: "Noto Sans Japanese";
	font-size: 15px;
	min-width: 1080px;
}

@media(max-width:600px) {
	body {
		min-width: 100%;
	}
}

h1,
h2,
h3,
h4,
p,
dl {
	margin: 0;
}

img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

.container {
	margin: 0 auto;
	width: 1080px;
}

.flexbox {
	display: flex;
}
.flexwrap{
	flex-wrap: wrap;
}

.br-sp {
	display: none;
}

.btn {
	/*height width font-size 個別指定*/
	background-color: #ff931e;
	border-radius: 4px;
	border-style: none;
	box-shadow: 0 4px #8f5310;
	color: #ffffff;
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
	position: relative;
	top: 0;
	transition: .2s box-shadow, .2s top, .4s background;
}

.btn:hover {
	box-shadow: 0 3px #8f5310;
	top: 1px;
}

.btn:active {
	box-shadow: 0 0 #ff931e;
	top: 4px;
}

.btn-large {
	font-size: 30px;
	height: 90px;
	width: 503px;
}

.tel .fa-phone {
	color: #4690dc;
	transform: rotateY(180deg);
}

/*各コンテンツ背景*/
.bg {
	width: 100%;
}

/*.bg-2 共通*/
.bg-2 {
	background-color: #e7eef4;
}

.title-box {
	background-color: #063796;
	padding: 40px 0;
	position: relative;
	margin-bottom: 40px;
}

.title-box::after {
	content: "";
	position: absolute;
	bottom: -40px;
	left: 0;
	right: 0;
	width: 0;
	height: 0;
	margin: auto;
	border-style: solid;
	border-color: #063796 transparent transparent transparent;
	border-width: 40px 60px 0 60px;
}

.title-box h2 {
	color: #ffffff;
	font-size: 38px;
	line-height: 1.3;
	font-weight: 800;
	text-align: center;
}

.title-box h2 .yellow {
	color: #ffde21;
}

.title-box h2 strong {
	font-size: 62px;
}

/*header*/
header {
	height: 93px;
	padding: 12px 0 6px;
}

header .flexbox {
	align-items: center;
	justify-content: space-between;
}

header .header-contact-sp {
	display: none;
}

header .header-contact p {
	font-weight: bold;
	text-align: center;
}

header .header-contact .btn {
	font-size: 19px;
	height: 56px;
	width: 227px;
	margin-right: 33px;
}

header .header-contact .btn .pc-none {
	display: none;
}

header .tel {
	font-size: 37px;
	font-weight: bold;
}

header .time {
	font-size: 14px;
	margin-top: 7px;
}

/*#catch*/
#catch {
	/*background-color: #4690dc;*/
    background-image:url("../img/main_bk.jpg")	;
    background-repeat: repeat-x;
        /*padding: 50px 0;*/
}

/*
#catch .catch-l {
	width: 511px;
	margin-right: 22px;
}
#catch .catch-r {
	width: 547px;
}
#catch .btn{
	margin-top: 30px;
}
*/

/*Youtube*/
#youtube .container {
	padding-top: 40px;
	padding-bottom: 60px;
	width: 800px;
}

#youtube h2 {
	font-size: 38px;
	font-weight: 900;
	text-align: center;
	margin-bottom: 30px;
}

#youtube .color-orange {
	color: #EF7622;
}

#youtube .youtube-box {
	width: 100%;
	padding-bottom: 56.25%;
	height: 0;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

#youtube .youtube-box>iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

/*magazine-box*/
#magazine-box {
	padding: 50px 0;
}

#magazine-box .container>div {
	background-image: url(../img/magazine_bg.png);
	background-repeat: no-repeat;
	background-position: center right;
	border: 3px solid #a7e1c7;
	justify-content: space-between;
}

header .header-contact>span {
	display: none;
}

#magazine-box .text-box {
	padding: 34px 0 34px 40px;
}

#magazine-box .text-box h3 {
	color: #22b573;
	font-size: 36px;
	font-weight: 900;
	line-height: 1.4;
}

#magazine-box .text-box p {
	font-size: 20px;
	line-height: 1.6;
	margin-top: 20px;
}

#magazine-box .img-box {
	width: 400px;
	margin-right: 20px;
}

#magazine-box .img-box img {
	padding-top: 15px;
}

/*problem*/
#problem {
	background-color: #333;
	background-image: url(../img/bg_img1.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 50px 0 70px;
}

#problem h3 {
	color: #ffffff;
	font-size: 36px;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 50px;
	text-align: center;
}

#problem .contents-box {
	background-color: #ffffff;
	padding: 50px 110px;
}

#problem .contents-box dl {
	clear: both;
	display: block;
}

#problem .contents-box dt {
	background-color: #333;
	color: #ffffff;
	display: block;
	float: left;
	font-size: 23px;
	height: 38px;
	line-height: 1.6;
	text-align: center;
	width: 138px;
	margin-bottom: 20px;
	vertical-align: middle;
}

#problem .contents-box .cost {
	background-color: #1b1464;
}

#problem .contents-box .certainty {
	background-color: #6a005d;
}

#problem .contents-box .quick {
	background-color: #006837;
}

#problem .contents-box dd {
	color: #1a1a1a;
	float: left;
	font-size: 27px;
	font-weight: bold;
	height: 38px;
	margin-left: 30px;
}

#problem .contents-box dd .red {
	color: #c1272d;
	font-size: 36px;
}

#problem .contents-box p {
	clear: both;
	color: #063796;
	font-size: 38px;
	font-weight: 900;
	line-height: 1.4;
	padding-top: 30px;
	text-align: center;
}

/*prodacts*/
#products .number {
	align-items: center;
	background-color: #ffde21;
	border-radius: 48px;
	color: #1a1a1a;
	font-size: 30px;
	font-weight: bold;
	justify-content: center;
	margin: 0 auto 1em;
	text-align: center;
	height: 48px;
	width: 400px;
}

#products .container>section {
	padding-top: 50px;
	padding-bottom: 70px;
}

#products .container>section:last-of-type {
	padding-top: 0;
}

#products h3 {
	color: #063796;
	font-size: 62px;
	font-weight: 900;
	line-height: 1.3;
	margin-bottom: 50px;
	text-align: center;
}

#products h3 span {
	font-size: 34px;
	position: relative;
}

#products h3 span:before {
	position: absolute;
	content: "";
	width: 75%;
	height: 2px;
	display: inline-block;
	background: #063796;
	bottom: 40%;
	left: -90%;
}

#products h3 span:after {
	position: absolute;
	content: "";
	width: 75%;
	height: 2px;
	display: inline-block;
	background: #063796;
	bottom: 40%;
	right: -90%;
}

#products .points {
	background-color: #ffffff;
	border: 6px solid #d1deea;
	margin-bottom: 20px;
}

#products .points:last-child {
	margin-bottom: 0;
}

#products .text-box {
	padding: 25px 0 25px 40px;
	width: 694px;
}

#products .points .img-box {
	padding-top: 20px;
	padding-left: 30px;
	padding-right: 15px;
	width: 370px;
}

#products .point-title {
	align-items: center;
}

#products .points h4 {
	color: #063796;
	font-size: 34px;
	font-weight: 900;
	margin-left: 16px;
	vertical-align: middle;
}

#products .point-icon {
	align-items: center;
	background-color: #063796;
	border-radius: 63px;
	color: #ffffff;
	flex-direction: column;
	font-weight: bold;
	justify-content: center;
	height: 63px;
	width: 63px;
}

#products .point-icon .point-head {
	font-size: 12px;
	margin-top: 5px;
}

#products .point-icon .point-number {
	font-size: 28px;
}

#products .text-box>p {
	font-size: 18px;
	line-height: 1.6;
	margin-top: 20px;
}

#products .text-box>p .red {
	color: #c1272d;
	font-weight: bold;
}

#products .more-detail-document {
	font-size: 18px;
	text-align: center;
	margin-top: 2em;
}

/*durham_type*/
#products .durham_type_title{
	margin: 10px 40px 20px 40px;
	font-size: 24px;
	font-weight: 900;
}
#products .durham_type{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
}
#products ul.durham_type{
	list-style: none;
	margin: 0 40px 40px 40px;
	padding: 0;
}
#products .durham_type li{
	width: 32%;
	margin: 0 0 20px 0;
	padding: 0;
	line-height: 1.4;
}
#products .durham_type li h3{
	color: #4fbabc;
	font-size: 24px;
	text-align: left;
	font-weight: 600;
	border-bottom: 1px solid #4fbabc;
	padding: 0 0 5px 0;
}
#products .durham_type .icon{
	display: flex;
	margin: 10px 0;
}
#products .durham_type .icon p{
	background-color: #b1dbd8;
	padding: 5px 8px;
	border-radius: 100vh;
	margin: 0 10px 0 0;
}
#products .durham_type .midashi{
	font-size: 18px;
	font-weight: bold;
	padding: 0 0 5px 0;
}

/* 気泡除去 */
.btn_bubble{
	width: 80%;
	margin: 50px auto 0 auto;
}
#bubble .contents-box{
	margin: 0 0 50px 0;
	padding: 75px 0 90px 0;
}
#bubble .txt_intro{
	font-size: 22px;
	margin: 0 0 40px 0;
}
.bubble_flow{
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.bubble_flow li{
	width: calc((100% / 2) - 20px);
	font-size: 20px;
	margin: 0 0 40px 0;
}
.bubble_flow li p{
	padding: 10px 10px 0 10px;
}



/**************************************************
スマホ表示
**************************************************/

@media(max-width: 600px) {
	.container {
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}

	.br-sp {
		display: block;
	}

	/*.bg-2 共通*/
	.title-box {
		margin-bottom: 40px;
		padding: 20px 0;
	}

	.title-box::after {
		bottom: -20px;
		border-width: 20px 40px 0 40px;
	}

	.title-box h2 {
		font-size: 16px;
		line-height: 1.6;
	}

	.title-box h2 strong {
		font-size: 24px;
	}

	/*header*/
	header {
		background-color: #fff;
		height: 57px;
		padding: 0;
		position: fixed;
		width: 100%;
		z-index: 99;
	}

	header .container {
		padding-right: 0;
	}

	header .logo {
		padding-top: 5px;
		padding-bottom: 5px;
	}

	header .logo img {
		height: 47px;
		width: auto;
	}

	header .header-contact {
		display: none;
	}

	header .header-contact-sp {
		display: flex;
	}

	header .header-contact-sp a {
		align-items: center;
		color: #ffffff;
		display: flex;
		font-size: 30px;
		justify-content: center;
		height: 57px;
		width: 57px;
		text-decoration: none;
	}

	header .header-contact-sp .contact {
		background-color: #ed1b24;
	}

	header .header-contact-sp .contact:hover,
	header .header-contact-sp .contact:active {}

	header .header-contact-sp .fa-envelope {}

	header .header-contact-sp .tel {
		background-color: #22b573;
	}

	header .header-contact-sp .tel:hover,
	header .header-contact-sp .tel:active {}

	header .header-contact-sp .fa-phone-volume {
		transform: rotate(-45deg);
	}

	/*catch*/
	#catch {
		padding-top: 57px;
	}

	/*durham_type*/
	#products .points .size-s{
		text-align: center;
	}
	#products .points .size-s img{
		width: 70%!important;
	}
	#products .durham_type_title{
		margin: 20px 0 15px 0;
		font-size: 20px;
	}
	#products ul.durham_type{
		margin: 0;
	}
	#products .durham_type li{
		width: 48%;
	}
	#products .durham_type li h3{
		font-size: 20px;
	}
	#products .durham_type .icon{
		display: block;
		margin: 10px 0;
	}
	#products .durham_type .icon p{
		margin-bottom: 5px;
		font-size: 12px;
	}
	#products .durham_type .midashi{
		font-size: 16px;
	}

	/*Youtube*/
	#youtube .container {
		padding-top: 20px;
		padding-bottom: 30px;
		width: 100%;
	}

	#youtube h2 {
		font-size: 20px;
		margin-bottom: 15px;
	}

	/*magazine*/
	#magazine-box {
		padding: 30px 0;
	}

	#magazine-box .container>div {
		background-position: bottom;
		background-size: contain;
		flex-direction: column;
		padding: 15px 8px;
	}

	#magazine-box .text-box {
		padding: 0;
	}

	#magazine-box .text-box h3 {
		font-size: 18px;
		text-align: center;
	}

	#magazine-box .text-box p {
		font-size: 12px;
		text-align: center;
	}

	#magazine-box .img-box {
		margin: 0 auto;
		max-width: 400px;
		width: 100%;
	}

	/*problem*/
	#problem {
		padding: 40px 0;
	}

	#problem h3 {
		font-size: 18px;
		line-height: 1.6;
		margin-bottom: 25px;
	}

	#problem .contents-box {
		padding: 35px 15px;
	}

	#problem .contents-box dt {
		font-size: 12px;
		height: 20px;
		width: 60px;
		margin-top: 5px;
		margin-bottom: 10px;
		width: 20%;
	}

	#problem .contents-box dd {
		font-size: 14px;
		font-weight: bold;
		height: inherit;
		line-height: 1.6;
		margin-bottom: 10px;
		margin-left: 0;
		padding-left: 24px;
		width: 80%;
	}

	#problem .contents-box dd .red {
		font-size: 18px;
	}

	#problem .contents-box p {
		font-size: 18px;
		line-height: 1.6;
	}

	/*prodacts*/
	#products .number {
		border-radius: 25px;
		font-size: 12px;
		height: 25px;
		width: 150px;
	}

	#products .container>section {
		padding-top: 30px;
		padding-bottom: 50px;
	}

	#products h3 {
		font-size: 28px;
		line-height: 1.3;
		margin-bottom: 10px;
	}

	#products h3 span {
		font-size: 16px;
	}

	#products .points {
		border-width: 4px;
		flex-direction: column;
		margin-bottom: 15px;
		padding: 35px 15px;
	}

	#products .text-box {
		width: 100%;
		padding: 0;
	}

	#products .points .img-box {
		width: 100%;
		padding: 0;
		margin-top: 20px;
	}

	#products .points h4 {
		font-size: 20px;
		line-height: 1.3;
		margin-left: 10px;
	}

	#products .point-icon {
		border-radius: 50px;
		height: 50px;
		width: 50px;
		min-width: 50px;
	}

	#products .point-icon .point-head {
		font-size: 8px;
	}

	#products .point-icon .point-number {
		font-size: 16px;
	}

	#products .text-box>p {
		font-size: 14px;
		line-height: 1.6;
	}

	#products .more-detail-document {
		font-size: 16px;
	}
	
/* 気泡除去 */

#bubble .txt_intro{
	font-size: 16px;
	margin: 10px 0 20px 0;
}
.bubble_flow{
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.bubble_flow li{
	width: 100%;
	font-size: 16px;
	margin: 0 0 20px 0;
}
.btn_bubble{
	width: 100%;
	margin: 30px auto 0 auto;
}

}

/*** 吉村ここから ***/
.initialize {
	line-height: 1.75;
	font-weight: 300;
}

.initialize ol,
.initialize ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.initialize li {
	list-style: none;
}

.strong_under_line {
	background: -webkit-linear-gradient(transparent 70%, #ffde21 0%);
	background: -o-linear-gradient(transparent 70%, #ffde21 0%);
	background: linear-gradient(transparent 70%, #ffde21 0%);
}

.align-center {
	align-items: center;
}

.bg-accent {
	background: #E7EEF4;
}

.heading-sub {
	color: #063796;
	font-size: 42px;
	font-weight: 800;
	line-height: 1.3;
	letter-spacing: -0.05em;
	text-align: center;
	margin-top: 0;
	margin-bottom: 40px;
}

.heading-circle {
	font-size: 30px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	background: #063796;
	max-width: 400px;
	border-radius: 50px;
	margin-left: auto;
	margin-right: auto;
}

.box-border {
	padding: 70px 60px;
	background: #FFF;
	border: 6px solid #d1deea;
}

.ic-check-list>li {
	font-size: 33px;
	line-height: 2;
	font-weight: bold;
	padding-left: 65px;
	background: url(../img/check.png) no-repeat center left;
}

@media(max-width:600px) {
	.container {
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}

	.xs-hidden {
		display: none;
	}

	.initialize>.contents-box {
		font-size: 14px;
		line-height: 1.6;
	}

	.initialize>.contents-box {
		padding-top: 0 !important;
		padding-bottom: 50px !important;
	}

	.initialize .flexbox {
		display: block;
	}

	.initialize .flexbox>div,
	.initialize .flexbox>ul {
		width: 100% !important;
	}

	.heading-sub {
		font-size: 19px;
		margin: 1em 0;
	}

	.heading-circle {
		font-size: 18px;
		max-width: 250px;
		margin-top: 0.5em !important;
		margin-bottom: 1em !important;
	}

	.box-border {
		padding: 1em !important;
		border-width: 4px;
	}

	.ic-check-list>li {
		line-height: 1.25 !important;
		margin-bottom: 0.5em;
		padding-left: 1.5em;
		background: url(../img/check.png) no-repeat left 0.15em / 1em;
	}

	#price .title-box h2,
	#flow .title-box h2,
	#bubble .title-box h2{
		font-size: 24px;
	}
}

/**/
#result .contents-box {
	background: url(../img/contents05_bg.png) no-repeat top right;
	padding-top: 100px;
	padding-bottom: 70px;
	margin-top: -40px;
}

#result h3 {
	font-size: 45px;
	line-height: 1.3;
}

#result .text-strong {
	color: #ef6a00;
	font-size: 58px;
	font-weight: bold;
	vertical-align: text-bottom;
	margin-bottom: 60px;
}

#result .text-strong strong {
	font-size: 100px;
	font-weight: 800;
}

#result li {
	font-size: 28px;
	line-height: 2;
	font-weight: 800;
}

#result li strong {
	font-size: 34px;
}

@media(max-width:600px) {
	#result .contents-box {
		padding-top: 50px !important;
		background: url(../img/contents05_bg.png) no-repeat top right;
	}

	#result .xs-bg-box {
		background: rgba(255, 255, 255, 0.8);
		padding: 1.75em;
	}

	#result h3 {
		text-align: center;
		font-size: 20px;
		line-height: 1.3;
		margin-bottom: 0;
	}

	#result .text-strong {
		font-size: 7vw;
		text-align: center;
		line-height: 1.25;
		font-weight: 800;
		margin: 0 0 0.75em;
	}

	#result .text-strong strong {
		font-size: 10vw;
	}

	#result li {
		font-size: 16px;
		margin-bottom: 0.75em;
	}

	#result li strong {
		font-size: 16px;
	}
}

/*  */
#works {
	padding-top: 90px;
	padding-bottom: 60px;
}

#works .border-box {
	padding: 70px 60px;
}

#works .heading-circle {
	margin-top: -95px;
	margin-bottom: 40px;
}

#works .case_example {
	margin-bottom: 70px;
}

#works .comapny {
	width: 400px;
}

#works .comapny .img {
	margin-bottom: 35px;
}

#works .comapny h5 {
	font-size: 36px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 5px;
}

#works .comapny p {
	font-size: 20px;
	line-height: 1.55;
	font-weight: bold;
}

#works .text-area {
	font-size: 22px;
	font-weight: 400;
	width: 480px;
	margin-left: auto;
	text-align: justify;
}

#works .text-area .red {
	color: #c1272d;
}

#works .ic-check-list {
	margin-bottom: 55px;
}

#works .ic-check-list li {
	font-size: 33px;
	line-height: 2;
	font-weight: 600;
}

#works .ic-check-list li strong {
	font-weight: 700;
}

#works .magazine {
	background: #edf9f4;
	padding: 1em;
}

#works .magazine h6 {
	font-size: 29px;
	color: #22b573;
	font-weight: 800;
	line-height: 1.45;
	margin: 0 0 15px;
}

#works .magazine p {
	font-size: 17px;
	font-weight: 500;
	line-height: 1.85;
}

#works .magazine .img-area {
	position: relative;
	right: -30px;
}

@media(max-width:600px) {
	#works .case_example {
		margin-bottom: 1.25em;
	}

	#works .comapny {
		margin-bottom: 0.5em;
	}

	#works .comapny .img {
		margin-bottom: 0.5em;
	}

	#works .comapny h5 {
		font-size: 18px;
		margin-bottom: 0;
	}

	#works .comapny p {
		font-size: 15px;
		line-height: 1.25;
	}

	#works .text-area {
		font-size: 14px;
		line-height: 1.6;
	}

	#works .ic-check-list {
		margin-bottom: 1.25em;
	}

	#works .ic-check-list>li {
		font-size: 16px;
		margin-bottom: 0.5em;
	}

	#works .magazine h6 {
		font-size: 18px;
		text-align: center;
		letter-spacing: -0.035em;
	}

	#works .magazine p {
		font-size: 12px;
		text-align: center;
	}

	#works .magazine .img-area {
		right: auto;
	}
}

/*  */
#price .contents-box {
	padding-top: 55px;
	padding-bottom: 70px;
}

#price .box-border {
	padding: 35px 80px;
}

#price li {
	font-size: 33px;
	line-height: 1.8;
}

#price .box {
	width: 50%;
}

#price .price-area {
	text-align: center;
}

#price .box h4 {
	color: #ef6a00;
	font-size: 36px;
	line-height: 1;
	font-weight: 600;
	margin: 0 0 0.35em;
	vertical-align: text-bottom;
}

#price .box h4 strong {
	font-size: 54px;
	margin-left: 0.15em;
	margin-right: 0.15em;
}

#price .box p {
	font-size: 22px;
	font-weight: bold;
}

#price .box small {
	display: inline-block;
	letter-spacing: -0.035em;
	font-size: 13px;
	line-height: 1.6;
	margin-top: 0.75em;
}

@media(max-width:600px) {
	#price .box h4 {
		font-size: 7vw;
	}

	#price .box h4 strong {
		font-size: 12vw;
	}

	#price .ic-check-list {
		margin-bottom: 1em;
	}

	#price li {
		font-size: 5vw;
	}

	#price li:last-child {
		margin-bottom: 0;
	}

	#price .box p {
		font-size: 16px;
	}

	#price .box small {
		font-weight: 400;
		text-align: left;
	}
}

/**/
#flow .contents-box {
	padding-top: 75px;
	padding-bottom: 90px;
}

#flow li {
	text-align: center;
	border: 5px solid #d1deea;
	padding: 30px;
	position: relative;
	margin-bottom: 85px;
}

#flow li:last-child {
	margin-bottom: 0;
}

#flow li:after {
	content: "";
	position: absolute;
	bottom: -75px;
	left: 50%;
	transform: translateX(-50%);
	border-left: 45px solid transparent;
	border-right: 45px solid transparent;
	border-top: 45px solid #d1deea;
}

#flow li:last-child:after {
	content: none;
}

#flow h3 {
	color: #063796;
	font-size: 42px;
	font-weight: 800;
	margin-bottom: 20px;
}

#flow p {
	font-size: 20px;
	line-height: 1.45;
	font-weight: 500;
}

@media(max-width:600px) {
	#flow h3 {
		font-size: 18px;
		margin-bottom: 0.25em;
	}

	#flow p {
		font-size: 14px;
		line-height: 1.6;
	}

	#flow li {
		margin-bottom: 4em;
	}

	#flow li:after {
		bottom: -3.5em;
		transform: translateX(-50%);
		border-left: 30px solid transparent;
		border-right: 30px solid transparent;
		border-top: 30px solid #d1deea;
	}
}

/*  */
#about .contents-box {
	background: url(../img/content08_bg.png) no-repeat center center / 100%;
	padding: 105px 0 10px 0;
	margin-bottom: 25px;
}

#about .heading {
	text-align: center;
	margin-bottom: 80px;
}

#about .heading img {
	width: auto;
	max-width: 100%;
	height: auto;
}

#about .text-area {
	font-size: 22px;
	line-height: 2;
	text-align: center;
	margin-top: 80px;
	margin-bottom: 115px;
}

#about .company {
	padding: 55px;
	border: 6px solid #d1deea;
}

#about .heading-circle {
	margin-top: -80px;
	margin-bottom: 40px;
}

#about .text-top strong {
	font-size: 60px;
	color: #063796;
	line-height: 1.3;
	margin-bottom: 55px;
}

#about .text-box {
	font-size: 20px;
	line-height: 1.85;
	width: 670px;
	margin-left: auto;
}

#about .text-box h6 {
	font-size: 32px;
	font-weight: 500;
	margin-top: 0;
	margin-bottom: 15px;
}

@media(max-width:600px) {
	#about .contents-box {
		padding-top: 50px !important;
		margin-bottom: 0;
		background: url(../img/content08_bg.png) no-repeat center 210px / 100%;
	}

	#about .heading {
		margin-bottom: 1em;
	}

	#about .text-area {
		font-size: 14px;
		line-height: 1.6;
		line-height: inherit;
		margin-top: 2em;
		margin-bottom: 3em;
		text-align: justify;
	}

	#about .text-box p {
		font-size: 14px;
		line-height: 1.6;
	}

	#about .img {
		text-align: center;
		margin-bottom: 0.5em;
	}

	#about .img img {
		width: 50%;
	}

	#about .text-box h6 {
		font-size: 18px;
		text-align: center;
		margin-bottom: 0.24em;
	}
}

/* footer */
#footer_lp {
	color: #1a1a1a;
	font-weight: bold;
	background: #e7eef4;
}

#footer_lp .container {
	padding-left: 45px;
	padding-right: 45px;
	padding-top: 60px;
	padding-bottom: 60px;
}

#footer_lp h3 {
	color: #063796;
	margin-bottom: 40px;
	font-size: 30px;
	font-weight: 900;
	line-height: 1.5;
	text-align: center;
}

#footer_lp .flexbox {
	align-items: center;
}

#footer_lp .footer-text {
	margin-left: auto;
}

#footer_lp .btn {
	color: #FFF;
	width: 500px;
	max-width: 100%;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 30px;
	height: 90px;
	border-radius: 5px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ee7921+0,f86020+100 */
	background: #ee7921;
	/* Old browsers */
	background: -moz-linear-gradient(top, #ee7921 0%, #f86020 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ee7921 0%, #f86020 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ee7921 0%, #f86020 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

#footer_lp .btn i {
	float: right;
}

#footer_lp .tel {
	font-family: "Arial";
	font-size: 60px;
	line-height: 1;
	font-weight: bold;
}

#footer_lp .tel i {
	font-size: 45px;
	transform: rotate(90deg);
}

#footer_lp .time {
	font-size: 22px;
	padding-left: 4em;
}

@media(max-width:600px) {
	#footer_lp {
		color: #1a1a1a;
		font-weight: bold;
		background: #e7eef4;
		padding-top: 1em !important;
		padding-bottom: 1em !important;
	}

	#footer_lp .container {
		padding-left: 15px;
		padding-right: 15px;
		padding-top: 30px;
		padding-bottom: 30px;
	}

	#footer_lp h3 {
		margin-bottom: 20px;
		font-size: 20px;
	}

	#footer_lp .flexbox {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		flex-direction: column-reverse;
	}

	#footer_lp .btn {
		font-size: 25px;
		height: 70px;
	}

	#footer_lp .btn i {
		float: right;
	}

	#footer_lp .tel {
		font-size: 40px;
		text-align: center;
		line-height: 1;
	}

	#footer_lp .tel i {
		font-size: 37px;
		transform: rotate(90deg);
		margin-right: 0.25em;
	}

	#footer_lp .time {
		font-size: 16px;
		padding-left: 0;
		text-align: center;
		margin-bottom: 0.5em;
	}
}

footer .taC {
	margin: 15px 0;
	text-align: center;
}

footer .taC img {
	display: inline-block;
	width: auto;
	max-width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

/* メインサイトフッター */
/* !footer
---------------------------------------------------------- */
#footer {
	background: #e0e0e0;
	width: 100%;
}

#footer img {
	width: auto;
	height: auto;
}

#footerLinks {
	background: #fff;
	width: 100%;
	text-align: center;
	font-size: 13px;
	line-height: 22px;
	padding: 16px 0;
}

#footerLinks a {
	color: #000;
	text-decoration: none;
	font-weight: normal;
}

#footerLinks a:hover {
	text-decoration: underline;
}

#footerIn {
	padding: 30px 0 26px;
	text-align: center;
	color: #666;
	font-size: 13px;
	line-height: 18px;
}

#footerIn p+p {
	margin-top: 13px;
}

#copyright {
	font-size: 10px;
	line-height: 20px;
}

@media screen and (max-width: 767px) {
	#footerLinks {
		padding: 0;
	}

	#footerLinks a {
		color: #000;
		display: block;
		line-height: 3;
		font-size: 14px;
		text-align: left;
		padding: 0 10px;
		border-top: 1px solid #000;
	}

	#footerLinks span {
		display: none;
	}

	#footerIn {
		padding: 30px 0 26px;
		text-align: center;
		color: #666;
		font-size: 13px;
		line-height: 18px;
	}

	#footerIn p+p {
		margin-top: 13px;
	}

	#copyright {
		font-size: 10px;
		line-height: 20px;
	}
}

/* !pageTop
---------------------------------------------------------- */
#footer .pageTop {
	position: fixed;
	right: 20px;
	bottom: 10px;
	z-index: 999;
	display: none;
}

@media screen and (max-width: 767px) {
	#footer .pageTop {
		width: 34px;
		right: 10px;
		bottom: 10px;
	}

	#footer .pageTop img {
		width: 100%;
		height: auto;
	}
}

/*0416 修正分css*/
.hatsumei_img {
	margin-top: 50px;
}

.ex-area_text {
	position: relative;
	display: inline-block;
	color: #fff;
	font-size: 35px;
	font-weight: 800;
	padding: 0.2em 0.5em 0.2em 0.8em;
	margin-bottom: 1em;
	background: #EF6A00;
	border-radius: 10px;
}

.ex-area_text:before {
	content: "";
	position: absolute;
	border: 10px solid transparent;
	border-top: 15px solid #EF6A00;
	bottom: -25px;
	left: 45%;
}

@media (max-width: 600px) {
	.hatsumei_img {
	margin-top: 20px;
}
	.ex-area {
		text-align: center;
	}

	.ex-area_text {
		font-size: 25px;
	}
}

.ec_img{
	margin-bottom:105px;
}



