@charset "UTF-8";

/* タイトル --------------------------------------------------- */	

body {
font-family: 'Noto Sans JP', sans-serif;
background: #d5e4ea;
overflow-x: hidden !important;
}

.WF1 {
font-family: 'Roboto', sans-serif;
letter-spacing: 0.02em;
}


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

	.PC {
	display: none !important;
	}

}

@media print, screen and (min-width: 768px) {

	.SP {
	display: none !important;
	}

}

#nav-toggle {
position: fixed;
top: 25px;
right: 25px;
height: 32px;
cursor: pointer;
}

#nav-toggle > div {
position: relative;
width: 36px;
}

#nav-toggle span {
width: 100%;
height: 1px;
left: 0;
display: block;
background: #000;
position: absolute;
-webkit-transition: top .5s ease, -webkit-transform .6s ease-in-out;
transition: top .5s ease, -webkit-transform .6s ease-in-out;
transition: transform .6s ease-in-out, top .5s ease;
transition: transform .6s ease-in-out, top .5s ease, -webkit-transform .6s ease-in-out;
}


.open #nav-toggle span {
background: #000;
}

.open #nav-toggle span:nth-child(1) {
top: 15px;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}

.open #nav-toggle span:nth-child(2) {
top: 15px;
width: 0;
left: 50%;
}

.open #nav-toggle span:nth-child(3) {
top: 15px;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}

/* z-index */
#nav-toggle {
z-index: 1000;
}

#container {
  z-index: 900;
}

#gloval-nav {
  background: #fff;
  color: #000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 990;
  padding-top: 30px;
  text-align: center;
  display: -webkit-box;
  display: flex;
  font-size: 200%;
  letter-spacing: 0.1em;
  opacity: 0;
  -webkit-transition: opacity .6s ease, visibility .6s ease;
  transition: opacity .6s ease, visibility .6s ease;
  visibility: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

#gloval-nav a {
  display: block;
  color: #000;
  text-decoration: none;
  padding: 8px 0;
  -webkit-transition: color .6s ease;
  transition: color .6s ease;
}

#gloval-nav a:hover {
  text-decoration: underline;
}

#gloval-nav ul {
list-style: none;
}

#gloval-nav ul li {
  opacity: 0;
  -webkit-transform: translateX(200px);
          transform: translateX(200px);
  -webkit-transition: opacity .2s ease, -webkit-transform .6s ease;
  transition: opacity .2s ease, -webkit-transform .6s ease;
  transition: transform .6s ease, opacity .2s ease;
  transition: transform .6s ease, opacity .2s ease, -webkit-transform .6s ease;
}
#gloval-nav ul li:nth-child(2) {
  -webkit-transition-delay: .1s;
          transition-delay: .1s;
}
#gloval-nav ul li:nth-child(3) {
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
}
#gloval-nav ul li:nth-child(4) {
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}
#gloval-nav ul li:nth-child(5) {
  -webkit-transition-delay: .4s;
          transition-delay: .4s;
}
#gloval-nav ul li:nth-child(6) {
  -webkit-transition-delay: .5s;
          transition-delay: .5s;
}
#gloval-nav ul li:nth-child(7) {
  -webkit-transition-delay: .6s;
          transition-delay: .6s;
}
#gloval-nav ul li:nth-child(8) {
  -webkit-transition-delay: .7s;
          transition-delay: .7s;
}
#gloval-nav ul li:nth-child(9) {
  -webkit-transition-delay: .8s;
          transition-delay: .8s;
}

/* open */
.open {
  overflow: hidden;
}
.open #gloval-nav {
  visibility: visible;
  opacity: 1;
}
.open #gloval-nav li {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: opacity .9s ease, -webkit-transform 1s ease;
  transition: opacity .9s ease, -webkit-transform 1s ease;
  transition: transform 1s ease, opacity .9s ease;
  transition: transform 1s ease, opacity .9s ease, -webkit-transform 1s ease;
}

.open .Menu {
  opacity: 0;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: opacity .9s ease, -webkit-transform 1s ease;
  transition: opacity .9s ease, -webkit-transform 1s ease;
  transition: transform 1s ease, opacity .9s ease;
  transition: transform 1s ease, opacity .9s ease, -webkit-transform 1s ease;
}

#Header {
background: #fff;
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 300;
}

