@charset "UTF-8";
* {
	box-sizing: border-box;
}
html {
	height: 100%;
	width: 100%;
	font-size: 62.5%;
}
body {
	line-height: 1.7;
	color: #000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	height: 100%;
	background: #fff;
	letter-spacing: 1px;
}
a:link, a:visited {
	color: #000;
	text-decoration: underline;
	outline: none;
	opacity: 1;
	transition: all 350ms;
	-webkit-transition: all 350ms;
	-ms-transition: all 350ms;
	-moz-transition: all 350ms;
}
a:hover, .current, a:hover {
	color: #fff!important;
	opacity: .5;
}
p {
	margin-bottom: 2em;
}
strong {
	font-weight: bold;
}
small {
	font-size: 11px;
}
.w100 {
	width: 100%;
}
.capH2 {
	font-size: 22px;
	letter-spacing: .2em;
	line-height: 1;
	margin-bottom: 1.6em;
}

@media (min-width: 992px) {
  .w100 {
	min-width:1280px;
}
}

@media screen and (max-width: 639px) {
.w100 {
	width: 100%;
	padding: 0;
	min-width:auto;
}
}
/*****************************************************

HELO

*****************************************************/

.helo {
	background: #FDD000;
	padding: 80px;
	text-align: center;
	position:relative;
}
.btnSns{
	position:absolute;
	top:0;
	right:10px;
}
.btnSns.pSns{
	text-align:left;
}
.btnSns li{
	font-size:24px;
	display:inline-block;
}
.logo{
	margin-bottom:80px;
}
.capH1 {
	font-size: 24px;
	line-height: 1.6;
	margin-bottom: 24px;
}
.capH1s{
	font-size: 16px;
	line-height: 1.4;
	margin-bottom:.8em;
}

.lead {
	font-size: 16px;
	line-height: 2;
}
.kosokoso{
	font-size:12px;
	line-height:1.5;
}
.pWrp {
	margin: 0 auto;
	width: 640px;
}
.prz {
	color: #fff;
	font-size: 14px;
	margin-bottom: 1px;
}
.iconPrz {
	color: #fff;
	font-size: 14px;
	display: inline-block;
	margin-right: 1px;
	float: left;
	width: 70px;
	height: 70px;
	line-height: 70px;
}
.iconPrz span {
	font-size: 11px;
}
.pName {
	width: 539px;
	display: inline-block;
	float: left;
	height: 70px;
	padding-top: 28px;
}
.pName2 {
	width: 539px;
	display: inline-block;
	float: left;
	height: 70px;
	padding-top: 17px;
}
.prz1 {
	background: rgba(0,0,0,.9);
	color: #ff0;
}
.iconPrz.prz1 {
	line-height: 1;
	padding-top: 1.6em;
}
.prz2 {
	background: rgba(0,0,0,.7);
}
.prz3 {
	background: rgba(0,0,0,.6);
}
.ybr{
	display:none;
}

@media screen and (max-width: 639px) {
.helo {
	padding: 60px 10px;
}
.capH1 span {
	line-height:1.2;
}

.helo p {
	text-align: left;
}
.nbr {
	display: none;
}
.ybr{
	display:inline;
}
.pWrp {
	margin: 0 auto;
	width: 100%;
}
.iconPrz {
	margin-right: 0;
	float: none;
	width: 100%;
	height: auto;
	line-height: 3em;
}
.pName, .pName2 {
	width: 100%;
	display: inline-block;
	float: left;
	height: 70px;
	padding: 10px;
}
.iconPrz.prz1 {
	padding: 10px;
}
.logo{
	width:90%;
}
}
/*****************************************************

BOX

*****************************************************/
.box {
	float: left;
	width: 50%;
	font-size: 14px;
	line-height: 1.8;
	padding: 80px;
}
.box strong {
	font-size: 16px;
}
.b001 {
	background: #fff;
	border-bottom: 1px solid #ccc;
	/*background: #F4B4D0;
	border-left: 8px solid #000;
	border-right: 8px solid #000;
	border-bottom: 8px solid #000;*/
	padding-right: 40px;
}
.b002 {
	background: #fff;
	border-bottom: 1px solid #ccc;
	padding-left: 40px;/*background: #EA5404;
	border-right: 8px solid #000;
	border-bottom: 8px solid #000;*/
}

@media screen and (max-width: 639px) {
.box {
	float: none;
	width: 100%;
	padding: 60px 10px;
}
}
/*****************************************************

SHINSA

*****************************************************/

