/* font
-------------------------- */
/* line 6, ../sass/_mixin_common.scss */
.noto {
  font-family: 'Noto Sans Japanese';
}

/* line 9, ../sass/_mixin_common.scss */
.fw_t {
  font-weight: 100;
}

/* line 13, ../sass/_mixin_common.scss */
.fw_l {
  font-weight: 200;
}

/* line 17, ../sass/_mixin_common.scss */
.fw_dl {
  font-weight: 300;
}

/* line 21, ../sass/_mixin_common.scss */
.fw_r, .homeSystems .listSystems .systemsSummary {
  font-weight: 400;
}

/* line 25, ../sass/_mixin_common.scss */
.fw_m, .homeLead h3, .homeSystems .titleHomeSystems, .homeSystems .listSystems .systemsTitle h3, .homeArea h2, .homeArea .listArea dt {
  font-weight: 500;
}

/* line 29, ../sass/_mixin_common.scss */
.fw_b {
  font-weight: 700;
}

/* line 33, ../sass/_mixin_common.scss */
.fw_b {
  font-weight: 900;
}

/* color
-------------------------- */
/*clearfix*/
/* line 44, ../sass/_mixin_common.scss */
.clearfix:after, .homeSystems .listSystems:after, .homeArea .listArea:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  line-height: 0;
  visibility: hidden;
}

/* line 52, ../sass/_mixin_common.scss */
.clearfix, .homeSystems .listSystems, .homeArea .listArea {
  *zoom: 1;
}

