<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/*==============================================================================

  General

==============================================================================*/

/*--------------------------------------
  Main
--------------------------------------*/

.clear {
  clear: both;
}

.overflow-hidden {
  overflow: hidden;
}

/* table */

.main section table {
  width: auto;
	margin: 1em auto;
	border-collapse: collapse;
	border-spacing: 0;
  border-top: 1px solid #cfcfcf;
  border-left: 1px solid #cfcfcf;
}
.main section table caption {
	padding: 5px 10px;
	background: #333;
	color: #FFF;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "YuGothic M", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: left;
}
.main section table th.odd {
	background: #333;
	color: #FFF;
	font-weight: bold;
}
.main section table th,
.main section table td {
  padding: 10px 15px 8px;
  background: #FFF;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "YuGothic M", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: normal;
	vertical-align: middle;
  border-right: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
}
.main section table th {
	font-weight: bold;
}
.main section table.plan {
	width: 100%;
}
.main section table.plan td {
	width: 26%;
}

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

.main section table {
  width: 100%;
	margin: 1em 0;
}
.main section table th,
.main section table td {
	display: block;
	width: 100%;
  box-sizing: border-box;
}
.main section table th {
	border-bottom: none;
}
.main section table.plan td {
	width: auto;
}

}

/* Text */

.main p {
  margin-bottom: 1em;
}

.main .alignright {
  text-align: right;
}

.main .alignleft {
  text-align: left;
}

.main .aligncenter {
  text-align: center;
}

.main .indent {
  text-indent: -1em;
  padding-left: 1em;
}

.main .indent-2em {
  text-indent: -2em;
  padding-left: 2em;
}

.main .indent-3em {
  text-indent: -3em;
  padding-left: 3em;
}

.main .indent-4em {
  text-indent: -4em;
  padding-left: 4em;
}

.main .indent-5em {
  text-indent: -5em;
  padding-left: 5em;
}

.main .indent-6em {
  text-indent: -6em;
  padding-left: 6em;
}

.main .indent-7em {
  text-indent: -7em;
  padding-left: 7em;
}

.main .indent-8em {
  text-indent: -8em;
  padding-left: 8em;
}

.main .valignmiddle {
  vertical-align: middle;
}

/* List */

.main section ul {
  margin-bottom: 15px;
  overflow: hidden;
}

.main section ul li {
  position: relative;
  padding-left: 18px;
}

.main section ul li:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 6px;
  width: 4px;
  height: 4px;
  background: #000;
  border-radius: 4px;
}

.main section ol {
	padding-left: 20px;
  margin-bottom: 15px;
}

.main section ol li {
  margin-left: 15px;
  list-style-type: decimal;
}

.main section ol.upper-l {
  margin-bottom: 15px;
}

.main section ol.alpha li {
  margin-left: 21px;
  list-style-type: upper-alpha;
}

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

}

/* Img */

.main img.border {
  border: 1px solid #CCC;
}

.main img.alignright {
  float: right;
  clear: right;
  margin: 0 0 25px 25px;
}

.main img.alignleft {
  float: left;
  clear: left;
  margin: 0 25px 25px 0;
}

.main img.aligncenter {
  display: block;
  margin: 0 auto;
}

.main div.alignright {
  float: right;
  clear: right;
  padding: 0 0 25px 25px;
}

.main div.alignleft {
  float: left;
  clear: left;
  padding: 0 25px 25px 0;
}

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

.main img.alignright {
  width: 40%;
  height: auto;
  margin: 0 0 10px 10px;
}

.main img.alignleft {
  width: 40%;
  height: auto;
  margin: 0 10px 10px 0;
}

.main img.alignright-m,
.main div.alignright-m {
  float: right !important;
  clear: right !important;
  width: 40% !important;
}

.main img.alignleft-m,
.main div.alignleft-m {
  float: left !important;
  clear: left !important;
  width: 40% !important;
}

.main img.aligncenter {
  width: 80%;
  margin: 0 auto;
}

