@charset "utf-8";

.required{
	color:red;
}

/* CSS Document */
/*-------------▼トライアル▼--------------------------*/
.cle{
	clear:both;
	display:block;
}
.trial-caution{
	color:#EC5115;
	font-size:1.5em;
	font-weight:bold;
	line-height: 120%;
	margin-bottom: 0.3em;
}
.trial-caution_en{
	color:#EC5115;
	font-size:1em;
	line-height: 120%;
}
.step_box {
	text-align: center;
	margin: 1em 0;
}
.step_title1{
	font-size:36px;
	text-align: center;
	color: #000000;
	font-weight: normal;
	margin: 0;
	padding:0;
	text-shadow: 0px 2px 2px #fff;
}
.step_title1_en{
	font-size:1em;
	text-align: center;
	color: #000000;
	font-weight: normal;
	margin: 0;
	padding:0;
	text-shadow: 0px 2px 2px #fff;
}
@media only screen and (max-width:900px){
	.step_box img{
		width:100%;
	}
	.step_title1{
		font-size:1.8em;
	}
	.trial-caution{
		font-size:1.2em;
	}
}
.kansei_box {
	text-align: center;
	margin: 20px 0 20px 0;
	background-image:url(../trial/img/kansei.png);
	background-repeat:no-repeat;
	height: 350px;
	background-position: center 20px;
	padding: 30px 0 0 0;
}
.ul_design{
list-style:none;
}
.ul_design img{
	vertical-align:middle;
	margin: 0 3px 0 0;
}
.ul_design li{
	font-size:20px;
	color: #000000;
	float: left;
	width: 50%;
	padding: 0 0 5px 0;
}
.form_box_adress{
	width:60%;
	margin: 0 auto 20px auto;
}
.form_box_company{
	width:80%;
	margin: 0 auto 40px auto;
}
.form_txt1{
	font-size:16px;
	color: #55D1EC;
}
.form_txt2{
	font-size:24px;
	color: #55D1EC;
}
.design_input,
.design_input2{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border:0;
	padding:10px;
	font-size:22px;
	font-family:Arial, sans-serif;
	color:#000000;
	border:solid 2px #ccc;
	-moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
	box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
}
.design_input{
	width:90%;
}
.design_input2{
	width:39%;
}

.design_input:focus{
	border:solid 2px #55D1EC;
}
.input30{
	width:88%;
}
.input10{
	width:30%;
}
.input9{
	width:44%;
}
.input3{
	width:18%;
}

.form_table_mail{
	margin:0 auto;
	width: 98%;
}
.form_table_mail th{
	color:#1CA5DF;
	text-align: right;
	width: 20%;
	padding: 10px;
	font-size: 16px;
	font-weight: normal;
}
.form_table_mail td{
	padding: 10px;
	color: #1CA5DF;
	text-align:left;
}
.input_width1{width:90%}
.input_width2{width:20%;}
.input_width3{width:30%;}
.nomal_input:focus{
	border:solid 2px #55D1EC;
}

.form_table_company{
	margin:30px auto 20px auto;
	width: 98%;
}
.form_table_company th{
	color:#1CA5DF;
	text-align: right;
	width: 25%;
	padding: 10px;
	border-bottom: dotted #CCCCCC 1px;
	font-size: 16px;
	font-weight: normal;
	vertical-align:middle;
}
.form_table_company td{
	padding: 10px;
	border-bottom: dotted #CCCCCC 1px;
	color: #1CA5DF;
	text-align: left;
}
.nomal_input{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border:0;
	padding:5px;
	font-size:16px;
	font-family:Arial, sans-serif;
	color:#000000;
	border:solid 2px #ccc;
	-moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
	box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width:480px){
	.design_input{
		font-size:96%;
		padding:3px;
	}
	.design_input{
		font-size:26%;
		padding:3px;
	}
	.form_table_mail th{
		width:10%;
		padding: 0px;
		font-size: 80%;
	}
	.form_table_company{
		margin:0px auto 20px auto;
		width: 98%;
	}
	.form_table_company th{
		width:8%;
		padding: 0px;
		font-size: 80%;
	}
}
/*-------------------------
		フォームCSS 追記
-------------------------*/
.formBox{
	background:url(../trial/img/formBox_bg.jpg) repeat-x bottom;
	border:10px solid #55D1EC;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	padding: 15px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom:20px;
	position: relative;
}
.form_title_box{
	text-align: center;
	display:block;
	position:absolute;
	z-index:100;
	margin:-35px 0 15px 0;
	width:100%;
	display:block;
}
.form_title_box p{
	background:#FFFFFF;
	font-size:1.9em;
	color:#1CA5DF;
	font-weight:normal;
	padding: 0;
	line-height: 1em;
	width:76%;
	margin:0 auto;
}
.form_title_box span{
	font-size:0.6em;
	color:#1CA5DF;
	line-height: 1em;
}
.inbox_caption{
	font-size:20px;
	color:#EE4300;
	font-weight:bold;
	line-height: 1.5em;
}
.chui-gaki{
	font-size:14px;
	color:#C03;
}
@media only screen and (max-width:900px){
}
@media only screen and (max-width:480px){
	.form_title_box p{
		font-size:1.3em;
	}
	.form_title_box span{
		font-size:0.6em;
		display:block;
	}
	.formBox{
		border-radius: 20px;
	}
	.form_title_box p{
		width:74%;
		text-align:center;
	}
	.chui-gaki{
		font-size:60%;
	}
}