/*hover*/
/* line 58, ../sass/_mixin_common.scss */
.hv a, .mvInner .imgMv02 a, .mvInner .bnr a {
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
/* line 64, ../sass/_mixin_common.scss */
.hv:hover a, .mvInner .imgMv02:hover a, .mvInner .bnr:hover a {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

/* line 72, ../sass/_mixin_common.scss */
.hv_non a {
  -moz-transition: 0s;
  -o-transition: 0s;
  -webkit-transition: 0s;
  transition: 0s;
}
/* line 78, ../sass/_mixin_common.scss */
.hv_non:hover a {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

/* top page
-------------------------- */
.home .header {
	border: none;	
}



/* line 7, ../sass/top.scss */
.mv {
  margin-bottom: 10px;
  background: #e7e7e7;
  background: url(../images/mv.jpg) center top no-repeat;
}

/* line 13, ../sass/top.scss */
.mvInner {
	width: 960px;
	height: 750px;
	margin: 0 auto;
	position: relative;
}
/* line 18, ../sass/top.scss */
.mvInner .imgMv01 {
  position: absolute;
  top: 20px;
  right: 376px;
}
/* line 23, ../sass/top.scss */
.mvInner .imgMv02 {
  position: absolute;
  top: 20px;
  right: 0;
}
/* line 29, ../sass/top.scss */
.mvInner .mvLead {
  position: absolute;
  top: 200px;
  right: 0;
}
/* line 57, ../sass/top.scss */
.mvInner .bnr_sp {
	/* display:none; */
	}
.mvInner .bnr_pc {
  position: absolute;
  right: 0;
  bottom: -46px;
  width: 100%;
  display: flex;
  justify-content: center;
}
.mvInner .bnr_block {
  background: #FFF;
  border: solid 4px #dfdfdf;
  padding: 35px 40px 20px;
  margin: 0 10px;
  text-align: center;
}
.mvInner .bnr_block dt {
  margin: 0 0 6px;
  font-weight: bold;
  font-size: 18px;
}
.mvInner .bnr_block:nth-child(2) dt {
}
.mvInner .bnr_block dd span {
   font-size: 14px;
   margin: 4px 0 0px;
   display: inline-block;
}
.mvInner .bnr_block p {margin: 13px 0 0;}
.btnSearchLink {
	color: #FFF;
	background: #FE1F7F;
	display: inline-block;
	border-radius: 10px;
	text-decoration: none;
	padding: 11px 60px;
	font-size: 20px;
	transition: opacity .5s ease;
	font-weight: 500;
	letter-spacing: 0.05em;
	border: solid 4px #FE1F7F;
}
.btnSearchLink02 {
	background: #60C7D1;
	border-color: #60C7D1;
}
/* line 62, ../sass/top.scss */
.mvInner .bnr_pc a {
  position: relative;
  z-index: 1;
  display: inline-block;
}
.mvInner .bnr_pc dd a:hover {
  color:#FFF;
  opacity:.7;
}
 .mvInner .bnr_pc p a {
     color: #1566b7;
     font-size: 15px;
 } 

/* line 69, ../sass/top.scss */
.mvInner .bnr_pc .shadow {
  position: absolute;
  z-index: 0;
  bottom: 0;
  width: 500px;


  height: 110px;



  display: block;
}
/* line 79, ../sass/top.scss */
.mvInner .mvSp {
  display: none;
}

/* line 84, ../sass/top.scss */
.homeLead {
  margin-bottom: 50px;
  padding: 30px 0;
}
.homeLead p a {
  color: #1566b7;
}
.homeLead p:first-child {
	font-size: 17px;
	padding: 30px 35px;
	margin-bottom: 45px;
	border: solid 1px #666666;
	margin: 40px 0;
}


/* line 86, ../sass/top.scss */
.homeLead h2 {
	font-size: 35px;
	position: relative;
	display: inline-block;
	padding: 0 20px;
	margin-bottom: 10px;
}

/* line 92, ../sass/top.scss */
.homeLead h2:before {
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  left: 0;
  width: 28px;
  height: 28px;
  border-top: 1px solid #dfdfdf;
  border-left: 1px solid #dfdfdf;
}
/* line 103, ../sass/top.scss */
.homeLead h2:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -5px;
  right: 0;
  width: 28px;
  height: 28px;
  border-right: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
}
/* line 115, ../sass/top.scss */
.homeLead h3 {
  font-size: 40px;
  margin-bottom: 25px;
}
.homeLead h3 span {
	color: #727271;
}
.homeLead h3.main {
	font-size: 15px;
}
.homeLead h4.main {
	font-size: 15px;
	margin-bottom: 40px;
}
.homeLead h4.green {
	font-size: 25px;
	margin: 35px 0 20px;
	color: #61C2CE;
}
.homeLead h5.green {
	font-size: 20px;
	margin: 15px 0;
	color: #61C2CE;
}

/* for ie
-------------------------- */
/* line 125, ../sass/top.scss */
.msie .homeLead h2 {
  padding: 7px 20px 7px;
  height: 1em;
  margin-bottom: 20px;
}

/* line 133, ../sass/top.scss */
.homeSystems .titleHomeSystems {
	color: #A3A3A2;
	font-size: 30px;
	text-align: center;
	margin-bottom: 40px;
}
/* line 140, ../sass/top.scss */
.homeSystems .listSystems {
  margin-left: -40px;
}
/* line 143, ../sass/top.scss */
.homeSystems .listSystems .systems {
  width: 460px;
  float: left;
  background: url(../images/bg_diagonal01.png);
  background-size: 17px 17px;
  margin-left: 40px;
  margin-bottom: 40px;
}
/* line 152, ../sass/top.scss */
.homeSystems .listSystems .systemsInner {
  margin: 30px;
  padding: 20px 20px 50px;
  background: #fff;
  position: relative;
}
/* line 157, ../sass/top.scss */
.homeSystems .listSystems .systemsInner:before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 16px;
  background: #FE1F7F;
  left: 50%;
  margin-left: -60px;
  top: -8px;
}
/* line 168, ../sass/top.scss */
.homeSystems .listSystems .systemsInner:after {
  content: "";
  display: block;
  width: 400px;
  height: 5px;
  background: rgba(125, 125, 125, 0.5);
  position: absolute;
  bottom: -5px;
  left: 0;
}
/* line 180, ../sass/top.scss */
.homeSystems .listSystems .systemsTitle {
	text-align: center;
	margin: 0 -20px;
	height: 100px;
}
/* line 184, ../sass/top.scss */
.homeSystems .listSystems .systemsTitle h3 {
	color: #A3A3A2;
	padding-top: 17px;
	font-size: 18px;
}
/* line 190, ../sass/top.scss */
.homeSystems .listSystems .systemsTitle p {
  color: #333;
  font-size: 14px;
}
/* line 196, ../sass/top.scss */
.homeSystems .listSystems .systems01 .systemsTitle {
  letter-spacing: -0.05em;
}
/* line 202, ../sass/top.scss */
.homeSystems .listSystems .systems03 .systemsTitle h3 {
  padding-top: 30px;
}
/* line 207, ../sass/top.scss */
.homeSystems .listSystems .thumb {
  margin-bottom: 10px;
  text-align: center;
}
/* line 212, ../sass/top.scss */
.homeSystems .listSystems .systems02 .thumb {
  padding-top: 42px;
}
/* line 216, ../sass/top.scss */
.homeSystems .listSystems .systemsSummary {
  font-size: 14px;
  line-height: 26/14;
}
/* line 221, ../sass/top.scss */
.homeSystems .listSystems .systemsNum {
  position: absolute;
  top: -50px;
  left: -10px;
}
/* line 226, ../sass/top.scss */
.homeSystems .listSystems .btnDetail {
  position: absolute;
  bottom: 28px;
  left: 50%;
  margin-left: -125px;
}
/* line 231, ../sass/top.scss */
.homeSystems .listSystems .btnDetail a {
  width: 250px;
}

/* line 239, ../sass/top.scss */
.homeArea {
  margin-bottom: 60px;
}
/* line 241, ../sass/top.scss */
.homeArea h2 {
  background: url(../images/ico_search.png) left center no-repeat;
  font-size: 22px;
  padding: 10px 0 10px 40px;
  margin-bottom: 10px;
}
/* line 248, ../sass/top.scss */
.homeArea h3 {
  background: #535353;
  color: #fff;
  padding: 10px 15px;
  font-size: 18px;
}
/* line 255, ../sass/top.scss */
.homeArea .listArea {
  line-height: 1;
  font-size: 13px;
}
/* line 259, ../sass/top.scss */
.homeArea .listArea a {
  text-decoration: none;
}
/* line 262, ../sass/top.scss */
.homeArea .listArea dt {
  float: left;
  clear: left;
  width: 150px;
  padding: 29px 15px 28px 40px;
  background: url(../images/point01.png) 20px center no-repeat;
}
/* line 271, ../sass/top.scss */
.homeArea .listArea dd {
  padding: 29px 15px 28px;
}
/* line 276, ../sass/top.scss */
.homeArea .listArea dd ul li {
  display: inline-block;
}
/* line 278, ../sass/top.scss */
.homeArea .listArea dd ul li:after {
  content: "|";
  margin-right: 10px;
  margin-left: 10px;
}
/* line 283, ../sass/top.scss */
.homeArea .listArea dd ul li:last-child:after {
  display: none;
}
/* line 288, ../sass/top.scss */
.homeArea .listArea dd:nth-child(4n-2) {
  background: #eee;
}

/* for ie
-------------------------- */
/* line 298, ../sass/top.scss */
.msie .homeArea h3 {
  padding: 14px 15px 6px;
}
/* line 302, ../sass/top.scss */
.msie .homeArea .listArea dt {
  padding: 33px 15px 24px 40px;
}
/* line 305, ../sass/top.scss */
.msie .homeArea .listArea dd {
  padding: 33px 15px 24px;
}

.zero-color {
    	color:#C6C6C6;
}

.tell_ann {
    border: 1px #333 solid;
    padding: 20px;
    font-size: 15px;
    margin-bottom: 30px;
    line-height: 140%;
    text-align: center;
    margin: 20px auto 60px;
    width: 960px;
    box-sizing:  border-box;
}
.tell_ann span {
    display: block;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    margin: 0 0 8px;
}


/* -------------------------- */
@media only screen and (max-width: 768px) {
  /* home
  -------------------------- */
  /* line 316, ../sass/top.scss */
  .mv {
    background-size: cover;
    margin-bottom: 4%;
    background: none;
    margin: -23px 0 0;
  }
  /* line 320, ../sass/top.scss */
  .mv .bnr_pc {
    position: relative;
    width: 100%;
    display:block !important;
	bottom: -30px;
  }
 .mvInner .bnr_block {
    padding: 15px 10px;
    margin: 0 auto 15px;
    width: 94%;
}
.mvInner .bnr_block dt {
    font-size: 15px;
}
.mvInner .bnr_block p {
    margin: 8px 0 0;
}
.btnSearchLink {
    padding: 11px 10px;
    font-size: 16px;
	max-width: 260px;
}
  /* line 325, ../sass/top.scss */
  .mv .bnr_pc a {
    display: block;
    margin: 0 auto 3px;
    -o-transition: 0s;
    -webkit-transition: 0s;
    transition: 0s;
  }
  .mvInner .bnr_pc a:last-of-type {
	margin: 0 auto;  
  }
  /* line 332, ../sass/top.scss */
  .mv .bnr_pc:hover a {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  .mv .bnr_pc img {
    width: 100%;
  }
  /* line 336, ../sass/top.scss */
  .mv .bnr_pc .shadow {
    display: none;
  }

  /* line 342, ../sass/top.scss */
  .mvInner {
    width: 100%;
    height: auto;
  }
  /* line 345, ../sass/top.scss */
  .mvInner .mvSp {
    width: 100%;
    display: block;
  }
  /* line 349, ../sass/top.scss */
  .mvInner .imgMv01,
  .mvInner .imgMv02 {
    display: none;
  }
  /* line 352, ../sass/top.scss */
  .mvInner .imgMv01 a,
  .mvInner .imgMv02 a {
    -moz-transition: 0s;
    -o-transition: 0s;
    -webkit-transition: 0s;
    transition: 0s;
  }
  /* line 356, ../sass/top.scss */
  .mvInner .imgMv01:hover a,
  .mvInner .imgMv02:hover a {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  /* line 361, ../sass/top.scss */
  .mvInner .mvLead {
    font-size: 13px;
    width: auto;
    height: auto;
    padding: 10px;
  }
  /* line 366, ../sass/top.scss */
  .mvInner .mvLead:before {
    display: none;
  }

  /* line 371, ../sass/top.scss */
  .homeLead {
    text-align: center;
    margin-bottom: 30px;
	padding: 30px 0;
  }
  /* line 374, ../sass/top.scss */
  .homeLead h2 {
    font-size: 30px;
    text-align: center;
  }
  /* line 377, ../sass/top.scss */
  .homeLead h2:before {
    width: 15px;
    height: 15px;


  }
  /* line 381, ../sass/top.scss */
  .homeLead h2:after {
    width: 15px;
    height: 15px;
  }
  /* line 386, ../sass/top.scss */
  .homeLead h3 {
    font-size: 21px;
    text-align: center;
    margin-bottom: 10px;
  }
  /* line 391, ../sass/top.scss */
  .homeLead p {
    font-size: 13px;
    text-align: left;
  }

  /* line 397, ../sass/top.scss */
  .homeSystems .titleHomeSystems {
    font-size: 19px;
    margin-bottom: 15px;
  }
  /* line 401, ../sass/top.scss */
  .homeSystems .listSystems {
    margin: 0;
  }
  /* line 403, ../sass/top.scss */
  .homeSystems .listSystems .systems {
    width: 100%;
    margin: 0 0 24px;
    float: none;
    padding: 17px;
  }
  /* line 409, ../sass/top.scss */
  .homeSystems .listSystems .systemsInner {
    padding: 17px 17px 30px;
    margin: 0px;
  }
  /* line 412, ../sass/top.scss */
  .homeSystems .listSystems .systemsInner:after {
    width: 100%;
  }
  /* line 417, ../sass/top.scss */
  .homeSystems .listSystems .systemsTitle h3 {
    font-size: 16px;
  }
  /* line 420, ../sass/top.scss */
  .homeSystems .listSystems .systemsTitle p {
    font-size: 12px;
  }
  /* line 425, ../sass/top.scss */
  .homeSystems .listSystems .systems02 .thumb {
    padding-top: 0px;
  }
  /* line 429, ../sass/top.scss */
  .homeSystems .listSystems .systemsSummary {
    font-size: 13px;
    margin-bottom: 20px;
  }
  /* line 433, ../sass/top.scss */
  .homeSystems .listSystems .systemsNum {
    top: -20px;
  }
  /* line 435, ../sass/top.scss */
  .homeSystems .listSystems .systemsNum img {
    width: 50px;
    height: auto;
  }
  /* line 440, ../sass/top.scss */
  .homeSystems .listSystems .btnDetail {
    width: 100%;
    position: static;
    margin-left: 0;
  }
  /* line 444, ../sass/top.scss */
  .homeSystems .listSystems .btnDetail a {
    width: 100%;
    font-size: 14px;
  }

  /* line 452, ../sass/top.scss */
  .homeArea {
    margin-bottom: 40px;
  }
  /* line 454, ../sass/top.scss */
  .homeArea h2 {
    font-size: 15px;
    background-size: 22px 22px;
    padding-left: 30px;
  }
  /* line 459, ../sass/top.scss */
  .homeArea h3 {
    font-size: 13px;
    margin-left: -10px;
    margin-right: -10px;
  }
  /* line 464, ../sass/top.scss */
  .homeArea .listArea {
    margin-left: -10px;
    margin-right: -10px;
  }
  /* line 467, ../sass/top.scss */
  .homeArea .listArea dt {
    width: 100%;
    float: none;
    padding: 7px 5px 7px 26px;
    background: url(../images/point01.png) 10px center no-repeat;
    background-size: 10px 10px;
    background-color: #eee !important;
  }
  /* line 475, ../sass/top.scss */
  .homeArea .listArea dd {
    width: 100%;
    padding: 15px 5px 0px 26px;
    background: #fff !important;
  }
  /* line 480, ../sass/top.scss */
  .homeArea .listArea dd ul li {
    display: inline-block;
    margin-bottom: 15px;
  }
  /* line 483, ../sass/top.scss */
  .homeArea .listArea dd ul li:after {
    content: "|";
    margin-right: 10px;
    margin-left: 10px;
  }
  /* line 488, ../sass/top.scss */
  .homeArea .listArea dd ul li:last-child:after {
    display: inline;
  }

.tell_ann {
    border: 1px #333 solid;
    padding: 20px;
    font-size: 14px;
    margin-bottom: 30px;
    line-height: 140%;
    text-align: center;
    margin: 15px auto 60px;
    width:  auto;
}
.tell_ann br {
  display:none;
}
.tell_ann span {
    display: block;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    margin: 0 0 8px;
}
	
}

p.osusume
{
	text-align: center;
	background-color: #CCC;
	color: #fff;
	padding: 15px 0;
	margin: 15px 0 0 0;
}