@charset "utf-8";



/*　　トップページ / スライダー
-------------------------------------------------------*/
.main-img {
	position: relative;
	height: 640px;
}
.main-img-slideshow,
.main-img-slideshow:after {
    position: absolute;
    width: 100%;
	height: 640px;
	margin: 0 auto;
    top: 0;
    left: 0;
	right: 0;
    z-index: 0;
	overflow: hidden;
}
.main-img-slideshow:after {
    content: '';
}
.main-img-slideshow li span {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    opacity: 0;
    z-index: 0;
		-webkit-backface-visibility: hidden;
    -webkit-animation: imageAnimation 32s linear infinite 0s;
    -moz-animation: imageAnimation 32s linear infinite 0s;
    -o-animation: imageAnimation 32s linear infinite 0s;
    -ms-animation: imageAnimation 32s linear infinite 0s;
    animation: imageAnimation 32s linear infinite 0s;
}
.main-img-slideshow li:nth-child(1) span {
    background-image: url(../images/pages/main_img01.jpg);
}
.main-img-slideshow li:nth-child(2) span {
    background-image: url(../images/pages/main_img02.jpg);
		-webkit-animation-delay: 8s;
    -moz-animation-delay: 8s;
    -o-animation-delay: 8s;
    -ms-animation-delay: 8s;
    animation-delay: 8s;
}
.main-img-slideshow li:nth-child(3) span {
    background-image: url(../images/pages/main_img03.jpg);
		-webkit-animation-delay: 16s;
    -moz-animation-delay: 16s;
    -o-animation-delay: 16s;
    -ms-animation-delay: 16s;
    animation-delay: 16s;
}
.main-img-slideshow li:nth-child(4) span {
    background-image: url(../images/pages/main_img04.jpg);
		-webkit-animation-delay: 24s;
    -moz-animation-delay: 24s;
    -o-animation-delay: 24s;
    -ms-animation-delay: 24s;
    animation-delay: 24s;
}

@-webkit-keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    -webkit-animation-timing-function: ease-in;
	}
	14% {
	    opacity: 1;
	    -webkit-transform: scale(1.05);
	    -webkit-animation-timing-function: ease-out;
	}
	30% {
	    opacity: 1;
	    -webkit-transform: scale(1.1);
	}
	44% {
		opacity: 0;
		-webkit-transform: scale(1.1) translateY(0%);
	}
	50% {
	    opacity: 0;
	    -webkit-transform: scale(1.1) translateY(0%);
	}
	100% { opacity: 0;}
}
@keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    animation-timing-function: ease-in;
	}
	14% {
	    opacity: 1;
	    transform: scale(1.05);
	    animation-timing-function: ease-out;
	}
	30% {
	    opacity: 1;
	    transform: scale(1.1);
	}
	44% {
		opacity: 0;
		transform: scale(1.1) translateY(0%);
	}
	50% {
	    opacity: 0;
	    transform: scale(1.1) translateY(0%);
	}
	100% { opacity: 0;}
}
/* Show at least something when animations not supported */
.no-cssanimations .main-img-slideshow li span{
	opacity: 1;
}




