@charset "utf-8";
/* PC first CSS Document */
/*************************************************************/
* {	margin:0; padding:0; }

header {
    position: fixed;
	margin-top:-5em;
    z-index: 999;
    width: 100%;
    height: 5em;
	background-color:#FFF;
}

h1 {
	font-size:0.8em
}

div.login{
    display: block;
    position: absolute;
    right: 2em;
    top: 1em;
    width: 42px;
}

div.wraper {
	max-width:100%;
	margin:auto;
	text-align:center;
}

div.main {
	margin:auto;
	margin-top:5em;
}

h2{
	text-align:center;
    font-weight: 800;
    font-size: 24px;
 	margin-bottom: 1em;
	border-bottom:4px;
	border-bottom: 3px solid #002f9f;
	background-color:#ADD;
}

div.cbox{
	max-width:660px;
	margin:auto
}

p {
	font-size:1.18em;
	line-height:160%;
	margin-left: 0.8em;
	margin-right: 0.8em;
	margin-top: 0.8em;
	text-align:left;
}

a {
	text-decoration:none;
}

span.red {
	color:#F00;
}




#faq{
	max-width:660px;
	margin:auto
}


#faq dl{
	margin-bottom:1.18em;
}
#faq dt {
    color: rgb(34, 128, 131);
	font-size:1.18em;
    margin-bottom: 0.8em;
	text-align:left;
	padding-left:2em;
}
#faq dt::before{
	content: "Q.";
}

#faq dd {
	font-size:1.12em;
	line-height: 1.5em;
	text-align:left;
	position: relative;
	padding-left:4em;
}
#faq dd::before{
	content: "A.";
}


/****************************/


div.btnarea_top_d{
	position:relative;
}
div.btnarea_top{
	text-align:center;
	position: absolute;
  top: -8em;
  left: 20%;
  -ms-transform: translateX(-20%);
  -webkit-transform: translateX(-20%);
  transform: translateX(-20%);
  margin:0;
  padding:0;
}

.a_button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20em;
    margin:0 auto;
    padding: .9em 2em;
    border: none;
    border-radius: 25px;
    background-color: #ffa742;
    color: #fff;
    font-weight: 600;
    font-size: 1em;
}
.a_button:hover {
    background-color: #ef9732;
	text-decoration:underline;
}





/* 試用申し込み・お問い合わせ
--------------------------------------------*/
#contact {
    margin: 0 auto;
    padding: 9.0rem 0;
    text-align: center;
    width: 60.0rem;
}
#contact p.comment {
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.7;
    margin-bottom: 2.0rem;
}
#contact figure {
    width: 38.0rem;
    margin: 0 auto 6.0rem;
}
#contact form dl {
    border-bottom: 1px dotted #2A4BB5;
    width: 60.0rem;
    margin: 0 auto;
    padding: 2.0rem 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    align-items: center;
}
#contact form dl:first-of-type {
    border-top: 1px dotted #2A4BB5;
}
#contact form dl:last-of-type {
    margin-bottom: 6.0rem;
}
#contact form dl dt {
    font-size: 1.4rem;
    line-height: 1.4;
    padding-left: 1rem;
    width: 20.0rem;
    box-sizing: border-box;
    position: relative;
}
#contact form dl dt.need:before {
    content: '必須';
    line-height: 1;
    font-size: 1.4rem;
    background: #e57a7a;
    border-radius: 0.5rem;
    display: inline-block;
    padding: 0.5rem;
    color: #fff;
    position: absolute;
    top: 0;
    right: -3rem;
}
#contact form dl dt.option:before {
    content: '任意';
    line-height: 1;
    font-size: 1.4rem;
    background: #888;
    color: #fff;
    border-radius: 0.5rem;
    display: inline-block;
    padding: 0.5rem;
    position: absolute;
    top: 0;
    right: -3rem;
}
#contact form dl dd {
    font-size: 1.4rem;
    line-height: 1.4;
    width: 60.0rem;
    padding-right: 2.0rem;
    padding-left: 4.0rem;
    box-sizing: border-box;
}
#contact form dl dd input[type="text"]  {
    font-size: 1.4rem;
    border: 1px solid #a6a6a6;
    padding: 2.0rem;
    width: 100%;
    box-sizing: border-box;
}
#contact form dl dd input.short[type="text"]  {
    width: 50%;
    margin-left: 1.0rem;
    box-sizing: border-box;
}
#contact form dl dd textarea  {
    font-size: 1.4rem;
    border: 1px solid #a6a6a6;
    padding: 2.0rem;
    width: 100%;
    height: 15.0rem;
    box-sizing: border-box;
}
.send {
    color: #3A3A3A;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 2.6rem;
    text-align: center;
    border: none;
    display: block;
    background: #FFE131;
    border-radius: 7.0rem;
    margin: 0 auto 3.0rem;
    padding: 2.0rem;
    width: 45.0rem;
    height: 7.0rem;
    box-sizing: border-box;
    border-bottom: 4px solid #FFAF50;
    transition: 0.2s;
    cursor: pointer;
}
.send:hover {
    transition: 0.2s;
    opacity: 0.8;
}
.back {
    color: #fff;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 2.6rem;
    text-align: center;
    border: none;
    display: block;
    background: #888;
    border-radius: 7.0rem;
    margin: 0 auto 3.0rem;
    padding: 2.0rem;
    width: 30.0rem;
    height: 7.0rem;
    box-sizing: border-box;
    cursor: pointer;
}





div.footer {font-size:0.8em;background-color:navy;color:#fff;text-align:center}
.clearfloat { clear:both; height:0; font-size: 1px; line-height: 0px; }



/*************************************************************/

/* tablet mobile */
@media only screen and (max-width:959px) {
/*************************************************************/
img.logo {width:120px;margin-left:1px;}
ul.gnavi li{width:20%;}

/*	消したい時　   display: none; */
/*************************************************************/
}

/* mobile */
@media screen and (max-width: 480px) {
/*************************************************************/
/*************************************************************/
}
