
#main {
	width: 100%;
}
/* ol,ul */
#main ol, #main ul {
	padding: 5px 0px 5px 25px;
}
#main ul {
	list-style-type: disc;
}
#main ol li, #main ul li {
	padding: 5px 0px;
}
/* table */
#main table {
	margin: 10px 0px;
}
#main table th, #main table td {
	padding: 5px;
}
/* img */
#main a img {
}
#main a img:hover {
	opacity: 0.7;
	box-shadow: 0 0 6px rgba(0,0,0,0.20);
}
/*----pagetop----*/
#ft_btn{
	position: fixed;
	bottom: 20px;
	right: 20px;
	display:flex;
	text-shadow: 2px 2px 4px rgba(0,0,0,0.30);
	z-index:1000;
}

/* ==== Footer === */
#ft {
	padding-top: 35px;
	padding-bottom: 35px;
	text-align: center;
	background: #000;
	color: #fff;
}
/*----------------------------------------------------------------------------
******************************************************************************
Head
******************************************************************************
----------------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
}
h1 {
}
.logo {
	font-family: 'Questrial', sans-serif;
	font-weight: normal;
}
h2 {
	text-align: center;
	font-size: 24px;
	border-bottom: 1px solid #666;
	padding: 10px;
	margin: 2.0em 0 1.0em 0;
}
.h2-index-01, .h2-index-02, .h2-index-03, .h2-index-04, .h2-index-05 {
	font-size: 30px;
	font-weight: normal;
	letter-spacing: 0.1em;
	color: #fff;
	background-size: 100% auto;
	box-shadow: inset 0 0 8px rgba(0,0,0,0.80);
	text-shadow: 0 0 4px rgba(0,0,0,0.90);
	margin: 2.0em 0 1.0em 0;
	padding: 50px;
	text-align: center;
}
.h2-index-01 {
	background: url(images/common/bg-texture.png) repeat top left, url(images/common/h2-index-01.jpg) center center;
	background-size: auto, 100% auto;
}
.h2-index-02 {
	background: url(images/common/bg-texture.png) repeat top left, url(images/common/h2-index-02.jpg) center center;
	background-size: auto, 100% auto;
}
.h2-index-03 {
	background: url(images/common/bg-texture.png) repeat top left, url(images/common/h2-index-03.jpg) center center;
	background-size: auto, 100% auto;
}
.h2-index-04 {
	background: url(images/common/bg-texture.png) repeat top left, url(images/common/h2-index-04.jpg) center center;
	background-size: auto, 100% auto;
}
.h2-index-05 {
	background: url(images/common/bg-texture.png) repeat top left, url(images/common/h2-index-05.jpg) center center;
	background-size: auto, 100% auto;
}
.h2-index-01 div, .h2-index-02 div, .h2-index-03 div, .h2-index-04 div, .h2-index-05 div {
	background: url(images/common/h2-bg.png);
	padding: 15px;
	display: inline;
}
h3 {
	margin: 0.8em 0 0.4em 0;
	font-size: 18px;
	font-weight: bold;
	padding: 0.0em 0 0.0em 0.6em;
	color: #000;
	text-align: center;
}
h4 {
	font-size: 1.3em;
	padding: 0.2em 0 0.3em 0;
	margin: 1.2em 0 1em 0;
}
h5 {
	font-size: 1.1em;
	margin: 10px 0px;
}
h1.img, h2.img, h3.img, h4.img, h5.img, h6.img {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
}
/*----------------------------------------------------------------------------
******************************************************************************
Original
******************************************************************************
----------------------------------------------------------------------------*/
/* ==== Index === */
.i-about {
	overflow: hidden;
}
.i-about ul {
	display: table;
	display: -webkit-box;/*--- Androidブラウザ用 ---*/
	display: -ms-flexbox;/*--- IE10 ---*/
	display: -webkit-flex;/*--- safari（PC）用 ---*/
	display: flex;
	-webkit-box-pack: flex-start;/*--- Androidブラウザ用 ---*/
	-ms-flex-pack: flex-start;/*--- IE10 ---*/
	-webkit-justify-content: flex-start;/*--- safari（PC）用 ---*/
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;/*--- safari（PC）用 ---*/
	flex-wrap: wrap;
	-ms-flex-wrap:wrap;
	margin: 2% 0;
}
.i-about li {
	width: 23%;
	margin: 1%;
}
.i-about li img {
	width: 100%;
}
.i-about a {
	color: #444;
	text-decoration: none;
	display: block;
}
.i-about a:hover {
	color: #000;
	text-decoration: none;
}
.i-abou-img-hover {
	transform: scale(1.1) translateY(-6%);
	box-shadow: 0px 0px 6px rgba(0,0,0,0.20);
}
.i-about h3 {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin: 2% 0 0% 0;
	padding: 0 0 1% 0;
	border-bottom: 1px solid #ddd;
}
.i-plan {
	overflow: hidden;
}
.i-plan ul {
	display: table;
	display: -webkit-box;/*--- Androidブラウザ用 ---*/
	display: -ms-flexbox;/*--- IE10 ---*/
	display: -webkit-flex;/*--- safari（PC）用 ---*/
	display: flex;
	-webkit-box-pack: center;/*--- Androidブラウザ用 ---*/
	-ms-flex-pack: center;/*--- IE10 ---*/
	-webkit-justify-content: center;/*--- safari（PC）用 ---*/
	justify-content: center;
	-webkit-flex-wrap: wrap;/*--- safari（PC）用 ---*/
	flex-wrap: wrap;
	-ms-flex-wrap:wrap;
	margin: 2% 0;
}
.i-plan li {
	width: 31%;
	margin: 1%;
	overflow: hidden;
	background-size: 110% auto;
}
.i-plan li:nth-child(1):hover, .i-plan li:nth-child(2):hover, .i-plan li:nth-child(3):hover, .i-plan li:nth-child(4):hover, .i-plan li:nth-child(5):hover {
	background-size: 100% auto;
}
.i-plan li:nth-child(1) {
	background: url(images/index/i-plan-01.jpg) center center no-repeat;
	background-size: 110% auto;
}
.i-plan li:nth-child(2) {
	background: url(images/index/i-plan-02.jpg) center center no-repeat;
	background-size: 110% auto;
}
.i-plan li:nth-child(3) {
	background: url(images/index/i-plan-03.jpg) center center no-repeat;
	background-size: 110% auto;
}
.i-plan li:nth-child(4) {
	background: url(images/index/i-plan-04.jpg) center center no-repeat;
	background-size: 110% auto;
}
.i-plan li:nth-child(5) {
	background: url(images/index/i-plan-05.jpg) center center no-repeat;
	background-size: 110% auto;
}
.i-plan a {
	color: #444;
	text-decoration: none;
	display: block;
	width: 100%;
	height: 200px;
	display: table;
}
.i-plan a:hover {
	color: #000;
	text-decoration: none;
}
.i-plan div {
	display: table-cell;
	vertical-align: middle;
}
.i-plan div h3 {
	color: #fff;
	width: 100%;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	margin: 0;
	padding: 5px;
	background: rgba(0,0,0,0.50);
	border-bottom: 1px dotted rgba(255,255,255,0.80);
}
.i-plan div span {
	font-size: 13px;
	display: block;
}
.i-plan div p {
	margin: 0;
	color: #fff;
	width: 100%;
	text-align: left;
	margin: 0;
	padding: 8px;
	background: rgba(0,0,0,0.50);
}
.button-blue {
	display: inline-block;
	width: 70%;
	margin: 0 15% 0 15%;
	text-align: center;
	text-decoration: none;
	line-height: 50px;
	outline: none;
	position: relative;
	z-index: 2;
	background-color: #333;
	border: 2px solid #333;
	font-size: 1.3em;
	color: #fff!important;
}
.button-blue a {
}
.button-blue:hover {
	background-color: #fff;
	border-color: #59b1eb;
	color: #59b1eb!important;
}
.button-blue::before {
	top: 0;
}
.button-blue::after {
	bottom: 0;
}
.button-blue::before, .button-blue::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
	left: 0;
	width: 100%;
	height: 50%;
	background-color: #333;
}
.button-blue, .button-blue::before, .button-blue::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button-blue:hover::before, .button-blue:hover::after {
	height: 0;
	background-color: #59b1eb;
}
.i-option {
	overflow: hidden;
}
.i-option ul {
	display: table;
	display: -webkit-box;/*--- Androidブラウザ用 ---*/
	display: -ms-flexbox;/*--- IE10 ---*/
	display: -webkit-flex;/*--- safari（PC）用 ---*/
	display: flex;
	-webkit-box-pack: center;/*--- Androidブラウザ用 ---*/
	-ms-flex-pack: center;/*--- IE10 ---*/
	-webkit-justify-content: center;/*--- safari（PC）用 ---*/
	justify-content: center;
	-webkit-flex-wrap: wrap;/*--- safari（PC）用 ---*/
	flex-wrap: wrap;
	-ms-flex-wrap:wrap;
	margin: 2% 0;
}
.i-option li {
	margin: 5px;
}
.i-option li img {
	width: 100%;
}
.i-option a {
	font-size: 0.9em;
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 6px 6px;
	text-align: center;
	background: rgba(0,12,107,1.00);
	border: 1px solid rgba(0,12,107,1.00);
}
.i-option a:hover {
	font-size: 0.9em;
	border: 1px solid rgba(0,12,107,1.00);
	color: #000;
	text-decoration: none;
	display: block;
	padding: 6px 6px;
	text-align: center;
	background: rgba(255,255,255,1.00);
	transform: scale(1.05);
}
.i-option h3 {
	font-size: 1.0em;
	font-weight: bold;
	text-align: center;
	margin: 0;
	padding: 0 0 1% 0;
	border-bottom: 1px solid #ddd;
}
#i_news {
	height: 300px;
	overflow: auto;
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
}
#i_news table {
	width: 100%;
}
#i_news table td {
	vertical-align: top;
	font-size: 0.8em;
	padding: 10px;
	border-bottom: 1px dotted #CCC;
}
#i_news table td.date {
	width: 140px;
	background: url(../images/new/common/news_icon.gif) 0 10px no-repeat;
	padding-left: 15px;
}
#i_bnr {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
#i_bnr ul {
	display: -webkit-box;/*--- Androidブラウザ用 ---*/
	display: -ms-flexbox;/*--- IE10 ---*/
	display: -webkit-flex;/*--- safari（PC）用 ---*/
	display: flex;
	-webkit-box-pack: flex-start;/*--- Androidブラウザ用 ---*/
	-ms-flex-pack: flex-start;/*--- IE10 ---*/
	-webkit-justify-content: flex-start;/*--- safari（PC）用 ---*/
	justify-content: flex-start;
	flex-start: flex-start;
	-webkit-flex-wrap: wrap;/*--- safari（PC）用 ---*/
	flex-wrap: wrap;
	-ms-flex-wrap:wrap;
}
#i_bnr li {
	width: 14%;
	margin: 1%;
}
#i_bnr li img {
	width: 100%;
}
#i_bnr li img:hover {
	transform: scale(1.1) translateY(-6%);
	opacity: 0.7;
}
/* ==== Q&A === */
.qa {
	overflow: hidden;
	background: #fefefe;
	margin-top: 10px;
}
.qa h2 {
	color: #7A97B2;
	margin: 0;
	font-size: 18px;
	border-bottom: none;

}
.qa ul {
	display: table;
	display: -webkit-box;/*--- Androidブラウザ用 ---*/
	display: -ms-flexbox;/*--- IE10 ---*/
	display: -webkit-flex;/*--- safari（PC）用 ---*/
	display: flex;
	-webkit-box-pack: flex-start;/*--- Androidブラウザ用 ---*/
	-ms-flex-pack: flex-start;/*--- IE10 ---*/
	-webkit-justify-content: flex-start;/*--- safari（PC）用 ---*/
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;/*--- safari（PC）用 ---*/
	flex-wrap: wrap;
	-ms-flex-wrap:wrap;
	margin: 0%!important;
	padding: 0;
	list-style-type: none!important;
}
.qa li {
	width: 48%;
	margin: 10px 0.5%;
	border-radius: 3px;
	border: 2px solid #7A97B2;
}
.qa li:hover {

}
.qa a {
	border-radius: 3px;
	color: #444;
	margin: -2px;
	text-decoration: none;
	display: block;
	background: url(images/qa/qa-icon-q.png) 10px center no-repeat;
	padding: 10px 0 10px 60px;
}
.answer div {
	background: url(images/qa/qa-icon-a.png) 15px center no-repeat;
	padding: 20px 0 20px 70px;
	border-bottom: none;
}
.answer h3 {
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 0.1em;
	text-align: center;
	color: #fff;
	background-size: 100% auto;
	box-shadow: inset 0 0 8px rgba(0,0,0,0.80);
	text-shadow: 0 0 4px rgba(0,0,0,0.90);
	margin: 3.0em 0 0.0em 0;
	padding: 30px;
	background: url(images/common/h2-q.png) center center no-repeat #19b2cc;
}
/* ==== contact === */
.contact {
	width: 90%;
	margin: 2.5% auto!important;
	background: #fff;
	padding: 2.5%;
}
.contact table {
	width: 100%;
}
.contact li {
	list-style-type: none!important;
}
/* ==== service === */
.service-list {
	overflow: hidden;
}
.service-list ul {
	display: table;
	display: -webkit-box;/*--- Androidブラウザ用 ---*/
	display: -ms-flexbox;/*--- IE10 ---*/
	display: -webkit-flex;/*--- safari（PC）用 ---*/
	display: flex;
	-webkit-box-pack: flex-start;/*--- Androidブラウザ用 ---*/
	-ms-flex-pack: flex-start;/*--- IE10 ---*/
	-webkit-justify-content: flex-start;/*--- safari（PC）用 ---*/
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;/*--- safari（PC）用 ---*/
	flex-wrap: wrap;
	-ms-flex-wrap:wrap;
	margin: 0% 0 2% -20px;
}
.service-list img {
	width: 100%;
}
.service-list li {
	width: 48%;
	padding: 0!important;
	margin: 10px 1%;
	list-style-type: none;
	background: #fff;
}
.service-list li div {
	padding: 5px 5px 0 5px;
	overflow: hidden;
}
.service-list li h3 {
	float: left;
	font-size: 13px;
	font-weight: bold;
	margin: 0;
	padding: 4px 20px;
	color: #fff;
}
.service-list li div span {
	font-size: 11px;
	padding: 4px;
	color: #fff;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.50);
	display: block;
	float: left;
	margin: 0 0 5px 5px;
	border-radius: 3px;
}
.service-list li:nth-child(1) h3 {
	background: #C11C1C;
}
.service-list li:nth-child(1) div span {
	background: #E02929;
}
.service-list li:nth-child(2) h3 {
	background: #B37D00;
}
.service-list li:nth-child(2) div span {
	background: #DB9900;
}
.service-list li:nth-child(3) h3 {
	background: #98B400;
}
.service-list li:nth-child(3) div span {
	background: #ADCC00;
}
.service-list li:nth-child(4) h3 {
	background: #01B02D;
}
.service-list li:nth-child(4) div span {
	background: #01DC38;
}
.service-list li:nth-child(5) h3 {
	background: #0F5800;
}
.service-list li:nth-child(5) div span {
	background: #147200;
}
.service-list li:nth-child(6) h3 {
	background: #008E86;
}
.service-list li:nth-child(6) div span {
	background: #00B3AA;
}
.service-list li:nth-child(7) h3 {
	background: #D36900;
}
.service-list li:nth-child(7) div span {
	background: #FF7F00;
}
.service-list li:nth-child(8) h3 {
	background: #002DA7;
}
.service-list li:nth-child(8) div span {
	background: #1546CB;
}
.service-list li:nth-child(9) h3 {
	background: #45008A;
}
.service-list li:nth-child(9) div span {
	background: #5900B0;
}
.service-list li:nth-child(10) h3 {
	background: #860087;
}
.service-list li:nth-child(10) div span {
	background: #B002B1;
}