/*-------------------------
		フォーム内テキスト関連
-------------------------*/
.form_title2{
	font-size:24px;
	color:#1CA5DF;
	font-weight:normal;
	padding: 10px 0;
	line-height: 1em;
	border-top: #55D1EC 1px solid;
	margin: 10px 0 0 0;
}

/*-----各フォームランド枠個別指定-----------*/
.login{width:600px;	margin: 50px auto 0 auto;}
.mail{
	width:750px;
	margin: 50px auto 0 auto;
	text-align: center;
}
.company{
	width:800px;
	margin: 50px auto 30px auto;
	text-align: center;
}
.design{
	width:100%;
	margin: 40px auto 30px auto;
	text-align: center;
}
.apeal{
	width:100%;
	margin: 50px auto 30px auto;
}
@media only screen and (max-width:900px){
	.mail{
		width:98%;
	}
	.company{
		width:98%;
	}
	
}

/*-----①デザインを決める-----------*/
.design_arrow{
	position:absolute;
	left: 474px;
	top: 131px;
}
#design_left_box {
	float: left;
	width: 350px;
	margin:30px 10px 0 10px;
}
#design_right_box {
	float: right;
	margin:30px 10px 0 10px;
	position: relative;
	display:inline-block;
	width: 363px;
	height: 280px;
	background-image: url(../trial/img/tv.png);
	background-position: top center;
	background-repeat: no-repeat;
}
#design_gamen {
	position: absolute;
	top: 25px;
	left: 52px;
	right: auto;
}

.ui_design{
	clear:both;
	overflow:hidden;
}
.ui_design li{
	list-style:none;
	float:left;	
}

@media only screen and (max-width:900px){
	.design_arrow{
		left: 40%;
		top: 50%;
		width:20%;
		padding:0;
		-webkit-background-size: 100% auto;
		-o-background-size: 100% auto;
		background-size: 100% auto;
	}
	#design_left_box {
		width: 40%;
	}
	#design_right_box {
		width:46%;
		padding:0;
		-webkit-background-size: 100% auto;
		-o-background-size: 100% auto;
		background-size: 100% auto;
	}
	#design_gamen {
		top:6%;
		left: 0;
	}
	#design_right_box #design_gamen .reflection-img{
		width:130%;
	}
	#design_right_box #design_gamen .reflection-img img{
		width:70%;
	}
}
@media only screen and (max-width:480px){
	#design_left_box {
		width: 100%;
		clear:both;
	}
	#design_right_box {
		width: 100%;
		clear:both;
	}
}

/*-----③レイアウトを選択-----------*/
.color_box {
	padding: 30px 0 0 0;
	width:90%;
	margin:15px auto 0 auto;
	display:block;
	overflow: hidden;
}

.color_box input[type=radio] {
display: none; /* ラジオボタンを非表示にする */
}

.color_box input[type="radio"]:checked + label {
	
	border: solid 1px #fff;    	/* 内側の線になる一本線の枠線をひく*/
	outline: solid 4px #EF69A9;    /* 外側の線になる一本線の枠線をひく*/
	outline-offset: 1px;        /* 外側の線と内側の線の空き具合を調整*/
	margin: 5px;            	/* 外側の線を広げた分、要素の大きさを調整する*/
	
}

.color_label {
display:inline-block; /* ブロックレベル要素化する */
margin: 4px; /* ボックス外側の余白を指定する */
color: #fff; /* フォントの色を指定 */
text-align: center; /* テキストのセンタリングを指定する */
line-height: 30px; /* 行の高さを指定する */
cursor: pointer; /* マウスカーソルの形（リンクカーソル）を指定する */
border-radius: 5px; /* 角丸を指定する */
	padding: 0 4px;
	font-size: 0.8em;
}



/*-----②アピール内容を選択-----------*/
.apeal_box {
	padding:30px 0 10px 0;
	width: 90%;
	margin:50px auto 30px auto;
	display:block;
	
	border:1px solid #55D1EC;
	border-radius: 10px;	/* CSS3草案 */
	-webkit-border-radius: 10px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
	position:relative;
}

.apeal_box ul{
	display:flex;
	flex-wrap: wrap;
}
.apeal_box ul li{
	width:30%;
	font-size:1.2em;
	margin-bottom:12px;
	text-align:left;
	margin-left:2%;
}