#Header .Logo a {
color: #000;
}

#Header .Logo a:hover {
text-decoration: none;
}

/*
#gloval-nav .Mds {
color: #e4c247;
}
*/

#nav-toggle .Menu {
color: #000;
}

/*
.Note .BtnSnsPageBtm {
text-align: center;
}

.Note .BtnSnsPageBtm li {
display: inline-block;
}
*/

/*
.TopHeader .Logo {
display: none !important;
}

#Header.TopHeader {
background: transparent !important;
}
*/

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

	#Header {
	width: 100%;
	height: 60px;
	display: block;
	}
	
/*
	#Header .Logo {
	padding: 18px 0 0 12px;
	}

	#Header .Logo a {
	font-size: 110%;
	}

	#Header .Logo a span {
	padding-left: 60px;
	background: url(../img/common/Logo.png) no-repeat;
	background-position: 0 50%;
	background-size: 50px auto;
	}
*/


#Header .Logo {
float: left;
width: 173px;
}

#Header .Logo img {
width: 173px;
height: 28px;
}

#Header .Logo a {
display: block;
float: left;
width: 173px;
height: 28px;
padding: 18px 0 0 15px;
}


/*
	#gloval-nav .Mds {
	font-size: 120%;
	}
*/
	
	#gloval-nav .Mds img {
	width: 150px;
	margin-bottom: 25px;
	}
	
	#nav-toggle {
	top: 15px;
	right: 15px;
	height: 32px;
	}

	#nav-toggle span:nth-child(1) {
	top: 0;
	}
	
	#nav-toggle span:nth-child(2) {
	top: 8px;
	}
	
	#nav-toggle span:nth-child(3) {
	top: 18px;
	}
	
	#nav-toggle .Menu {
/* 	display: none; */

	padding-top: 22px;
	padding-left: 0;
	font-size: 82%;
	letter-spacing: 0.1em;

	}

	#gloval-nav a {
	padding: 7px 0;
	font-size: 70%;
	line-height: 1.8em;
	}

	#gloval-nav {
	top: 0;
	padding-top: 20px;
	}


}

@media screen and (min-width: 768px) {

	#Header {
	width: 100%;
	height: 90px;
	}
	
	#gloval-nav .Mds img {
	width: 200px;
	margin-bottom: 30px;
	}

#Header .Logo {
float: left;
width: 200px;
}

#Header .Logo img {
width: 200px;
height: 32px;
}

#Header .Logo a {
display: block;
float: left;
width: 200px;
height: 32px;
padding: 30px 0 0 20px;
}

	a:link {
	-webkit-transition: color 0.3s ease 0.01s, background-color 0.3s ease 0.01s, opacity 0.3s ease 0.01s;
	transition: color 0.3s ease 0.01s, background-color 0.3s ease 0.01s, opacity 0.3s ease 0.01s;
	}

	a:hover {
	opacity: 0.7;
	}

	#nav-toggle span:nth-child(1) {
	top: 0;
	}
	
	#nav-toggle span:nth-child(2) {
	top: 10px;
	}
	
	#nav-toggle span:nth-child(3) {
	top: 20px;
	}

	#nav-toggle > div {
	position: relative;
	width: 50px;
	}

	#nav-toggle .Menu {
	padding-top: 25px;
	padding-left: 0;
	font-size: 16px;
	font-weight: 300;
	letter-spacing: 0.1em;
	}


}




/* ■ フォーム ==================================================================================== */

/*
基本ユニット
リード・注釈等
エラーチップ
アクションボタン
入力欄のスタイル
入力欄のサイズ
セレクトボックス装飾
ラジオボタン・チェックボックス装飾
完了画面
*/


/* 基本ユニット --------------------------------------------------- */


/* 項目欄の背景色（カラー設定） */
.FormUnit dt {
font-weight: normal;
}

/* レイアウト設定 */
.FormUnit {
margin-bottom: 30px;
}

/* 必須アイコン */
.FormUnit .Required {
display: block;
position: relative;
}

.FormUnit .Required:before {
position: absolute;
top: 3px;
right: 0;
padding: 5px 10px;
letter-spacing: 0.15em;
text-align: center;
color: #ff0422;
content: "※";
}

.FormAction .SubmitBtn input {
margin: 0 !important;
}