.button-orange {
	display: inline-block;
	width: 100%;
	margin: 0 0 0 0!important;
	text-align: center;
	text-decoration: none;
	line-height: 50px;
	outline: none;
	position: relative;
	z-index: 2;
	background-color: #F07800;
	border: 2px solid #F07800;
	font-size: 1.3em;
	color: #fff!important;
}
.button-orange a {
}
.button-orange:hover {
	background-color: #fff;
	border-color: #F07800;
	color: #F07800!important;
}
.button-orange::before {
	top: 0;
}
.button-orange::after {
	bottom: 0;
}
.button-orange::before, .button-orange::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
	left: 0;
	width: 100%;
	height: 50%;
	background-color: #F07800;
}
.button-orange, .button-orange::before, .button-orange::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button-orange:hover::before, .button-orange:hover::after {
	height: 0;
	background-color: #F07800;
}
.service-box {
	overflow: hidden;
}
.service-box ul {
	display: table;
	display: -webkit-box;/*--- Androidブラウザ用 ---*/
	display: -ms-flexbox;/*--- IE10 ---*/
	display: -webkit-flex;/*--- safari（PC）用 ---*/
	display: flex;
	-webkit-box-pack: flex-start;/*--- Androidブラウザ用 ---*/
	-ms-flex-pack: flex-start;/*--- IE10 ---*/
	-webkit-justify-content: flex-start;/*--- safari（PC）用 ---*/
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;/*--- safari（PC）用 ---*/
	flex-wrap: wrap;
	-ms-flex-wrap:wrap;
	margin: 0 0 0 -18px;
}
.service-box li {
	width: 48%;
	margin: 0px 1%;
	list-style-type: none;
}
.service-box div {
	color: #444;
	text-decoration: none;
	display: block;
	height: 100%;
	border: 1px solid #001941;
}
.service-box div:hover {
	color: #000;
	text-decoration: none;
}
.service-box p {
	padding: 10px;
	background: #fff;
}
.service-box h3 {
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	margin: 0;
	padding: 3%;
	color: #fff;
	border-bottom: 1px solid #ddd;
	background: #001941;
}
.service-template-list {
	overflow: hidden;
}
.service-template-list a {
	text-decoration: none;
}
.service-template-list ul {
	display: table;
	display: -webkit-box;/*--- Androidブラウザ用 ---*/
	display: -ms-flexbox;/*--- IE10 ---*/
	display: -webkit-flex;/*--- safari（PC）用 ---*/
	display: flex;
	-webkit-box-pack: center;/*--- Androidブラウザ用 ---*/
	-ms-flex-pack: center;/*--- IE10 ---*/
	-webkit-justify-content: center;/*--- safari（PC）用 ---*/
	justify-content: center;
	-webkit-flex-wrap: wrap;/*--- safari（PC）用 ---*/
	flex-wrap: wrap;
	-ms-flex-wrap:wrap;
	margin: 0 0 0 -18px;
}
.service-template-list li {
	width: 21%;
	margin: 0px 1% 1% 1%;
	padding: 1%;
	list-style-type: none;
	border-bottom: 1px dotted #999;
}
.service-template-list h3 {
	text-align: center;
	font-size: 15px;
	font-weight: bold;
}
.service-template-list li img {
	width: 80%;
	display: block;
	margin: 8% auto 4% auto;
	box-shadow: 0 0 12px rgba(0,0,0,0.10);
}
.service-template-list li span {
	width: 22%;
	text-align: center;
	font-size: 9px;
	letter-spacing: 0em;
	padding: 3px 1px;
	color: #fff;
	display: block;
	float: left;
	margin: 1%;
	border-radius: 3px;
}
.service-template-list li span:hover {
	opacity: 0.7;
}
.service-template-list li a span[title^="red"] {
	background: #D60000;
}
.service-template-list li a span[title^="green"] {
	background: #005415;
}
.service-template-list li a span[title^="blue"] {
	background: #0143BE;
}
.service-template-list li a span[title^="orange"] {
	background: #FF9300;
}
.service-template-list li a span[title^="brown"] {
	background: #452D15;
}








