﻿@charset "UTF-8";
html {
	overflow-y: scroll;
	-webkit-text-size-adjust: none;
	font-size: 62.5%;

}

html,
body {
	width: 100%;
}

body {
	color: #444;
	background-color: #fff;
	margin: 0px;
	padding: 0px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 1.0rem;
	font-weight: 500;
	line-height: 1.5;
	text-align: center;
}

/*ヘッダー*/
header {
	width: 100%;
	background-color: #fff;
	left: 0px;
	top: 0px;
	z-index: 1000;
	position: fixed;
}

header>div {
	padding: 0px 0px;
	height: 70px;
	position: relative;
	top: 1px;
}

header h1 {
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.8rem;
	left: 17px;
	top: 0px;
	position: absolute;
}

header h1 div {
	align-items: center;
	display: flex;
}

header h1 img {
	margin-right: 15px;
	width: 73px;
	height: auto;
	padding-top: 1px;
}

header h1 span {
	display: block;
}

header h1 a {
	display: block;
}

header h1 a:hover {
	opacity: 1;
}

/*フッター*/
footer {
	padding: 60px 0px 20px;
	width: 100%;
	background-color: #fff;
}

footer .container {
	text-align: center;
}

footer .address {
	font-size: 20px;
}

footer .copy {
	color: #444;
	font-size: 15px;
	font-weight: 500;
	text-align: center;
}

footer .copy small {
	font-size: 1em;
}

footer .copy span {
	font-family: sans-serif;
	font-size: 1.6rem;
	vertical-align: middle;
}


.container {
	margin: 0px auto;
	padding: 0px 24px;
	text-align: left;
	z-index: 10;
	position: relative;
}

a {
	color: #000;
	text-decoration: none;
	outline: none;
}

.thanks a{
	color:blue;
	font-weight:bold;
	text-decoration: underline;
}



/*レイアウト*/
.outer {
	padding-top: 20px;
	padding-left: 70px;
	padding-right: 70px;
	padding-bottom: 20px;
	background-color: white;
	margin-top: 75px;
}

.main {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	color: black;
	background-color: white;
	border-radius: 1%;
	padding-bottom: 20px;
}

.left {
	width:50%;
	/*border:black 1px solid;*/
}

.right {
	width:40%;
	/*border:black 1px solid;*/
}

/*フォーム*/
.ss_field {
	text-align: left;
	font-size: 20px;
	display: block;
	border: 0px;
	margin-top: -12px;
}

/*項目名*/
#ss_company_name .ss_form_title,
#ss_name .ss_form_title,
#ss_division .ss_form_title,
#ss_tel .ss_form_title,
#ss_email .ss_form_title,
#ss_VisitorData\.attribute331 .ss_form_title{
	width: 100%;
	font-size:16px;
	padding-bottom:4px;
}

#ss_VisitorData\.attribute364 .ss_form_title{
	display: flex; /* span要素を左に詰めるためにFlexboxを使用 */
	font-size: 0; /* 「同意事項」の文字サイズを0にして見えなくする */
}

/*必須表示*/
.ss_user_notnull {
	/* 仮の親要素 */
	padding: 9px;
	display: inline-block;
	/* ::before の位置決めのため */
	position: relative;

	/* ここから「※」を隠すための設定をシミュレート */
	/* display: none; は使わないでください */
	font-size: 0;
	line-height: 0;
	width: 50px;
	height:10px;
	overflow: hidden;
	vertical-align: bottom;
}

.ss_user_notnull::before {
	content: '必須';
	font-size: 12px;
	/* 親のfont-size:0を上書き */
	line-height: 1;
	color: red;
	/* 見やすい色 */
	display: inline-block;
	/* 必須 */
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 100;
	border: red 1.5px solid;
	border-radius:5px;
	padding:3px;
}

.ss_grid {
	display: flex;
}

.ss_input {
	display: block;
	width:95%;
}

/*入力欄*/
[name="Public::EmbeddedApplication::User_D__P__D_company_name"],
[name="Public::EmbeddedApplication::User_D__P__D_division"],
[name="Public::EmbeddedApplication::User_D__P__D_tel"],
[name="Public::EmbeddedApplication::User_D__P__D_email"],
[name="Public::EmbeddedApplication::User_D__P__D_VisitorData.attribute331"]{
	background-color: #F2F2F2;
	border-color: #F5F5F5;
	border-width: 1px;
	height: 35px;
	border-style: solid;
	border-radius: 10px;
	font-size: 18px;
	padding-left: 10px;
	margin-bottom:8px;
	width:100%;
}

/*姓*/
[name="Public::EmbeddedApplication::User_D__P__D_name1"]{
	background-color: #F2F2F2;
	border-color: #F5F5F5;
	border-width: 1px;
	height: 35px;
	border-style: solid;
	border-radius: 10px;
	font-size: 18px;
	padding-left: 10px;
	margin-bottom:8px;
	width:85%;
}