.FormAction .SubmitBtn {
 box-shadow: 10px 10px 10px #c6c6c6;
}

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

	.horizontal-gradient {
	background: #132a89;
	color: #fff;
	padding: 10px 20px;
	letter-spacing: 0.1em;
	font-size: 100%;
	}
	
	/* 項目欄のborder色（カラー設定） */
	.FormUnit dt {
	border-top: 1px solid #d3d3d3;
	}


	/* レイアウト設定 */
	.FormUnitWrap {
	}
	
	.FormUnit dt,
	.FormUnit dd {
	margin: 0;
	}
	
	.FormUnit dt {
	padding: 15px 0 0 5px;
	font-size: 93%;
	letter-spacing: 0.08em;
	}
	
	.FormUnit dd  {
	padding: 6px 0 20px 0;
	}
	
	.FormUnit dd p {
	margin: 0 0;
	}

	/* 必須アイコン */
	.FormUnit dt span:before {
	top: 1px;
	font-size: 93%;
	line-height: 1.1em;
	}

	.FormUnit .Required {
	display: inline-block;
	}

	.FormUnit .Required:before {
	position: absolute;
	top: 2px;
	right: -30px;
	letter-spacing: 0.15em;
	text-align: center;
	color: #ff0422;
	content: "※";
	}

	.FormUnitWrap .PrivacyTxt {
	margin-top: 20px;
	margin-bottom: 30px;
	text-align: center;
	}
	
	.FormUnitWrap .ContactRe {
	border-bottom: 1px solid #d3d3d3;		
	}
	
/*
	.FormAction .BtnAllowDownRight:after {
	top: 56%;
	}
	
	.FormAction .SubmitBtn {
    width: 170px;
	}

	.FormAction .SubmitBtn input {
    font-size: 1.2rem;
	}
*/
	
	.FormUnitWrap.ConfirmWrap dd {
	padding-right: 5px;
	padding-left: 5px;
	}

	.SectionContact .FormAction {
	margin-top: 50px !important;
	}

}

@media print, screen and (min-width: 768px) {

	.horizontal-gradient {
	background: #132a89;
	color: #fff;
	padding: 10px 20px;
	letter-spacing: 0.1em;
	font-size: 110%;
	}

	/* border色（カラー設定） */
	.FormUnitWrap {
	border-top: solid 1px #d3d3d3;
	}

	.FormUnitWrap .PrivacyTxt {
	margin-top: 50px;
	text-align: center;
	}

	.FormUnit dt,
	.FormUnit dd {
	border-bottom: solid 1px #d3d3d3;
	}
	
	/* レイアウト設定 */
	.FormUnit dl {
	display: flex;
	width: 100%;
	}
	
	.FormUnit dt,
	.FormUnit dd {
	padding: 30px 20px;
	vertical-align: top;
	}
	
	.FormUnit dt {
	width: 35%;
	}
	
	.FormUnit dd {
	width: 65%;
	margin: 0;
	}

	/* 必須アイコン */	
	.FormUnit dt span:before {
	top: 0;
	font-size: 86%;
	line-height: 1.0em;
	}

	.SectionContact .FormAction {
	margin-top: 50px !important;
	}


}

@media print, screen and (min-width: 1090px) {

}

/* リード・注釈等  --------------------------------------------------- */

/* リード */
.FormUnit .Lead {
margin: 20px 0;
}

/* 単位 */
.FormUnit .NoteUnit {
margin-left: 6px;
vertical-align: middle;
}

/* 注釈 */
.FormUnit .NoteUpper {
margin-bottom: 5px;
font-size: 86%;
line-height: 1.5em;
}

.FormUnit .NoteMiddle {
margin-top: 10px;
margin-bottom: 10px;
font-size: 86%;
line-height: 1.5em;
}

.FormUnit .NoteLower {
font-size: 86%;
line-height: 1.0em;
color: #808080;
}
	
.FormUnit .NoteSide {
margin-left: 5px;
font-size: 86%;
color: #808080;
}