.service-template-list-02 {
	overflow: hidden;
	text-align: center;
}
.service-template-list-02 a {
	text-decoration: none;
	font-weight: bold;
	font-size:
}
.service-template-list-02 ul {
	display: table;
	display: -webkit-box;/*--- Androidブラウザ用 ---*/
	display: -ms-flexbox;/*--- IE10 ---*/
	display: -webkit-flex;/*--- safari（PC）用 ---*/
	display: flex;
	-webkit-box-pack: center;/*--- Androidブラウザ用 ---*/
	-ms-flex-pack: center;/*--- IE10 ---*/
	-webkit-justify-content: center;/*--- safari（PC）用 ---*/
	justify-content: center;
	-webkit-flex-wrap: wrap;/*--- safari（PC）用 ---*/
	flex-wrap: wrap;
	-ms-flex-wrap:wrap;
	margin: 0 0 0 -18px;
}
.service-template-list-02 li {
	width: 31%;
	margin: 0px 1% 1% 1%;
	padding: 1%;
	list-style-type: none;
	font-weight: bold;
	font-size: 1.1em;
}
.service-template-list-02 h3 {
	text-align: center;
	font-size: 15px;
	font-weight: bold;
}
.service-template-list-02 li img {
	width: 80%;
	display: block;
	margin: 8% auto 4% auto;
	box-shadow: 0 0 12px rgba(0,0,0,0.10);
}
.service-template-list-02 li span {
	width: 22%;
	text-align: center;
	font-size: 9px;
	letter-spacing: 0em;
	padding: 3px 1px;
	color: #fff;
	display: block;
	float: left;
	margin: 1%;
	border-radius: 3px;
}
.service-template-list-02 li span:hover {
	opacity: 0.7;
}
.service-template-list-02 li a span[title^="red"] {
	background: #D60000;
}
.service-template-list-02 li a span[title^="green"] {
	background: #005415;
}
.service-template-list-02 li a span[title^="blue"] {
	background: #0143BE;
}
.service-template-list-02 li a span[title^="orange"] {
	background: #FF9300;
}
.service-template-list-02 li a span[title^="brown"] {
	background: #452D15;
}
.service-template-list-02 li a span[title^="black"] {
	background: #000000;
}
.service-template-list-02 li a span[title^="purple"] {
	background: #800080;
}


