<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

.entry-header{
	background: #fafafa;
    padding: 20px 0 0 20px;
}

.entry-content{
	max-width: 900px;
    width: 80%;
    margin: 0 auto;
    padding: 20px 0;
    line-height: 180%;
}

.entry-content h2 {
	color:#343434;
	position: relative;
	font-size: 24px;
	font-weight:normal;
	line-height: 1;
	margin: 50px 0 20px 0 ; 
	padding: 15px 5px 10px 20px;
	border-left: 10px solid #835292;
	text-align: left!important;
}
.entry-content h2:after {
	content: "";
	position: absolute;
	bottom: 0px;
	left: 0;
	height: 0;
	width: 100%;
	border-bottom: 1px dashed #835292;
}

.entry-content ul{
	margin: 0;
	list-style: square;
}

.entry-content p.comment {
	font-size: 11px;
	margin: 0 0 0 2.5em;
}

#checkbox {
    margin: 20px auto 0 20px;
}
#buttons{
    text-align: center;
}
#buttons .button{
	border : 1px solid #cccccc;
	border-radius : 3px;
    padding: 10px 50px;
    height: auto;
    background-color: #fafafa;
    margin:10px 0 40px 0;	
    vertical-align: middle;
}
#buttons .button[disabled] {
	color: #808080;
	background-color: #e6e6e6;
	cursor: default;
}

span.buttontxt{
	background-color: #fafafa;
	padding: 2px;
	border: 1px solid #cccccc;
	border-radius: 3px;
	margin: 5px;
}

.question dt{
    text-align: left;
}

/* #mail_form */
form#mail_form .contact_form{
	background : #fff;
	border : 1px solid #cccccc;
	border-radius : 5px;
	margin-top: 10px;
}
form#mail_form .contact_form p{
    text-align: center;
    margin: 10px 0;
}
form#mail_form dl{
	width : 90%;
	margin : 0 auto;
	overflow : hidden;
}
form#mail_form dl dt{
	clear : both;
	width : 30%;
	float : left;
	border-top : 1px solid #cccccc;
	padding : 15px 0;
	text-align : right;
	overflow : hidden;
}
form#mail_form dl dd{
	width : 65%;
	float : right;
	border-top : 1px solid #cccccc;
	padding : 20px 0 15px 5%;
}
form#mail_form dl dt:first-child,
form#mail_form dl dt:first-child+dd{
	border : none;
}
form#mail_form dl dt span{
	display : block;
	font-size : 85%;
	color : #3377ff;
}

/* -- for JavaScript ここから -- */

form#mail_form dl dt span.required,
form#mail_form dl dt span.optional{
	display : inline-block;
	float : left;
	font-weight : bold;
	color : #ffffff;
	padding : 3px 5px;
	border-radius : 3px;
}
form#mail_form dl dt span.required{
	background : #ec7c7c;
}
form#mail_form dl dt span.optional{
	background : #8fbdec;
}
form#mail_form dl dd span{
	display : block;
	color : #ff0000;
}

/* -- for JavaScript ここまで -- */

form#mail_form input[type="text"],
form#mail_form input[type="submit"],
form#mail_form select{
	padding: 6px;
	border : 1px solid #cccccc;
	border-radius : 3px;
	background : #fff;
    vertical-align: middle;
}
form#mail_form textarea{
	width : 95%;
	height : 200px;
	resize : vertical;
	border : 1px solid #cccccc;
	border-radius : 3px;
	background : #fff;
    padding: 6px;
}
form#mail_form input:focus,
form#mail_form textarea:focus{
	box-shadow : 0px 0px 5px #55ccff;
	border : 1px solid #55ccff;
	background : #ffffff;
}
form#mail_form input#name_1,
form#mail_form input#name_2{
	width : 30%;
}
form#mail_form input#read_1,
form#mail_form input#read_2{
	width : 30%;
}
form#mail_form input#company,
form#mail_form input#department,
form#mail_form input#mail_address,
form#mail_form input#mail_address_confirm{
	width : 80%;
}
form#mail_form ul li{
	list-style-type : none;
	margin-bottom : 0.5em;
}
form#mail_form ul li label:hover{
	cursor : pointer;
}
form#mail_form ul li input{
	height : auto;
	margin-right : 0.5em;
}
form#mail_form input#postal{
	width : 30%;
}
form#mail_form input#address_1,
form#mail_form input#address_2{
	display : block;
	width : 95%;
	margin-bottom : 7px;
}
form#mail_form input#phone{
	width : 30%;
}
form#mail_form input#schedule{
	width : 30%;
}
form#mail_form input[type="submit"]{
    padding: 10px 50px;
    height: auto;
    background-color: #fafafa;
    margin:10px 0 40px 0;
}