/* フッターNote  */
.FormUnit .FootNote li {
font-size: 86%;
line-height: 1.5em;
}

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

	.FormUnit .LeadMain {
	margin: 0 0 5px 0;
	font-size: 86%;
	font-weight: bold;
	}
	
	/* サブリード  */
	.FormUnit .LeadSub {
	margin: 0 0;
	font-size: 86%;
	}
	
	/* メッセージBOX：アラート */
	.FormUnit .MsgBoxAlert {
	margin: 0 15px 30px 15px;
	}
	
	.FormUnit .MsgBoxAlert .Mds {
	font-size: 108%;
	}
	
	.FormUnit .MsgBoxAlert .Msg {
	font-size: 100%;
	}

	.FormUnit .NoteLower {
	margin-top: 7px;
	}
	
	/* フッターNote  */
	.FormUnit .FootNote {
	margin: 0 15px 30px 15px;
	}

}

@media print, screen and (min-width: 768px) {
	
	/* リード */
	.FormUnit .Lead {
	margin-bottom: 20px;
	}
	
	.FormUnit .LeadMain {
	margin-bottom: 5px;
	}
	
	.FormUnit .NoteLower {
	margin-top: 8px;
	}
	
	/* フッターNote  */
	.FormUnit .FootNote {
	margin-top: 10px;
	margin-bottom: 30px;
	}

}

@media print, screen and (min-width: 1090px) {

}
		
/* エラーチップ（カラー設定）  --------------------------------------------------- */

.FormUnit .ErrTip  {
display: inline-block;
position: relative;
border-radius: 5px;
color: #ffffff;
background: #e90000;
}

.FormUnit .ErrTip:after {
position: absolute;
left: 25px;
width: 0;
height: 0;
border: 10px solid transparent;
border-top: 10px solid #e90000;
margin-left: -10px;
content: "";
}

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

	.FormUnit .ErrTip  {
	margin-bottom: 15px;
	padding: 5px 10px 5px 15px;
	line-height: 1.5em !important;
	}
	
	.FormUnit .ErrTip:after {
	top: 96%;
	}

}

@media print, screen and (min-width: 768px) {
	
	.FormUnit .ErrTip  {
	margin-bottom: 20px;
	padding: 6px 10px 6px 15px;
	line-height: 1.6em !important;
	}
	
	.FormUnit .ErrTip:after {
	top: 92%;
	}
	
	.FormUnit .RadioCheckboxUnit .ErrTip {
	margin-bottom: 15px;
	}

}

@media print, screen and (min-width: 1090px) {

}
	
/* アクションボタン  --------------------------------------------------- */

.FormUnit .FormAction {
text-align: center;
}

.FormUnit .FormAction input {
border-style: none;
appearance: none;
-moz-appearance: none;
-webkit-appearance: none;
cursor: pointer;
}

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

	.FormUnit .FormAction {
	margin: 0 15px;
	}
	
	.FormUnit .FormAction input {
	display: block;
	}
	
}

@media print, screen and (min-width: 768px) {
	
	.FormUnit .FormAction {
	margin: 30px auto 0 auto;
	}
	
	.FormUnit .FormAction input {
	margin: 0 10px;
	-webkit-transition: all 0.3s ease 0.1s;
	transition: all 0.3s ease 0.1s;
	}
	
	.FormUnit .FormAction input:hover {
	opacity: 0.9;
	-webkit-transition: all 0.05s cubic-bezier(.17,.67,.83,.67) 0s;
	transition: all 0.05s cubic-bezier(.17,.67,.83,.67) 0s;
	}
	
	.FormUnit .FormAction .BtnLeft {
	float: left;
	}
	
	.FormUnit .FormAction .BtnRight {
	float: right;
	}

}

@media print, screen and (min-width: 1090px) {

}
			
/* 入力欄のスタイル  --------------------------------------------------- */

/*  border色とシャドー（カラー設定） */


.FormUnit input[type=text],
.FormUnit input[type=email],
.FormUnit input[type=tel],
.FormUnit input[type=password],
.FormUnit textarea {
border: none;
box-shadow: none;

}

::placeholder {
  color: #b4b4b4;
}

.FormUnit input[type=text],
.FormUnit input[type=email],
.FormUnit input[type=tel],
.FormUnit input[type=password],
.FormUnit textarea {
border-radius: 2px;
box-sizing: border-box;
vertical-align: middle;
background: #ebebeb;
}

.FormUnit textarea {
padding: 8px;
line-height: 1.4em;
}
	
.FormUnit input[type=image] {
vertical-align: middle;
}

