@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;
}

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.jobdetail {
  width: 100px;
  height: 36px;
  line-height: 36px;
  background: #AAA8A5;
  color: #FFFFFF;
  font-weight: normal;
  -o-border-radius: 4px;
  border-radius: 4px;
}
a.btn.jobdetail::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.kyubodetail {
  width: 120px;
  height: 43px;
  line-height: 43px;
  background: #AAA8A5;
  border-bottom: 3px solid #000000;
  color: #FFFFFF;
  font-weight: normal;
  -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: 480px;
  height: 60px;
  line-height: 60px;
  background: #f2558c;
  border-bottom: 3px solid #cd4739;
  -o-border-radius: 4px;
  border-radius: 4px;
}

a.btn.paginate {
  width: 35px;
  height: 35px;
}
a.btn.paginate.prev {
  background: url(/img/btn_paginate_prev.png) no-repeat;
}
a.btn.paginate.next {
  background: url(/img/btn_paginate_next.png) no-repeat;
}

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

i.ico.tel {
  background: url(/img/ico_tel.jpg) no-repeat;
  width: 40px;
  height: 40px;
}
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;
}

i.jobtag {
  display: inline-block;
  font-style: normal;
  text-align: center;
  -o-border-radius: 4px;
  border-radius: 4px;
  padding: 4px 20px;
  margin-right: 2px;
  margin-bottom: 6px;
}
i.jobtag.type_haken {
  background: #e65656;
  color: #FFFFFF;
}
i.jobtag.type_prehaken {
  background: #E5568B;
  color: #FFFFFF;
}
i.jobtag.type_seisyain {
  background: #5ec4d3;
  color: #FFFFFF;
}
i.jobtag.type_part {
  background: #00b689;
  color: #FFFFFF;
}
i.jobtag.business {
  background: #f9c803;
  color: #666666;
}
i.jobtag.option {
  background: #ba75b6;
  color: #FFFFFF;
}

/*====================================================================
    
====================================================================*/
@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;
    font-size: 24px;
  }

  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: #fbfbfb;
  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;
  }

  /*====================================================================
      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: auto;
    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%;
    background: transparent;
    margin-top: 40px;
    height: auto;
    padding: 0;
    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;
  }
  .boxFormEntry div.submit {
    text-align: center;
    height: 80px;
    line-height: 80px;
  }
}
/*====================================================================
    
====================================================================*/
/*====================================================================
  このファイルは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: 960px;
  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: 60px;
}

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

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

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

#content.c2 {
  width: 680px;
  margin: 0 auto;
  margin-right: 30px;
  float: left;
}

h1.hd {
  width: 960px;
  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: "/　";
}

h2.hd {
  text-align: left;
  margin-bottom: 50px;
  color: #666666;
  font-size: 30px;
}
h2.hd span {
  display: block;
  margin-bottom: 20px;
  color: #D0D0D0;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
}

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;
}

/*====================================================================
    
====================================================================*/
#naviG {
  width: 100%;
  height: 75px;
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
}
#naviG ul {
  width: 960px;
  margin: 0 auto;
  border-left: 1px solid #CCCCCC;
  font-size: 0px;
}
#naviG ul:after {
  content: "";
  display: table;
  clear: both;
}
#naviG ul li {
  display: table;
  table-layout: fixed;
  width: 16.66%;
  height: 74px;
  border-right: 1px solid #CCCCCC;
  text-align: center;
  float: left;
}
#naviG ul li a {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 14px;
  width: 100%;
  height: 100%;
}
#naviG ul li span {
  display: block;
}
#naviG ul li a.current,
#naviG ul li a:hover {
  background: #09BA92;
  color: #FFFFFF;
}

/*====================================================================
    
====================================================================*/
#naviS {
  width: 250px;
  float: left;
}
#naviS a.btn {
  width: 210px;
  font-size: 14px;
}
#naviS a.btn.mail {
  height: 50px;
  line-height: 50px;
}
#naviS .box.group {
  padding-bottom: 10px;
  margin-bottom: 20px;
  background: #FFFFFF;
  border: 1px solid #dfdcd6;
}
#naviS .box.group p {
  margin: 0 20px 20px;
  text-align: center;
  font-size: 13px;
}
#naviS .box.friend h3 {
  color: #E6558C;
  font-weight: bold;
  font-size: 18px;
}
#naviS .box.staff {
  padding-top: 20px;
  border-top: 3px solid #09BA92;
}
#naviS .box.staff h3 {
  margin: 0 20px 10px;
  color: #09BA92;
  font-weight: bold;
  text-align: center;
}
#naviS .box.staff h4 {
  margin: 0 20px 10px;
  width: 215px;
  background: url(/img/navi_s_h4_bg.jpg) no-repeat 0px -4px;
}
#naviS .box.staff p.notes {
  text-align: left;
  font-size: 11px;
  color: #888888;
  margin-bottom: 10px;
}
#naviS .box.staff div.tel {
  margin: 10px auto;
}
#naviS .box.business h3 {
  margin: 0 20px 10px;
  color: #7777777;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