.service-big-con-01 {
	background: url(images/service/service-08-02.jpg) top left no-repeat;
	background-size: cover;
}
.service-big-con-02 {
	background: url(images/service/service-08-03.jpg) top left no-repeat;
	background-size: cover;
}
.service-big-con-03 {
	background: url(images/service/service-06-02.jpg) top right no-repeat;
	background-size: cover;
}
.service-big-con-04 {
	background: url(images/service/service-03-02.jpg) top right no-repeat;
	background-size: cover;
}
.service-big-con-05 {
	background: url(images/service/service-04-02.jpg) top right no-repeat;
	background-size: cover;
}
.service-big-con-06 {
	background: url(images/service/service-05-04.jpg) top left no-repeat;
	background-size: cover;
}
.service-big-con-07 {
	background: url(images/service/service-01-02.jpg) top left no-repeat;
	background-size: cover;
}
.service-big-con-08 {
	background: url(images/service/service-07-02.jpg) top left no-repeat;
	background-size: cover;
}
.service-big-con-09 {
	background: url(images/service/service-02-02.jpg) top left no-repeat;
	background-size: cover;
}

.service-big-con-10 {
	background: url(images/service/service-02-03.jpg) top right no-repeat;
	background-size: cover;
}

.service-big-con-12 {
	background: url(images/service/service-12-02.jpg) top left no-repeat;
	background-size: cover;
}
.service-big-con-13 {
	background: url(images/service/service-13-02.jpg) top left no-repeat;
	background-size: cover;
}

