@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font: inherit;
font-size: 100%;
vertical-align: baseline; }

html {
font-family: "メイリオ", sans-serif;
letter-spacing: 1.2px;
font-size: 15px;
color: #333;
text-align: justify;
}
body{
width: 100%;
min-width: 1024px;
line-height: 2;
}

a{
line-height: 2;
text-decoration: none;
color: #333;
display: block;
}

a:hover{
transition: all 0.2s;
}
h1{
color: #fff;
font-size: 25px;
font-weight: bold;
}
h2{
font-size: 16px;
}

.strong{
  color: #af1212;
  font-size:19px;
}
p{
color: #444;
}

ol, ul {
list-style: none; }

caption, th, td {
text-align: left;
font-weight: normal;
vertical-align: middle; }

q, blockquote {
quotes: none; }
q:before, q:after, blockquote:before, blockquote:after {
content: "";
content: none; }

a img {
border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
display: block; }

li{
float: left;
}


/*#########################################################
base
#########################################################*/
.ancer{
  margin-top : -46px;
  padding-top : 46px;
  display: block;
}

.wrapper{
padding-top:50px;
text-align: center;
}

.inner{
}
.inner:after{
clear: both;
content: "";
display: block;
}
.inner_box{
padding:5px 60px;
}

.bg_usp{
background: #3055A5;
}

.bg_merit{
background: #2FA43B;
}

.bg_case{
background: #FCBA0C;
}

.bg_cost{
background: #0CAFFC;
}

.bg_contact{
background: #A8A8A8;
}

.pc_none{
  display: none;
}

.sp_none{
  display: unset;
}

/*#########################################################
header
#########################################################*/
header{
position: fixed;
height: 57px;
width: 100%;
background: #fff;
z-index: 9999;
}
header:after{
display: block;
clear: both;
content: "";
}

/*----------
header_left
----------*/
.header_left{
float: left;
width: 425px;
font-size: 13px;
position: relative;
}
.header_left h1{
    display: inline-block;
    vertical-align: middle;
    padding: 4px 15px 0 5px;
    position: absolute;
    top: 11px;
    left: 190px;
    color: #000;
    font-size: 12px;
    font-weight: normal;
}
.header_left span{
  vertical-align: super;
}
/*----------
header_right
----------*/
.header_right{
/*float: right;*/
position: absolute;
right: 0;
}
.header_right li a{
position: relative;
box-sizing: border-box;
padding: 12.5px 12px 12.5px 50px;
color: #fff;
font-size: 16px;
}
.header_right li:nth-child(2) a{
padding: 12.5px 12px 12.5px 45px;
}
.header_right li a:hover{
color: #333;
background: #fff;
}
.header_right li a:before{
position: absolute;
display: inline-block;
content: "";
height: 45px;
width: 45px;
top: 6px;
left: 6px;
}
.header_right li.bg_usp a:before{
background: url(../../image/as400/uss.png);
background-size: 42px;
background-repeat: no-repeat;
top: 8px;
left: 8px;
}
.header_right li.bg_usp:hover a:before{
background: url(../../image/as400/uss_r.png);
background-size: 40px;
background-repeat: no-repeat;
}
.header_right li.bg_merit a:before{
background: url(../../image/as400/merit.png);
background-size: 40px;
background-repeat: no-repeat;
top: 8px;
left: 5px;
}
.header_right li.bg_merit:hover a:before{
background: url(../../image/as400/merit_r.png);
background-size: 40px;
background-repeat: no-repeat;
}
.header_right li.bg_case a:before{
background: url(../../image/as400/case.png);
background-size: 40px;
background-repeat: no-repeat;
top: 8px;
left: 7px;
}
.header_right li.bg_case:hover a:before{
background: url(../../image/as400/case_r.png);
background-size: 40px;
background-repeat: no-repeat;
}
.header_right li.bg_cost a:before{
background: url(../../image/as400/cost.png);
background-size: 38px;
background-repeat: no-repeat;
top: 8px;
left: 6px;
}
.header_right li.bg_cost:hover a:before{
background: url(../../image/as400/cost_r.png);
background-size: 38px;
background-repeat: no-repeat;
}
.header_right li.bg_contact a:before{
background: url(../../image/as400/contact.png);
background-size: 35px;
background-repeat: no-repeat;
top: 10px;
left: 10px;
}
.header_right li.bg_contact:hover a:before{
background: url(../../image/as400/contact_r.png);
background-size: 35px;
background-repeat: no-repeat;
}

/*#########################################################
keyvisual
#########################################################*/
.keyvisual{
margin:0;
line-height: 0;
padding:0;
}

.keyvisual img{
width: 100%;
}


/*#########################################################
usp_box
#########################################################*/
.usp_box{
display: flex;
position: relative;
}
.usp_box:before{
  content: "";
  position: absolute;
top: 45%;
left: 49.8%;
width: 0;
height: 0;
border-style: solid;
border-width: 30px 0 30px 30px;
border-color: transparent transparent transparent #D94344;

}
.usp_box:after{
display: block;
clear: both;
content: "";
}