.main div.alignright {
  float: none;
  width: 100%;
  margin: 0 0 1em;
  padding: 0;
}

.main div.alignleft {
  float: none;
  width: 100%;
  margin: 0 0 1em;
  padding: 0;
}

}

/* Button */

.main div.link-btn {
  clear: both;
  margin-bottom: 20px;
  text-align: center;
  overflow: hidden;
	letter-spacing: -.40em;
}
.main div.link-btn a {
  position: relative;
  display: inline-block;
	margin: 0 10px;
  padding: 8px 40px 5px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "YuGothic M", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	font-size: 1.8rem;
	font-weight: bold;
	letter-spacing: normal;
	vertical-align: top;
	border: 3px solid #0062af;
  border-radius: 100px;
  text-decoration: none;
  transition: 0.2s;
}
body.d .main div.link-btn a:hover {
	color: #FFF;
	background: #0062af;
}

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

.main div.link-btn a {
	width: 90%;
	margin: 0 0 10px;
  padding: 8px 10px 5px;
  box-sizing: border-box;
}

}

/* Size */

.main .small {
  font-size: 85% !important;
}

.main .large {
  font-size: 112% !important;
}

.main .big {
  font-size: 125% !important;
}

.main .bigger {
  font-size: 138% !important;
}

/* Color */

.main .fc-red {
  color: #F00 !important;
}

.main .fc-darkred {
  color: #a70000 !important;
}

.main .fc-blue {
  color: #214862 !important;
}

.main .fc-green {
  color: #4c7329 !important;
}

.main .fc-orange {
  color: #ff5a00 !important;
}

/* Space */

.main .mb0 {
  margin-bottom: 0 !important;
}

.main .mb5 {
  margin-bottom: 5px !important;
}

.main .mb10 {
  margin-bottom: 10px !important;
}

.main .mb15 {
  margin-bottom: 15px !important;
}

.main .mb20 {
  margin-bottom: 20px !important;
}

.main .mb25 {
  margin-bottom: 25px !important;
}

.main .mb30 {
  margin-bottom: 30px !important;
}

.main .mb35 {
  margin-bottom: 35px !important;
}

.main .mb40 {
  margin-bottom: 40px !important;
}

.main .mb45 {
  margin-bottom: 45px !important;
}

.main .mb50 {
  margin-bottom: 50px !important;
}

.main .mb55 {
  margin-bottom: 55px !important;
}

.main .mb60 {
  margin-bottom: 60px !important;
}

.main .mt0 {
  margin-top: 0 !important;
}

.main .ml0 {
  margin-left: 0 !important;
}

.main .ml10 {
  margin-left: 10px !important;
}

.main .mr10 {
  margin-right: 10px !important;
}

.main .p10 {
  padding: 10px !important;
}

.main .pt5 {
  padding-top: 5px !important;
}

.main .pb20 {
  padding-bottom: 20px !important;
}

/*==============================================================================

  Pages

==============================================================================*/

.effect {
	padding: 80px 0 0;
	transition: .8s;
}

/*--------------------------------------
  HOME
--------------------------------------*/

/* movie */