.service-big-con-box-R h3,.service-big-con-box-L h3,.service-big-con-box-C h3,.service-big-con-box-C02 h3{
	margin:0.5em;
	text-align:center;
	padding:0.5em 0 0.0em 0;
	border-top:1px solid #ccc;
	font-size: 18px;
}
.service-big-con-box-R img,.service-big-con-box-L img,.service-big-con-box-C img,.service-big-con-box-C02 img{
	max-width:100%;
}
.service-big-con-box-R {
	width: 60%;
	float: right;
	margin: 3%;
	padding: 1%;
	background: rgba(255,255,255,0.90);
	border-radius: 2px;
	border: 1px solid rgba(0,0,0,0.20);
}
.service-big-con-box-L {
	width: 60%;
	float: left;
	margin: 3%;
	padding: 1%;
	background: rgba(255,255,255,0.90);
	border-radius: 2px;
	border: 1px solid rgba(0,0,0,0.20);
}
.service-big-con-box-C {
	width: 60%;
	margin: 3% auto;
	padding: 1%;
	background: rgba(255,255,255,0.90);
	border-radius: 2px;
	border: 1px solid rgba(0,0,0,0.20);
}
.service-big-con-box-C02 {
	width: 100%;
	margin: 3% auto;
	padding: 1%;
	background: rgba(255,255,255,0.90);
	border-radius: 2px;
	border: 1px solid rgba(0,0,0,0.20);
}
.service-big-con-box-C-transparent {
	width: 100%;
	padding: 1%;
}
.service-big-con-list {
	overflow: hidden;
}
.service-big-con-list ul {
	display: table;
	display: -webkit-box;/*--- Androidブラウザ用 ---*/
	display: -ms-flexbox;/*--- IE10 ---*/
	display: -webkit-flex;/*--- safari（PC）用 ---*/
	display: flex;
	-webkit-box-pack: flex-start;/*--- Androidブラウザ用 ---*/
	-ms-flex-pack: flex-start;/*--- IE10 ---*/
	-webkit-justify-content: flex-start;/*--- safari（PC）用 ---*/
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;/*--- safari（PC）用 ---*/
	flex-wrap: wrap;
	-ms-flex-wrap:wrap;
	margin: 0 0 0 -18px;
	align-items:stretch;
}
.service-big-con-list li {
	width: 31%;
	margin: 0px 1%;
	list-style-type: none;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.service-big-con-list li:nth-child(7),.service-big-con-list li:nth-child(8) {
	width: 47.5%;
}

.service-big-con-list div {
	color: #444;
	text-decoration: none;
	display: block;
	border: 1px solid #001941;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	background:  rgba(255,255,255,0.90);
}
.service-big-con-list p {
	padding: 10px;
}
.service-big-con-list h3 {
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	margin: 0;
	padding: 3%;
	color: #fff;
	border-bottom: 1px solid #ddd;
	background: #600;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.service-03 ul {
	display: table;
	display: -webkit-box;/*--- Androidブラウザ用 ---*/
	display: -ms-flexbox;/*--- IE10 ---*/
	display: -webkit-flex;/*--- safari（PC）用 ---*/
	display: flex;
	-webkit-box-pack: flex-start;/*--- Androidブラウザ用 ---*/
	-ms-flex-pack: flex-start;/*--- IE10 ---*/
	-webkit-justify-content: flex-start;/*--- safari（PC）用 ---*/
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;/*--- safari（PC）用 ---*/
	flex-wrap: wrap;
	-ms-flex-wrap:wrap;
	margin: 0 0 0 -18px;
}

.service-03 li{
	background:#BEE664;
	margin:3px;
	padding:4px!important;
	font-size:12px;
	color:#000;
	border-radius:3px;
	list-style-type:none;
}

.service-04 ul {
	display: table;
	display: -webkit-box;/*--- Androidブラウザ用 ---*/
	display: -ms-flexbox;/*--- IE10 ---*/
	display: -webkit-flex;/*--- safari（PC）用 ---*/
	display: flex;
	-webkit-box-pack: flex-start;/*--- Androidブラウザ用 ---*/
	-ms-flex-pack: flex-start;/*--- IE10 ---*/
	-webkit-justify-content: flex-start;/*--- safari（PC）用 ---*/
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;/*--- safari（PC）用 ---*/
	flex-wrap: wrap;
	-ms-flex-wrap:wrap;
	margin: 0 0 0 -18px;
}

.service-04 li{
	background:#B3EEBA;
	margin:3px;
	padding:4px!important;
	font-size:12px;
	color:#000;
	border-radius:3px;
	list-style-type:none;
}
.service-05 h4{
	background: #79D9D7;
	text-align:center;
	font-size:15px;
	color:#fff;
	padding:2px 6px;
	margin:5px 0 0 0!important;
}
.service-05 ul{
	margin-left:-25px!important;
	margin:0;
}
.service-05 li{
	list-style-type:none;
	padding:0!important;
	margin:0!important;
}
.service-07 {
	display: table;
	display: -webkit-box;/*--- Androidブラウザ用 ---*/
	display: -ms-flexbox;/*--- IE10 ---*/
	display: -webkit-flex;/*--- safari（PC）用 ---*/
	display: flex;
	-webkit-box-pack: flex-start;/*--- Androidブラウザ用 ---*/
	-ms-flex-pack: flex-start;/*--- IE10 ---*/
	-webkit-justify-content: flex-start;/*--- safari（PC）用 ---*/
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;/*--- safari（PC）用 ---*/
	flex-wrap: wrap;
	-ms-flex-wrap:wrap;
	margin-bottom:10px;
}

.service-07 span{
	background:#D20000;
	margin:5px;
	padding:8px 26px!important;
	font-size:16px;
	font-weight:bold;
	color:#fff;
	border-radius:3px;
	list-style-type:none;
	text-align:center;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.20);
}
.service-07 .arrow{
	display:block;
	background:none;
	color:#666;
	padding:8px!important;
	margin:0!important;
}