/*----------
usp_left
----------*/
.usp_left{
background: #D94344;
width: 50%;
float: left;
padding:20px 60px 50px;
box-sizing: border-box;
color: #fff;
}

.worry_box h1:before{
display: inline-block;
background: url(../../image/as400/can.png);
background-size: 55px;
content: "";
height: 55px;
width: 55px;
vertical-align: bottom;
}

.worry_box ul{
  margin-top: 20px;
}

.worry_box li{
width: 100%;
text-align: left;
border-bottom: 1px solid #fff;
padding: 15px 0 10px 0;
}
.worry_box li:first-child{
 padding: 0 0 10px 0; 
}

.worry_box li:before{
display: inline-block;
background: url(../../image/as400/checkbox.png);
background-size: 30px;
background-repeat: no-repeat;
content: "";
height: 30px;
width: 30px;
vertical-align: bottom;
padding-right: 5px;
}

/*----------
usp_right
----------*/
.usp_right{
background: #3055A5; 
width: 50%;
float: right;
padding:20px 60px 50px;
box-sizing: border-box;
color: #fff;
}

.can_box h1:before{
display: inline-block;
background: url(../../image/as400/uss.png);
background-size: 55px;
content: "";
height: 55px;
width: 55px;
vertical-align: bottom;
}

.can_box ul{
  margin-top: 30px;
}

.can_box li{
width: 100%;
color:#3055A5;
background: #fff;
text-align: left;
font-size: 20px;
padding: 10px;
margin-bottom: 25px;
font-weight: bold;
}


/*#########################################################
merit_box
#########################################################*/
/*----------
base color
----------*/
.merit_box{
background:#D7F5D9;
}
.merit_box:after{
content: "";
display: block;
clear: both;
}

/*----------
h1
----------*/
.merit_box h1{
position: relative;
background:#2FA43B;
text-align: left;
padding:15px 0 15px 90px;
}
.merit_box h1:before{
position: absolute;
display: inline-block;
background: url(../../image/as400/merit.png);
background-size: 55px;
content: "";
height: 55px;
width: 55px;
top: 8px;
left: 34px;
}
.merit_box h1:after{
position: absolute;
content: "";
bottom: -15px;
left: 33px;
width: 0;
height: 0;
border-style: solid;
border-width: 30px 30px 0 30px;
border-color: #2FA43B transparent transparent transparent;
}
/*----------
contents
----------*/
.merit_box li{
display: inline-block;
width: 100%;
text-align: left;
padding: 20px 0 20px;
font-size: 22px;
color: #107116;
font-weight: bold;
}
.merit_box li:nth-child(even){
background: #fff;
box-sizing: border-box;
width: calc(100% + 140px);
margin-left: -80px;
padding-left: 80px;
}


/*#########################################################
case_box
#########################################################*/
/*----------
base color
----------*/
.case_box{
background:#FFFFCD;
padding-bottom: 30px;
}
.case_box:after{
content: "";
display: block;
clear: both;
}

/*----------
h1
----------*/
.case_box h1{
position: relative;
background:#FCBA0C;
text-align: left;
padding:10px 0 10px 100px;
}
.case_box h1:before{
position: absolute;
display: inline-block;
background: url(../../image/as400/case.png);
background-size: 50px;
content: "";
height: 50px;
width: 50px;
top: 8px;
left: 37px;
}
.case_box h1:after{
position: absolute;
content: "";
bottom: -15px;
left: 33px;
width: 0;
height: 0;
border-style: solid;
border-width: 30px 30px 0 30px;
border-color: #FCBA0C transparent transparent transparent;
}

/*----------
content function
----------*/
.case100p{
  text-align: justify;
  margin: 25px 0;
  background: #fff;
  border:8px solid #FCBA0C;
  padding:20px;
}
.case100p:after{
  display: block;
   content: "";
   clear: both;
}
.case100p h1{
position: static;
  background: none;
  color: #FCBA0C;
  padding:0;
  margin-bottom:15px; 
}
.case100p h1:after{
  display: none;
}

.case_box_left{
  float: left;
  width: 50%;
  padding-right: 20px;
  display: inline-block;
  box-sizing: border-box;
}
.case_box_right{
  float: left;
  display: inline-block;
 width: 50%;
  padding-left: 20px;
  box-sizing: border-box;
}
.case_box_left h2,.case_box_right h2{
background: #FCBA0C;
padding: 10px;
margin-bottom: 15px;
color:#fff;
font-weight: bold;
}
.case_box_left ul,.case_box_right ul{
  padding-left: 10px
}
.case_box_left li,.case_box_right li{
text-indent: -8px;
margin-left: 6px;
padding-bottom: 10px;
    display: inline-block;
    width: 100%;
}
.case_box_left li:before,.case_box_right li:before{
  content: "■";
  display: inline-block;
}