/*====================================================================
    topics
====================================================================*/
.box.topics {
  height: 60px;
  border-bottom: 1px solid #CCCCCC;
}
.box.topics ul {
  width: 900px;
  margin: 0 auto;
  text-align: left;
}
.box.topics ul li {
  display: inline-block;
  line-height: 60px;
}
.box.topics ul li::after {
  content: " ＞ ";
}
.box.topics ul li:last-child::after {
  content: "";
}
.box.topics ul li a {
  color: #09BA92;
}
.box.topics ul li a:hover {
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}

/*====================================================================
    
====================================================================*/
.box.catch {
  height: 202px;
  background: #F0F0F0;
  background: url(/img/company_catch.jpg) no-repeat top center;
}
.box.catch.company {
  background-image: url(/img/company_catch.jpg);
}
.box.catch.consultant {
  background-image: url(/img/consultant_catch.jpg);
}
.box.catch.feature {
  background-image: url(/img/feature_catch.jpg);
}
.box.catch.for_business {
  background-image: url(/img/for_business_catch.jpg);
}
.box.catch.flow {
  background-image: url(/img/flow_catch.jpg);
}
.box.catch.howto {
  background-image: url(/img/howto_catch.jpg);
}
.box.catch.lifeplan {
  background-image: url(/img/lifeplan_catch.jpg);
}
.box.catch.privacypolicy {
  background-image: url(/img/company_catch.jpg);
}

/*====================================================================
    
====================================================================*/
.box.imgR:after {
  content: "";
  display: table;
  clear: both;
}
.box.imgR div.img {
  width: 280px;
  margin-top: -50px;
  text-align: right;
  float: right;
}
.box.imgR p {
  margin-right: 300px;
}

/*====================================================================
    
====================================================================*/
.box.step {
  width: 900px;
}
.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.jpg) no-repeat center center;
  margin: 30px auto;
  text-align: center;
}

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

/*====================================================================
    
====================================================================*/
.box.contact {
  position: relative;
  width: 900px;
  height: 190px;
  margin: 80px auto 30px;
  border-bottom: 1px solid #CCCCCC;
}
.box.contact p.hd {
  width: 100%;
  height: 65px;
  line-height: 65px;
  font-size: 18px;
  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: 80px;
}

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: 60px;
  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: 40px;
  font-size: 12px;
  text-align: center;
  width: 300px;
}

/*====================================================================
    
====================================================================*/
.box.soudan {
  position: relative;
  width: 680px;
  height: 300px;
  margin: 0px auto 80px;
  border: 2px solid #CCCCCC;
}
.box.soudan div.contactInfo {
  position: absolute;
  left: 0px;
  top: 180px;
}
.box.soudan div.contactInfo div.tel {
  position: absolute;
  left: 0px;
  top: 30px;
  width: 480px;
  height: 60px;
  text-align: center;
  border-right: none;
}
.box.soudan div.contactInfo div.tel img {
  width: 270px;
}
.box.soudan div.contactInfo div.tel div.ico {
  position: absolute;
  left: 20px;
  top: 10px;
}
.box.soudan div.contactInfo div.tel p.number {
  position: absolute;
  left: 70px;
  top: 0px;
}
.box.soudan div.contactInfo div.tel p.notes {
  position: absolute;
  left: 70px;
  top: 40px;
}
.box.soudan div.contactInfo div.btn {
  position: absolute;
  left: 270px;
  top: 30px;
}

/*====================================================================
    
====================================================================*/
div.msg {
  width: 100%;
  margin-top: 50px;
  padding: 20px 25px 0px;
  border: 5px solid #09BA92;
}
div.msg p {
  text-align: left;
}
div.msg p.c {
  text-align: center;
}
div.msg p.h {
  color: #09BA92;
  font-size: 18px;
  margin-bottom: 20px;
  text-align: left;
}
div.msg p.t {
  text-align: left;
}