.apeal_box ul li input[type="checkbox"]  {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/* チェックボックスデザイン */
.apeal_box ul li input[type="checkbox"] {
    cursor: pointer;
    padding-left: 30px;/*label手前にチェックボックス用の余白を開ける*/
    vertical-align: middle;
    position: relative;
	margin-right:5px;
  }
.apeal_box ul li input[type="checkbox"]::before,
.apeal_box ul li input[type="checkbox"]::after {
    content: "";
    display: block; 
    position: absolute;
}
.apeal_box ul li input[type="checkbox"]::before {
    background-color: #fff;
    border-radius: 0%;
    border: 3px solid #16A8C7;
    width: 22px;/*チェックボックスの横幅*/
    height: 22px;/*チェックボックスの縦幅*/
    transform: translateY(-50%);
    top: 50%;
    left: 5px;
	border-radius:4px;
	margin-right:5px;
}
.apeal_box ul li input[type="checkbox"]::after {
    border-bottom: 4px solid #EF69A9;/*チェックの太さ*/
    border-left: 4px solid #EF69A9;/*チェックの太さ*/
    opacity: 0;/*チェック前は非表示*/
    height: 10px;/*チェックの高さ*/
    width: 22px;/*チェックの横幅*/
    transform: rotate(-45deg);
    top: -12px;/*チェック時の位置調整*/
    left: 8px;/*チェック時の位置調整*/
}
.apeal_box ul li input[type="checkbox"]:checked::after {
    opacity: 1;/*チェック後表示*/
}

p.caption{
	font-size: 1em;
	color:#FF1F1F;
	margin-top: 10px;
	line-height:120%;
}





.menu_box {
	width: 90%;
	margin:50px auto 20px auto;
	display:flex;
	justify-content:space-between;
}
.menu_box1{
	width:30%;
	border:1px solid #55D1EC;
	border-radius: 10px;
	position:relative;
	padding:20px 0;
}
.menu_box1 span{
	position:absolute;
	top:-12px;
	color:#55D1EC;
	font-weight:bolder;
	font-size:1.2em;
	background:#FFF;
	width:40%;
	padding:0 2%;
	display:block;
	left:50%;
	margin-left:-22%;
}
.menu_box1 input{
	font-size:1.1em;
	width:80%;
}

  

/*-----フォームラジオボタン関連デザイン-----------*/

.ul_design,
.ul_menu{
	list-style:none;
	width:100%;
	display:block;
}
.ul_design li,
.ul_menu li{
	font-size:20px;
	color: #000000;
	float: left;
	width: 50%;
	display:block;
	position:relative;
	margin-bottom:10px;
}
.ul_design li input,
.ul_menu li input{
	float:left;
	display:block;
	position:absolute;
	left:0;
	top:0;
}
.ul_design li label,
.ul_menu li label{
	position:absolute;
	display:block;
	left:20%;
	top:0;
}

.submitBtn{
	background:#55D1EC;
	color:#FFF;
	font-weight:bold;
	padding:20px;
	font-size:26px;
	border-radius: 40px;
	border:1px solid #fff;
	width:200px;
	cursor:pointer;
}



/* 点滅ここから */
.switch {
 -webkit-animation: switchtext 0.8s infinite alternate;
 -moz-animation: switchtext 0.8s infinite alternate;
 animation: switchtext 0.8s infinite alternate;
}
@-webkit-keyframes switchtext {
 from { opacity: 1.0; }
 to { opacity: 0.2; }
}
@-moz-keyframes switchtext {
 from { opacity: 1.0; }
 to { opacity: 0.2; }
}
@keyframes switchtext {
 from { opacity: 1.0; }
 to { opacity: 0.2; }
}
/* 点滅ここまで */

/* ▼光るエフェクトCSSここから */
.reflection-img{
	width       :259px;
	height      :169px;
	position    :relative;
	overflow    :hidden;
}
.reflection {
    height      :100%;
    width       :30px;
    position    :absolute;
    top         :-180px;
    left        :0;
    background-color: #fff;
    opacity     :0;
    transform: rotate(45deg);
    animation: reflection 2s ease-in-out infinite;
    -webkit-transform: rotate(45deg);
    -webkit-animation: reflection 2s ease-in-out infinite;
    -moz-transform: rotate(45deg);
    -moz-animation: reflection 2s ease-in-out infinite;
    -ms-transform: rotate(45deg);
    -ms-animation: reflection 2s ease-in-out infinite;
    -o-transform: rotate(45deg);
    -o-animation: reflection 2s ease-in-out infinite;
}
@keyframes reflection {
    0% { transform: scale(0) rotate(45deg); opacity: 0; }
    80% { transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { transform: scale(4) rotate(45deg); opacity: 1; }
    100% { transform: scale(50) rotate(45deg); opacity: 0; }
}
@-webkit-keyframes reflection {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}
@-moz-keyframes reflection {
    0% { -moz-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -moz-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -moz-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -moz-transform: scale(50) rotate(45deg); opacity: 0; }
}
@-ms-keyframes reflection {
    0% { -ms-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -ms-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -ms-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -ms-transform: scale(50) rotate(45deg); opacity: 0; }
}
@-o-keyframes reflection {
    0% { -o-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -o-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -o-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -o-transform: scale(50) rotate(45deg); opacity: 0; }
}
/* 光るエフェクトCSSここまで */


/* ▼ローディング用cssここから */
.hide {
  display: none;
}
.loading {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0,0,0,.5);
  background-image: url("../trial/loader/loading.gif");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  background-size: 139px 88px;
	z-index: 9999;
}
/* ▼ローディング用cssここまで */