.shinsaWrp {
	background: #fff;
	padding: 80px;
	text-align: center;
	border-bottom: 1px solid #ccc;
}
.flWrp {
	width: 100%;
	text-align: center;
	vertical-align: top;
	margin: 40px auto 0;
}
.flWrp a:link, .flWrp a:visited {
	text-decoration: none;
}
.flWrp a:hover {
	color: #999;
}
.flow {
	background: #fff;
	border: 4px solid #000;
	border-radius: 8px;
	font-size: 15px;
	padding: 1em;
	/*writing-mode: vertical-lr;
	-ms-writing-mode: tb-lr;
	-webkit-writing-mode: vertical-lr;
	text-align: left;*/
	opacity: .4;
	position: relative;
}
.num{
	border-radius:50%;
	border:2px solid #000;
	background:#fff;
	width:40px;
	height:40px;
	line-height:40px;
	text-align:center;
	display:inline-block;
	position:absolute;
	top:8px;
	left:24px;
	font-size:14px;
}
.flow img {
	position: absolute;
	top: -10px;
	right: 0;
}
.fArrow {
	text-align: left;
	font-size: 14px;
	padding: 1em 1em 1em 12em;
	opacity: .4;
}
.fArrow i {
	font-size: 24px;
}
.fArrow span {
	display: inline-block;
	padding-left: 2em;
	text-align: left;
}
.imgWrp {
	width: 50%;
	margin: 40px 0;
	float: left;
	padding-left: 40px;
}
.flImg {
	width: 50%;
	float: left;
	opacity: .4;
	position: relative;
	border: 4px solid #fff;
}
.flImg img {
	width: 100%;
	vertical-align: bottom;
}
.imaKoko {
	position: absolute;
	bottom: 0;
	right: 5px;
	z-index: 2;
	width: 66px!important;
}
.active {
	opacity: 1;
}
.f01 {
	background: #b7398b;
}
.f02 {
	background: #42bab8;
}
.f03 {
	background: #B89F30;
}
.f04 {
	background: #3EA4D3;
}
.f05 {
	background: #b82985;
}
.f06 {
	background: #47b9b9;
}
.f07 {
	background: #b29949;
}
.f08 {
	background: #3ba6d0;
}
.f09 {
	background: #b33c8c;
}
.f10 {
	background: #4eb7b2;
}

@media screen and (max-width: 639px) {
.shinsaWrp {
	padding: 60px 10px;
}
.flWrp {
	width: 100%;
	height: auto;
	margin: 0 auto 60px;
	padding-right: 0;
}
.flow {
	display: block;
	height: auto;
	padding: 1em;
}
.fArrow {
	padding: 1em 1em 1em 2em;
}
.flow img {
	position: absolute;
	top: -40px;
	left: auto;
	right: 10px;
}
.imgWrp {
	width: 100%;
	float: none;
	padding-left: 0;
}
.flImg {
	width: 50%;
}
}
/*****************************************************

FROM

*****************************************************/

.b003 {
	background: #fff;
	padding-right: 40px;
}
.b004 {
	background: #fff;
	padding-left: 40px;
}
.ifrm {
	width: 100%;
	height: 80%;
	font-size: 12px;
}
/*****************************************************

FOOTER

*****************************************************/

.paper{
	width:100%;
	max-width:1360px;
	margin:0 auto;
}
.paper img{
	width:100%;
}

.btnUp a {
	width: 36px;
	height: 36px;
	background: #000!important;
	line-height: 36px;
	text-align: center;
	color: #fff;
	display: block;
	font-size: 22px;
}
.btnUp a i {
	margin-right: 0;
}
.ftr {
	width: 100%;
	height: 60px;
	line-height: 60px;
	font-size: 13px;
	background: #000;
	color: #fff;
	text-align: center;
}
.ftr a:link, .ftr a:visited {
	color: #fff;
}
/*****************************************************

FORM

*****************************************************/

.formWrp {
	text-align: center;
	padding: 40px 0;
	font-size: 14px;
	line-height: 2;
}
.contTbl {
	width: 100%;
	margin: 40px 0;
	border-collapse: collapse;
	font-size: 13px;
}
.contTbl td {
	padding: 16px;
	text-align: left;
	border: 4px solid #000;
	background: #fff;
	vertical-align: top;
}
.input_SS {
	height: 24px;
	margin-bottom: 3px;
	width: 40%;
}
.input_S {
	height: 24px;
	margin-bottom: 3px;
	width: 100%;
}
.input_M {
	height: 24px;
	margin-bottom: 3px;
	width: 100%;
}
textarea.input_L {
	height: 200px;
	width: 100%;
	margin-bottom: 3px;
}
.rounded {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #ccc;
}
.item1 {
	width: 34%;
	background: #f3f3f3;
}
.hissu {
	color: #c00;
	margin: 0 0 0 5px;
	font-size: 12px;
}
.note {
	color: #999;
	margin: 0 0 0 5px;
	font-size: 11px;
}
.answer {
	background: none;
	width: 66%;
}
.btnWrp {
	text-align: center;
	margin: 0 auto;
}
.btnSbmit {
	border: none;
	font-size: 13px;
	cursor: pointer;
}
.btnLnk {
	background: #000;
	color: #fff;
	width: 280px;
	padding: 18px 0;
	text-align: center;
	letter-spacing: 0.2em;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-appearance: none;
	transition: all 480ms;
	-webkit-transition: all 480ms;
	-ms-transition: all 480ms;
	-moz-transition: all 480ms;
}
.btnBck {
	background: #ccc;
	color: #fff;
	width: 280px;
	padding: 18px 0;
	text-align: center;
	letter-spacing: 0.2em;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-appearance: none;
	transition: all 480ms;
	-webkit-transition: all 480ms;
	-ms-transition: all 480ms;
	-moz-transition: all 480ms;
}
.btnLnk a {
	color: #fff;
}
.btnLnk:hover {
	background: #999;
}
.error_messe {
	color: #f00;
	margin-bottom: .5em;
}
.cntFrm {
	margin-bottom: 80px;
}
/*****************************************************

CONFIRM

*****************************************************/

.contactWrp {
	padding: 40px 0;
	max-width: 680px;
	margin: 0 auto;
	font-size: 14px;
}

@media screen and (max-width: 639px) {
.contactWrp {
	padding: 40px 10px;
}
.contactTxt {
	width: 100%;
	float: none;
}
.contTbl {
	width: 100%;
}
.btnBck {
	margin-bottom: 4px;
}
}