/*　　トップページ / スマホタワー
-------------------------------------------------------*/
.top-sumahotower {
	background-color: #f5f5f5;
}
.top-sumahotower-bg {
	position: relative;
	top: -92px;
	left: 0;
	right: 0;
	height: 518px;
	min-width: 1200px;
	background: linear-gradient(80deg, #e2e0e0 82%, transparent 82%);
}

@media screen and (max-width: 1600px) {
.top-sumahotower-bg {
	background: -webkit-linear-gradient(350deg, #e2e0e0 88%, transparent 88%);
	background: -o-linear-gradient(350deg, #e2e0e0 88%, transparent 88%);
	background: linear-gradient(80deg, #e2e0e0 88%, transparent 88%);
}
}

@media screen and (max-width: 1300px) {
.top-sumahotower-bg {
	background: #e2e0e0;
}
}

.top-sumahotower-wrapper {
	width: 1200px;
	height: 518px;
	margin: 0 auto;
	padding: 45px 110px 0;
	background-image: url("../images/pages/top_sumahotower_bg.png");
	background-repeat: no-repeat;
	background-position: right 110px top 88px;
}
.top-sumahotower-wrapper .sumahotower-box {
	width: 310px;
}
.top-sumahotower-wrapper .sumahotower-box2 {
	width: 645px;
	margin-left: 25px;
}
.top-sumahotower-wrapper .sumahotower-tit-en {
	margin-top: -10px;
}
.top-sumahotower-wrapper .sumahotower-tit {
	position: relative;
	padding: 0 0 5px 10px;
	color: #e00113;
	font-size: 20px; font-size: 2.0rem;
	font-weight: 700;
	border-left: 8px solid #e00113;
	border-bottom: 1px solid #e00113;
}
.top-sumahotower-wrapper .sumahotower-tit .circle-red {
	position: absolute;
	bottom: -4px;
	right: 0;
	width: 7px;
	height: 7px;
	background-image: url("../images/common/circle_red.png");
}
.top-scene-tit {
	background-image: url("../images/common/line_gry.png");
	background-repeat: repeat-x;
	background-position: center;
	text-align: center;
}
.top-scene-tit-txt {
	position: relative;
	height: 31px;
	line-height: 31px;
	padding: 0 37px;
	letter-spacing: 5px;
	background-color: #f5f5f5;
	background-image: url("../images/common/circle_gry.png"), url("../images/common/circle_gry.png");
	background-repeat: no-repeat, no-repeat;
	background-position: left center, right center;
}
.top-sumahotower-bg2 {
	height: 518px;
	min-width: 1200px;
	margin-left: 12%;
	background-color: #e2e0e0;
	background-image: url("../images/pages/top_sumahotower_bg2.jpg");
	background-repeat: no-repeat;
	background-position: left top;
}

@media screen and (max-width: 1600px) {
.top-sumahotower-bg2 {
	margin-left: 12%;
}
}

@media screen and (max-width: 1300px) {
.top-sumahotower-bg2 {
	margin-left: 0;
}
}

.top-event-wrapper {
	position: relative;
}
.top-event-box {
	position: absolute;
	top: 250px;
	left: 312px;
	width: 200px;
}
.top-event-box2 {
	position: absolute;
	top: 45px;
	left: 585px;
}
.top-event-tit {
	color: #fff;
	text-shadow: 2px 2px 5px #202020;
}
.top-event-btn a {
	display: block;
	max-width: 482px;
	height: 74px;
	line-height: 74px;
	font-size: 20px; font-size: 2.0rem;
	font-weight: 700;
	color: #e00113;
	text-align: center;
	border-radius: 8px;
	background-color: #fff;
	background-image: url("../images/common/arrow_red.png");
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size: 12px 20px;
}
.top-event-btn a:hover {
	color: #fff;
	background-color: #e00113;
	background-image: url("../images/common/arrow_wht.png");
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size: 12px 20px;
}



/*　　トップページ / ノベルティ・販促商品
-------------------------------------------------------*/
.top-novelty {
	background-color: #f5f5f5;
}
.top-novelty .novelty-point-box {
	width: 31.63%;
	padding: 50px 0;
	border-radius: 8px 0 0 8px;
	background-color: #e00113;
}
.top-novelty .novelty-point-box .point-tit {
	color: #fff;
}
.top-novelty .novelty-point-box2 {
	width: 68.37%;
	padding: 20px;
	border-radius: 0 8px 8px 0;
	background-color: #e2e0e0;
}
.novelty-point-box2 .point-list {
	padding-left: 24px;
}
.novelty-point-box2 .icon-num {
	display: inline-block;
	width: 24px;
	height: 24px;
	margin-left: -24px;
	margin-right: 10px;
	color: #fff;
	font-weight: 700;
	text-align: center;
	border-radius: 24px;
	background-color: #e00113;
}



/*　　トップページ / OEM生産 / PB製造
-------------------------------------------------------*/
.top-oem-pb {
	position: relative;
}
.top-oem-pb .oem-pb-bg {
	position: absolute;
	width: 100%;
	height: 162px;
	top: 660px;
	background-image: url("../images/pages/top_oem_pb_bg01.png");
	background-repeat: no-repeat;
	background-position: center top;
}
.top-oem-pb .oem-pb-bg2 {
	position: absolute;
	width: 100%;
	height: 66px;
	top: 860px;
	background-image: url("../images/pages/top_oem_pb_bg02.png");
	background-repeat: no-repeat;
	background-position: center top;
}
.top-oem-pb .oem-pb-bg3 {
	position: absolute;
	width: 100%;
	height: 58px;
	top: 1286px;
	background-image: url("../images/pages/top_oem_pb_bg03.png");
	background-repeat: no-repeat;
	background-position: center top;
}
.top-oem-pb-img-box {
	position: relative;
}
.top-oem-pb-img-box .oem-pb-txt {
	position: absolute;
	top: 148px;
	right: 0;
	width: 310px;
	padding: 40px;
	border-radius: 8px;
	background-color: #f5f5f5;
}
.top-oem-pb-img-box .oem-pb-txt2 {
	position: absolute;
	top: 145px;
	left: 0;
	width: 310px;
	padding: 40px;
	border-radius: 8px;
	background-color: #f5f5f5;
}



/*　　トップページ / スマートフォン関連
-------------------------------------------------------*/
.top-products {
	background-image: url("../images/pages/top_products_bg.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.top-products .products-img {
	width: 285px;
}
.top-products .products-txt a {
	color: #fff;	
}
.top-products .products-txt a:hover {
	text-decoration: underline;
}
.top-products .list-onlineshop {
}
.top-products .list-onlineshop a {
	display: inline-block;
	color: #fff;
	margin: 10px 20px 0;
}
.top-products .list-onlineshop a:hover {
	text-decoration: underline;
}



/*　　トップページ / ニュース　/　Twitter
-------------------------------------------------------*/
.top-news {	
	width: 625px;
}
.top-news .news-line {
	height: 2px;
	margin-bottom: 50px;
	background: linear-gradient( to right, #e00113 42.8%, #e5e5e5 42.8%);
}
.news-box {
	margin-top: 30px;
}
.news-box .news-img {
	width: 150px;
	overflow: hidden;
}
.news-box .news-txt {
	width: 450px;
}
.news-list-box {
	margin-top: 30px;
}
.news-list-box .news-img {
	width: 150px;
	overflow: hidden;
}
.news-list-box .news-txt {
	width: 810px;
}
.news-box a,
.news-list-box a {
	color: #333;
	text-decoration: none;
}
.news-box a:hover,
.news-list-box a:hover {
	color: #e00113;
}
.news-detail strong {
	font-weight: 700;
}
.news-detail em {
	font-style: italic !important;
}
.news-detail ul {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 25px;
}
.news-detail ol {
	list-style-type: decimal;
	list-style-position: outside;
	margin-left: 25px;
}
.news-detail .line-news {
	border-top: 1px solid #e6e6e6;
	margin-top: 30px;
	padding-top: 30px;
}
.pagination {
  display: block;
  padding-left: 0;
  margin: 0 !important;
  padding-top: 10px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: 8px;
  margin-top: 10px;
  line-height: 1.4;
  color: #6a9708;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ccc;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {

}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #7caa17;
  border: 1px solid #7caa17;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #666;
  cursor: default;
  font-weight: 700;
  background-color: #f5f5f5;
  border-color: #ccc;
}
.top-twitter-recruit {
	width: 310px;
	padding-left: 18px;
	border-left: 2px solid #e5e5e5;
}
.top-twitter-recruit .twitter-txt,
.top-twitter-recruit .recruit-txt {
	margin-left: -20px;
	border-left: 2px solid #e00113;
	padding: 5px 0 5px 18px;
}



/*　　各ページタイトルイメージ
-------------------------------------------------------*/
.pagetitle-img {
	height: 220px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.pagetitle-img.bg-sumahotower {
	background-image: url("../images/pages/pagetitle_sumahotower.jpg");
}
.pagetitle-img.bg-company {
	background-image: url("../images/pages/pagetitle_company.jpg");
}
.pagetitle-img.bg-news {
	background-image: url("../images/pages/pagetitle_news.jpg");
}
.pagetitle-img.bg-products {
	background-image: url("../images/pages/pagetitle_products.jpg");
}
.pagetitle-img.bg-event {
	background-image: url("../images/pages/pagetitle_event.jpg");
	background-size: auto 100%;
	background-color: #191919;
}
.pagetitle-img.bg-oem-pb {
	background-image: url("../images/pages/pagetitle_oem_pb.jpg");
	background-size: auto 100%;
	background-color: #f2f2f2;
}
.pagetitle-img.bg-strengths {
	background-image: url("../images/pages/pagetitle_strengths.jpg");
}
.pagetitle-img.bg-contact {
	background-image: url("../images/pages/pagetitle_contact.jpg");
}
.pagetitle-img.bg-agency {
	background-image: url("../images/pages/pagetitle_agency.jpg");
}
.pagetitle {
	height: 50px;
	margin-top: -20px;
	padding: 8px 0;
	background: -webkit-linear-gradient(35deg, #e2e0e0 52%, transparent 52%);
	background: -o-linear-gradient(35deg, #e2e0e0 52%, transparent 52%);
	background: linear-gradient(125deg, #e2e0e0 52%, transparent 52%);
}
.pagetitle .pagetitle-txt {
	margin-left: 40px;
	padding: 2px 0 2px 10px;
	border-left: 4px solid #e00113;
}



/*　　スマホタワー
-------------------------------------------------------*/
.sumahotower-img-bg {
	background: -webkit-linear-gradient(left, #d3b59c 0%, #fae2ce 15%, #fae2ce 85%, #d3b59c 100%);
	background: -o-linear-gradient(left, #d3b59c 0%, #fae2ce 15%, #fae2ce 85%, #d3b59c 100%);
	background: linear-gradient(to right, #d3b59c 0%, #fae2ce 15%, #fae2ce 85%, #d3b59c 100%);
}
.sumahotower-point-bg {
	background: linear-gradient(125deg, #f5f5f5 58%, transparent 58%);
}
.sumahotower-point-txt-box {
	position: relative;
	padding: 80px 0 50px;
}
.sumahotower-point-txt-box .point-txt-en {
	position: absolute;
	top: -50px;
}
.sumahotower-point-txt li{
	margin-top: 30px;
	padding-left: 62px;
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 52px;
}
.sumahotower-point-txt .point1-img {
	background-image: url("../images/pages/point1.png");
}
.sumahotower-point-txt .point2-img {
	background-image: url("../images/pages/point2.png");
}
.sumahotower-point-txt .point3-img {
	background-image: url("../images/pages/point3.png");
}
.sumahotower-point-txt .point4-img {
	background-image: url("../images/pages/point4.png");
}
.sumahotower-tit1 {
	padding: 15px;
	border: 2px solid #ccc;
	text-align: center;
}
.sumahotower-tit1 .red-box {
	display: inline-block;
	margin-right: 10px;
	padding: 5px 30px;
	color: #fff;
	text-align: center;
	background-color: #e00113;
}
.sumahotower-tit1 .blue-box {
	display: inline-block;
	margin-right: 10px;
	padding: 5px 30px;
	color: #fff;
	text-align: center;
	background-color: #3366ff;
}
.sumahotower-customer-box {
	position: relative;
	padding: 35px 30px 30px 50px;
	border: 2px solid #ccc;
	background-color: #f5f5f5;
}
.sumahotower-customer-box .icon-benri {
	position: absolute;
	width: 86px;
	height: 86px;
	top: -2px;
	left: -2px;
	background-image: url("../images/pages/icon_benri.png");
	background-repeat: no-repeat;
}
.sumahotower-img-bg2 {
	background: -webkit-linear-gradient(left, #564e59 0%, #baa6c1 15%, #baa6c1 85%, #564e59 100%);
	background: -o-linear-gradient(left, #564e59 0%, #baa6c1 15%, #baa6c1 85%, #564e59 100%);
	background: linear-gradient(to right, #564e59 0%, #baa6c1 15%, #baa6c1 85%, #564e59 100%);
}
.faq-txt {
	padding: 0 0 0 36px;
	background-image: url("../images/pages/icon_q.png");
	background-repeat: no-repeat;
	background-size: 26px;
	background-position: left 2px;
}



/*　　イベントレンタル・販促
-------------------------------------------------------*/
.event-img-bg {
	background: -webkit-linear-gradient(left, #200003 2%, #88010c 15%, #88010c 85%, #200003 98%);
	background: -o-linear-gradient(left, #200003 2%, #88010c 15%, #88010c 85%, #200003 98%);
	background: linear-gradient(to right, #200003 2%, #88010c 15%, #88010c 85%, #200003 98%);
}
.event-txt-box {
	position: relative;
}
.event-txt-box .event-txt {
	position: absolute;
	top: 180px;
	left: 0;
	right: 0;
	padding: 0 20px;
	color: #fff;
	text-shadow: 2px 2px 5px #202020;
}
.event-tit1 {
	padding: 10px 15px;
	color: #fff;
	background: linear-gradient(120deg, #666 25%, #e00113 25%);
}
.event-tit1 span {
	display: inline-block;
	width: 28%;
}
.event-step-img {
	display: table;
}
.event-step-img li {
	display: table-cell;
	padding-left: 20px;
}
.event-step-img li:first-child {
	padding-left: 0;
}



/*　　会社案内
-------------------------------------------------------*/
.company-accessmap {
	height: 500px;	
}



/*　　Cyoshin Japanの強み
-------------------------------------------------------*/
.strengths-bg {
	height: 300px;
	background: -webkit-linear-gradient(30deg, #f5f5f5 72%, transparent 72%);
	background: -o-linear-gradient(30deg, #f5f5f5 72%, transparent 72%);
	background: linear-gradient(120deg, #f5f5f5 72%, transparent 72%);
}
.strengths-bg-img {
	margin-top: -250px;
}
.strengths-bg2 {
	height: 300px;
	background: -webkit-linear-gradient(30deg, transparent 28%, #f5f5f5 28%);
	background: -o-linear-gradient(30deg, transparent 28%, #f5f5f5 28%);
	background: linear-gradient(120deg, transparent 28%, #f5f5f5 28%);
}



/*　　代理店募集
-------------------------------------------------------*/
.agency-bg {
	padding: 60px 0 50px;
	background: -webkit-linear-gradient(30deg, #f5f5f5 50%, #ebeaea 50%);
	background: -o-linear-gradient(30deg, #f5f5f5 50%, #ebeaea 50%);
	background: linear-gradient(120deg, #f5f5f5 50%, #ebeaea 50%);
}
.agency-bg-img {
	margin-top: -250px;
}
.agency-bg2 {
	height: 300px;
	background: -webkit-linear-gradient(30deg, #f5f5f5 72%, transparent 72%);
	background: -o-linear-gradient(30deg, #f5f5f5 72%, transparent 72%);
	background: linear-gradient(120deg, #f5f5f5 72%, transparent 72%);
}
.agency-bg-img2 {
	margin-top: -250px;
}



/*　　スマートフォン関連商品 / システム
-------------------------------------------------------*/
.products-border-top {
	border-top: 1px solid #999;
}
.products-navi-btn a {
	display: block;
	margin-top: 20px;
	padding: 10px;
	color: #e00113;
	font-weight: 700;
	text-align: center;
	border: 1px solid #e00113;
}
.products-navi-btn a:hover {
	color: #fff;
	background-color: #e00113;
}
.products-search-box {
	padding: 15px 20px;
	background-color: #f5f5f5;
}
.products-search-box input {
	font-size: 16px; font-size: 1.6rem; 
	vertical-align:middle; 
	border: 1px solid #ccc;
}
.search-txtbox {
	width: 50%;
	margin-left: 10px;
}
.search-ta {
	width: 50%;
	height: 30px;
	padding: 5px;
	font-size: 16px; font-size: 1.6rem; 
	vertical-align:middle; 
	border: 1px solid #ccc;
}
.search-txtbox input {
	width: 100%;
	height: 30px;
	padding: 5px;
}
.search-select {
	font-size: 16px; font-size: 1.6rem; 
	vertical-align:middle; 
	border: 1px solid #ccc;
}
.search-b {
	margin-left: 10px;
	margin-right: auto;
}
.search-b input {
	width: 150px;
	height: 30px;
	background-color: #ccc;
	border-radius: 5px;
	cursor: pointer;
	font-size: 16px; font-size: 1.6rem; 
	border: 0;
}
.search-b input:hover {
	color: #fff;
	background-color: #e00113;
}
.products-list-box {
	padding: 20px;
	border: 1px solid #ccc;
}
.products-name {
	padding: 3px 0 3px 10px;
	border-left: 4px solid #e00113;
}
.products-txt-box p {
	margin-top: 15px;
}
.products-gallery-img a:nth-of-type(2),
.products-gallery-img a:nth-of-type(3),
.products-gallery-img a:nth-of-type(4),
.products-gallery-img a:nth-of-type(5) {
	display: none;
}
.products-list-img a:nth-of-type(2),
.products-list-img a:nth-of-type(3),
.products-list-img a:nth-of-type(4),
.products-list-img a:nth-of-type(5) {
	display: none;
}
.products-view-img a {
	margin-top: 30px;
	padding: 0 15px 0;
}
.products-view-img a:first-child {
	width: 100%;
	margin-top: 10px;
}
.products-list-img a:nth-of-type(3),
.products-list-img a:nth-of-type(5) {

}



/*　　お問い合わせ
-------------------------------------------------------*/
.contactForm {
	margin: 30px auto 0;
}
.contactForm .pan {
	display: none;
}
.contactForm .icon-required {
	position: relative;
	display: inline-block;
	font-size: 12px; font-size: 1.2rem;
	line-height: 1.5;
	margin-left: 10px;
	padding: 2px 8px 2px;
	background-color: #e00113;
	color: #fff;
	vertical-align:middle;
	border-radius: 3px;
}
.contactForm th,
.contactForm td { font-size: 16px; font-size: 1.6rem;}
.contactForm input { font-size: 16px; font-size: 1.6rem; vertical-align:middle; border: 1px solid #ccc;}
.contactForm .select1 { font-size: 16px; font-size: 1.6rem; width: 50%; line-height:1.6; padding: 3px; border: 1px solid #ccc;}
.contactForm .size1 { font-size: 16px; font-size: 1.6rem; width: 10%; line-height:1.6; padding: 3px;}
.contactForm .size2 { font-size: 16px; font-size: 1.6rem; width: 20%; line-height:1.6; padding: 3px;}
.contactForm .size3 { font-size: 16px; font-size: 1.6rem; width: 30%; line-height:1.6; padding: 3px;}
.contactForm .size4 { font-size: 16px; font-size: 1.6rem; width: 40%; line-height:1.6; padding: 3px;}
.contactForm .size5 { font-size: 16px; font-size: 1.6rem; width: 50%; line-height:1.6; padding: 3px;}
.contactForm .size6 { font-size: 16px; font-size: 1.6rem; width: 60%; line-height:1.6; padding: 3px;}
.contactForm .size7 { font-size: 16px; font-size: 1.6rem; width: 70%; line-height:1.6; padding: 3px;}
.contactForm .size8 { font-size: 16px; font-size: 1.6rem; width: 80%; line-height:1.6; padding: 3px;}
.contactForm .size9 { font-size: 16px; font-size: 1.6rem; width: 90%; line-height:1.6; padding: 3px;}
.contactForm .size10 { font-size: 16px; font-size: 1.6rem; width: 100%; line-height:1.6; padding: 3px;}
.contactForm textarea { padding: 3px; font-size: 16px; font-size: 1.6rem;}
.contactForm .size-add { font-size: 16px; font-size: 1.6rem; width: 100%; height: 100px; padding: 3px; border: 1px solid #ccc;}
.contactForm .size-question { font-size: 16px; font-size: 1.6rem; width: 100%; padding: 3px; border: 1px solid #ccc;}
.contactForm .btn-box {
	padding-top: 30px;
	text-align: center;
	border-top: 1px solid #ccc;
}
.contactForm .btn-send {
	display: block;
	width: 680px;
	height: 77px;
	margin: 0 auto;
	line-height: 74px;
	font-size: 20px; font-size: 2.0rem;
	font-weight: 700;
	color: #fff;
	text-align: center;
	background-color: #e00113;
	border-radius: 8px;
	border: 0;
	border-bottom: 3px solid #ae000e;
	background-image: url("../images/common/arrow_wht.png");
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size: 12px 20px;
	cursor: pointer;
}
.contactForm .btn-send:hover {
	background: url(../images/common/arrow_wht.png), -webkit-linear-gradient(left, #ff0015, #ff9000);
	background: url(../images/common/arrow_wht.png), -o-linear-gradient(left, #ff0015, #ff9000);
	background: url(../images/common/arrow_wht.png), linear-gradient(to right, #ff0015, #ff9000);
	background-position: right 10px center, 100%;
	background-size: 12px 20px, auto;
	background-repeat: no-repeat;
}
.contactForm .btn-send2 {
	display: block;
	width: 40%;
	height: 77px;
	margin: 0 5% 0;
	line-height: 74px;
	font-size: 20px; font-size: 2.0rem;
	font-weight: 700;
	color: #fff;
	text-align: center;
	background-color: #e00113;
	border-radius: 8px;
	border: 0;
	border-bottom: 3px solid #ae000e;
	background-image: url("../images/common/arrow_wht.png");
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size: 12px 20px;
	cursor: pointer;
}
.contactForm .btn-send2:hover {
	background: url(../images/common/arrow_wht.png), -webkit-linear-gradient(left, #ff0015, #ff9000);
	background: url(../images/common/arrow_wht.png), -o-linear-gradient(left, #ff0015, #ff9000);
	background: url(../images/common/arrow_wht.png), linear-gradient(to right, #ff0015, #ff9000);
	background-position: right 10px center, 100%;
	background-size: 12px 20px, auto;
	background-repeat: no-repeat;
}
.contactForm .btn-modify {
	position: relative;
	-webkit-appearance: none;
	width: 40%;
	height: 77px;
	margin: 0 5% 0;
	font-size: 20px; font-size: 2.0rem;
	font-weight: 700;
	line-height: 74px;
	cursor: pointer;
	border:none;
	color:#fff;
	background-color: #666;
	border-radius: 8px;
	border-bottom: 3px solid #333;
}
.contactForm .btn-modify:hover {
	background-color: #999;
}
#error_message_area {
	margin-top: -120px;
	padding-top: 130px;
}