/* ==== download === */
.download-list {
	overflow: hidden;
}
.download-list a {
	text-decoration: none;
}
.download-list ul {
	display: table;
	display: -webkit-box;/*--- Androidブラウザ用 ---*/
	display: -ms-flexbox;/*--- IE10 ---*/
	display: -webkit-flex;/*--- safari（PC）用 ---*/
	display: flex;
	-webkit-box-pack: center;/*--- Androidブラウザ用 ---*/
	-ms-flex-pack: center;/*--- IE10 ---*/
	-webkit-justify-content: center;/*--- safari（PC）用 ---*/
	justify-content: center;
	-webkit-flex-wrap: wrap;/*--- safari（PC）用 ---*/
	flex-wrap: wrap;
	-ms-flex-wrap:wrap;
	margin: 0 0 0 -18px;
}
.download-list li {
	width: 23%;
	margin: 0px 1% 1% 1%;
	padding: 1%;
	list-style-type: none;
	border-bottom: 1px dotted #999;
}
.download-list li:hover {
	background: rgba(255,255,255,1.00);
}
.download-list h3 {
	text-align: center;
	font-size: 15px;
	font-weight: bold;
}
.download-list li img {
	width: 80%;
	display: block;
	margin: 8% auto 0 auto;
	box-shadow: 0 0 12px rgba(0,0,0,0.10);
}
/* ==== other === */
#option-list {
	padding-top: 100px;
	margin-top: -70px;
}



