@charset "UTF-8";
/*====================================================================
  このファイルはutf-8です
====================================================================*/
/*====================================================================
  all
====================================================================*/
@import url(http://fonts.googleapis.com/css?family=Lato:300);
* {
  margin: 0px;
  padding: 0px;
  line-height: 1.5em;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background: #FFFFFF;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  color: #666666;
  text-align: center;
}

img {
  border: 0px solid #000000;
  vertical-align: bottom;
}

object,
embed {
  vertical-align: bottom;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
}

div,
blockquote,
p,
pre,
ul,
ol,
li,
dl,
dt,
dd {
  border: 0;
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0px;
  empty-cells: show;
}

td {
  vertical-align: top;
}

strong {
  color: #09BA92;
  font-weight: bold;
}

.caution {
  color: #DF0000;
}

.notes {
  font-size: 14px;
}

iframe {
  border: none;
  overflow: auto;
}

/* ===================================================================
	Link
=================================================================== */
a {
  text-decoration: none;
  overflow: hidden;
}
a:link {
  color: #666666;
  text-decoration: none;
}
a:visited {
  color: #666666;
  text-decoration: none;
}
a:hover, a:active {
  color: #09BA92;
  text-decoration: none;
}

/*====================================================================
    
====================================================================*/
a.p:link {
  color: #09BA92;
  text-decoration: underline;
}
a.p:visited {
  color: #09BA92;
  text-decoration: underline;
}
a.p:hover, a.p:active {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

a:hover img.link {
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}

/*====================================================================
    
====================================================================*/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-table;
  min-height: 1%;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End hide from IE-mac */
/* ===================================================================
	
=================================================================== */
.cmn-block-clear {
  font-size: 0;
  line-height: 0;
  clear: both;
}

/* ===================================================================
	
=================================================================== */
/*====================================================================
    
====================================================================*/
.box {
  margin: 0 0px 0px;
}
.box p {
  text-align: left;
  margin-bottom: 30px;
}
.box .tl {
  text-align: left;
}

.box.pos {
  position: relative;
  width: 100%;
  height: 200px
  /*example*/
}
.box.pos p.t {
  position: absolute;
  left: 0px;
  top: 0px;
}

div.bg {
  position: absolute;
  left: 0px;
  top: 0px;
}

/*====================================================================
    list
====================================================================*/
ul.h li {
  display: inline-block;
}

ul.cmn {
  margin-bottom: 20px;
}
ul.cmn li {
  text-align: left;
}
ul.cmn li:before {
  content: '・';
}

div.line {
  margin: 0 40px 20px;
  border-bottom: 1px solid #CCCCCC;
}

/*====================================================================
    btn
====================================================================*/
input.btn,
a.btn {
  position: relative;
  display: inline-block;
  width: 280px;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  border: none;
  cursor: pointer;
}
input.btn:hover,
a.btn:hover {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}

a.btn.rad {
  width: 170px;
  height: 28px;
  line-height: 28px;
  background: #09BA92;
  -o-border-radius: 50px;
  border-radius: 50px;
}
a.btn.rad.colP {
  background: #E6568C;
}
a.btn.rad.colG {
  background: #C0C0C0;
}
a.btn.rad::after {
  position: absolute;
  right: 16px;
  top: 50%;
  display: block;
  content: '';
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-top: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

a.btn.mail {
  height: 45px;
  line-height: 45px;
  background: url(../img/ico_mail.png) no-repeat 20px center #09BA92;
  border-bottom: 3px solid #149779;
  -o-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  padding-left: 50px;
}

a.btn.staff {
  height: 50px;
  line-height: 50px;
  background: url(../img/ico_edit.jpg) no-repeat 20px center #09BA92;
  border-bottom: 3px solid #149779;
  -o-border-radius: 4px;
  border-radius: 4px;
  font-size: 20px;
  text-align: left;
  padding-left: 80px;
}

input.submit,
a.btn.submit {
  width: 300px;
  height: 50px;
  line-height: 50px;
  background: #09BA92;
  border-bottom: 3px solid #149779;
  -o-border-radius: 4px;
  border-radius: 4px;
}

a.btn.entry {
  width: 360px;
  height: 70px;
  line-height: 70px;
  background: #f76b5c;
  border-bottom: 3px solid #cd4739;
  -o-border-radius: 4px;
  border-radius: 4px;
}

input.btn.entry {
  width: 600px;
  height: 80px;
  line-height: 80px;
  font-size: 24px;
  background: #f2558c;
  border-bottom: 3px solid #cd4739;
  -o-border-radius: 4px;
  border-radius: 4px;
}

/*====================================================================
    
====================================================================*/
i.ico {
  display: inline-block;
}

i.ico.tel {
  background: url(../img/ico_tel.jpg) no-repeat;
  width: 50px;
  height: 50px;
}
i.ico.tel.p {
  background: url(../img/ico_tel_p.jpg) no-repeat;
  width: 52px;
  height: 52px;
}
i.ico.job {
  width: 100px;
  height: 22px;
  line-height: 22px;
  background: #AAA8A5;
  color: #FFFFFF;
  font-style: normal;
  text-align: center;
  -o-border-radius: 4px;
  border-radius: 4px;
}
i.ico.job.seisyain {
  background: #5EC4D3;
}
i.ico.job.haken {
  background: #E65656;
}
i.ico.job.part {
  background: #00B689;
}

/*====================================================================
    
====================================================================*/
@media only screen and (max-width: 660px), only screen and (-webkit-min-device-pixel-ratio: 1.5) {
  input.btn,
  a.btn {
    font-size: 24px;
  }

  a.btn.mail {
    background: url(../img/sp/ico_mail.png) no-repeat 15% center #09BA92;
    text-align: center;
  }

  a.btn.staff {
    font-size: 30px;
    padding-left: 20px;
  }

  a.btn.more {
    width: 560px;
    height: 85px;
    line-height: 85px;
    color: #FFFFFF;
    background: #cccccc;
    border-bottom: 3px solid #aaaaaa;
    -o-border-radius: 4px;
    border-radius: 4px;
  }

  a.btn.entry {
    width: 560px;
  }

  input.btn.entry {
    height: 85px;
    line-height: 85px;
    width: 560px;
  }
}
/*====================================================================
    
====================================================================*/
/*====================================================================
    
====================================================================*/
                                                                      /*
/*====================================================================
    UI Base
====================================================================*/
input[type="text"],
input[type="password"],
select,
textarea {
  padding: 8px;
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  margin-bottom: 4px;
}

input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus {
  border: 1px solid #09BA92;
}

label {
  cursor: pointer;
  margin-left: 3px;
  margin-right: 10px;
}
label:hover {
  background-color: #3AC8A8;
}

select {
  width: 140px;
  border: 1px solid #CCCCCC;
  margin-right: 10px;
  cursor: pointer;
}

span.req {
  color: #f0568a;
  margin-right: 2px;
}

.box.agree {
  margin: 40px auto 40px;
}
.box.agree a {
  font-size: 20px;
}

.box.btn {
  margin: 40px auto 40px;
}

/*====================================================================
    Form
====================================================================*/
.boxForm dl:after {
  content: "";
  display: table;
  clear: both;
}
.boxForm dl dt,
.boxForm dl dd {
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #EDEBE9;
}
.boxForm dl dt {
  padding: 20px;
  width: 140px;
  height: 70px;
  clear: left;
  float: left;
}
.boxForm dl dt::before {
  content: "　";
  border-left: 5px solid #09BA92;
}
.boxForm dl dd {
  padding: 20px;
  margin-left: 100px;
  height: 70px;
}
.boxForm dl dt.nb {
  border-bottom: none;
}
.boxForm dl dd.nb {
  border-bottom: none;
}
.boxForm dt {
  text-align: left;
}
.boxForm dd {
  text-align: left;
}
.boxForm div.submit {
  text-align: center;
  height: 80px;
  line-height: 80px;
}

/*====================================================================
    Form
====================================================================*/
.boxFormEntry dl {
  border-top: 1px solid #EDEBE9;
}
.boxFormEntry dl:after {
  content: "";
  display: table;
  clear: both;
}
.boxFormEntry dl dt,
.boxFormEntry dl dd {
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #EDEBE9;
}
.boxFormEntry dl dt {
  padding: 20px;
  width: 180px;
  background: #0ABA93;
  color: #FFFFFF;
  height: 70px;
  clear: left;
  float: left;
}
.boxFormEntry dl dd {
  padding: 20px;
  margin-left: 180px;
  height: 70px;
}
.boxFormEntry dl dd span {
  margin-right: 10px;
}
.boxFormEntry dl .hp {
  height: 100px;
}
.boxFormEntry dl .r2 {
  height: 140px;
}
.boxFormEntry dl .r3 {
  height: 210px;
}
.boxFormEntry dl .r4 {
  height: 280px;
}
.boxFormEntry dl .r5 {
  height: 350px;
}
.boxFormEntry dl dt.nb {
  border-bottom: none;
}
.boxFormEntry dl dd.nb {
  border-bottom: none;
}
.boxFormEntry dt {
  text-align: left;
}
.boxFormEntry dd {
  text-align: left;
}
.boxFormEntry div.submit {
  text-align: center;
  height: 80px;
  line-height: 80px;
}

/*====================================================================
    SP
====================================================================*/
@media only screen and (max-width: 660px), only screen and (-webkit-min-device-pixel-ratio: 1.5) {
  input[type="text"],
  input[type="password"],
  select,
  textarea {
    font-size: 24px;
  }

  input[type='checkbox'],
  input[type='radio'] {
    display: inline;
    vertical-align: middle;
    cursor: pointer;
  }

  input[type='checkbox'],
  input[type='radio'] {
    -webkit-transform: scale(2, 2);
    -ms-transform: scale(2, 2);
    transform: scale(2, 2);
    margin-left: 20px;
    margin-right: 20px;
  }

  select {
    width: 100%;
    font-size: 24px;
    margin-bottom: 20px;
  }

  span.notes {
    font-size: 20px;
  }

  .box.agree a {
    font-size: 24px;
  }

  .box.btn {
    margin-left: 40px;
  }

  /*====================================================================
      Form
  ====================================================================*/
  .boxForm {
    width: 100%;
  }
  .boxForm dl:after {
    content: "";
    display: table;
    clear: both;
  }
  .boxForm dl dt,
  .boxForm dl dd {
    text-align: left;
    vertical-align: top;
    font-size: 24px;
  }
  .boxForm dl dt {
    padding: 20px 20px 0;
    width: auto;
    border: none;
    height: auto;
    float: none;
  }
  .boxForm dl dd {
    padding: 20px;
    margin-left: 0px;
    height: auto;
    border-bottom: 1px solid #EDEBE9;
  }
  .boxForm dl dt.nb {
    border-bottom: none;
  }
  .boxForm dl dd.nb {
    border-bottom: none;
  }
  .boxForm div.submit {
    text-align: center;
    height: 80px;
    line-height: 80px;
  }

  /*====================================================================
      Form
  ====================================================================*/
  .boxFormEntry {
    width: 100%;
    margin: 0 40px;
  }
  .boxFormEntry dl {
    border: none;
  }
  .boxFormEntry dl:after {
    content: "";
    display: table;
    clear: both;
  }
  .boxFormEntry dl dt,
  .boxFormEntry dl dd {
    text-align: left;
    vertical-align: top;
    border-bottom: none;
  }
  .boxFormEntry dl dt {
    width: 100%;
    height: auto;
    background: transparent;
    margin-top: 40px;
    padding: 0;
    color: #444444;
    float: none;
  }
  .boxFormEntry dl dd {
    padding: 0;
    margin-left: 0px;
    height: auto;
  }
  .boxFormEntry dl dd span {
    margin-right: 10px;
  }
  .boxFormEntry dl .hp {
    height: auto;
  }
  .boxFormEntry dl .r2 {
    height: auto;
  }
  .boxFormEntry dl .r3 {
    height: auto;
  }
  .boxFormEntry dl .r4 {
    height: auto;
  }
  .boxFormEntry dl .r5 {
    height: auto;
  }
}
/*====================================================================
    
====================================================================*/
/*====================================================================
  このファイルはutf-8です
====================================================================*/
/*====================================================================
    container
====================================================================*/
#container {
  width: 100%;
  margin: 0px auto;
}
#container:after {
  content: "";
  display: table;
  clear: both;
}

/*====================================================================
    Header
====================================================================*/
#header {
  width: 100%;
  height: 123px;
  border-top: 4px solid #09BA92;
  z-index: 10;
}
#header:after {
  content: "";
  display: table;
  clear: both;
}