/* labelの余白 */
.FormUnit label {
margin: 0 20px 0 5px;
}

/* 住所入力 */
.FormUnit .AddressUnit label {
display: block;
line-height: 1.0em;
font-weight: bold;
}
	

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

	/*  border色とシャドー（カラー設定） */
	.FormUnit input[type=text],
	.FormUnit input[type=email],
	.FormUnit input[type=tel],
	.FormUnit input[type=password],
	.FormUnit textarea {
	font-size: 115%;
	}
	
	.FormUnit input[type=text],
	.FormUnit input[type=email],
	.FormUnit input[type=tel],
	.FormUnit input[type=password],
	.FormUnit textarea {
	padding: 10px 10px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	}
	
	.FormUnit textarea {
	font-size: 115%;
	}
	
	/* 住所入力 */
	.FormUnit .AddressUnit .EachUnit {
	margin-bottom: 15px;
	}
	
	.FormUnit .AddressUnit .EachUnit:last-child {
	margin-bottom: 0;
	}
	
	.FormUnit .AddressUnit label {
	margin-left: 15px;
	margin-right: 10px;
	margin-bottom: 8px;
	}
	
	/* ラジオボタン・セレクトボックス */
	.FormUnit .RadioCheckboxUnit p {
	margin-bottom: 15px;
	}
	
	.FormUnit .RadioCheckboxUnit p:last-child {
	margin-bottom: 0;
	}

}

@media print, screen and (min-width: 768px) {
	
	/*  border色とシャドー（カラー設定） */
	.FormUnit input[type=text],
	.FormUnit input[type=email],
	.FormUnit input[type=tel],
	.FormUnit input[type=password],
	.FormUnit textarea {
	-webkit-transition: all 0.1s cubic-bezier(.17,.67,.83,.67) 0.1s;
	transition: all 0.1s cubic-bezier(.17,.67,.83,.67) 0.1s;
	}
	
	.FormUnit input[type=text],
	.FormUnit input[type=email],
	.FormUnit input[type=tel],
	.FormUnit input[type=password],
	.FormUnit textarea {
	height: 2.4em;
	padding: 0 10px;
	line-height: 2.4em;
	}
	
	/* フォーカス時のスタイル（カラー設定）  */
	.FormUnit input[type=text]:focus,
	.FormUnit textarea:focus {
	background: #f7f7f7;
	-webkit-transition: all 0.1s cubic-bezier(.17,.67,.83,.67) 0.1s;
	transition: all 0.1s cubic-bezier(.17,.67,.83,.67) 0.1s;
	}

	/* 住所入入力 */
	.FormUnit .AddressUnit .EachUnit {
	margin-bottom: 20px;
	}
	
	.FormUnit .AddressUnit .EachUnit:last-child {
	margin-bottom: 0;
	}
	
	.FormUnit .AddressUnit label {
	margin-left: 0;
	margin-bottom: 10px;
	}
	
	.FormUnit .AddressUnit p {
	line-height: 1.2em;
	}
	
	/* ラジオボタン・セレクトボックス */
	.FormUnit .RadioCheckboxUnit p {
	margin-bottom: 3px;
	}
	
	.FormUnit .RadioCheckboxUnit p:last-child {
	margin-bottom: 0;
	}

}

@media print, screen and (min-width: 1090px) {

}
	
/* 入力欄のサイズ --------------------------------------------------- */

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

	.FormUnit .InputName {
	width: 100%;
	}
	
	.FormUnit .InputMail {
	width: 100%;
	}

	.FormUnit .InputZipCode {
	width: 100%;
	}

	.FormUnit .InputZipCode1 {
	width: 80px;
	}

	.FormUnit .InputZipCode2 {
	width: 100px;
	}

	.InputAddress1 {
	}
	
	.FormUnit .InputAddress2,
	.FormUnit .InputAddress3 {
	width: 100%;
	}
	
	.FormUnit .InputTel {
	width: 100%;
	}
	
	.FormUnit .InputAge {
	width: 60px;
	}
	
	.FormUnit .InputComment {
	width: 100%;
	height: 10em;
	}

}