/* download */
#download
{
	padding: 5px;
	margin: 10px 0 0 10px;
	text-align: center;
}

#download .downloadBtn
{
	width: 200px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	background-color: #835292;
	padding: 10px 10px;
	margin: 0 auto;
	border: none;
}
#download .downloadBtn:hover
{
	background-color:#F35292;
}
#download .downloadBtn:active
{
	background-color:#F35292;
}

/* #privacy_policy */

#privacy_policy {
    height: 500px;
    overflow: auto;
    border: 2px solid #ddd;
    margin: 20px 0 0 0;
    padding-left: 0;
    background-color: #fff;
    color: #3a3a3a;
}
#privacy_policy h1 {
  font-size: 16px;
}
#privacy_policy dt {
  margin: 12px 0 0 24px;
}
#privacy_policy p, #privacy_policy li, #privacy_policy dd {
  font-size: 12px;
  margin: 0 0 0 42px;
  padding: 0 6px 6px 0;
  line-height: 150%;
}
#privacy_policy ul, #privacy_policy dl {
  margin: 12px 0 0 0;
}

.flow-area{
    width: 100%;
    margin: 30px auto;
    font-size: 1.2em;
}
.flow-area ul {
	margin: auto;
	background:#fff;
	border-radius:5px;
	text-align:center;
	position: relative;
}
.flow-area ul li{
    list-style: none;
    display: inline-block;
    padding: 1.5em 0px 6px 0px;
    width: 26%;
    max-height: 88px;
    height: 100%;
    position: relative;
    vertical-align: middle;
    border-bottom: 5px solid #ccc;
    margin-right: 5%;
    height: 45px;
}
.flow-area ul li:last-child{
    margin-right: 0;
}

.flow-now{
    border-bottom: 5px solid #a98bca !important;
}
.flow-area .small{
	font-size: 0.8rem;
	color:#aaa;
	display:block;
	text-align:left;
	margin-left:10px;
	position: absolute;
	top: 3px;
}

.flow-area ul li.step1::after,
.flow-area ul li.step2::after{
  content: '';
  width: 7px;
  height: 7px;
  border: 0px;
  border-top: solid 2px #ccc;
  border-right: solid 2px #ccc;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 60%;
  right: -13%;
  margin-top: -4px;
}

/* -- responsive -- */

/* 640pixel start */
@media screen and (max-width : 640px){

.entry-content{
    width: 95%;
}

form#mail_form .contact_form{
	width : 98%;
}
form#mail_form dl{
	width : 92%;
}
form#mail_form dl dt{
	width : auto;
	float : none;
	text-align : left;
	padding : 10px 0 5px;
	font-weight : bold;
}
form#mail_form dl dd{
	width : auto;
	float : none;
	border-top : none;
	padding : 0px 0 13px 0px;
}
form#mail_form dl dt span{
	font-weight : normal;
}

/* -- for JavaScript ここから -- */

form#mail_form dl dt span.required,
form#mail_form dl dt span.optional{
	margin-right : 1em;
}

/* -- for JavaScript ここまで -- */

form#mail_form input[type="text"],
form#mail_form input[type="submit"],
form#mail_form textarea{
	max-width : 92%;
	-webkit-appearance : none;
}

#privacy_policy {
    width: 100%;
    margin: 20px 0;
}
}
/* 640pixel end */

</pre></body></html>