#hdIn {
  position: relative;
  width: 900px;
  margin: 0px auto;
}
#hdIn p {
  margin-top: 5px;
  text-align: left;
}

#hdLogo {
  position: absolute;
  left: -3px;
  top: 28px;
}

#hdMsg {
  position: absolute;
  left: 240px;
  top: 50px;
}

#hdLink {
  position: absolute;
  right: 0px;
  top: 15px;
}

#hdLink ul li {
  border-right: 1px solid #A0A0A0;
}
#hdLink ul li a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 2px 10px;
}

#hdContact {
  position: absolute;
  right: 0px;
  top: 40px;
}

/*====================================================================
    Main
====================================================================*/
#main {
  width: 100%;
}
#main:after {
  content: "";
  display: table;
  clear: both;
}

#mainIn {
  width: 100%;
  margin: 0px auto 0;
  min-height: 100px;
  _height: 100px;
  padding-top: 0px;
}
#mainIn:after {
  content: "";
  display: table;
  clear: both;
}

/*====================================================================
    
====================================================================*/
#content {
  width: 100%;
  min-height: 100px;
  height: auto !important;
  height: 100px;
  margin: 0 auto;
}
#content:after {
  content: "";
  display: table;
  clear: both;
}

h1.hd {
  width: 900px;
  margin: 50px auto;
  text-align: left;
  padding-left: 25px;
  color: #09BA92;
  font-size: 36px;
}
h1.hd span {
  display: inline-block;
  margin-left: 20px;
  color: #666666;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
}
h1.hd span::before {
  content: "/　";
}