.portfolio-list {
	margin: 0 auto 2% auto;
}
.portfolio-list ul {
	display: table;
	display: -webkit-box;/*--- Androidブラウザ用 ---*/
	display: -ms-flexbox;/*--- IE10 ---*/
	display: -webkit-flex;/*--- safari（PC）用 ---*/
	display: flex;
	-webkit-box-pack: center;/*--- Androidブラウザ用 ---*/
	-ms-flex-pack: center;/*--- IE10 ---*/
	-webkit-justify-content: center;/*--- safari（PC）用 ---*/
	justify-content: center;
	-webkit-flex-wrap: wrap;/*--- safari（PC）用 ---*/
	flex-wrap: wrap;
	-ms-flex-wrap:wrap;
}
.portfolio-list li {
	width: 33%;
	height: 270px;
	margin: 1%;
	display: table;
	margin: 0;
}
.portfolio-list li a:hover {
	opacity: 10;
	letter-spacing: 0.1em;
}
.portfolio-list li a {
	display: block;
	opacity: 0;
	font-size: 1.3em;
	text-decoration: none;
	background: rgba(0,0,0,0.70);
	color: rgba(255,255,255,1.00);
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	letter-spacing: 1em;
}
.portfolio-list .portfolio-list001 {
	background: url(images/portfolio/portfolio001.png) center center no-repeat;
	background-size: contain;
}
.portfolio-list .portfolio-list002 {
	background: url(images/portfolio/portfolio002.png) center center no-repeat;
	background-size: contain;
}
.portfolio-list .portfolio-list003 {
	background: url(images/portfolio/portfolio003.png) center center no-repeat;
	background-size: contain;
}
.portfolio-list .portfolio-list004 {
	background: url(images/portfolio/portfolio004.png) center center no-repeat;
	background-size: contain;
}
.portfolio-list .portfolio-list005 {
	background: url(images/portfolio/portfolio005.png) center center no-repeat;
	background-size: contain;
}
.portfolio-list .portfolio-list006 {
	background: url(images/portfolio/portfolio006.png) center center no-repeat;
	background-size: contain;
}
.portfolio-list .portfolio-list007 {
	background: url(images/portfolio/portfolio007.png) center center no-repeat;
	background-size: contain;
}
.portfolio-list .portfolio-list008 {
	background: url(images/portfolio/portfolio008.png) center center no-repeat;
	background-size: contain;
}
.portfolio-list .portfolio-list009 {
	background: url(images/portfolio/portfolio009.png) center center no-repeat;
	background-size: contain;
}
.portfolio-list .portfolio-list010 {
	background: url(images/portfolio/portfolio010.png) center center no-repeat;
	background-size: contain;
}
.portfolio-list .portfolio-list011 {
	background: url(images/portfolio/portfolio011.png) center center no-repeat;
	background-size: contain;
}
.portfolio-list .portfolio-list012 {
	background: url(images/portfolio/portfolio012.png) center center no-repeat;
	background-size: contain;
}
.portfolio-list .portfolio-list013 {
	background: url(images/portfolio/portfolio013.png) center center no-repeat;
	background-size: contain;
}
.portfolio-list .portfolio-list014 {
	background: url(images/portfolio/portfolio014.png) center center no-repeat;
	background-size: contain;
}
.portfolio-list .portfolio-list015 {
	background: url(images/portfolio/portfolio015.png) center center no-repeat;
	background-size: contain;
}
.portfolio-list .portfolio-list016 {
	background: url(images/portfolio/portfolio016.png) center center no-repeat;
	background-size: contain;
}
.portfolio-list .portfolio-list017 {
	background: url(images/portfolio/portfolio017.png) center center no-repeat;
	background-size: contain;
}
.portfolio-list .portfolio-list018 {
	background: url(images/portfolio/portfolio018.png) center center no-repeat;
	background-size: contain;
}