@media print, screen and (min-width: 768px) {
	
	.FormUnit .InputName {
	width: 40%;
	}
	
	.FormUnit .InputMail {
	width: 70%;
	}

	.FormUnit .InputZipCode {
	width: 40%;
	}

	.FormUnit .InputZipCode1 {
	width: 80px;
	}

	.FormUnit .InputZipCode2 {
	width: 100px;
	}

	
	.InputAddress1 {
	}
	
	.FormUnit .InputAddress2,
	.FormUnit .InputAddress3 {
	width: 70%;
	}
	
	.FormUnit .InputTel {
	width: 40%;
	}
	
	.FormUnit .InputAge {
	width: 10%;
	}
	
	.FormUnit .InputComment {
	width: 80%;
	height: 10em;
	}

}

@media print, screen and (min-width: 1090px) {

}
	
/* セレクトボックス装飾 --------------------------------------------------- */

/* border色（カラー設定） */
.FormUnit select {
border: 1px solid #bbb;
}

.FormUnit select {
border-radius: 2px;
box-sizing: border-box;
background: #fff url(../img/common/form/Icon_SelectBox.png) no-repeat center right;
background-size: 25px 40px;
appearance: none;
-moz-appearance: none;
-webkit-appearance: none;
}

.SelectBoxS select {
height: 2.0em;
font-size: 93%;
}

@media only screen and (max-width: 767px) {
	
	.FormUnit select {
	height: 3.0em;
	padding-left: 10px;
	padding-right: 50px;
	}

}

@media print, screen and (min-width: 768px) {
	
	.FormUnit select {
	height: 2.4em;
	padding-left: 10px;
	padding-left: 6px\9; /* IE10以下調整 */
	padding-right: 40px;
	padding-right: 0\9; /* IE10以下調整 */
	background: #fff\9; /* IE10以下調整 */
	}

}

@media print, screen and (min-width: 1090px) {

}

/* Firefox用調整 */
@-moz-document url-prefix() {
	.FormUnit select {
	padding-left: 6px;	
	}
}

/* IE11用調整 */
@media all and (-ms-high-contrast:none){
	*::-ms-backdrop, .FormUnit select {
	padding-left: 6px;
	padding-right: 0;
	background: #fff;
	}
}


/* ラジオボタン・チェックボックス装飾 --------------------------------------------------- */

.FormUnit input[type=radio] + label,
.FormUnit input[type=checkbox] + label {
position: relative;
margin-right: 12px;
padding: 0 0 0 32px;
cursor: pointer;
}
	
.FormUnit input[type=radio] + label::before,
.FormUnit input[type=checkbox] + label::before {
display: block;
position: absolute;
top: 11px;
left: 0;
-moz-box-sizing: border-box;
box-sizing: border-box;
background: #fff;
content: "";
}

/* border色とシャドー（カラー設定） */
.FormUnit input[type=radio] + label::before,
.FormUnit input[type=checkbox] + label::before {
border: 1px solid #bbb;
box-shadow: inset 1px 1px 1px 0px #d5d5d5;
}

.FormUnit input[type=radio] + label::before {
border-radius: 30px;
}

.FormUnit input[type=checkbox] + label::before {
border-radius: 2px;
}

/* 選択時の背景色（カラー設定） */	
.FormUnit input[type=radio]:checked + label::before,
.FormUnit input[type=checkbox]:checked + label::before {
background: #777;
}

.FormUnit input[type=radio]:checked + label::before,
.FormUnit input[type=checkbox]:checked + label::before {
border: none;
box-shadow: none;
}

.FormUnit input[type=radio]:checked + label::after,
.FormUnit input[type=checkbox]:checked + label::after {
content: "";
display: block;
position: absolute;
top: 11px;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

/* ラジオボタン選択時の中央ドットの色 */
.FormUnit input[type=radio]:checked + label::after {
background: #fff;
}

/* チェックボックス選択時のチェックマークの色 */
.FormUnit input[type=checkbox]:checked + label::after {
border-left: 3px solid #fff;
border-bottom: 3px solid #fff;
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
}

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

	.FormUnit input[type=radio],
	.FormUnit input[type=checkbox] {
	display: none;
	margin: 0 0 0 -10px;
	}
	
	.FormUnit input[type=radio] + label,
	.FormUnit input[type=checkbox] + label {
	display: inline-block;
	padding: 0 0 0 32px;
	line-height: 1.6em;
	}
	
	.FormUnit input[type=radio] + label::before,
	.FormUnit input[type=checkbox] + label::before {
	width: 24px;
	height: 24px;
	margin-top: -13px;
	}
	
	/* 選択時の背景色（カラー設定） */
	.FormUnit input[type=radio]:checked + label::after,
	.FormUnit input[type=checkbox]:checked + label::after {
	top: 11px;
	}
	
	/* ラジオボタン選択時の中央ドットのサイズ・位置 */
	.FormUnit input[type=radio]:checked + label::after {
	left: 6px;
	width: 12px;
	height: 12px;
	margin-top: -7px;
	border-radius: 8px;
	}
	
	/* チェックボックス選択時のチェックマークのサイズ・位置 */
	.FormUnit input[type=checkbox]:checked + label::after {
	left: 5px;
	width: 15px;
	height: 10px;
	margin-top: -8px;
	}

}