p.t,
p.d {
  line-height: 1.8em;
}

.useSP {
  display: none;
}

ul.cmn {
  margin: 0 20px 20px;
}
ul.cmn li {
  margin-left: 1.2em;
  text-indent: -1.0em;
}

/*====================================================================
    
====================================================================*/
.content .in {
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 40px;
  width: 900px;
}
.content .in h2.hd {
  text-align: center;
  margin-bottom: 20px;
}

/*====================================================================
    
====================================================================*/
.box.step {
  width: 860px;
}
.box.step div.hd {
  position: relative;
  height: 105px;
  border: 1px solid #CCCCCC;
}
.box.step div.hd div.no {
  position: absolute;
  left: 0px;
  top: 0px;
}
.box.step div.hd p.h {
  position: absolute;
  left: 92px;
  top: 35px;
  width: 780px;
  color: #444444;
  font-size: 18px;
  font-weight: bold;
}
.box.step div.detail {
  border: 1px solid #CCCCCC;
  border-top: none;
}
.box.step div.detail p.d {
  padding: 20px 30px 0;
}

/*====================================================================
    
====================================================================*/
div.arrow {
  width: 100%;
  height: 50px;
  background: url(../img/ico_arrow_flow_g.jpg) no-repeat center center;
  margin: 30px auto;
  text-align: center;
}

