*{
margin:0;
padding:0;
border:0;
box-sizing: border-box;
font-family: "Helvetica","HiraKakuProN-W3","ヒラギノ角ゴ ProN W3","宋体-简","DroidSerif",sans-serif;
}


a {text-decoration: none;}
a:link{color: #515DC6;}
a:visited{color: #515DC6;}
a:hover { color: #515DC6;}




body{
font-family: 'Spartan', sans-serif;
}

/*---base-bg---*/
div#base_bg_col{
top:60px;
height:100%;
width:100%;
background-color:#fff;
/*background-color:#515DC6;*/
position:fixed;
z-index:-1;
}

/*div#base_bg_photo{
top:0px;
height:100%;
max-width:960px;
width:100%;
margin:0 auto;
opacity:1.0;
background-image:url(../img/do_web_newBG.png);
background-size:cover;
background-repeat:no-repeat;
background-position:20% 0px;
object-position:50% 50%;
}*/


div#base_bg_photo{
top:0px;
height:100%;
width:100%;
margin:0 auto;
opacity:1.0;
background-image:url(../img/do_web_newBG007.png);
background-size:cover;
background-repeat:no-repeat;
background-position:20% 30%;
object-position:50% 50%;
}


/*---header---*/
header.site_header{
}

div#site_header_base{
position:fixed;
width:100%;
}

div#site_header_div{
width:100%;
min-width:100%;
margin:0px;
padding:0px;
background-color:#fff;
}


div#site_header_wrapper{
max-width:960px;
margin:0 auto;
display:flex;
justify-content:space-between;
align-items:center;
flex-direction:row;
flex-wrap:wrap;
padding-top:20px;
}

ul#header_link li{
display: inline;
font-family: 'Spartan', sans-serif;
font-weight:bold;
font-size:12px;
color:#6666CC;
padding:0 10px;
white-space: nowrap;
}

div#site_header_end{
height:1px;
background-color:#ddd;
}




/*---top---*/

div #top{
display:flex;
justify-content:space-around;
flex-direction:row;
flex-wrap:wrap;
max-width:960px;
margin:0 auto;
padding:120px 0 0px 0;
}



.top_left_parts{
width:100px;
min-height:1px;
}


/*---top_form---*/

div#form_div{
margin:20px 0px 15px 20px;
padding:24px 12px 5px 12px;
border-radius: 15px;
background-color:#fff;
color: #555;
text-align:center;
border:1px solid #ddd;
box-shadow: 0px 0px 10px 0px rgba(220,220,220,0.3);
}

div#form_input_div{
padding:20px 0 0 0;
text-align:left;
font-size:12px;
}


label.form_label{
color:#757575;
font-family: 'IBM Plex Sans', sans-serif;
font-weight:600;
}



.form_input{
font-family: 'IBM Plex Sans', sans-serif;
font-weight:400;
width:100%;
padding:7px 10px;
border:1px solid #bbb;
border-radius:3px;
color:#000;
font-size:12px;
}


.form_input_ck{
font-family: 'IBM Plex Sans', sans-serif;
font-weight:400;
width:80%;
padding:2px 10px;
border:0px solid #bbb;
color:#000;
font-size:14px;
}


.form_parts_div{
margin-top:10px;
}


.form_parts_div_ck{
margin-top:5px;
}



div#form_title{
font-family: 'Spartan', sans-serif;
font-weight:bold;
font-size:18px;
text-align:center;
color:#515DC6;
}


#submit_button{
width:98%;
font-family: 'Spartan', sans-serif;
font-weight:normal;
font-size:16px;
text-align:center;
color:#fff;
background-color:#0050FF;
padding:6px 0;
margin:10px 0px;
border-radius: 20px;
}


div#send_tx{
font-size:18px;
line-height:18px;
font-weight:bold;
color:#515DC6;
text-align:right;
}

div#tx_endck{
font-size:10px;
line-height:14px;
color:#515DC6;
text-align:left;
padding-left:30px;
}


/*---text---*/

div#gr_div{
background-image:url(../img/gr.png);
background-size:auto 100%;
background-repeat:repeat-x;
height:200px;
}


div#main_tx_base{
width:100%;
height:auto;
background-color:#fff;
}


div.main_tx{
max-width:900px;
margin:0 auto;
padding:80px 50px 60px 50px;
background-color:#fff;
font-family: 'IBM Plex Sans', sans-serif;
font-weight:400;
}


div.main_tx_title{
font-family: 'Spartan', sans-serif;
font-weight:bold;
font-size:40px;
text-align:center;
color:#515DC6;
}

span.main_tx_bold{
font-weight:bold;
display:inline-block;
}