@media only screen and (max-width: 700px) {
#main .sp_table_form th, #main .sp_table_form td {
    display: block;
    width: 100%;
    text-align: left;
}
.contact {
    width: 100%;
    margin: 0% auto!important;
}
}

/*****************************
 211014 動画パッケージプラン
*****************************/

.package-plan {
	margin-bottom: 60px;
	border: 2px solid #0066cb;
}
.package-plan h2 {
	margin: 0;
	padding: 20px 0;
	background: #0066cb;
	color: #fff;
	border: none;
	line-height: 1.0;
}
.package-plan h3 {
	margin: 40px;
	padding-bottom: 10px;
	font-size: 26px;
	font-weight: normal;
	line-height: 1.5;
	border-bottom: 1px solid #333;
}
.package-plan h3 span {
	display: block;
	color: #0066cb;
	font-size: 36px;
	font-weight: 700;
}
.package-plan .package-plan-about {
	display: flex;
	justify-content: flex-start;
	margin: 40px;
}
.package-plan .package-plan-about figure {
	flex-shrink: 0;
	width: 350px;
	margin: 0;
}
.package-plan .package-plan-about figure img {
	width: 100%;
	height: auto;
}
.package-plan .package-plan-about-point {
	margin: 0 0 0 20px;
}
.package-plan .package-plan-about-point p {
	margin: 0 0 40px;
	font-size: 16px;
	text-align: left;
	line-height: 1.8;
}
.package-plan .package-plan-about-point ul {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	padding: 0!important;
}
.package-plan .package-plan-about-point ul li {
	width: calc((100% - 30px * 2) / 3);
	padding: 15px!important;
	color: #0066cb;
	font-size: 18px;
	border: 2px solid #0066cb;
}
.package-plan .package-plan-about-point ul li span {
	display: block;
}
.package-plan .package-plan-about-list {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
    margin: 40px;
}
.package-plan .package-plan-about-list .package-plan-about-item {
	width: calc((100% - 30px ) / 2);
	padding: 20px;
	border: 2px solid #0066cb;
}
.package-plan .package-plan-about-list .package-plan-about-item h4 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 0 10px;
	color: #0066cb;
}
.package-plan .package-plan-about-list .package-plan-about-item h4 span {
	flex-shrink: 0;
	display: block;
	margin: 0 20px 0 0;
	padding: 10px 60px;
	background: #b8cce4;
	font-size: 20px;
	font-weight: 700;
}
.package-plan .package-plan-about-list .package-plan-about-item ul {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0 0 20px;
	padding: 0!important;
}
.package-plan .package-plan-about-list .package-plan-about-item ul li {
	width: calc((100% - 10px ) / 2);
	padding: 20px;
	background: #0066cb;
	color: #fff;
}
.package-plan .package-plan-about-list .package-plan-about-item .plice {
	color: #00006f;
	font-size: 26px;
	font-weight: 700;
	text-align: right;
}
.package-plan .package-plan-about-list .package-plan-about-item .plice span {
	font-size: 18px;
}

@media only screen and (max-width: 700px) {

	.package-plan {
		width: 96%!important;
		min-width: 96%!important;
		max-width: 96%!important;
		margin: 0 auto 60px!important;
	}
	.package-plan .package-plan-about {
		flex-direction: column;
		margin: 40px 20px;
	}
	.package-plan h3 {
		margin: 40px 20px;
		padding: 0 0 10px;
		font-size: 18px;
	}
	.package-plan h3 span {
		padding: 0 0 10px;
		font-size: 30px;
	}
	.package-plan .package-plan-about figure {
		width: 100%;
		margin: 0 0 10px;
	}
	.package-plan .package-plan-about-point {
		margin: 0;
	}
	.package-plan .package-plan-about-point ul {
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
		gap: 10px;
		padding: 0!important;
	}
	.package-plan .package-plan-about-point ul li {
		width: 100%;
		padding: 15px!important;
		color: #0066cb;
		font-size: 18px;
		border: 2px solid #0066cb;
	}
	.package-plan .package-plan-about-list {
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
		gap: 30px;
		margin: 40px 20px;
	}
	.package-plan .package-plan-about-list .package-plan-about-item {
		width: 100%;
		padding: 20px;
		border: 2px solid #0066cb;
	}
	.package-plan .package-plan-about-list .package-plan-about-item h4 {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-items: center;
		margin: 0 0 10px;
		color: #0066cb;
	}
	.package-plan .package-plan-about-list .package-plan-about-item h4 span {
		flex-shrink: 0;
		display: block;
		width: 100%;
		margin: 0 0 10px;
		padding: 10px 60px;
		background: #b8cce4;
		font-size: 20px;
		font-weight: 700;
	}
	.package-plan .package-plan-about-list .package-plan-about-item ul li {
		width: 100%;
		padding: 20px;
		background: #0066cb;
		color: #fff;
	}
}