/*====================================================================
    
====================================================================*/
.box.contact {
  position: relative;
  width: 860px;
  height: 190px;
  margin: 60px auto 60px;
  border-bottom: 1px solid #CCCCCC;
}
.box.contact p.hd {
  width: 100%;
  height: 65px;
  line-height: 65px;
  font-size: 20px;
  color: #09BA92;
  text-align: center;
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  position: absolute;
  left: 0px;
  top: 0px;
}
.box.contact div.contactInfo {
  position: absolute;
  left: 0px;
  top: 90px;
}

div.contactTel div.tel {
  position: relative;
  width: 480px;
  height: 60px;
  text-align: center;
  margin: 0 auto;
}
div.contactTel div.tel p {
  margin: 0;
  text-align: left;
}
div.contactTel div.tel div.ico {
  position: absolute;
  left: 70px;
  top: 10px;
}
div.contactTel div.tel p.number {
  position: absolute;
  left: 120px;
  top: 0px;
}
div.contactTel div.tel p.notes {
  position: absolute;
  left: 120px;
  top: 60px;
  font-size: 12px;
  text-align: center;
  width: 300px;
}

/*====================================================================
    
====================================================================*/
div.contactInfo div.tel {
  position: absolute;
  left: 430px;
  top: 0px;
  width: 430px;
  height: 80px;
  text-align: center;
  border: none;
  border-left: 1px solid #CCCCCC;
}
div.contactInfo div.tel p {
  margin: 0;
  text-align: left;
}
div.contactInfo div.tel div.ico {
  position: absolute;
  left: 20px;
  top: 20px;
}
div.contactInfo div.tel p.number {
  position: absolute;
  left: 90px;
  top: 10px;
}
div.contactInfo div.tel p.notes {
  position: absolute;
  left: 90px;
  top: 60px;
  font-size: 12px;
}
div.contactInfo div.btn {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 480px;
  text-align: left;
}
div.contactInfo div.btn a.btn {
  width: 400px;
  height: 80px;
  line-height: 80px;
}

/*====================================================================
    Footer
====================================================================*/
#footer {
  position: relative;
  width: 100%;
  height: 330px;
  background: #555555;
  padding-top: 40px;
}
#footer a.li {
  background: url(../img/ico_ft_arrow.jpg) no-repeat;
  padding-left: 20px;
  text-decoration: underline;
  color: #FFFFFF;
}
#footer a.li {
  color: #949494;
}
#footer br {
  margin-bottom: 0px;
}

#ftAddress p {
  line-height: 1.0em;
  color: #949494;
}

#ftBtm {
  width: 100%;
}

#ftLogo {
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
}

#ftLogo img {
  width: 160px;
}

#ftCopy {
  width: 860px;
  color: #949494;
  margin: 0 auto;
  padding-top: 20px;
  text-align: center;
  border-top: 1px solid #656565;
  font-size: 13px;
}