div.msg.formend {
  border: 5px solid #f2558c;
}
div.msg.formend p {
  text-align: center;
}
div.msg.formend p.h {
  color: #f2558c;
}

/*====================================================================
    table
====================================================================*/
table.list {
  width: 100%;
  border-top: 1px solid #CCCCCC;
}
table.list th, table.list td {
  padding: 18px;
  padding-right: 0px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #CCCCCC;
}
table.list th {
  font-weight: bold;
  background: #f7f6f2;
}

/*====================================================================
    Footer
====================================================================*/
#footer {
  position: relative;
  width: 100%;
  background: #F9F9F9;
  padding-top: 40px;
}

#ftNavi {
  position: relative;
  width: 960px;
  height: 320px;
  margin: 0px auto 40px;
  border-left: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
}
#ftNavi div.search {
  height: 320px;
  border-right: 1px solid #CCCCCC;
}
#ftNavi div.search h3 {
  text-align: left;
  margin-bottom: 20px;
  color: #09BA92;
  font-size: 18px;
  font-weight: bold;
}
#ftNavi div.search ul li {
  text-align: left;
  margin-bottom: 10px;
}
#ftNavi div.search.s01 {
  position: absolute;
  left: 50px;
  top: 0px;
  width: 250px;
}
#ftNavi div.search.s02 {
  position: absolute;
  left: 340px;
  top: 0px;
  width: 300px;
}
#ftNavi div.search.s03 {
  position: absolute;
  left: 690px;
  top: 0px;
  width: 250px;
  border: none;
}

#ftBtm {
  width: 100%;
  height: 130px;
  background: #555555;
  padding-top: 30px;
}

#ftToTop {
  position: absolute;
  right: 50px;
  top: -100px;
}

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

#ftLogo img {
  width: 160px;
}