#main-movie {
	padding: 0 0 30px;
}
.video-container {
	position: relative;
	height: 2000px;
	background: #333;
	overflow: hidden;
}
.video-container div.video-text {
	position: absolute;
	width: 100%;
	-webkit-transform: translateY(calc(-50% + 60px));
	-ms-transform: translateY(calc(-50% + 60px));
	transform: translateY(calc(-50% + 60px));
	top: 50%;
	left: 0;
	color: #FFF;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "YuGothic M", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	font-weight: bold;
	text-align: center;
	will-change: transform, opacity;
	-webkit-transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	z-index: 1000;
}
.video-container .start div.video-text {
	height: 100vh;
}
.video-container .fixed div.video-text {
	position: fixed !important;
}
.video-container .end div.video-text {
	top: 0;
}
.video-container .video-text-fade-in {
	opacity: 1;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.video-container .video-text-fade-out {
	margin-top: -100px;
	opacity: 0;
	-webkit-transform: translateY(calc(-50% - 150px));
	-ms-transform: translateY(calc(-50% - 150px));
	transform: translateY(calc(-50% - 150px));
}
#main-movie .video-container h2 {
	position: relative;
	margin: 0 0 10px;
	padding-bottom: 10px;
	font-size: 5.6rem;
	line-height: 1.2;
}
#main-movie .video-container h2:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 10%;
	height: 1px;
	margin-left: -5%;
	background: #FFF;
}
#main-movie .video-container p {
	position: relative;
	padding-bottom: 70px;
	font-size: 3.4rem;
	line-height: 1.4;
}
#main-movie .video-container p:before {
	content: '';
	position: absolute;
	bottom: 40px;
	left: 50%;
	display: block;
	width: 30px;
	height: 30px;
	margin-left: -15px;
	border-bottom: 4px solid #999;
	border-right: 4px solid #999;
	transform: rotate(45deg);
	opacity: 0;
  animation: ScrollArrow 1s ease-in 1.6s infinite forwards;
}
@keyframes ScrollArrow {
  0%   { bottom: 40px; opacity: 0;}
  90%  { bottom: 0px; opacity: 1;}
  100% { bottom: 0px; opacity: 0;}
}
.video-container div.video-block {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100vh;
	transition: all 1s ease;
	-webkit-filter: blur(0);
	filter: blur(0);
	z-index: 500;
}
.blur {
	-webkit-filter: blur(32px) !important;
	filter: blur(32px) !important;
	opacity: 0.5 !important;
}
.video-container .start div.video-block {
	position: absolute !important;
	top: 0;
}
.video-container .fixed div.video-block {
	position: fixed !important;
	top: 0;
}
.video-container .end div.video-block {
	position: absolute !important;
	bottom: 0;
}
#main-movie .section-content p {
	margin-bottom: 10px;
	text-align: center;
	font-size: 3.4rem;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "YuGothic M", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	font-weight: bold;
	line-height: 1.4;
}
.sub-movie .video-container h2 {
	margin: 0 0 10px;
	padding-bottom: 10px;
	font-size: 5.6rem;
	line-height: 1.2;
}
.section-content p {
	text-align: center;
	font-size: 2.4rem;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "YuGothic M", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	font-weight: bold;
	line-height: 1.4;
}

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

.video-container {
	height: 1000px;
}
#main-movie .video-container h2 {
	font-size: 3.2rem;
}
#main-movie .video-container h2:before {
	content: '';
	width: 20%;
	margin-left: -10%;
}
#main-movie .video-container p {
	margin: 0 10px 1em;
	font-size: 2.2rem;
}
#main-movie .section-content p {
	margin: 0 10px 1em;
	font-size: 2.4rem;
}
.sub-movie .video-container h2 {
	margin: 0 10px 10px;
	font-size: 3.2rem;
}
.section-content p {
	margin: 0 10px 1em;
	font-size: 1.8rem;
}

}

/* performance */

.main section dl.performance {
	margin: 0 0 40px;
	font-size: 2.0rem;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "YuGothic M", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	font-weight: bold;
	text-align: center;
}
.main section dl.performance dt {
	display: inline-block;
	margin-bottom: 10px;
	font-size: 3.4rem;
}
.main section dl.performance dt span {
	font-size: 4.0rem;
}
.main section dl.performance dd {
	margin: 0;
}

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

.main section dl.performance {
	margin: 0 0 40px;
	font-size: 1.8rem;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "YuGothic M", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	font-weight: bold;
	text-align: center;
}
.main section dl.performance dt {
	display: inline-block;
	margin-bottom: 10px;
	font-size: 2.2rem;
}
.main section dl.performance dt span {
	font-size: 2.8rem;
}
.main section dl.performance dd {
	margin: 0;
}

}

/* example */

.bg-white {
	background: #FFF;
}