/*----------
content case
----------*/
.case_box .case50p{
  float: left;
  display: inline-block;
  width: calc(50% - 10px);
  box-sizing: border-box;
  text-align: justify;
  background: #fff;
  border:8px solid #FCBA0C;
  padding:0 25px 10px 25px;
  margin:0 20px 20px 0; 
  min-height: 300px;
}

.case_box .case50p h2{
  background:  #FCBA0C;
  color: #fff;
  font-weight: bold;
  margin: 0 -25px 10px;
  padding: 0 0 8px 15px;
}

.case_box .case50p:nth-child(odd){
  margin-right: 0;
}





/*#########################################################
cost_box
#########################################################*/

.cost_box{
background:#CDF5FF;
padding-bottom:30px;
}
.cost_box:after{
content: "";
display: block;
clear: both;
}

/*----------
h1
----------*/
.cost_box h1{
position: relative;
background:#0CAFFC;
text-align: left;
padding:10px 0 10px 100px;
margin-bottom: 30px;
}
.cost_box h1:before{
position: absolute;
display: inline-block;
background: url(../../image/as400/cost.png);
background-size: 50px;
content: "";
height: 50px;
width: 50px;
top: 8px;
left: 37px;
}
.cost_box h1:after{
position: absolute;
content: "";
bottom: -15px;
left: 33px;
width: 0;
height: 0;
border-style: solid;
border-width: 30px 30px 0 30px;
border-color: #0CAFFC transparent transparent transparent;
}

/*----------
content case
----------*/
.cost_box .case50p{
  float: left;
  display: inline-block;
  width: calc(50% - 10px);
  box-sizing: border-box;
  text-align: justify;
  background: #fff;
  border:8px solid #0CAFFC;
  padding:0 25px 10px 25px;
  margin:0 20px 20px 0; 
  min-height: 300px;
}

.cost_box .case50p h2{
  background:  #0CAFFC;
  color: #fff;
  font-weight: bold;
  margin: 0 -25px 10px;
  padding: 0 0 8px 15px;
}

.cost_box .case50p:nth-child(even){
  margin-right: 0;
}


/*#########################################################
contact
#########################################################*/
/*.contact_box{
background:#FFFFFF;
padding-bottom:30px;
}
.contact_box:after{
content: "";
display: block;
clear: both;
}

.contact_box a{
  padding: 30px;
  color:#fff;
  font-size: 25px;
  border: 1px solid #ff7a18;
  background: #ff7a18;
}
.contact_box a:hover{
  color:#ff7a18;
  border: 1px solid #ff7a18;
  background: #fff;
}*/

/*----------
h1
----------*/
/*.contact_box h1{
position: relative;
background:#ff7a18;
text-align: left;
padding:10px 0 10px 100px;
margin-bottom: 30px;
}
.contact_box h1:before{
position: absolute;
display: inline-block;
background: url(../../image/as400/contact.png);
background-size: 50px;
content: "";
height: 50px;
width: 50px;
top: 8px;
left: 37px;
}
.contact_box h1:after{
position: absolute;
content: "";
bottom: -15px;
left: 33px;
width: 0;
height: 0;
border-style: solid;
border-width: 30px 30px 0 30px;
border-color: #ff7a18 transparent transparent transparent;
}
*/

.contact_box h1{
position: fixed;
background:#A8A8A8;
text-align: left;
padding:5px;
bottom: 0;
width: 100%;
text-align: center;
}
.contact_box h1:before{
display: inline-block;
background: url(../../image/as400/contact.png);
background-size: 50px;
content: "";
height: 50px;
width: 50px;
vertical-align: bottom;
}
.contact_box h1:hover{
background:#fff;
color: #333;
transition: all 0.3s;
}
.contact_box h1:hover:before{
display: inline-block;
background: url(../../image/as400/contact_r.png);
background-size: 50px;
transition: all 0.3s;
}


label {
font-family: "FontAwesome","メイリオ", sans-serif;
letter-spacing: 1.2px;
line-height: 1;
color: #222;
padding-top: 10px;
}

.contact_box2{
  width: 100%;
  text-align: left;
}
.contact_box2 th{
font-weight: normal;
text-align: left;
display: block;
margin: 0;
line-height: 2.3;
}
.contact_box2 td{
display: block;
margin-bottom: 15px;
}
.contact_box2 p{
line-height: 2;
}

#ua_box {
height: 200px;
margin: 10px 0px;
overflow: auto;
border: 1px #A8A8A8 solid;
padding: 10px;
}

th, td{
text-align: left;
width: auto;
}

input,textarea{
font-weight: normal;
height: 30px;
width:100%;
border:1px solid #A8A8A8;
}

textarea{
height: 100px;
}

#check_area{
margin-top: 15px;
}

#check_area #check{
height: 20px;
width:20px;
}

#check_area #submit{
display: block;
margin: 20px auto 0;
}


/*#########################################################
footer
#########################################################*/
footer{
background: #3055A5;
height: 60px; 
text-align: center;
color: #fff;
line-height: 4;
}