/*====================================================================
    
====================================================================*/
/*====================================================================
  このファイルはutf-8です
====================================================================*/
/*====================================================================
    SP
====================================================================*/
@media only screen and (max-width: 660px), only screen and (-webkit-min-device-pixel-ratio: 1.5) {
  * {
    line-height: 1.2em;
  }

  body {
    overflow-x: hidden;
    font-size: 24px;
  }

  .usePC {
    display: none;
  }

  .useSP {
    display: inline;
  }

  div.useSP {
    display: block;
  }

  span.br {
    display: block;
  }

  img.common_name {
    width: 90px;
  }

  /*====================================================================
      Header
  ====================================================================*/
  #header {
    border-bottom: 1px solid #CCCCCC;
  }

  #hdIn {
    width: 640px;
  }

  #hdMsg {
    position: absolute;
    right: 20px;
    top: 30px;
    font-size: 20px;
    text-align: left;
  }

  #hdLink {
    display: none;
  }

  #hdContact {
    display: none;
  }

  #hdMenu {
    position: absolute;
    right: 0px;
    top: 1px;
    border-left: 1px solid #CCCCCC;
  }

  /*====================================================================
      Main
  ====================================================================*/
  #mainIn {
    width: 640px;
  }

  #content {
    width: 640px;
  }

  div.box {
    width: 560px;
  }

  div.lineH {
    width: 100%;
    margin: 0 -500%;
    padding: 0 500%;
    border-bottom: 2px solid #CCCCCC;
  }

  div.lineH.contact {
    margin-top: 50px;
  }

  /*====================================================================
      
  ====================================================================*/
  h1.hd {
    margin: 40px auto 40px;
    border-bottom: 1px solid #CCCCCC;
    padding-left: 40px;
    padding-bottom: 40px;
    text-indent: 0px;
  }
  h1.hd span {
    display: block;
    margin-left: 0px;
  }
  h1.hd span::before {
    content: "";
  }

  br,
  p.t,
  p.d {
    line-height: 1.2em;
  }

  /*====================================================================
      
  ====================================================================*/
  .box.step {
    width: 560px;
    margin: 0 40px;
  }
  .box.step div.hd p.n {
    display: none;
  }
  .box.step div.hd p.h {
    position: absolute;
    left: 72px;
    top: 35px;
    width: 450px;
    font-size: 24px;
  }
  .box.step div.detail {
    font-size: 24px;
  }
  .box.step div.detail p.t {
    font-size: 24px;
  }

  div.arrow {
    width: 640px;
    background: url(/img/sp/ico_arrow_flow.jpg) no-repeat center center;
  }

  /*====================================================================
      
  ====================================================================*/
  .box.contact {
    width: 560px;
    height: 310px;
    margin: 0px auto 10px;
    border-bottom: none;
  }
  .box.contact p.hd {
    height: 90px;
    line-height: 90px;
    border-top: none;
    font-size: 24px;
    font-weight: bold;
  }
  .box.contact.bt {
    border-top: 1px solid #CCCCCC;
  }

  /*====================================================================
      
  ====================================================================*/
  div.contactInfo {
    width: 100%;
  }
  div.contactInfo div.tel {
    position: absolute;
    left: 0px;
    top: 20px;
    width: 100%;
    border: none;
    border-bottom: 1px solid #CCCCCC;
  }
  div.contactInfo div.tel p {
    margin: 0;
    text-align: left;
  }
  div.contactInfo div.tel div.ico {
    position: absolute;
    left: 0px;
    top: 6px;
  }
  div.contactInfo div.tel p.number {
    position: absolute;
    left: 60px;
    top: 6px;
  }
  div.contactInfo div.tel p.number img {
    width: 90%;
  }
  div.contactInfo div.tel p.notes {
    position: absolute;
    left: 400px;
    top: 0px;
    font-size: 18px;
    width: 200px;
  }
  div.contactInfo div.btn {
    position: absolute;
    left: 0px;
    top: 120px;
    width: 100%;
    text-align: center;
  }
  div.contactInfo div.btn a.btn {
    width: 560px;
    height: 80px;
    line-height: 80px;
    text-align: center;
  }

  /*====================================================================
      Footer
  ====================================================================*/
  #footer {
    margin-top: 0px;
    height: 330px;
    background: #555555;
  }
  #footer a.li {
    background: url(../img/ico_ft_arrow.jpg) no-repeat 0 6px;
    padding-left: 20px;
  }

  #ftAddress {
    background: #555555;
  }
  #ftAddress p {
    font-size: 18px;
    color: #949494;
  }

  #ftBtm {
    background: #555555;
    height: 250px;
  }

  #ftToTop {
    display: none;
  }

  #ftLogo {
    margin-bottom: 40px;
  }

  #ftLogo img {
    width: 250px;
  }

  #ftCopy {
    width: 100%;
    font-size: 18px;
    background: #555555;
  }

  #ftCopy span {
    display: block;
  }
}
/*====================================================================
    
====================================================================*/
/*====================================================================
    
====================================================================*/
@media only screen and (min-device-width: 641px) {
  .box.catch {
    width: 100%;
    min-width: 900px;
    height: 573px;
    background: url(../img/catch.jpg) no-repeat center 0 #F9F9F9;
  }
  .box.catch div.img {
    width: 1280px;
    margin: 0 auto;
  }
  .box.catch div.in {
    position: relative;
    width: 900px;
    margin: 0 auto;
  }
  .box.catch div.in div.contactInfo {
    position: absolute;
    left: 190px;
    top: 450px;
  }
  .box.catch div.in div.contactInfo div.tel {
    position: absolute;
    left: 0px;
    top: 0px;
    text-align: left;
    width: 430px;
    border: none;
  }
  .box.catch div.in div.contactInfo div.tel p.number img {
    width: 300px;
  }
  .box.catch div.in div.contactInfo div.tel div.ico {
    position: absolute;
    left: 15px;
    top: 15px;
  }
  .box.catch div.in div.contactInfo div.tel p.number {
    position: absolute;
    left: 70px;
    top: 10px;
  }
  .box.catch div.in div.contactInfo div.tel p.notes {
    position: absolute;
    left: 70px;
    top: 55px;
    font-size: 12px;
  }
  .box.catch div.in div.contactInfo div.btn {
    position: absolute;
    left: 380px;
    top: 10px;
  }
  .box.catch div.in div.contactInfo div.btn a.btn {
    width: 280px;
    height: 60px;
    line-height: 60px;
  }

  .content.navi {
    background: #f7f7f7;
  }
  .content.navi div.navi {
    margin-top: 40px;
    margin-left: 20px;
    text-align: left;
  }
  .content.navi div.navi a {
    display: inline-block;
    margin-right: 18px;
  }
  .content.navi div.navi a:nth-last-child(1) {
    margin-right: 0px;
  }

  div.content.feature {
    background: #61C4ED;
  }
  div.content.feature strong {
    color: #f4509a;
  }
  div.content.feature .box.feature {
    position: relative;
    height: 290px;
  }
  div.content.feature .box.feature div.hd {
    color: #444444;
    font-size: 20px;
  }
  div.content.feature .box.feature p {
    width: 600px;
  }
  div.content.feature .box.feature.p01 div.hd {
    position: absolute;
    left: 250px;
    top: 50px;
  }
  div.content.feature .box.feature.p01 div.detail {
    position: absolute;
    left: 250px;
    top: 135px;
  }
  div.content.feature .box.feature.p02 div.hd {
    position: absolute;
    left: 50px;
    top: 45px;
  }
  div.content.feature .box.feature.p02 div.detail {
    position: absolute;
    left: 50px;
    top: 125px;
  }
  div.content.feature .box.feature.p03 div.hd {
    position: absolute;
    left: 250px;
    top: 50px;
  }
  div.content.feature .box.feature.p03 div.detail {
    position: absolute;
    left: 250px;
    top: 130px;
  }

  div.content.reason {
    background: #f7ccdc;
  }
  div.content.reason strong {
    color: #f4509a;
  }
  div.content.reason .box.reason {
    position: relative;
  }
  div.content.reason .box.reason p {
    width: 720px;
  }
  div.content.reason .box.reason div.hd p {
    color: #444444;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
  }
  div.content.reason .box.reason div.detail p {
    font-size: 16px;
  }
  div.content.reason .box.reason div.comment p {
    width: 540px;
    font-size: 14px;
  }
  div.content.reason .box.reason.p01 {
    height: 400px;
  }
  div.content.reason .box.reason.p01 div.hd {
    position: absolute;
    left: 110px;
    top: 110px;
  }
  div.content.reason .box.reason.p01 div.detail {
    position: absolute;
    left: 90px;
    top: 230px;
  }
  div.content.reason .box.reason.p02 {
    height: 551px;
  }
  div.content.reason .box.reason.p02 div.hd {
    position: absolute;
    left: 100px;
    top: 110px;
  }
  div.content.reason .box.reason.p02 div.detail {
    position: absolute;
    left: 90px;
    top: 230px;
  }
  div.content.reason .box.reason.p02 div.comment {
    position: absolute;
    left: 110px;
    top: 380px;
  }
  div.content.reason .box.reason.p03 {
    height: 560px;
  }
  div.content.reason .box.reason.p03 div.hd {
    position: absolute;
    left: 100px;
    top: 120px;
  }
  div.content.reason .box.reason.p03 div.detail {
    position: absolute;
    left: 90px;
    top: 205px;
  }
  div.content.reason .box.reason.p03 div.comment {
    position: absolute;
    left: 250px;
    top: 380px;
  }
  div.content.reason .box.reason.p04 {
    height: 401px;
  }
  div.content.reason .box.reason.p04 div.hd {
    position: absolute;
    left: 100px;
    top: 115px;
  }
  div.content.reason .box.reason.p04 div.detail {
    position: absolute;
    left: 90px;
    top: 210px;
  }
  div.content.reason .box.reason.p05 {
    height: 594px;
  }
  div.content.reason .box.reason.p05 div.hd {
    position: absolute;
    left: 100px;
    top: 115px;
  }
  div.content.reason .box.reason.p05 div.detail {
    position: absolute;
    left: 90px;
    top: 240px;
  }
  div.content.reason .box.reason.p05 div.comment {
    position: absolute;
    left: 250px;
    top: 420px;
  }

  div.content.about {
    background: #09ba92;
  }
  div.content.about p {
    color: #FFFFFF;
  }
  div.content.about .box.about.p01 {
    margin: 0 20px;
  }
  div.content.about .box.about.p01 p.h {
    text-align: center;
    font-size: 30px;
  }
  div.content.about .box.about.p02 {
    position: relative;
    width: 860px;
    height: 530px;
    margin: 0 auto;
  }
  div.content.about .box.about.p02 p.h {
    position: absolute;
    left: 0px;
    top: 30px;
    width: 100%;
    text-align: center;
    font-size: 30px;
    color: #09BA92;
  }
  div.content.about .box.about.p02 p.d {
    position: absolute;
    left: 60px;
    top: 170px;
    width: 480px;
    text-align: left;
    font-size: 15px;
    color: #666666;
  }
  div.content.about .box.about.p02 p.d strong {
    display: inline-block;
    font-size: 20px;
    color: #09BA92;
    margin-bottom: 20px;
  }
  div.content.about .box.about.p02 p.c {
    position: absolute;
    left: 565px;
    top: 385px;
    width: 250px;
    text-align: left;
    font-size: 12px;
    color: #666666;
  }

  div.content.flow {
    background: #FFFFFF;
  }
  div.content.flow .box.step.p01 div.hd {
    height: 130px;
  }

  div.content.entry {
    background: #f9f9f9;
  }
  div.content.entry .box p {
    width: 100%;
    text-align: center;
    font-size: 16px;
  }
  div.content.entry .box.caution {
    margin: 30px auto;
  }
  div.content.entry .box.caution p {
    font-size: 20px;
    color: #666666;
  }
}
/*====================================================================
    SP
====================================================================*/
@media only screen and (max-width: 660px), only screen and (-webkit-min-device-pixel-ratio: 1.5) {
  .box.catch {
    width: 100%;
    min-width: 640px;
    height: 495px;
    background: url(../img/sp/catch.jpg) no-repeat center 0 #F9F9F9;
  }
  .box.catch div.img {
    margin: 0 auto;
  }
  .box.catch div.in {
    position: relative;
    width: 900px;
    margin: 0 auto;
  }
  .box.catch div.in div.contactInfo {
    position: absolute;
    left: 190px;
    top: 450px;
  }
  .box.catch div.in div.contactInfo div.tel {
    position: absolute;
    left: 0px;
    top: 0px;
    text-align: left;
    width: 430px;
    border: none;
  }
  .box.catch div.in div.contactInfo div.tel p.number img {
    width: 90%;
  }
  .box.catch div.in div.contactInfo div.tel div.ico {
    position: absolute;
    left: 15px;
    top: 15px;
  }
  .box.catch div.in div.contactInfo div.tel p.number {
    position: absolute;
    left: 70px;
    top: 10px;
  }
  .box.catch div.in div.contactInfo div.tel p.notes {
    position: absolute;
    left: 70px;
    top: 55px;
    font-size: 12px;
  }
  .box.catch div.in div.contactInfo div.btn {
    position: absolute;
    left: 380px;
    top: 10px;
  }
  .box.catch div.in div.contactInfo div.btn a.btn {
    width: 280px;
    height: 60px;
    line-height: 60px;
  }

  .content.navi {
    background: #DEDBD2;
  }
  .content.navi div.navi {
    margin-top: 0px;
    margin-left: 40px;
    text-align: left;
    font-size: 0;
  }
  .content.navi div.navi a {
    display: inline-block;
    margin-bottom: 4px;
  }

  div.content.feature {
    background: #61C4ED;
  }
  div.content.feature strong {
    color: #f4509a;
  }
  div.content.feature .box.feature {
    position: relative;
  }
  div.content.feature .box.feature div.hd {
    color: #444444;
    font-size: 24px;
  }
  div.content.feature .box.feature p {
    width: 510px;
  }
  div.content.feature .box.feature.p01 {
    height: 600px;
  }
  div.content.feature .box.feature.p01 div.hd {
    position: absolute;
    left: 70px;
    top: 230px;
  }
  div.content.feature .box.feature.p01 div.detail {
    position: absolute;
    left: 70px;
    top: 330px;
  }
  div.content.feature .box.feature.p02 {
    height: 700px;
  }
  div.content.feature .box.feature.p02 div.hd {
    position: absolute;
    left: 70px;
    top: 260px;
  }
  div.content.feature .box.feature.p02 div.detail {
    position: absolute;
    left: 70px;
    top: 360px;
  }
  div.content.feature .box.feature.p03 {
    height: 600px;
  }
  div.content.feature .box.feature.p03 div.hd {
    position: absolute;
    left: 70px;
    top: 260px;
  }
  div.content.feature .box.feature.p03 div.detail {
    position: absolute;
    left: 70px;
    top: 360px;
  }

  div.content.reason {
    background: #f7ccdc;
  }
  div.content.reason .in {
    padding-top: 0px;
  }
  div.content.reason strong {
    color: #f4509a;
  }
  div.content.reason .box.reason {
    position: relative;
  }
  div.content.reason .box.reason p {
    width: 510px;
  }
  div.content.reason .box.reason div.hd p {
    color: #444444;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
  }
  div.content.reason .box.reason div.detail p {
    font-size: 24px;
  }
  div.content.reason .box.reason div.comment p {
    width: 310px;
    font-size: 20px;
  }
  div.content.reason .box.reason.p01 {
    height: 660px;
  }
  div.content.reason .box.reason.p01 div.hd {
    position: absolute;
    left: 70px;
    top: 170px;
  }
  div.content.reason .box.reason.p01 div.detail {
    position: absolute;
    left: 70px;
    top: 330px;
  }
  div.content.reason .box.reason.p02 {
    height: 868px;
  }
  div.content.reason .box.reason.p02 div.hd {
    position: absolute;
    left: 70px;
    top: 190px;
  }
  div.content.reason .box.reason.p02 div.detail {
    position: absolute;
    left: 70px;
    top: 320px;
  }
  div.content.reason .box.reason.p02 div.comment {
    position: absolute;
    left: 90px;
    top: 620px;
  }
  div.content.reason .box.reason.p03 {
    height: 904px;
  }
  div.content.reason .box.reason.p03 div.hd {
    position: absolute;
    left: 70px;
    top: 210px;
  }
  div.content.reason .box.reason.p03 div.detail {
    position: absolute;
    left: 70px;
    top: 300px;
  }
  div.content.reason .box.reason.p03 div.comment {
    position: absolute;
    left: 90px;
    top: 630px;
  }
  div.content.reason .box.reason.p04 {
    height: 686px;
  }
  div.content.reason .box.reason.p04 div.hd {
    position: absolute;
    left: 70px;
    top: 190px;
  }
  div.content.reason .box.reason.p04 div.detail {
    position: absolute;
    left: 70px;
    top: 320px;
  }
  div.content.reason .box.reason.p05 {
    height: 865px;
  }
  div.content.reason .box.reason.p05 div.hd {
    position: absolute;
    left: 70px;
    top: 190px;
  }
  div.content.reason .box.reason.p05 div.detail {
    position: absolute;
    left: 70px;
    top: 320px;
  }
  div.content.reason .box.reason.p05 div.comment {
    position: absolute;
    left: 90px;
    top: 660px;
  }

  div.content.about {
    background: #09ba92;
  }
  div.content.about p {
    color: #FFFFFF;
  }
  div.content.about .box.about.p01 {
    margin: 0 40px;
  }
  div.content.about .box.about.p01 p.h {
    text-align: center;
    font-size: 30px;
  }
  div.content.about .box.about.p02 {
    position: relative;
    width: 640px;
    height: 940px;
    margin: 0 auto;
  }
  div.content.about .box.about.p02 p {
    font-size: 24px;
  }
  div.content.about .box.about.p02 p.h {
    position: absolute;
    left: 0px;
    top: 40px;
    width: 100%;
    text-align: center;
    font-size: 30px;
    color: #09BA92;
  }
  div.content.about .box.about.p02 p.d {
    position: absolute;
    left: 70px;
    top: 140px;
    text-align: left;
    color: #666666;
    font-size: 24px;
    width: 510px;
  }
  div.content.about .box.about.p02 p.d strong {
    display: inline-block;
    color: #09BA92;
    font-size: 24px;
    margin-bottom: 20px;
  }
  div.content.about .box.about.p02 p.c {
    position: absolute;
    left: 70px;
    top: 790px;
    width: 510px;
    text-align: left;
    font-size: 18px;
    color: #666666;
  }

  div.content.flow {
    background: #FFFFFF;
  }
  div.content.flow .box.step.p01 div.hd {
    height: 220px;
  }

  div.content.entry {
    background: #f9f9f9;
  }
  div.content.entry .box p {
    width: 100%;
    text-align: center;
    font-size: 16px;
  }
  div.content.entry .box.caution {
    margin: 30px auto;
  }
  div.content.entry .box.caution p {
    font-size: 20px;
    color: #666666;
  }
}
/*====================================================================
    
====================================================================*/