.main section .column-2,
.main section .column-3,
.main section .column-4,
.main section .column-5 {
	letter-spacing: -.40em;
}

.main section .column-2 .column-inner,
.main section .column-3 .column-inner,
.main section .column-4 .column-inner,
.main section .column-5 .column-inner {
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
	box-sizing: border-box;
}
.main section .column-2 .column-inner {	width: 50%;}
.main section .column-3 .column-inner { width: 33.3%; }
.main section .column-4 .column-inner { width: 25%; }
.main section .column-5 .column-inner { width: 20%;}

.main section .example-block {
	position: relative;
	margin: 0 0 0 20px;
	padding: 20px 0 0;
}
.main section .column-inner:nth-child(odd) .example-block {
	margin: 0 20px 0 0;
}
.main section .topber:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 0;
	height: 4px;
	background: #333;
	animation: topber 0.4s ease-in 0s 1 forwards;
}  
@keyframes topber {
  0%   { width: 0;}
  100% { width: 100%;}
}
.main section .example-block h3 {
	margin: 0;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "YuGothic M", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	font-size: 3.8rem;
	font-weight: bold;
	line-height: 1.2;
	letter-spacing: 3px;
}
.main section .example-block p {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "YuGothic M", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
.main section .example-block img {
	width: 100%;
	height: auto;
}

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

.main section .column-2 .column-inner,
.main section .column-3 .column-inner,
.main section .column-4 .column-inner,
.main section .column-5 .column-inner {
	display: block;
}
.main section .column-2 .column-inner,
.main section .column-3 .column-inner,
.main section .column-4 .column-inner,
.main section .column-5 .column-inner { width: 100%;}

.main section .example-block {
	margin: 0;
}
.main section .column-inner:nth-child(odd) .example-block {
	margin: 0;
}
.main section .example-block h3 {
	font-size: 2.8rem;
}

}

/* Aircraft */

div.swiper-container {
	margin: 100px 0 0;
}
div.aircraft-block {
	margin: 0 20px;
}
div.aircraft-block div.aircraft-meta img {
	width: 95%;
	height: auto;
}
div.aircraft-block div.aircraft-body dl {
	overflow: hidden;
	margin: 0;
	padding: 0;
	padding: 10px 5px 8px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "YuGothic M", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	font-size: 1.8rem;
	border-bottom: 1px solid rgba(0,0,0,0.2);
}
div.aircraft-block div.aircraft-body dl:first-child {
	border-top: 1px solid rgba(0,0,0,0.2);
}
div.aircraft-block div.aircraft-body dl dt {
	float: left;
	clear: left;
	width: 16%;
	font-weight: bold;
	text-align: right;
}
div.aircraft-block div.aircraft-body dl dd {
	float: right;
	clear: right;
	width: 80%;
	margin: 0;
}
div.aircraft-block div.aircraft-body dl dd p {
	margin: 0;
}

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

div.swiper-container {
	margin: 50px 0 0;
}
div.swiper-container div.swiper-slide img {
	width: 100%;
	height: auto;
}
div.aircraft-block {
	margin: 0 10px;
}
div.aircraft-block div.aircraft-meta img {
	width: 100%;
}
div.aircraft-block div.aircraft-body dl dt {
	float: none;
	width: 100%;
	text-align: left;
	font-size: 1.6rem;
}
div.aircraft-block div.aircraft-body dl dd {
	float: none;
	width: 100%;
	font-size: 1.4rem;
}

}

/*--------------------------------------
  撮影までの流れ
--------------------------------------*/