/*名*/
[name="Public::EmbeddedApplication::User_D__P__D_name2"]{
	background-color: #F2F2F2;
	border-color: #F5F5F5;
	border-width: 1px;
	height: 35px;
	border-style: solid;
	border-radius: 10px;
	font-size: 18px;
	padding-left: 10px;
	margin-left:5%;
	margin-bottom:8px;
	width:85%;
}



/*同意チェック*/
[name="Public::EmbeddedApplication::User_D__P__D_VisitorData.attribute364"] {
	/* デフォルトのブラウザスタイルを無効化 */
	appearance: none;
	-webkit-appearance: none;
	/* Safari, Chrome用 */
	-moz-appearance: none;
	/* Firefox用 */

	position: relative;
	top: 12px;
	flex-shrink: 0;

	width: 30px;
	height: 30px;

	border-color: #F5F5F5;
	border-width: 1px;
	border-style: solid;
	border-radius: 10px;

	background-color: #F2F2F2;
	cursor: pointer;
	outline: none;
}


[name="Public::EmbeddedApplication::User_D__P__D_VisitorData.attribute364"]:checked::before {
	content: '';/* 擬似要素*/
	display: block;
	width: 6px;/*幅 */
	height: 12px;/*高さ */
	border: solid black;
	border-width: 0 3px 3px 0;
	transform: rotate(45deg) translate(-50%, -50%);
	/* 45度回転させてチェックマークの形にし、中央に配置 */
	position: absolute;
	top: 45%;
	left: 25%;
}

#ss_VisitorData\.attribute364 .ss_rightComment{
	font-size:16px;
}

#ss_VisitorData\.attribute364 .ss_rightComment a {
	color:blue;
	text-decoration: underline;
}

/*送信ボタン*/
input[type="button"] {
	height: 50px;
	width: 50%;
	min-width:260px;
	background-color: #DD4B39;
	color: white;
	cursor: pointer;
	transition: background-color 0.3s ease; /* 色の変化を滑らかにする */
	border-style:none;
	border-radius: 10px;
	font-size:20px;
}

input[type="button"]:hover {
    background-color: orange;
}


/*プレースホルダ―*/
.ph {
	display: none;
}

/*コメント*/
.ss_leftComment {
	display: none;
}

/*.ss_rightComment {}*/

.ss_upComment a {
	color: blue;
	text-decoration: underline;
}

.ss_bottomComment {
	flex-shrink: 0;
	font-size: 15px;
}

/*左カラム*/
.title {
	font-size: 30px;
	text-align: left;
	margin-bottom: 15px;
}

.eyecatch {
	width: 95%;
	margin-bottom: 25px;
	text-align: left;
}

.eyecatch img {
	width: 100%;
}

.explanation {
	font-size: 15px;
	text-align: left;
	margin-bottom: 25px;
}

.subtitle {
	font-size: 20px;
	text-align: left;
	border-left: 10px solid #DD4B39;
	padding-left: 8px;
}

.point {
	font-size: 17px;
	text-align: left;
}

.point ul li {
	line-height: 1;
}

.point ul li span {
	vertical-align: 5px;
}

.point ul li::marker {
	font-size: 30px;
}



/*エラーメッセージ*/
.ss_warning_label {
	background-color: red;
	color: white;
	font-size: 16px;
	font-weight: bolder;
}

.ss_error_msg {
	color: red;
	font-size: 15px;
	font-weight: bolder;
}


/*非表示用*/
#ss_VisitorData\.attribute232,
#ss_VisitorData\.attribute233,
#ss_VisitorData\.attribute234,
#ss_VisitorData\.attribute235 {
	display: none !important;
}


/* フォーム透明*/
#emb43081ee5-bf78-4a99-bcde-525d5ffe5099 {
	opacity: 0;
	transition: opacity 0.5s ease-in-out;
}

/* ローディングインジケーター */
#form-loading-indicator {
	text-align: center;
	padding: 50px 0;
	min-height: 200px;
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 600px;
	font-size: x-large
}


@media screen and (max-width: 1080px) {
.outer {
	margin-top: 75px;
	padding:0 0 0 0;
}

.main {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	color: black;
	background-color: white;
	border-radius: 1%;
	padding-bottom: 20px;
}

.left{
	width: 100%;
	padding-left:20px;
	padding-right:20px;
}

.right{
	width: 100%;
	margin-top:10px;
	padding-left:5px;
}

[name="Public::EmbeddedApplication::User_D__P__D_name1"]{
	width:87%;
}


[name="Public::EmbeddedApplication::User_D__P__D_name2"]{
	margin-left:3%;
	width:87%;
}
}

/*
@media screen and (max-width: 828px) {
	[name="Public::EmbeddedApplication::User_D__P__D_name2"]{
	margin-left:10%;
}
}*/