@media print, screen and (min-width: 768px) {
	
	.FormUnit input[type=radio],
	.FormUnit input[type=checkbox] {
	margin-right: 6px;
	-webkit-transition: all 0.1s cubic-bezier(.17,.67,.83,.67) 0.1s;
	transition: all 0.1s cubic-bezier(.17,.67,.83,.67) 0.1s;
	}
	
	.FormUnit input[type=radio] + label,
	.FormUnit input[type=checkbox] + label {
	font-size: 14px;
	line-height: 1.7em;
	}
	
	.FormUnit input[type=radio],
	.FormUnit input[type=checkbox] {
	display: none;
	margin: 0 0 0 -10px;
	}
	
	.FormUnit input[type=radio] + label,
	.FormUnit input[type=checkbox] + label {
	display: inline-block;
	padding: 0 0 0 24px;
	}
	
	.FormUnit input[type=radio] + label::before,
	.FormUnit input[type=checkbox] + label::before {
	width: 18px;
	height: 18px;
	margin-top: -9px;
	}

	/* border色とシャドー（カラー設定） */
	.FormUnit input[type=radio] + label::before,
	.FormUnit input[type=checkbox] + label::before {
	-webkit-transition: all 0.1s cubic-bezier(.17,.67,.83,.67) 0.1s;
	transition: all 0.1s cubic-bezier(.17,.67,.83,.67) 0.1s;
	}

	/* 選択時の背景色（カラー設定） */	
	.FormUnit input[type=radio]:checked + label::after,
	.FormUnit input[type=checkbox]:checked + label::after {
	top: 12px;
	}
	
	/* ラジオボタン選択時の中央ドットのサイズ・位置 */
	.FormUnit input[type=radio]:checked + label::after {
	left: 5px;
	width: 8px;
	height: 8px;
	margin-top: -5px;
	border-radius: 8px;
	}
	
	/* チェックボックス選択時のチェックマークのサイズ・位置 */
	.FormUnit input[type=checkbox]:checked + label::after {
	left: 4px;
	width: 12px;
	height: 7px;
	margin-top: -6px;
	}

}

@media print, screen and (min-width: 1090px) {

}

/* 完了画面 --------------------------------------------------- */

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

	.FormUnit .BtnHome {
	margin: 0 auto;
	width: 170px;
	}

	.FormUnit .BtnHome a {

	font-size: 1.2rem;
	}
	
	/* ボタン：通常（他のページ、次のページに移動など） */
	.FormUnit .BtnNext {
	display: block;
	width: 100%;
	padding: 20px 0;
	text-align: center;
	}
	
	/* メッセージBOX：通常 */
	.FormUnit .MsgBoxNormal {
/* 	margin: 30px 0; */
	}
	
	.FormUnit .MsgBoxNormal .Mds {
	font-size: 108%;
	}

	.FormUnit .BtnRight {
	margin-bottom: 20px;
	}

}

@media print, screen and (min-width: 768px) {

	.FormUnit .BtnHome {
	margin-top: 60px;
	text-align: center;
	}

	.FormUnit .MsgBox {
	text-align: center !important;
	}

	.FormUnit .MsgBox .Mds {
	font-size: 24px;
	margin-bottom: 10px;
	}
	
	/* ボタン：通常（他のページ、次のページに移動など） */
	.FormUnit .BtnNext {
	padding: 16px 30px;
	}

}

@media print, screen and (min-width: 1090px) {

}
