.main div.flow-block {
  position: relative;
  clear: both;
  overflow: hidden;
}
.main div.flow-block:before {
  content: '';
  position: absolute;
  top: 50px;
  left: 60px;
  bottom: 50px;
  width: 10px;
  background: rgba(0, 0, 0, 0.2);
  z-index: 10;
}
.main div.flow-block dl {
  position: relative;
  min-height: 120px;
  padding: 20px 0 50px 160px;
  z-index: 50;
}
.main div.flow-block dl:last-child {
  padding-bottom: 0;
}
.main div.flow-block dl:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 120px;
  height: 0;
  padding-top: 120px;
  background: #333;
  border: 3px double #FFF;
}
.main div.flow-block dl:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 105px;
  color: #FFF;
  font-family: "游明朝体", YuMincho, "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Mincho", serif;
  font-size: 8.0rem;
  font-style: italic;
  text-align: center;
  line-height: 1.6;
}
.main div.flow-block dl:nth-child(1):after {
  content: '1';
}
.main div.flow-block dl:nth-child(2):after {
  content: '2';
}
.main div.flow-block dl:nth-child(3):after {
  content: '3';
}
.main div.flow-block dl:nth-child(4):after {
  content: '4';
}
.main div.flow-block dl:nth-child(5):after {
  content: '5';
}
.main div.flow-block dl:nth-child(6):after {
  content: '6';
}
.main div.flow-block dl dt {
  margin: 0 0 1em;
  padding: 0 0 3px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "YuGothic M", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 2.4rem;
  font-weight: bold;
  border-bottom: 1px solid #888;
  line-height: 1.2;
}
.main div.flow-block dl dd {
	margin: 0 0 0 20px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "YuGothic M", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
.main div.inquiry-block {
	overflow: hidden;
	margin: 10px 0;
}
.main div.inquiry-block div.tel {
	float: left;
	clear: left;
	width: 40%;
	color: #333;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "YuGothic M", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	font-size: 4.4rem;
	font-weight: bold;
	text-align: center;
}
.main div.inquiry-block div.tel:before {
	content: '';
	display: inline-block;
	width: 40px;
	height: 40px;
	margin-right: 10px;
	background: url(../img/icon/bk_tel.png) no-repeat 0 center;
	background-size: 40px;
	vertical-align: middle;
}
.main div.inquiry-block div.mail {
	float: right;
	clear: right;
	width: 60%;
	margin: 10px 0 0;
}
.main div.inquiry-block div.mail a {
	display: block;
	width: 90%;
	margin: 0 auto;
	background: #FFF;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "YuGothic M", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	font-size: 2.8rem;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	border: 3px solid #0062af;
  border-radius: 100px;
  text-decoration: none;
  transition: 0.2s;
}
body.d .main div.inquiry-block div.mail a:hover {
	color: #FFF;
	background: #0062af;
}

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

.main div.flow-block:before {
  left: 28px;
  width: 8px;
}
.main div.flow-block dl {
  min-height: auto;
  padding: 15px 0 20px 75px;
}
.main div.flow-block dl:before {
  width: 60px;
  padding-top: 60px;
}
.main div.flow-block dl:after {
  position: absolute;
  width: 55px;
  font-size: 5.0rem;
  line-height: 1.4;
}
.main div.flow-block dl dt {
  font-size: 2.0rem;
}
.main div.flow-block dl dd {
	margin: 0 0 0 10px;
}
.main div.inquiry-block div.tel {
	float: none;
	width: 100%;
	font-size: 2.8rem;
}
.main div.inquiry-block div.tel:before {
	width: 30px;
	height: 30px;
	margin-right: 5px;
	background-size: 30px;
}
.main div.inquiry-block div.mail {
	float: none;
	width: 100%;
}
.main div.inquiry-block div.mail a {
	width: auto;
	padding: 5px 0 2px;
	font-size: 1.8rem;
}

}

/*--------------------------------------
  ホームページ制作
--------------------------------------*/

.main div.task-box {
	margin: 20px 80px 30px;
	padding: 0 15px;
	background: #FFF;
	font-size: 2.0rem;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "YuGothic M", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	font-weight: bold;
	line-height: 1.4;
	border: 3px solid #999;
	border-radius: 6px;
}
.main section ul.task-list {
	padding: 10px 0;
	font-size: 1.6rem;
	text-align: center;
	letter-spacing: -.40em;
}
.main section ul.task-list li {
	display: inline-block;
	width: 23%;
	padding: 0 1%;
	letter-spacing: normal;
	vertical-align: top;
	list-style-type: none;
}
.main section ul.task-list li:before {
	display: none;
}
.main section ul.task-list li img {
	display: block;
	margin: 0 auto 10px;
}

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