#ftCopy {
  width: 100%;
  text-align: center;
  font-size: 13px;
  color: #949494;
}

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

  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: 140px;
    top: 30px;
    font-size: 14px;
    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;
  }

  #content.c2 {
    width: 640px;
    margin: 0 auto;
    float: none;
  }

  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: "";
  }

  /*====================================================================
      
  ====================================================================*/
  #naviG {
    display: none;
    height: auto;
  }
  #naviG ul {
    width: 100%;
    border: none;
    border-bottom: 5px solid #09BA92;
  }
  #naviG ul li {
    display: block;
    width: 100%;
    height: 80px;
    line-height: 80px;
    border: none;
  }
  #naviG ul li a {
    display: block;
    background: url(/img/sp/ico_arrow_green.jpg) no-repeat center right #FFFFFF;
    border-bottom: 1px solid #CCCCCC;
    width: 100%;
    height: 80px;
    line-height: 80px;
    padding-right: 60px;
    font-size: 30px;
    text-align: left;
    text-indent: 40px;
  }
  #naviG ul li a:hover {
    color: #666666;
  }
  #naviG ul li span {
    display: inline;
  }

  #naviS {
    display: none;
  }

  .box.topics {
    display: none;
  }

  /*====================================================================
      
  ====================================================================*/
  .box.catch {
    width: 100%;
    height: 242px;
    overflow: hidden;
    background: url(/img/sp/company_catch.jpg) no-repeat top center;
  }
  .box.catch.company {
    background-image: url(/img/sp/company_catch.jpg);
  }
  .box.catch.consultant {
    background-image: url(/img/sp/consultant_catch.jpg);
  }
  .box.catch.feature {
    background-image: url(/img/sp/feature_catch.jpg);
  }
  .box.catch.flow {
    background-image: url(/img/sp/flow_catch.jpg);
  }
  .box.catch.for_business {
    background-image: url(/img/sp/for_business_catch.jpg);
  }
  .box.catch.howto {
    background-image: url(/img/sp/howto_catch.jpg);
  }
  .box.catch.lifeplan {
    background-image: url(/img/sp/lifeplan_catch.jpg);
  }
  .box.catch.privacypolicy {
    background-image: url(/img/sp/company_catch.jpg);
  }

  /*====================================================================
      
  ====================================================================*/
  .box.imgR:after {
    content: "";
    display: table;
    clear: both;
  }
  .box.imgR div.img {
    width: 100%;
    margin: 0 0 20px;
    text-align: center;
    float: none;
  }
  .box.imgR p {
    margin: 0 40px;
  }

  /*====================================================================
      
  ====================================================================*/
  .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: 16px;
  }
  .box.step div.detail p.t {
    font-size: 24px;
  }

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

  /*====================================================================
      
  ====================================================================*/
  div.msg {
    width: 560px;
    margin: 50px auto 50px;
  }
  div.msg p.h {
    font-size: 24px;
  }

  div.msg.formend {
    margin: 0px auto 50px;
    padding: 20px 10px 0px;
  }
  div.msg.formend p.h {
    font-size: 30px;
  }

  /*====================================================================
      
  ====================================================================*/
  div.contactInfo {
    width: 100%;
  }
  div.contactInfo div.tel {
    position: absolute;
    left: 0px;
    top: 20px;
    border-right: none;
  }
  div.contactInfo div.tel p {
    margin: 0;
    text-align: left;
  }
  div.contactInfo div.tel div.ico {
    position: absolute;
    left: 0px;
    top: 20px;
  }
  div.contactInfo div.tel p.number {
    position: absolute;
    left: 60px;
    top: 22px;
  }
  div.contactInfo div.tel p.notes {
    position: absolute;
    left: 380px;
    top: 10px;
    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;
  }

  /*====================================================================
      
  ====================================================================*/
  .box.contact {
    width: 560px;
    margin-top: 0px;
    height: 310px;
  }
  .box.contact p.hd {
    height: 90px;
    line-height: 90px;
    border-top: none;
    font-size: 24px;
    font-weight: bold;
  }

  /*====================================================================
      
  ====================================================================*/
  .box.soudan {
    position: relative;
    width: auto;
    height: 520px;
    margin: 40px 40px 80px;
    border: 2px solid #CCCCCC;
  }
  .box.soudan div.contactInfo {
    position: absolute;
    left: 0px;
    top: 260px;
  }
  .box.soudan div.contactInfo div.tel {
    position: absolute;
    left: 0px;
    top: 30px;
    width: 480px;
    height: 60px;
    text-align: center;
    border-right: none;
  }
  .box.soudan div.contactInfo div.tel img {
    width: auto;
  }
  .box.soudan div.contactInfo div.tel div.ico {
    position: absolute;
    left: 20px;
    top: 10px;
  }
  .box.soudan div.contactInfo div.tel p.number {
    position: absolute;
    left: 70px;
    top: 10px;
  }
  .box.soudan div.contactInfo div.tel p.notes {
    position: absolute;
    left: 390px;
    top: 0px;
  }
  .box.soudan div.contactInfo div.hr {
    position: absolute;
    left: 20px;
    top: 110px;
    width: 520px;
    border-top: 1px solid #CCCCCC;
  }
  .box.soudan div.contactInfo div.btn {
    position: absolute;
    left: 0px;
    top: 140px;
  }
  .box.soudan div.contactInfo div.btn a {
    width: 520px;
  }

  /*====================================================================
      table
  ====================================================================*/
  table.list {
    margin: 0 auto 50px;
  }
  table.list th,
  table.list td {
    padding: 8px;
    font-size: 22px;
  }
  table.list th {
    width: 180px;
  }

  /*====================================================================
      Footer
  ====================================================================*/
  #footer {
    margin-top: 0px;
    background: #FFFFFF;
    border-top: 2px solid #CCCCCC;
  }

  #ftNavi {
    position: static;
    width: 560px;
    height: auto;
    border: none;
  }
  #ftNavi div.search {
    height: auto;
    border-right: none;
  }
  #ftNavi div.search h3 {
    text-align: left;
    margin-left: 0px;
    margin-bottom: 20px;
    color: #09BA92;
    font-size: 24px;
    font-weight: bold;
  }
  #ftNavi div.search ul {
    margin-left: 0px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #CCCCCC;
  }
  #ftNavi div.search ul li {
    background: url(/img/sp/ico_arrow_gray.jpg) no-repeat 0 center;
    text-indent: 26px;
    text-align: left;
    margin-bottom: 20px;
    font-size: 20px;
  }
  #ftNavi div.search.s01 {
    position: static;
    width: auto;
  }
  #ftNavi div.search.s02 {
    position: static;
    width: auto;
  }
  #ftNavi div.search.s03 {
    position: static;
    width: auto;
  }
  #ftNavi div.search.s03 ul {
    border: none;
  }

  #ftBtm {
    height: 250px;
  }

  #ftToTop {
    display: none;
  }

  #ftLogo {
    margin-bottom: 40px;
  }

  #ftLogo img {
    width: 250px;
  }

  #ftCopy {
    font-size: 18px;
  }

  #ftCopy span {
    display: block;
  }
}
/*====================================================================
    
====================================================================*/