.main div.task-box {
	margin: 0 0 30px;
	font-size: 1.8rem;
}
.main section ul.task-list {
	font-size: 1.4rem;
	text-align: center;
}
.main section ul.task-list li {
	width: 48%;
	padding: 0 0 0 2%;
}
.main section ul.task-list li:nth-child(odd) {
	padding: 0 2% 0 0;
}
.main section ul.task-list li:first-child,
.main section ul.task-list li:nth-child(2){
	padding-bottom: 20px;
}
.main section ul.task-list li img {
	display: block;
	margin: 0 auto 10px;
}

}

/*--------------------------------------
  お問い合わせ
--------------------------------------*/

.main div#form {
  clear: both;
  padding: 20px 0;
  overflow: hidden;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "YuGothic M", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
.main div#form input[type="text"],
.main div#form input[type="email"],
.main div#form input[type="tel"],
.main div#form select,
.main div#form textarea {
  box-sizing: border-box;
  width: 100%;
  min-height: 38px;
  padding: 0 10px;
  font-size: 16px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "YuGothic M", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  background: #FFF;
  border: 1px solid #CCC;
  border-radius: 4px;
  outline: none;
  vertical-align: middle;
}
.main div#form input.short {
  width: 25%;
}
.main div#form input.middle {
  width: 70%;
}
.main div#form textarea {
  max-width: 100%;
  min-height: 130px;
  padding: 10px;
}
.main div#form select::-ms-expand {
  display: none;
}
.main div#form label input[type="text"],
.main div#form label input[type="email"],
.main div#form label input[type="tel"]{
  margin: 0 5px;
}
.main div#form label {
	display: inline-block;
	width: 49%;
	padding-left: 20px;
	text-indent: -20px;
	line-height: 1.6;
  box-sizing: border-box;
}
.main div#form dl {
  clear: both;
	margin: 0;
  padding: 15px 10px;
  border-bottom: 1px solid #CFCFCF;
  line-height: 38px;
  overflow: hidden;
}
.main div#form dl:first-child {
  border-top: 1px solid #CFCFCF;
}
.main div#form dl dt {
  float: left;
  clear: left;
}
.main div#form dl dt span.required {
  display: inline-block;
  margin: 0 0 2px 10px;
  padding: 0 8px;
  color: #FFF;
  font-size: 12px;
  background: #333;
  line-height: 20px;
  vertical-align: middle;
}
.main div#form dl dd {
  display: block;
  margin-left: 16em;
}
.main div#form dl dd p {
	margin: 0;
	line-height: 1.8;
}
.main div#form div.btn-block {
  clear: both;
  padding-top: 20px;
  overflow: hidden;
  text-align: center;
}
.main div#form div.btn-block input {
  display: inline-block;
	margin: 0 10px;
  padding: 5px 35px;
  color: #FFF;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "YuGothic M", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 2.0rem;
  background: #333;
  border: none;
  border-radius: 3px;
  text-decoration: none;
  cursor: pointer;
}
body.d .main div#form div.btn-block input:hover {
	opacity: 0.75;
}

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

.main div#form label {
	display: block;
	width: auto;
	margin: 0 0 10px;
}
.main div#form input[type="checkbox"] {
	text-indent: -20px;
}
.main div#form dl {
  padding: 5px 10px 12px;
}
.main div#form dl dt {
  float: none;
  clear: both;
}
.main div#form dl dd {
  margin-left: 0;
}
.main div#form div.btn-block input {
  display: inline-block;
	width: 43%;
  padding: 10px;
  font-size: 1.7rem;
	box-sizing: border-box;
}

}</pre></body></html>