@charset "UTF-8";
/* COMPASS
 * ----------------------------------------------- */
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 {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

.utslogo{fill:#FFFFFF;}

@media all and (-ms-high-contrast: none) {
  /* ここに書く */
.box-top .box-logo.trans svg{
	width: 54px;
	height:32px;}
}
.utslogo_sm{fill:#3277CE;}

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

/* BASE
 * ----------------------------------------------- */
/* ADDITIONAL RESET
 * ----------------------------------------------- */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body * {
  max-height: 99999em;
}

body img {
  max-height: none;
}

input,
label,
select,
button,
textarea {
  margin: 0;
  border: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  font: inherit;
  line-height: 1;
}

input:focus,
button:focus,
select:focus {
  outline: 0;
}



.block-display {
position: relative;}

.block-display .trans {
display: block;
background-color: #058BDF;
	color:#FFFFFF;
width: 280px;
padding-right: 30px;
padding-top:15px;
padding-bottom:15px;
padding-left:5px;
font-weight: bold;
font-size: 22px;
margin: 20px auto 0;
text-align: center;
}

.sec-service_search .trans {
display: block;
background-color: #058BDF;
color: #fff;
font-weight: bold;
width: 280px;
padding: 15px 5px;
margin: 60px auto 90px;
text-align: center;}

.block-display .trans {
padding-right: 25px;
position: relative;
border-raidus: 10px;
border-radius: 5px;
box-shadow: 0px 2px 5px rgb(0 0 0 / 20%);}

.block-display .trans:after, .block-display .trans:before {
right: 17px;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;}

.block-display .trans:before {
border-width: 8px 0 8px 13px;
border-color: transparent transparent transparent #FFFFFF;
margin-top: 5.175px;}

.block-display .trans:after {
border-width: 7px 0 7px 11px;
border-color: transparent transparent transparent #058BDF;
margin-top: 6.175px;
margin-right: 5px;}  





/* Make webkit render the search input like a normal text field */
input[type=search] {
  -webkit-appearance: textfield;
}

/* Turn off the recent search for webkit. It adds about 15px padding on the left */
::-webkit-search-decoration {
  display: none;
}

/* Turn off scroll bars in IE unless needed */
textarea {
  overflow: auto;
  white-space: pre-line;
}

/* PRINTING
 * ----------------------------------------------- */
@media print {
  body {
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
  }

  html,
  body {
    margin: 0;
  }

  @page {
    margin: 0;
  }
  @page :left {
    margin: 0;
  }
  @page :right {
    margin: 0;
  }
  @page :first {
    margin-top: 0;
  }
}
/* GENERAL
 * ----------------------------------------------- */
body {
  color: #2D5056;
  font-family:Meiryo,YakuHanJPs,\\6E38\30B4\30B7\30C3\30AF,YuGothic,\\30D2\30E9\30AE\30CE\89D2\30B4 ProN W3,Hiragino Kaku Gothic ProN,\\30E1\30A4\30EA\30AA,sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

.ft-serif {
  font-family: "メイリオ", Meiryo, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Times New Roman", "游明朝", YuMincho, Georgia, serif;
}

/* HELPERS
 * ----------------------------------------------- */
a {
  color: #2D5056;
  text-decoration: none;
}

.trans {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: opacity 0.26s ease;
  -o-transition: opacity 0.26s ease;
  -webkit-transition: opacity 0.26s ease;
  transition: opacity 0.26s ease;
}
.trans:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}

.hidden {
  display: none;
}

.invisible {
  visibility: hidden;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
  text-justify: distribute;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.container {
  min-width: 1280px;
  padding-top: 72px;

}

.wrapper,
.wrap,
.wrap-in {
  width: 1080px;
  margin-left: auto;
  margin-right: auto;
}



/* RESPONSIVE
 * ----------------------------------------------- */
.sm {
  display: none !important;
}

@media (max-width: 750px) {
		.oshirase{width:100%;}
	.oshirase li{width:50%;}
	
  .md {
    display: none !important;
  }

  .sm {
    display: block !important;
  }

  .trans,
  .trans:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }

  html {
    font-size: 13.33333vw;
  }

  body {
    width: 100%;
    font-size: 0.14rem;
  }

  .container {
    overflow: hidden;
    width: auto;
    min-width: 320px;
    padding-top: 0;
  }

  .wrapper {
    width: auto;
    margin: 0;
    padding-left: 3.5px;
    padding-right: 3.5px;
  }

  .wrap {
    width: auto;
    margin: 0;
    padding-left: 7.5px;
    padding-right: 7.5px;
  }

  .wrap-in {
    width: auto;
    margin: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.oshirase_blue{
	background-color:#2186EB;
}
.oshirase_pink{
	background-color:#EB2186;
}
.oshirase_orange{
	background-color:#EB5F21;
}

.oshirase_green{
	background-color:#3cb371;
}

.oshirase_category{
	font-size:0.5em;
	margin-top:5px;
	color:#fff;
	padding:5px 8px;
	display:inline-block;
	width:80px;
	text-align:center;
	vertical-align:top;
	margin-right:5px;
}


/* PARTS
 * ----------------------------------------------- */
/* COMMON HEADER
 * ----------------------------------------------- */
header {
  min-width: 1280px;
  background-color: #3277CE;
  color: #fff;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 2000;
  opacity: 0;
}
header.show {
  opacity: 1;
}
header.header-fixed.visible {
  opacity: 1;
  visibility: inherit;
}
header .h1style{
  padding-top:5px;
  font-size:11px;
}
header .block-top {
  margin: 0 auto;
  width: 1080px;
  padding: 0 0 0 27px;
}
header .block-top a {
  color: #fff;
}
header .box-top {
  float: left;
  padding: 10px 0;
}
header .box-logo {
  display: block;
  width: 54px;
}
header .box-logo img {
  width: 100%;
  height: auto;
}
header .nav {
  float: left;
}
header .wrap-nav {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
header .list-nav {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 17px 25px 0 26px;
}
header .list-nav li {
  margin-right: 21px;
}
header .list-nav a {
  display: block;
  font-weight: bold;
  font-size: 14px;
  padding-top: 2px;
  padding-bottom: 13px;
}
html.mac header .list-nav a, html.safari header .list-nav a, html.ie header .list-nav a {
  letter-spacing: -0.05em;
  padding-bottom: 13px;
}
html.ie header .list-nav {
  margin-top: 20px;
}
header .link-request {
  display: block;
  font-weight: bold;
  border:2px solid #4378CA;
  color: #4378CA !important;
  background-color: #fff;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  font-size: 12px;
  padding: 7px 14px 5px;
  margin: 10px 12px 0 0;
}
header .link-request2 {
  display: block;
  font-weight: bold;
  border:2px solid #ffffff;
  color: #ffffff !important;
  background-color: #4378CA;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  font-size: 12px;
  padding: 7px 14px 5px;
  margin: 10px 12px 0 0;
}
html.ie header .link-request {
  padding: 8px 14px 4px;
}
header .link-tel {
  display: block;
  padding-left: 23px;
  padding-top: 2px;
  background: url(../img/common/ico_phone02.png) left top 7px no-repeat;
  background-size: 16px auto;
  font-size: 24px;
  font-weight: bold;
  margin: 8px 0 0 0;
}
html.ie header .link-tel {
  margin: 12px 0 0 0;
  letter-spacing: -0.1em;
  background-position: left top 4px;
}
html.mac header .link-tel {
  letter-spacing: -0.1em;
}


.list-sticky2{
  position: fixed;
  right: 0;
  top: 80px;
	  z-index: 2000;
}

.list-sticky2 a {
  display: table;
  width: 100%;
  padding: 0 0px 0 22px;
  font-weight: bold;
  -moz-border-radius: 12px 0 0 12px;
  -webkit-border-radius: 12px;
}
.list-sticky2 a .cell {
  height: 205px;
}
.list-sticky2 a .cell-in {
  display: inline-block;
  padding-bottom: 24px;
  background-size: 18px auto;
}
.list-sticky2 a + a {
  margin-top: 22px;
}



.list-sticky {
  position: fixed;
  right: 0;
  top: 91px;
  width: 60px;
  z-index: 2000;
}

.list-sticky a {
  display: table;
  background-color: #F5780B;
  width: 100%;
  color: #fff;
  padding: 0 20px 0 22px;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.1;
  -moz-border-radius: 12px 0 0 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px 0 0 12px;
}
.list-sticky a .cell {
  height: 205px;
}
.list-sticky a .cell-in {
  display: inline-block;
  padding-bottom: 24px;
  background: url(../img/common/ico_arrow03.png) center bottom no-repeat;
  background-size: 18px auto;
}

span.donyu{display:block;margin-left:-20px;font-size:11px;}
span.donyusecond{display:block;margin-left:-20px;font-size:11px;}


.list-sticky a + a {
  margin-top: 20px;
}
.list-sticky a.second {
  background-color: #FC5D9D;
}
.list-sticky a .rorate {
  display: inline-block;
	padding-top:2px;
	margin-bottom:3px;
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}


_:-ms-lang(x)::-ms-backdrop, .list-sticky a .rorate {
	  transform: rotate(90deg);
	padding-top:5px;
	margin-top:-6px;
	margin-bottom:2px;
}
@supports (-ms-ime-align:auto) {
	.list-sticky a .rorate {
		  transform: rotate(90deg);
	padding-top:0px;
	margin-top:-6px;
	margin-bottom:2px;	
	}
}
@-moz-document url-prefix() {
	.list-sticky a .rorate {
		  transform: rotate(90deg);
	padding-bottom:3px;
	margin-top:-2px;
	margin-bottom:2px;	
}}

@media screen and (-webkit-min-device-pixel-ratio:0){
	.list-sticky a .rorate {
		  transform: rotate(90deg);
	padding-top:2px;
	margin-top:0px;
	margin-bottom:2px;	
	}
}


.list-sticky a.btn-form {
  background-color: #F5780B;
}
.list-sticky a.btn-user {
  background-color: #FC5D9D;
}

.link-down {
  display: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

@media (min-width: 751px) {
  header .list-nav li a {
    position: relative;
  }
  header .list-nav li a:after {
    -moz-transition: all 0.26s ease;
    -o-transition: all 0.26s ease;
    -webkit-transition: all 0.26s ease;
    transition: all 0.26s ease;
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background-color: #fff;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    left: 50%;
    bottom: 6px;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
  header .list-nav li.current a:after,
  header .list-nav li a:hover:after {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
}
@media (max-height: 800px) {
  .list-sticky {
    width: 50px;
  }
  .list-sticky a {
    padding: 0 16px;
    font-size: 14px;
  }
  .list-sticky a .cell {
    height: 170px;
  }
  .list-sticky a span {
    background-size: 14px auto;
  }
  .list-sticky a + a {
    margin-top: 20px;
  }
}
@media (max-width: 750px) {
  header .h1style{
    color:#3277CE;
    font-size:10px;
    padding-left:5px;
    background:rgb(50,119,206,0.1);
  }
  header {
    min-width: 320px;
    background-color: transparent;
  }
  header.header-fixed {
    background: #fff;
  }
  header .block-top {
    width: 100%;
    padding: 0;
  }
  header .box-top {
    position: relative;
    float: none;
    background: rgba(50, 119, 206, 0.1);
    padding: 15px 5px 20px;
  }
  header .box-top .btn-menu {
    position: absolute;
    width: 40px;
    height: 40px;
    background: url(../img/common/sp/btn_menu.png) 0 0 no-repeat;
    background-size: 100% auto;
    top: 10px;
    left: 10px;
  }
	
  header .box-top .btn-tel {
    position: absolute;
    width: 40px;
    height: 40px;
    background: url(../img/common/sp/btn_tel.png) 0 0 no-repeat;
    background-size: 100% auto;
    top: 10px;
    right: 10px;
  }
	
	
  header .box-logo {
    display: block;
    width: 43px;
    margin: 0 auto;
  }
  header .box-logo img {
    width: 100%;
    height: auto;
  }
  header .nav {
    float: none;
    display: none;
    width: 100%;
    position: fixed;
    z-index: 9001;
    top: 0;
    bottom: 0;
    left: 0;
    overflow: scroll;
    background: rgba(50, 119, 206, 0.86);
  }
  header .btn-menu-close {
    position: absolute;
    width: 40px;
    height: 40px;
    background: url(../img/common/sp/btn_menu_close.png) 0 0 no-repeat;
    background-size: 100% auto;
    top: 10px;
    left: 10px;
  }
	

	
	
	
	
  header .wrap-nav {
    display: block;
    padding: 98px 50px 70px;
  }
  header .list-nav {
    display: block;
    margin: 0;
  }
  header .list-nav li {
    margin-right: 0;
    margin-bottom: 23px;
  }
  header .list-nav a {
    padding-bottom: 0;
  }
  header .link-tel {
    display: block;
    text-align: center;
    width: 100%;
    padding: 15px 20px;
    background: #fff;
    color: #3277CE !important;
    font-size: 22px;
    margin: 45px 0 0 0;
  }
  header .link-tel span {
    display: inline-block;
    padding-left: 20px;
    background: url(../img/common/ico_phone03.png) left center no-repeat;
    background-size: 17px auto;
  }

  .link-down {
    -moz-transition: all 0.26s ease;
    -o-transition: all 0.26s ease;
    -webkit-transition: all 0.26s ease;
    transition: all 0.26s ease;
    display: table;
    right: 14px;
    bottom: 10px;
    position: fixed;
    background-color: #058BDF;
    -moz-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.5);
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    color: #fff;
    width: 96px;
    z-index: 1001;
  }
  .link-down .cell {
    font-weight: bold;
    text-align: center;
    width: 96px;
    height: 96px;
    font-size: 22px;
    line-height: 1;
  }
  .link-down .cell .small {
    font-size: 12px;
  }
  .link-down.show {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }

  .list-sticky {
    width: 100%;
    top: auto;
    bottom: 0;
  }
  .list-sticky a {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 20px 16px;
    font-size: 18px;
  }
  .list-sticky a .cell {
    text-align: center;
    height: auto;
  }
  .list-sticky a .cell-in {
    background: transparent;
    padding-bottom: 0;
  }
  .list-sticky a span {
    background-size: 14px auto;
  }
  .list-sticky a + a {
    margin-top: 20px;
  }
}
@media (max-width: 374px) {
  .list-sticky a {
    -moz-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.5);
    padding: 10px 16px;
  }
}
/* COMMON FOOTER
 * ----------------------------------------------- */
.relative {
  position: relative;
}

.wrap-breadcrumb {
  position: absolute;
  width: 100%;
  left: 0;
	margin-top:50px;
  bottom: -34px;
  z-index: 2;
}

.breadcrumb {
  font-size: 13px;
  margin-left: 25px;
  color: #fff !important;
}
.breadcrumb li {
  display: inline-block;
}
.breadcrumb a {
  color: #fff !important;
}
html.ie .breadcrumb {
  margin-top: 4px;
  padding-top: 2px;
}
.breadcrumb .link-house img {
  width: 13px;
  margin-top: -4px;
}

footer {
  background-color: #3277CE;
  color: #fff;
  padding: 34px 0 13px;
  position: relative;
}
footer a {
  color: #fff;
}
footer .wrapper {
  position: relative;
}
footer .link-top {
  position: absolute;
  left: 50%;
  top: -83px;
  z-index: 3;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
footer .link-top img {
  width: 34px;
  height: auto;
}
footer .link-home {
  display: inline-block;
  font-weight: bold;
  padding-left: 16px;
  background: url(../img/common/ico_home.png) left 4px no-repeat;
  background-size: 13px auto;
}
html.ie footer .link-home {
  margin-top: 4px;
  padding-top: 2px;
}
footer .block-map {
  border-top: 1px solid #fff;
  margin-top: 6px;
  padding-top: 58px;
}
footer .block-map svg.img-site{
  display:inline-block;
}
footer .block-map .img-site {
  width: 268px;
  margin-left: 24px;
}

footer .box-map {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: 32px;
}
footer .box-map .col01 {
  width: 234px;
  padding-left: 24px;
}
footer .box-map .col02 {
  width: 232px;
}
footer .box-map .col03 {
  width: 318px;
}
footer .box-map .col04 {
  width: 280px;
}
footer .list-map a {
  display: inline-block;
  font-weight: bold;
  font-size: 16px;
}
footer .list-map li + li {
  margin-top: 23px;
}
footer .list-temp li + li {
  margin-top: 35px;
}
footer .list-temp .txt-temp {
  color: #CEC4C4;
  font-weight: bold;
  line-height: 1.467;
  font-size: 15px;
  margin-bottom: 8px;
}
footer .list-temp .txt-temp.small {
  font-size: 13px;
}
footer .list-temp a {
  font-weight: bold;
  display: inline-block;
  margin-bottom: 3px;
}
footer .block-copy {
  margin-top: 140px;
  margin-right: 35px;
}
footer .block-copy .txt-copy {
  font-weight: bold;
  font-size: 15px;
  margin-top: 30px;
}
footer a.link-sns.trans img{
		padding-right:13px;
		padding-left:10px;
		margin:0;
}
footer a.link-sns.trans svg{
	margin:0 15px 0;
	width:62px;
	height:62px;
}

footer a.link-sns.trans{
		margin-right:0;
		border-right:1px solid #FFFFFF;
		display:inline-block;
}
footer a.link-sns.trans:nth-child(1){
		margin-left:44px;}
	
footer a.link-sns.trans:nth-child(3){
		border-right:none;
}

@media all and (-ms-high-contrast: none) {
footer .block-map svg{width:268px; height:36px;
	}}




@media (min-width: 751px) {
  footer .list-temp a:hover,
  footer .list-map a:hover {
    text-decoration: underline;
  }
footer a.link-sns.trans:nth-child(1){
		margin-left:0px;}
}
@media (max-width: 750px) {
  footer {
    background-color: #4378CA;
    padding: 36px 0 18px;
  }
  footer .link-top {
    top: -90px;
  }
  footer .link-top img {
    width: 35px;
  }
  footer .block-map {
    border-top: 0;
    margin-top: 0;
    padding-top: 0;
  }
  footer .block-map .img-site {
    margin: 0 auto;
  }
  footer .box-map {
    display: block;
    margin-top: 0;
  }
  footer .box-map .col01 {
    width: 100%;
    padding: 54px 0 0 8%;
  }
  footer .list-map li {
    display: block;
  }
  footer .list-map li + li {
    margin-top: 23px;
  }
  footer .list-map a {
    display: block;
  }
  footer .block-copy {
    margin-top: 30px;
    margin-right: 0;
  }
  footer .block-copy .txt-copy {
    text-align: left;
    font-size: 12px;
    margin-top: 24px;
	margin-left:8%;
  }
  footer .block-copy .link-sns {
    display: inline-block;
    width: 62px;
    margin-right: 75px;
  }
	footer .txt-copying{text-align:left;
	margin-left:8%;}
	
	footer a.link-sns.trans{
	width:38px;
	height:38px;
	margin-right:10px;
	margin-left:10px;
	border:none;
}
footer a.link-sns.trans svg{
	width:38px;
	height:38px;
	margin:0;
	margin-right:5px;
}
	
footer .footer_mini{
	margin-top:20px;
	margin-bottom:20px;
	}
footer .footer_mini ul{
	margin-left:8%;
	}
footer .footer_mini li{
	display:inline-block;
	border-right:1px solid #FFFFFF;
	margin-right:5px;
	padding-right:7px;
	}
footer .footer_mini li:nth-child(3){border-right:none;}
	
}

.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

img {
  display: inline-block;
  vertical-align: middle;
}

.inb {
  text-align: center;
}
.inb img {
  display: inline-block;
}

.cell {
  display: table-cell;
  vertical-align: middle;
}

.main-bg,
.base-bg {
  background-color: #F6F8F9;
}

.ft-noto {
  font-family: "Noto Sans Japanese";
}

a:focus {
  outline: none;
}

.flex {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.notice {
  color: #B00007;
}

@media (min-width: 751px) {
  .md-flex {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (max-width: 750px) {
  img {
    width: 100%;
    height: auto;
    display: block;
  }

  .main-bg {
    background-color: #fff;
  }

  .main {
    padding-top: 60px;
  }
	.oshirase li{width:100%;}
	
}
/* COMMON TITLES
 * ----------------------------------------------- */
.sec-title,
.product-title {
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  color: #058BDF;
  font-size: 38px;
}

.product-title {
  color: #4378CA;
}

.choose-title {
  font-size: 22px;
}

.option-title {
  text-align: center;
  font-size: 20px;
}
.option-title span {
  position: relative;
  display: inline-block;
  padding: 0 20px;
  color: #3277CE;
}
.option-title span:after, .option-title span:before {
  position: absolute;
  content: "";
  width: 56px;
  height: 2px;
  background-color: #4378CA;
  top: 50%;
}
.option-title span:before {
  left: -56px;
}
.option-title span:after {
  right: -56px;
}
.option-title.second span:after, .option-title.second span:before {
  width: 96px;
}
.option-title.second span:before {
  left: -96px;
}
.option-title.second span:after {
  right: -96px;
}

.block-title span {
  display: inline-block;
  background-color: #F9017D;
  color: #fff;
  text-align: center;
  min-width: 156px;
  font-size: 18px;
  padding: 9px 10px 6px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}
html.ie .block-title span {
  padding: 12px 24px 3px;
}

.desktop-title {
  text-align: center;
}
.desktop-title span {
  display: inline-block;
  color: #000;
  border: 3px solid #000;
  font-size: 22px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  padding: 4px 14px 1px;
  min-width: 122px;
}
.desktop-title span.second {
  min-width: 162px;
}
html.ie .desktop-title span {
  padding-top: 6px;
  padding-bottom: 0;
}

.method-title {
  text-align: center;
  color: #058BDF;
}
.method-title img {
  width: 103px;
}
.method-title .txt01 {
  margin-top: 8px;
}
.method-title .txt01 span {
  display: inline-block;
  background-color: #D4EDFE;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  font-size: 22px;
  padding: 7px 34px 5px;
  min-width: 135px;
}
html.ie .method-title .txt01 span {
  padding: 10px 28px 2px;
}
.method-title .txt02 {
  font-size: 38px;
  margin-top: 16px;
}

.txt-detail {
  color: #4378CA;
  line-height: 1.5625;
  font-size: 16px;
}

.txt-base {
  line-height: 1.5625;
  font-size: 16px;
}
html.safari .txt-base {
  letter-spacing: -0.04em;
}

.txt-cmn {
  line-height: 1.54;
  font-size: 22px;
}
html.safari .txt-cmn {
  letter-spacing: -0.04em;
}

.txt-pri {
  line-height: 1.34;
  font-size: 18px;
}
html.safari .txt-pri {
  letter-spacing: -0.04em;
}

.center-left {
  text-align: center;
}
.center-left span {
  display: inline-block;
  text-align: left;
}

@media (max-width: 750px) {
  .sec-title {
    font-size: 18px;
  }

  .product-title {
    font-size: 22px;
  }

  .option-title.second {
    font-size: 18px;
    margin-top: 25px;
    letter-spacing: -0.05em;
  }
  .option-title.second span:after, .option-title.second span:before {
    display: none;
  }

  .block-title {
    text-align: center;
  }

  .desktop-title span {
    border-width: 1px;
    font-size: 16px;
    padding: 2px 10px 1px;
    line-height: 1.2;
    min-width: auto;
  }
  .desktop-title span.second {
    min-width: 0;
  }

  .method-title img {
    width: 102px;
    margin: 0 auto;
  }
  .method-title .txt02 {
    font-size: 22px;
    margin-top: 20px;
  }

  .txt-cmn {
    line-height: 1.5;
    font-size: 18px;
  }

  .txt-pri {
    line-height: 1.5;
    font-size: 16px;
  }
}
/* COMMON BUTTONS
 * ----------------------------------------------- */
.btn-more {
  display: block;
  margin: 0 auto;
  text-align: center;
  background-color: #F9017D;
  color: #fff;
  font-size: 22px;
  padding: 18px 5px 14px;
  width: 240px;
}
html.ie .btn-more {
  padding-top: 22px;
  padding-bottom: 10px;
}
.btn-more.second {
  width: 280px;
  background-color: #058BDF;
}
.btn-more.third {
  width: 280px;
  background-color: #F57404;
  font-size: 26px;
  padding: 13px 5px;
}
.btn-more.four {
  background-color: #F5780B;
  width: 352px;
}
.btn-more.five {
  background-color: #0F2B8F;
  width: 280px;
}

@media (max-width: 750px) {
  .btn-more {
    font-size: 18px;
    padding: 19px 5px 16px;
  }
  .btn-more.second {
    font-size: 18px;
  }
  .btn-more.four {
    width: 280px;
  }
}
/* COMMON BREADCRUMBS
 * ----------------------------------------------- */
/* COMMON FORMS
 * ----------------------------------------------- */
/* COMMON PAGINATIONS
 * ----------------------------------------------- */


/* PAGES
 * ----------------------------------------------- */
/* PAGE TOP
 * ----------------------------------------------- */
.section-top-slider .list-slider .item {
  text-align: center;
}
.section-top-slider .list-slider .item img {
  max-width: 100%;
  width: auto;
}
.section-top-slider .list-slider .item a {
  background-color: #fff;
  display: block;
}
.section-top-slider .list-slider .item.item02 a {
  background: url(../img/top/slider_bg02.png) center no-repeat;
  background-size: cover;
}
.section-top-slider .list-slider .item.item03 a {
  background: url(../img/top/slider_bg03.png) center no-repeat;
  background-size: cover;
}
.section-top-slider .list-slider .item.item04 a {
  background: url("../img/top/slider_bg04.png") center no-repeat;
  background-size: cover;
}


.section-top-slider .slick-arrow {
  position: absolute;
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 18px;
  height: 23px;
  bottom: -42px;
}



.section-top-slider .slick-arrow.slick-prev {
right:auto;
left:calc(calc(100% - 1120px) / 2 + 20px);
}
.section-top-slider .slick-arrow.slick-next {
left:auto;
right:calc(calc(100% - 1120px) / 2 + 40px);
}


.section-top-slider .slick-dots {
  line-height: 0;
  z-index: 1200;
  position: absolute;
  bottom: -36px;
  display: block;
  width: 600px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 0;
  list-style: none;
  text-align: center;
}
.section-top-slider .slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 6px;
  padding: 0;
  cursor: pointer;
}
.section-top-slider .slick-dots li button {
  line-height: 0;
  padding: 0;
  display: block;
  width: 11px;
  height: 11px;
  background: #E0E2E3;
  border-radius: 100%;
  text-indent: -9999px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
}
.section-top-slider .slick-dots li.slick-active button {
  background: #9C9E9F;
}

.section-top-ideal {
  padding-top: 0px;
}

.list-ideal {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.list-ideal li {
  text-align: center;
  width: 534px;
  margin: 0 2.5px;
}
.list-ideal li a {
  background-color: #E6F3E6;
  color: #47A144;
}
.list-ideal li:nth-child(odd) a {
  background-color: #E2EEFC;
  color: #3277CE;
}
.list-ideal li:nth-child(odd) .ideal-title .dot:after {
  background-color: #3277CE;
}
.list-ideal li:nth-child(odd) .list-term .item {
  background-color: #3277CE;
}
.list-ideal a {
  display: block;
}
.list-ideal .box-ideal {
  padding: 46px 20px 36px;
}
.list-ideal .ideal-title {
  font-weight: bold;
  font-size: 38px;
}
.list-ideal .ideal-title .dot {
  display: inline-block;
  position: relative;
}
.list-ideal .ideal-title .dot:after {
  position: absolute;
  content: "";
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  width: 8px;
  height: 8px;
  background-color: #47A144;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  top: -10px;
}
.list-ideal .txt-yen {
  line-height: 1.5;
  font-weight: bold;
  font-size: 18px;
  margin-top: 22px;
}

.list-term {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-top: 13px;
}
.list-term .item {
  text-align: center;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background-color: #47A144;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.15em;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  line-height: 1.2;
  font-size: 23px;
  width: 80px;
  height: 80px;
  margin: 0 8px;
}
.list-term .item.let01 {
  letter-spacing: -0.05em;
}
.list-term .tiny {
  font-size: 14px;
  display: block;
  margin-top: -14px;
}


.list-term .flex-wrap {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.section-top-case {
  padding: 118px 0;
}
.section-top-case .wrap-title {
  text-align: center;
  color: #058BDF;
}
.section-top-case .wrap-title .case-title {
  font-weight: bold;
  font-size: 38px;
}
.section-top-case .wrap-title .sub-title {
  display: inline-block;
  position: relative;
  font-weight: bold;
  font-size: 20px;
}
.section-top-case .wrap-title .sub-title:after {
  content: "";
  position: absolute;
  width: 352px;
  height: 2px;
  background-color: #058BDF;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 0;
}
.section-top-case .wrap-title .sub-title span {
  display: inline-block;
  position: relative;
  z-index: 2;
  background-color: #F6F8F9;
  padding: 0 7px;
}

.list-case {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 56px;
}
.list-case a {
  display: block;
  width: 200px;
  margin: 0 4px 8px;
}

.list-staff {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 115px;
}
.list-staff .item {
  position: relative;
  display: block;
  width: 358px;
  margin-right: 3px;
  margin-bottom: 4px;
}
.list-staff .item:nth-child(3n) {
  margin-right: 0;
}
.list-staff .staff {
  background-color: #058BDF;
}
.list-staff .staff img {
  width: 100%;
  height: auto;
}
.list-staff .share {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff;
  height: 215px;
  text-align: center;
}
.list-staff .share:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  left: 0;
  top: 0;
}



.list-staff .share .share-title {
  display: inline-block;
  line-height: 1.333;
  font-weight: bold;
  font-size: 16px;
  text-align: left;
	padding:0 5px;
}
.list-staff .share .share-txt {
  font-weight: bold;
  font-size: 13px;
  margin-top: 12px;
}
.list-staff .share .box-txt {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 18px;
  z-index: 2;
}

.list-bnr {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 120px;
}
.list-bnr a {
  display: block;
  width: 536px;
  margin-bottom: 8px;
}
.list-bnr a:nth-child(odd) {
  margin-right: 8px;
}

.section-top-support {
  background-color: #E2DFD6;
}
.section-top-support a {
  display: block;
  position: relative;
  color: #fff;
}
.section-top-support a .support-title {
  font-weight: bold;
  line-height: 1.5;
  font-size: 38px;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.23);
  position: absolute;
  left: 78px;
  top: 40px;
}
.section-top-support .list-support {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -114px;
}
.section-top-support .list-support li {
  position: relative;
  width: 304px;
  margin: 0 4px;
  text-align: center;
}
.section-top-support .list-support li:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(../img/top/support_bg.png) no-repeat;
  background-size: cover;
}
.section-top-support .list-support .box-ct {
  position: relative;
  z-index: 2;
  padding: 34px 25px 44px;
}
.section-top-support .list-support img {
  width: auto;
  height: 53px;
}
.section-top-support .list-support .txt-ope {
  font-weight: bold;
  font-size: 30px;
  margin-top: 22px;
}
.section-top-support .list-support .txt-auto {
  font-weight: bold;
  text-align: left;
  line-height: 1.5625;
  margin-top: 10px;
  font-size: 16px;
}

.section-top-tel {
  margin-top: 276px;
}

.list-tel {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom:152px;
}
.list-tel .item {
  position: relative;
  background-color: #F5F8FC;
  width: 448px;
  margin: 0 17px;
  padding: 52px 10px 52px 44px;
}
.list-tel .txt-name {
  color: #058BDF;
  font-weight: bold;
  font-size: 25px;
}
.list-tel .txt-tel {
  color: #058BDF;
  font-weight: bold;
  font-size: 34px;
  margin-top: 15px;
}
.list-tel .txt-info {
  color: #2D5056;
  font-weight: bold;
  line-height: 1.5625;
  font-size: 16px;
  margin-top: -5px;
}
html.mac .list-tel .txt-info {
  letter-spacing: -0.1em;
}
html.ios .list-tel .txt-info {
  letter-spacing: -0.07em;
}
.list-tel .tel-title {
  font-weight: 600;
  color: #E2DFD6;
  font-size: 54px;
  position: absolute;
  left: -16px;
  top: -44px;
  letter-spacing: 0.08em;
}

.section-top-notice {
  padding: 90px 0 0;
}
.section-top-notice .link-notice {
  display: block;
  background-color: #058BDF;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  width: 240px;
  padding: 15px 5px;
  margin: 20px auto 0;
  text-align: center;
}

.list-notice {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: 35px;
}
.list-notice .item {
  display: block;
  font-weight: bold;
  width: 358px;
  height: 215px;
  margin-right: 3px;
}
.list-notice .item:nth-child(3n) {
  margin-right: 0;
}
.list-notice .txt-rate {
  font-size: 22px;
  line-height: 1.54;
}
.list-notice .item01 {
  background-color: #058BDF;
  color: #fff;
  text-align: center;
  padding-top: 32px;
}
.list-notice .item01 .txt-semi {
  font-size: 15px;
  margin-top: 20px;
}
.list-notice .item01 .txt-semi span {
  display: inline-block;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  padding: 3px 8px;
}
.list-notice .item01 .txt-rate {
  margin-top: 44px;
}
.list-notice .item02, .list-notice .rich-link {
  position: relative;
  background: url(../img/top/notice_bg01.jpg) center no-repeat;
  background-size: cover;
  color: #fff;
}
.list-notice .item02 .txt-rate, .list-notice .rich-link .txt-rate {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 22px;
  text-align: center;
}
.list-notice .item02 .txt-rate span, .list-notice .rich-link .txt-rate span {
  display: inline-block;
  text-align: left;
}
.list-notice .item03 {
  background-color: #F6F8F9;
  text-align: center;
  padding: 14px 0 0 12px;
}
.list-notice .item03 img {
  width: 252px;
}
.list-notice .item03 .txt-rate {
  color: #597787;
  display: inline-block;
  text-align: left;
  margin-top: 18px;
}

.notice-detail.section-top-notice {
  padding: 117px 0;
  margin: 0;
}
.notice-detail .list-notice {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.notice-detail .list-notice .item {
  margin-bottom: 3px;
  position: relative;
}
.notice-detail .list-notice .item.item04 {
  background-image: url(../img/top/notice_bg02.jpg);
}
.notice-detail .list-notice .item.item05 {
  background-image: url(../img/top/notice_bg03.jpg);
}
.notice-detail .list-notice .txt-rate {
  font-size: 30px;
  line-height: 1.4;
  position: absolute;
  width: 100%;
  bottom: 16px;
  left: 0;
}
.notice-detail .list-notice .txt-rate.text-left {
  padding-left: 30px;
}

.news-topics {
  padding: 60px 0;
}
.news-topics .txt-inner {
  max-width: 840px;
  margin: 0 auto 60px;
}

.topics-info .gallary-photo figure {
  margin-bottom: 3px;
}
.qa-page-title {
  text-align: center;
  font-weight: bold;
  font-size: 38px;
  color: #3277CE;
  padding: 107px 0;
}

.topic-profile-div{
text-align:center;
}

.topic-profile-div2{
text-align:center;
padding-bottom:60px;
}

.topic-profile{
display:inline-block;
position:relative;
width:800px;
border: 4px dotted #848484;
text-align:left;
padding:30px 20px 20px;
}
.topic-profile img{
float:left;
margin-right:20px;
}
.topic-profile p{
overflow:hidden;
text-align:justify;
}

.topic-commentator{
position:absolute;
top:-20px;
background-color: #fff;
border: 2px solid #848484;
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
border-radius: 15px;
padding: 7px 20px;
font-size:16px;
}


.topic-profile-p1{
font-size:18px;
margin-bottom:10px;
}


.topic-versionup-div{
	text-align:center;
	padding-bottom:60px;
	margin-top:30px;
}

.topic-versionup{
	  display: inline-block;
  background-color: #4378CA;
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  padding: 15px 40px;
  -moz-border-radius: 60px;
  -webkit-border-radius: 60px;
  border-radius: 60px;
	text-align:left;
}

.sec-banner-topic{
	background: url(../img/news/banner_img01.jpg) center 0 no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center;	
}
.sec-banner-topic .page-title {
  text-align: center;
  height: 266px;
  color: #3277CE;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 38px;
  line-height: 1.42;
}

.topic_fb{
			width:800px;
			margin:10px auto;
			text-align:right;
		}
.nakamiya_topic{
	width:840px;
	height:auto;
	margin:0 auto;
  text-align: left;
  font-weight:lighter;
	line-height:50px;
	letter-spacing:3px;
  font-size: 30px;
  color: #FFFFFF;
	font-family:Meiryo;
	padding-top:40px;
}
.nakamiya_topic_blue{
	display:table-cell;
	width:550px;
	height:180px;
	background-color:#3277CE;
	text-align: center;
	vertical-align: middle;
}
.nakamiya_topic_blue p{
display:inline-block;
text-align: left;
}
.nakamiya_topic img{
	width:50%;
	height:auto;
	margin-top:20px;
	margin-left:50px;
	margin-bottom:40px;
	text-align:left;
}
.nakamiya_topic_sp{
	display:none;
}

.nakamiya_topic_newfunciton_in{
	max-width: 840px;
	margin:0 auto 30px;
}
.nakamiya_topic_newfunciton{
  display: inline-block;
  background-color: #3277CE;
  color: #fff;
  text-align: center;
  min-width: 156px;
  font-size: 18px;
  padding: 9px 24px 6px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}




.nakamiya_topic_product1{
position:relative;
clear:both;
float:center;
width:835px;	/* ページ全体幅 */
overflow:hidden;
	margin:0 auto;
	background-color:#ffffff;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
	margin-top:30px;
}
.colright,
.colmid,
.colleft {
float:left;
width:100%;	/* ページ幅 */
position:relative;
}
.nakamiya_topic_col1,
.nakamiya_topic_col2,
.nakamiya_topic_col3 {
float:left;
position:relative;
padding:0 0 1em 0; /* 左右のパディングなし, 上部パディングなし、下部パディング 1em */
overflow:hidden;
padding:40px 0;
display:inline;
}
.nakamiya_topic_col1,.nakamiya_topic_col3{
	height:230px;
}
.nakamiya_topic_col1 img,.nakamiya_topic_col3 img{
position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	margin:auto;
}


.blogstyle .colmid {
right:25%; /* 右カラム幅 */
}
.blogstyle .colleft {
right:25%;
}
.blogstyle .nakamiya_topic_col1 {
width:21%;
left:54%;
padding:0;
}
.blogstyle .nakamiya_topic_col2 {
width:60%;
left:56%;
text-align:justify;
}
.nakamiya_topic_col2 h2{
	font-size:24px;
letter-spacing: 0.2em;
	font-weight:bold;
}
.nakamiya_topic_col2 img{
	margin-left:15px;
}
.nakamiya_topic_introduction{
	font-size:16px;
	margin-top:0;
	line-height:normal;
	color:#F4780C;
}

.nakamiya_topic_introduction2{
	margin-top:10px;
	line-height:1.6em;
}
.blogstyle .nakamiya_topic_col3 {
width:7%;
left:58%;
}

.nakamiya_stacas_bnr{
	padding-top:45px;
	padding-bottom:15px;}
.nakamiya_topicdate{
		font-size:12px;
		padding-left:10px;
		padding-bottom:10px;
	}


.topic-br1{display:block;}
.topic-br2{display:none;}

@media (min-width: 600px) {
.topic-br1{display:none;}
.topic-br2{display:block;}
}





@media (max-width: 751px) {
	
.qa-page-title {
    font-size: 24px;
    padding: 50px 0;
  }
	
.nakamiya_topic_newfunciton_in{text-align:center;}
	

	.nakamiya_topic_product1{
		width:100%;
		padding:30px 15px;
		  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
	}

.nakamiya_topic_col1{
	height:auto;
}
	
.nakamiya_topic_col1 img{
	width:55%;
	height:55%;
	margin-bottom:15px;
}
	
.nakamiya_topic_col1,
.nakamiya_topic_col2
{
	width:100%;
float:none;
padding:0;
overflow:visible;
display:block;
}
.nakamiya_topic_introduction{
	text-align:center;
}
.nakamiya_topic_introduction2{
	font-size:13px;
}
	
.nakamiya_topic_col2 h2{
		text-align:center;
	margin-top:15px;
	}
.nakamiya_topic_col2 img{
	margin:0 auto 15px;
	width:70%;
}
	
.nakamiya_topic_col3{
		display:none;
	}
	
	.blogstyle .colmid {
right:auto;
}
.blogstyle .colleft {
right:auto;
}
.colright,
.colmid,
.colleft {
float:none;
}	
	.blogstyle .nakamiya_topic_col1 {
width:auto;
left:auto;
}
.blogstyle .nakamiya_topic_col2 {
width:auto;
left:auto;
}
.blogstyle .nakamiya_topic_col3 {
width:auto;
left:auto;
}
.nakamiya_topic_col1 img,.nakamiya_topic_col3 img{
	position:static;}

.nakamiya_stacas_bnr{
	padding-top:30px;
	padding-bottom:0px;
}

.nakamiya_stacas_bnr img{
	padding-bottom:15px;
	width:95%;
	margin:0 auto;
	}
	
}

@media (min-width: 751px) {
  header .nav {
    display: block !important;
  }

  .topics-info .gallary-photo {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .topics-info .gallary-photo .col-l {
    width: 625px;
  }
  .topics-info .gallary-photo .col-r {
    width: 450px;
  }
}
@media (max-width: 750px) {
	
  .sec-banner-topic {
    padding: 0;
	  background:none;
  }
  .sec-banner-topic .page-title {
    height: 200px;
    font-size: 24px;
  }
  .sec-banner-topic .wrapper{
	padding:0;
	}
	
.topic-profile-div{
margin-top:-60px;
}

.topic-profile-div2{
margin-top:-60px;
padding-bottom:30px;
}
	
.topic-profile{
display:inline-block;
width:95%;
padding:20px 15px 15px;
}
.topic-profile img{
float:left;
margin-right:5px;
width:100px;
}

.topic-commentator{
top:-20px;
border: 2px solid #848484;
padding: 4px 15px;
font-size:14px;
}
	
	
	
.topic-versionup-div{
	width:95%;
	margin:0 auto;
	padding-bottom:60px;
	margin-top:30px;
}

.topic-versionup{
  line-height:25px;
  font-size: 16px;
  font-weight: 700;
	padding:8px 20px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}
	



  .news-topics {
    padding: 50px 4%;
    margin-bottom: 40px;
  }
  .news-topics .txt-inner {
    margin-bottom: 30px;
  }

  .topics-photo figure {
    text-align: center;
  }

.topic_fb{
			width:95%;
			margin:10px auto;
			text-align:right;
		}	 
.topic_fb img{
			width:auto;
		}	
	
	
	
  .notice-detail .list-notice .txt-rate {
    font-size: 20px;
    position: absolute;
    bottom: 20px !important;
    padding: 0 10px;
  }

  .notice-detail.section-top-notice {
    padding: 60px 0;
    margin: 0;
  }

  .section-top-slider {
    padding-top: 79px;
  }
  .section-top-slider .list-slider .item img {
    display: block;
    width: 100%;
  }
  .section-top-slider .slick-arrow {
    display: none !important;
  }
  .section-top-slider .slick-dots {
    bottom: 11px;
    width: 100%;
    left: 0;
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .section-top-slider .slick-dots li {
    margin: 0 3px;
  }
  .section-top-slider .slick-dots li button {
    width: 6px;
    height: 6px;
  }
	


  .section-top-ideal {
    padding-top: 0;
  }

  .list-ideal {
    display: block;
  }
  .list-ideal img {
    width: 100%;
  }
  .list-ideal li {
    text-align: center;
    width: 100%;
    margin: 0 0 4px 0;
  }
  .list-ideal .box-ideal {
    padding: 36px 10px 26px;
  }
  .list-ideal .ideal-title {
    font-size: 22px;
  }
  .list-ideal .ideal-title .dot:after {
    width: 6px;
    height: 6px;
    top: -10px;
  }
  .list-ideal .txt-yen {
    font-size: 15px;
    margin-top: 13px;
    line-height: 1.3;
  }

  .list-term {
    margin-top: 11px;
  }
  .list-term .item {
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    font-size: 17px;
    width: 55px;
    height: 55px;
    margin: 0 5px;
  }

  .section-top-case {
    padding: 25px 0 66px;
  }
  .section-top-case .wrap-title .case-title {
    font-size: 18px;
  }
  .section-top-case .wrap-title .sub-title {
    display: block;
    margin: 0 auto;
    font-size: 16px;
    width: 100%;
    max-width: 330px;
    margin-top: 12px;
  }
  .section-top-case .wrap-title .sub-title:after {
    width: 100%;
    z-index: 0;
  }
  .section-top-case .wrap-title .sub-title span {
    padding: 0 10px;
    background-color: #fff;
  }

  .list-case {
    margin-top: 26px;
  }
  .list-case a {
    width: 47.8%;
    margin: 0 1.1% 9px;
  }
  .list-case a img {
    width: 100%;
  }

  .list-staff {
    margin-top: 51px;
  }
  .list-staff .item {
    width: 49.8%;
    margin-right: 0.4%;
    margin-bottom: 1px;
  }
  .list-staff .item:nth-child(3n) {
    margin-right: 0.4%;
  }
  .list-staff .item:nth-child(even) {
    margin-right: 0;
  }
  .list-staff .share {
    height: 2.2rem;
  }
  .list-staff .share .share-title {
    font-size: 10px;
    line-height: 1.6;
  }
  .list-staff .share .box-txt {
    bottom: 4px;
  }

  .list-bnr {
    margin-top: 62px;
  }
  .list-bnr a {
    width: 100%;
    margin-bottom: 4px;
  }
  .list-bnr a:nth-child(odd) {
    margin-right: 0;
  }
  .list-bnr a img {
    width: 100%;
    display: block;
  }

  .section-top-support {
    background-color: #fff;
  }
  .section-top-support .img-banner {
    -o-object-fit: cover;
    object-fit: cover;
    height: 218px;
  }
  .section-top-support a .support-title {
    line-height: 1.0625;
    font-size: 16px;
    left: 32px;
    top: 20px;
  }
  .section-top-support .list-support {
    bottom: -40px;
  }
  .section-top-support .list-support li {
    width: 28.3%;
    max-width: 105px;
    margin: 0 1.5px;
  }
  .section-top-support .list-support .box-ct {
    padding: 18px 3px 16px;
  }
  .section-top-support .list-support img {
    height: 20px;
    margin: 0 auto;
  }
  .section-top-support .list-support .txt-ope {
    text-align: left;
    line-height: 1.1875;
    font-size: 16px;
    margin-top: 12px;
  }

  .section-top-tel {
    margin-top: 130px;
  }

  .list-tel {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .list-tel .item {
    width: 87%;
    margin: 0 auto 36px;
    padding: 38px 10px 30px 30px;
  }
  .list-tel .txt-name {
    font-size: 17px;
  }
  .list-tel .txt-tel {
    font-size: 23px;
    margin-top: 12px;
  }
  .list-tel .txt-info {
    font-size: 11px;
    margin-top: -3px;
  }
  .list-tel .tel-title {
    font-size: 38px;
    left: -12px;
    top: -34px;
  }

  .section-top-notice {
    padding: 28px 0 65px;
  }
  .section-top-notice .link-notice {
    font-size: 18px;
    width: 76%;
    padding: 18px 5px;
    margin: 30px auto 0;
  }

  .list-notice {
    display: block;
    margin-top: 21px;
  }
  .list-notice .item {
    width: 97.2%;
    margin: 0 auto 10px;
  }
  .list-notice .item:nth-child(3n) {
    margin-right: auto;
  }
  .list-notice .txt-rate {
    text-align: center !important;
    font-size: 16px;
    line-height: 1.4375;
  }
  .list-notice .txt-rate span {
    text-align: center !important;
  }
  .list-notice .item01 {
    padding-top: 32px;
  }
  .list-notice .item01 .txt-semi {
    font-size: 16px;
    margin-top: 20px;
  }
  .list-notice .item01 .txt-semi span {
    border-top-width: 1px;
    border-bottom-width: 1px;
    padding: 3px 5px;
  }
  .list-notice .item01 .txt-rate {
    margin-top: 60px;
  }
  .list-notice .item02 .txt-rate {
    bottom: 54px;
  }
  .list-notice .item03 {
    padding: 20px 0 0 12px;
  }
  .list-notice .item03 .txt-rate {
    display: block;
    margin-top: 26px;
  }
  .list-notice .item03 img {
    margin: 0 auto;
  }
	
	.link-telphone{
  display: block;
  background-color: #058BDF;
  color: #fff;
    font-size: 18px;
    width: 76%;
  font-weight: bold;
    padding: 18px 5px;
    margin: 0px auto 20px;
  text-align: center;
		background-size:30px 30px;
	background-image:url("../img/common/ico_phone02.png");
	background-position:27% 50%;
		background-repeat:no-repeat;
	}
		.link-telphone p{
width:50%;
margin-left:33%;
	}
	
	.nakamiya_topic{
		display:none;
	}
	.nakamiya_topic_sp{
		display:block;
		padding-top:30px;
	}
	.nakamiya_topic_sp img{
		width:100%;
		padding:0;
	}
	
	
}
@media (max-width: 374px) {
  .list-staff .share .box-txt {
    padding: 0 5px;
  }
  .list-staff .share .share-title br {
    display: none;
  }
.list-tel {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom:30px;
}
  .list-tel .item {
    width: 100%;
    padding-left: 15px;
  }
  .list-tel .tel-title {
    left: 0;
  }
}
/* PAGE PRODUCT
 * ----------------------------------------------- */
.list-third {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.list-third .item {
  display: block;
  width: 354px;
  margin-right: 9px;
}
.list-third .item:nth-child(3n) {
  margin-right: 0;
}

.list-product {
  position: relative;
  z-index: 2;
  margin-top: 104px;
}
.list-product .item {
  -moz-transition: all 0.26s ease;
  -o-transition: all 0.26s ease;
  -webkit-transition: all 0.26s ease;
  transition: all 0.26s ease;
  background: url(../img/product/link_bg01.png) 0 0 no-repeat;
  background-size: 100% auto;
  color: #fff;
  text-align: center;
  font-size: 32px;
  padding: 15px 5px 0;
  height: 84px;
}
html.ie .list-product .item {
  padding: 20px 5px 0;
}

@media (min-width: 751px) {
  .list-product .item:hover,
  .list-product .active {
    background-image: url(../img/product/link_bg_active01.png);
  }
  .list-product .list {
    background-image: url(../img/product/link_bg02.png);
  }
  .list-product .list:hover, .list-product .list.active {
    background-image: url(../img/product/link_bg_active02.png);
  }
}
.list-brand {
  margin-top: 54px;
}
.list-brand.first {
  margin-top: 46px;
}
.list-brand .item {
  background-color: #E2F4FF;
  position: relative;
  text-align: center;
  padding: 18px 0 6px;
  margin-bottom: 10px;
}
.list-brand .item.no-padding {
  padding: 0;
}
.list-brand .item.no-padding img {
  width: 100%;
}
.list-brand .txt-brand {
  font-size: 22px;
  height: 44px;
}
.list-brand .txt-brand.small {
  letter-spacing: -0.06em;
  font-size: 19px;
  padding: 2px 0;
}
.list-brand .box-connect {
  position: absolute;
  right: 7px;
  bottom: 7px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.list-brand .box-connect p {
  background-color: #3277CE;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  width: 32px;
  height: 32px;
  margin-left: 4px;
}
.list-brand .box-connect p img {
  display: block;
  width: 100%;
}
.list-brand .item02 {
  background-color: #D2F6D1;
}
.list-brand .item02 .box-connect p {
  background-color: #194C27;
}
.list-brand .item03 {
  background-color: #F8DFCC;
}
.list-brand .item03 .box-connect p {
  background-color: #E9580D;
}
.list-brand .item04 {
  background-color: #FEE2F0;
}
.list-brand .item04 .box-connect p {
  background-color: #CD4287;
}
.list-brand .item05 {
  background-color: #F5D2D4;
}
.list-brand .item05 .box-connect p {
  background-color: #A40005;
}
.list-brand .item06 {
  background-color: #E0FBF9;
}
.list-brand .item06 .box-connect p {
  background-color: #0092E5;
}
.list-brand .item07 {
  background-color: #C9E7FB;
}
.list-brand .item07 .box-connect p {
  background-color: #3277CE;
}

.sec-product {
  padding: 110px 0 130px;
}
.sec-product .product-in {
  margin-top: -12px;
  padding: 126px 0 110px;
}
.sec-product .block-product + .block-product {
  margin-top: 115px;
}
.sec-product .txt-system {
  text-align: center;
}
.sec-product .txt-system span {
  display: inline-block;
  background-color: #4378CA;
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  padding: 8px 22px 6px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}
html.ie .sec-product .txt-system span {
  padding: 11px 22px 3px;
}
.sec-product .txt-note {
  font-weight: 500;
  margin-top: 52px;
}
.sec-product .txt-note .connect {
  display: inline-block;
  vertical-align: middle;
}
.sec-product .txt-note .connect img {
  background-color: #6D6D6E;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  width: 32px;
  height: 32px;
  margin: -2px 2px 0 22px;
}
.sec-product .block-result {
  margin: -12px 0 0;
}
.sec-product .block-result.second {
  margin-bottom: -22px;
}
.sec-product .block-result .txt-note {
  margin-top: 18px;
}
.sec-product .result-in,.sec-product .result-in2 {
  padding: 38px 62px 30px 46px;
  min-height: 358px;
}
.sec-product .result-in2 {
  min-height: 158px;
}
.sec-product .select-title {
  color: #4378CA;
  font-size: 16px;
}
.sec-product .list-result {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 7px;
}
.sec-product .list-result .btn-off {
  cursor: pointer;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 19px;
  padding: 10px 11px 7px;
  border: 2px solid #4378CA;
  background-color: #DDEFFB;
  color: #4378CA;
}
html.ie .sec-product .list-result .btn-off {
  padding-top: 9px;
  padding-bottom: 1px;
}
.sec-product .list-result .second {
  font-size: 24px;
  padding: 7px 12px 6px;
}
.sec-product .list-result .small {
  font-size: 15px;
  display: inline-block;
  vertical-align: middle;
  margin-top: 5px;
}
.sec-product .list-result .on {
  color: #fff;
  background-color: #4378CA;
}
.sec-product .block-search {
  margin: 50px 0 -14px;
}
.sec-product .block-search .search-title {
  position: relative;
}
.sec-product .block-search .search-title .tit {
  color: #4378CA;
  position: relative;
  z-index: 2;
  display: inline-block;
  background-color: #fff;
  padding: 0 32px 0 0;
  font-size: 16px;
}
.sec-product .block-search .search-title .item {
  font-size: 24px;
}
.sec-product .block-search .search-title:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  border-top: 2px dashed #4378CA;
  left: 0;
  top: 50%;
}
.sec-product .block-search .list-brand {
  margin-top: 20px;
}

@media (max-width: 750px) {
  .list-third .item {
    width: 32.77%;
    margin-right: 0.845%;
  }

  .list-product {
    margin-top: 30px;
  }
  .list-product .item {
    position: relative;
    background-image: url(../img/product/sp/link_bg01.png);
    background-repeat: repeat-x;
    background-size: 118px auto;
    font-size: 15px;
    line-height: 1.13333;
    padding: 10px 5px 0;
    height: 50px;
  }
  .list-product .item:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 12px;
    background: url(../img/product/sp/ico_arrow01.png) center 0 no-repeat;
    background-size: 25px auto;
    left: 0;
    bottom: -12px;
  }
  .list-product .item.active {
    background-image: url(../img/product/sp/link_bg_active01.png);
  }
  .list-product .item.active:after {
    background-image: url(../img/product/sp/ico_arrow_active01.png);
  }
  .list-product .list {
    background-image: url(../img/product/sp/link_bg02.png);
  }
  .list-product .list:after {
    background-image: url(../img/product/sp/ico_arrow02.png);
  }
  .list-product .list.active {
    background-image: url(../img/product/sp/link_bg_active02.png);
  }
  .list-product .list.active:after {
    background-image: url(../img/product/sp/ico_arrow_active02.png);
  }

  .list-brand {
    margin-top: 35px;
  }
  .list-brand.first {
    margin-top: 32px;
  }
  .list-brand .item {
    width: 49%;
    padding: 10px 4px 3px;
    margin-bottom: 5px;
    margin-right: 2%;
  }
  .list-brand .item:nth-child(3n) {
    margin-right: 2%;
  }
  .list-brand .item:nth-child(2n) {
    margin-right: 0;
  }
  .list-brand .txt-brand {
    font-size: 10px;
    height: 20px;
  }
  .list-brand .txt-brand.small {
    font-size: 9px;
    padding: 2px 0;
  }
  .list-brand .box-connect {
    right: 5px;
    bottom: 3px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .list-brand .box-connect p {
    width: 16px;
    height: 16px;
    margin-left: 2px;
  }
  .list-brand .img-product {
    max-width: 250px;
    margin: 0 auto;
  }
  .list-brand .no-padding .img-product {
    max-width: 224px;
  }
  .list-brand.second {
    display: block;
  }
  .list-brand.second .item {
    width: 100%;
    padding: 17px 4px 8px;
    margin-bottom: 8px;
    margin-right: 0;
  }
  .list-brand.second .txt-brand {
    font-size: 20px;
    height: 44px;
  }
  .list-brand.second .box-connect {
    right: 7px;
    bottom: 5px;
  }
  .list-brand.second .box-connect p {
    width: 30px;
    height: 30px;
    margin-left: 4px;
  }
  .list-brand.second .img-product {
    max-width: 310px;
  }

  .sec-product {
    padding: 22px 0 0;
  }
  .sec-product .product-in {
    margin-top: 0;
    padding: 46px 0 60px;
  }
  .sec-product .block-product + .block-product {
    margin-top: 62px;
  }
  .sec-product .txt-system {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .sec-product .txt-system span {
    font-size: 16px;
    padding: 4px 10px 2px;
  }
  .sec-product .txt-note {
    text-align: left;
    font-size: 12px;
    line-height: 2;
    margin: 25px 0 0 10px;
  }
  .sec-product .txt-note .connect {
    margin: 0 20px 4px 0;
  }
  .sec-product .txt-note .connect img {
    display: inline-block;
    vertical-align: middle;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    width: 20px;
    height: 20px;
    margin: -2px 2px 0 -2px;
  }
  .sec-product .block-result {
    margin: 0 0 105px;
  }
  .sec-product .block-result .txt-note {
    margin-top: -15px;
  }
  .sec-product .result-in,.sec-product .result-in2 {
    background-color: #fff;
    padding: 28px 10px;
    min-height: auto;
  }
  .sec-product .list-result {
    margin-top: 11px;
  }
  .sec-product .block-search {
    margin: 46px 0 65px;
    padding: 0 6px;
  }
  .sec-product .block-search .search-title .tit {
    padding: 0 24px 0 8px;
    font-size: 15px;
  }
  .sec-product .block-search .search-title .item {
    font-size: 22px;
  }
  .sec-product .block-search .list-brand {
    margin-top: 10px;
  }
}
@media (max-width: 374px) {
  .list-product .item {
    font-size: 12px;
    padding-top: 14px;
  }

  .list-brand.second .txt-brand {
    font-size: 16px;
    height: 30px;
  }

  .sec-product .select-title {
    font-size: 14px;
  }
  .sec-product .list-result .btn-off {
    font-size: 16px;
  }
  .sec-product .list-result .second {
    font-size: 18px;
  }
  .sec-product .list-result .small {
    font-size: 13px;
  }
}
/* PAGE STAFFNAVI
 * ----------------------------------------------- */
.main-container {
  overflow: hidden;
  position: relative;



  z-index: 2;


  background-color: #fff;
  margin-top: 586px;
}

@media (min-width: 751px) {
  .sec-banner.sub-banner + .main-container {
    margin-top: 338px;
  }
}
.sec-banner {
  position: fixed;
  min-width: 1280px;
  width: 100%;
  left: 0;
  top: 0;
  padding-top: 52px;
  overflow: hidden;
  text-align: center;
  background-color: #EEF8FF;
}
.sec-banner img {
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  width: auto;
}
.sec-banner.blur:after {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background: rgba(255, 255, 255, 0.8);
}

.top-img {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.top-img.zoom {
  -moz-transform: scale(1.06);
  -ms-transform: scale(1.06);
  -webkit-transform: scale(1.06);
  transform: scale(1.06);
}

.animation .image-box {
  opacity: 0;
  -moz-transform: matrix(1, 0, 0, 1, 0, 100);
  -ms-transform: matrix(1, 0, 0, 1, 0, 100);
  -webkit-transform: matrix(1, 0, 0, 1, 0, 100);
  transform: matrix(1, 0, 0, 1, 0, 100);
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.animation.visible .image-box {
  visibility: visible;
  opacity: 1;
  -moz-transform: matrix(1, 0, 0, 1, 0, 0);
  -ms-transform: matrix(1, 0, 0, 1, 0, 0);
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
}

@keyframes myMove {
  from {
    opacity: 0;
    -moz-transform: matrix(1, 0, 0, 1, 0, 100);
    -ms-transform: matrix(1, 0, 0, 1, 0, 100);

    -webkit-transform: matrix(1, 0, 0, 1, 0, 100);
    transform: matrix(1, 0, 0, 1, 0, 100);
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
  }
  to {
    visibility: visible;
    opacity: 1;
    -moz-transform: matrix(1, 0, 0, 1, 0, 0);
    -ms-transform: matrix(1, 0, 0, 1, 0, 0);
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
}
.sec-use {
  padding: 60px 0 0;
}
.sec-use .list-use {
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-top: 20px;
}
.sec-use .list-use li {
  text-align: center;
  width: 300px;
  margin: 0 14px 18px;
	padding-top:35px;
	position:relative;
}
.sec-use .list-use li span{
	position:absolute;
   top: 50%;
   left: 50%;
   -webkit-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
	max-width:200px;max-height:200px; 
	width:200px;height:200px;
	background-color:#F8F8F8;
	border-radius:50%;
	z-index:-1;
}

@media (max-width: 750px) {
.sec-use .list-use li span{
		width:130px;height:130px;
	top: 30%;
	}
}
@media (min-width: 751px) {
.sec-use .list-use li:nth-child(n + 4) span{
	margin-top:25px;
	}
}





.sec-use .list-use .txt-use {
  color: #058BDF;
  line-height: 1.7;
  margin-top: 15px;
  font-size: 20px;
}



.sec-use .block-video {
  text-align: center;
  margin-top: 42px;
}




.sec-staff {
  overflow: hidden;
  margin-top: 110px;
}
.sec-staff .block-item .product-title {
  padding-top: 110px;
}
.sec-staff .block-item .wrapper {
  position: relative;
}
.sec-staff .block-item .img-abso {
  position: absolute;
  z-index: -1;
}
.sec-staff .block-item .block-staff {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 27px 0 58px;
}
.sec-staff .block-item .col-img {
  width: 520px;
  margin-left: -15px;
}
.sec-staff .block-item .col-detail {
  width: 530px;
  padding: 22px 0 0 34px;
}
.sec-staff .block-item .txt-pos span {
  display: inline-block;
  background-color: #058BDF;
  color: #fff;
  text-align: center;
  min-width: 156px;
  font-size: 18px;
  padding: 9px 24px 6px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}
html.ie .sec-staff .block-item .txt-pos span {
  padding: 12px 24px 3px;
}
.sec-staff .block-item .txt-detail {
  margin-top: 26px;
}
.sec-staff .block-item .img-detail {
  margin-top: 68px;
}
.sec-staff .block-item .img-detail img {
  width: 427px;
  height: auto;
}
.sec-staff .block-item:nth-child(odd) {
  background: rgba(50, 119, 206, 0.6);
  color: #fff;
}
.sec-staff .block-item:nth-child(odd) .product-title, .sec-staff .block-item:nth-child(odd) .txt-detail {
  color: #fff !important;
}
.sec-staff .block-item:nth-child(odd) .txt-pos span {
  background-color: #fff !important;
  color: #84ADE1;
}
.sec-staff .block01 .img-abso {
  right: -460px;
  top: 0;
}
.sec-staff .block02 .product-title {
  padding-top: 76px;
}
.sec-staff .block02 .block-staff {
  padding-bottom: 152px;
}
.sec-staff .block02 .img-abso {
  left: -754px;
  bottom: 20px;
}
.sec-staff .block03 .product-title {
  padding-top: 116px;
}
.sec-staff .block03 .block-staff {
  padding: 12px 0 88px;
}
.sec-staff .block03 .img-abso {
  right: -490px;
  bottom: 0;
}
.sec-staff .block04 .product-title {
  padding-top: 116px;
}
.sec-staff .block04 .block-staff {
  padding-bottom: 52px;
}
.sec-staff .block04 .img-abso {
  left: -534px;
  bottom: 0;
}
.sec-staff .block05 .block-staff {
  padding-bottom: 40px;
}
.sec-staff .block05 .img-abso {
  right: -460px;
  bottom: 0;
}

.stacas_bnr{
	text-align:center;
padding-top:90px;}

@media (min-width: 751px) {

  .sec-staff .block-item {
    min-height: 960px;
  }
  .sec-staff .block-item.empty {
    min-height: 0 !important;
  }
}
.sec-style {
  padding: 108px 0;
}
.sec-style .list-type {
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 100px;
  color: #058BDF;
  text-align: center;
}
.sec-style .list-type li {
  width: 310px;
}
.sec-style .list-type li.first {
  padding-left: 80px;
}
.sec-style .list-type .type-title {
  font-size: 30px;
}
.sec-style .list-type img {
  margin-top: 64px;
}

.txt-type {
  width: 160px;
  margin: 24px auto 0;
  border: 3px solid #058BDF;
  color: #058BDF;
  font-size: 30px;
  text-align: center;
  padding: 7px 10px 5px;
}
html.ie .txt-type {
  padding: 10px 10px 2px;
}

.sec-customer {
  margin-top: 12px;
}
.sec-customer .list-customer {
  margin-top: 46px;
}
.sec-customer .list-customer a {
  display: block;
  width: 358px;
  margin: 0 2px 2px 0;
  color: #fff;
  text-align: center;
}
.sec-customer .list-customer a:nth-child(3n) {
  margin-right: 0;
}
.sec-customer .list-customer .item01 {
  background-color: #058BDF;
  padding: 45px 5px 23px;
}
.sec-customer .list-customer .item01 .img-item {
  width: auto;
  height: 85px;
}
.sec-customer .list-customer .item01 .txt-item {
  font-size: 22px;
  margin-top: 32px;
}
.sec-customer .list-customer .item {
  padding: 20px 0 4px;
}
.sec-customer .list-customer .item02 {
  background-color: #F9EA80;
}
.sec-customer .list-customer .item02 .list-title {
  color: #597787;
}
.sec-customer .list-customer .item03 {
  background-color: #F97330;
}
.sec-customer .list-customer .item04 {
  background-color: #7cbd2c;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF7CBD2C', endColorstr='#FF009135');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdjYmQyYyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwOTEzNSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #7cbd2c), color-stop(100%, #009135));
  background-image: -moz-linear-gradient(top, #7cbd2c 0%, #009135 100%);
  background-image: -webkit-linear-gradient(top, #7cbd2c 0%, #009135 100%);
  background-image: linear-gradient(to bottom, #7cbd2c 0%, #009135 100%);
}
.sec-customer .list-customer .item05 {
  background-color: #4378CA;
}
.sec-customer .list-customer .item05 .img-list {
  margin-top: 28px;
}
.sec-customer .list-customer .list-title {
  line-height: 1.34;
  font-size: 18px;
}
.sec-customer .list-customer .img-list {
  width: auto;
  height: 132px;
  margin-top: 12px;
}

.list-navi {
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-top: 118px;
}
.list-navi .navi {
  display: block;
  background-color: #058BDF;
  color: #fff;
  text-align: center;
  font-size: 22px;
  width: 280px;
  margin: 0 12px;
  padding: 16px 0 14px;
}
html.ie .list-navi .navi {
  padding: 22px 0 8px;
}

.sec-study {
  padding: 112px 0 0px;
}
.sec-study .block-connect {
  margin-top: 116px;
}
.sec-study .list-staff {
  margin-top: 25px;
}
.sec-study .list-navi {
  margin-top: 10px;
}
.sec-study .txt-phone {
  text-align: center;
  margin-top: 42px;
}
.sec-study .txt-phone span {
  display: inline-block;
  color: #058BDF;
  padding-left: 36px;
  background: url(../img/common/ico_phone04.png) left center no-repeat;
  background-size: 20px auto;
  font-size: 38px;
}
html.ie .sec-study .txt-phone span {
  background-position: left top 7px;
}

.relative .main-container .sec-study .wrapper .user-company ul{
	margin:60px auto 0;
}
.relative .main-container .sec-study .wrapper .user-company .block-grid.block-grid-1-2-3 li:nth-child(n+7){display:none;}

.sec-study.sec-study-price{
	padding-bottom:60px;
}

.navianalyzer-main .sec-study .wrapper,.main-enavit.relative .sec-study .wrapper,.main-sokumen.relative .sec-study.sec-study-price{
	padding-bottom:120px;
}



@media (max-width: 750px) {
  .main-container {
    margin-top: 280px;
  }

  .sec-banner {
    min-width: 320px;
    padding-top: 60px;
  }
  .sec-banner img {
    max-width: 100%;
  }
  .sec-banner .top-img {
    height: auto;
    margin: 0 auto;
    max-width: 375px;
    width: 100%;
  }

  .sec-use {
    padding: 52px 0 0;
  }
  .sec-use .list-use {
    margin: -26px auto 0;
    max-width: 500px;
  }
  .sec-use .list-use li {
    text-align: center;
    width: 48%;
    margin: 0 1% 6px;
  }
  .sec-use .list-use li.second {
    margin-bottom: 50px;
  }
  .sec-use .list-use .txt-use {
    line-height: 1.46154;
    margin-top: 18px;
    font-size: 13px;
    letter-spacing: -0.05em;
  }
  .sec-use .list-use img {
    height: 100px;
    width: auto;
    margin: 0 auto;
  }
  .sec-use .block-video {
    margin: 58px -3.5px 0;
  }
  .sec-use .block-video video {
    width: 100%;
    height: auto;
  }


  .sec-staff {
    margin-top: 53px;
  }
  .sec-staff .block-item .product-title {
    padding-top: 70px;
  }
  .sec-staff .block-item .block-staff {
    display: block;
    padding: 27px 0 65px;
  }
  .sec-staff .block-item .col-img {
    width: 100%;
    margin: -5px 0 0 0;
    padding-right: 20px;
  }
  .sec-staff .block-item .col-img img {
    width: 264px;
    margin: 0 auto;
  }
  .sec-staff .block-item .col-detail {
    width: 100%;
    padding: 0 12px 0;
  }
  .sec-staff .block-item .txt-pos {
    text-align: center;
    margin-top: 30px;
  }
  .sec-staff .block-item .txt-pos span {
    padding: 8px 24px 7px;
  }
  .sec-staff .block-item .txt-detail {
    margin-top: 26px;
  }
  .sec-staff .block-item .img-detail {
    margin-top: 25px;
  }
  .sec-staff .block-item .img-detail img {
    width: 100%;
    max-width: 470px;
  }
  .sec-staff .block01 .product-title {
    line-height: 1.2;
  }
  .sec-staff .block01 .img-abso {
    right: -222px;
    bottom: 66px;
    top: auto;
    width: 470px;
  }
  .sec-staff .block02 .col-img {
    padding-right: 0;
    margin-top: -30px;
  }
  .sec-staff .block02 .col-img img {
    width: 100%;
    max-width: 360px;
  }
  .sec-staff .block02 .product-title {
    padding-top: 62px;
  }
  .sec-staff .block02 .block-staff {
    padding-bottom: 62px;
	  padding-top:40px;
  }
  .sec-staff .block02 .img-abso {
    left: -262px;
    bottom: 140px;
    width: 450px;
  }
  .sec-staff .block03 .product-title {
    padding-top: 66px;
  }
  .sec-staff .block03 .col-img {
    padding-right: 0;
    margin-top: 17px;
  }
  .sec-staff .block03 .col-img img {
    width: 100%;
    max-width: 340px;
  }
  .sec-staff .block03 .block-staff {
    padding: 30px 0 68px;
  }
  .sec-staff .block03 .img-abso {
    right: -240px;
    bottom: 0px;
    width: 560px;
  }
  .sec-staff .block04 .col-img {
    margin-top: -24px;
    padding-right: 0;
  }
  .sec-staff .block04 .col-img img {
    width: 100%;
    max-width: 330px;
  }
  .sec-staff .block04 .txt-detail {
    margin-top: 36px;
  }
  .sec-staff .block04 .product-title {
    padding-top: 66px;
  }
  .sec-staff .block04 .block-staff {
    padding-bottom: 70px;
  }
  .sec-staff .block04 .img-abso {
    left: -98px;
    bottom: 105px;
    width: 450px;
  }
  .sec-staff .block05 .col-img {
    margin-top: -33px;
    padding-right: 0;
  }
  .sec-staff .block05 .col-img img {
    width: 100%;
    max-width: 370px;
  }
  .sec-staff .block05 .col-detail {
    padding-top: 8px;
  }
  .sec-staff .block05 .product-title {
    padding-top: 60px;
  }
  .sec-staff .block05 .block-staff {
    padding-bottom: 68px;
  }
  .sec-staff .block05 .img-abso {
    width: 560px;
    right: -136px;
    bottom: 0;
  }

  .sec-style {
    padding: 68px 0 0;
  }
  .sec-style .list-type {
    margin-top: 64px;
  }
  .sec-style .list-type li {
    width: 100%;
    margin-bottom: 68px;
  }
  .sec-style .list-type li.first {
    padding-left: 0;
  }
  .sec-style .list-type li.third img {
    margin-top: 35px;
  }
  .sec-style .list-type .type-title {
    font-size: 22px;
  }
  .sec-style .list-type img {
    margin: -18px auto 0;
    width: 250px;
  }

  .txt-type {
    width: 160px;
    margin: 24px auto 0;
    padding: 6px 10px;
  }

  .sec-customer {
    margin-top: 12px;
  }
  .sec-customer .list-customer {
    margin-top: 26px;
  }
  .sec-customer .list-customer a {
    width: 49.8%;
    margin: 0 0.4% 2px 0;
  }
  .sec-customer .list-customer a:nth-child(3n) {
    margin-right: 0.4%;
  }
  .sec-customer .list-customer a:nth-child(2n) {
    margin-right: 0;
  }
  .sec-customer .list-customer a img {
    margin: 0 auto;
  }
  .sec-customer .list-customer .item01 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 11px 5px 7px;
  }
  .sec-customer .list-customer .item01 .img-item {
    height: 62px;
  }
  .sec-customer .list-customer .item01 .txt-item {
    width: 100%;
    font-size: 18px;
    margin-top: 4px;
  }
  .sec-customer .list-customer .item {
    padding: 14px 0 4px;
  }
  .sec-customer .list-customer .list-title {
    line-height: 1.5;
    font-size: 12px;
  }
  .sec-customer .list-customer .img-list {
    height: 77px;
    margin-top: 0;
  }

  .sec-study {
    padding: 64px 0 60px;
  }
  .sec-study .block-connect {
    margin-top: 66px;
  }
  .sec-study .list-staff {
    margin-top: 43px;
  }
  .sec-study .list-navi {
    margin-top: 10px;
  }
  .sec-study .txt-phone {
    margin-top: 48px;
  }
  .sec-study .txt-phone span {
    padding-left: 26px;
    font-size: 28px;
  }
	
.navianalyzer-main .sec-study .wrapper,.main-enavit.relative .sec-study .wrapper{
	padding-bottom:0px;
}
.main-sokumen.relative .sec-study.sec-study-price
{padding-bottom:60px;}
	
	
.stacas_bnr{
padding-top:40px;
	}
	
.stacas_bnr img.sm{
	width:98%;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:15px;
	}
}
@media (max-width: 374px) {
  .sec-use .list-option a {
    font-size: 14px;
  }
  .sec-use .list-arrow {
    max-width: 313px;
    background-size: 203px auto;
    background-position: center center;
  }
  .sec-use .list-arrow img {
    height: 54px;
  }
  .sec-use .list-arrow .item03 {
    left: 50px;
  }
  .sec-use .list-arrow .item04 {
    left: 122px;
  }
  .sec-use .list-arrow .item05 {
    left: 190px;
  }

  .sec-banner .top-img {
    max-width: 320px;
  }
}

/* STAFFNAVI PRICE PAGE
 * ----------------------------------------------- */
.sec-banner-price img {
  height: 336px;
}

.sec-choose {
  color: #058BDF;
  padding-top: 110px;
}
.sec-choose .wrap-tbl {
  padding-right: 86px;
}
.sec-choose .wrap-choose {
  width: 900px;
  margin: 65px auto 0;
}
.sec-choose .tbl-choose {
  width: 260px;
}
.sec-choose .tbl-choose.first {
  width: 380px;
  margin-left: 0;
}
.sec-choose .tbl-choose.first td {
  width: 260px;
}
.sec-choose .tbl-choose td, .sec-choose .tbl-choose th {
  font-weight: bold;
  vertical-align: middle;
}
.sec-choose .tbl-choose td {
  text-align: center;
  background-color: #EEF8FF;
  width: 100%;
}
.sec-choose .tbl-choose th {
  text-align: right;
  line-height: 1.42;
  font-size: 19px;
  padding-right: 16px;
}
.sec-choose .tbl-choose td, .sec-choose .tbl-choose th {
  border-bottom: 1px solid #3277CE;
}
.sec-choose .tbl-choose tr:last-child td, .sec-choose .tbl-choose tr:last-child th {
  border-bottom: 0;
}
.sec-choose .tbl-choose .col01 {
  border-left: 4px solid #fff;
}
.sec-choose .tbl-choose .img-choose {
  margin-top: 56px;
}
.sec-choose .tbl-choose .img-choose img {
  width: auto;
  height: 108px;
}
.sec-choose .tbl-choose .col-choose {
  padding-top: 58px;
  padding-bottom: 46px;
}
.sec-choose .tbl-choose .txt-type {
  width: 144px;
  font-size: 22px;
  margin-top: 20px;
  padding: 12px 10px 8px;
}
.sec-choose .tbl-choose .txt-price {
  font-size: 30px;
  padding: 30px 0 28px;
}
.sec-choose .tbl-choose .txt-price .small {
  font-size: 21px;
}
.sec-choose .tbl-choose .img-screen {
  padding: 36px 0 24px;
}
.sec-choose .tbl-choose .img-screen img {
  width: auto;
  height: 30px;
}
.sec-choose .tbl-choose .img-screen .licen {
  display: block;
  font-size: 23px;
  margin-top: 3px;
}
.sec-choose .tbl-choose .img-screen .licen small {
  font-size: 17px;
}
.sec-choose .txt-when {
  text-align: right;
  font-size: 16px;
  margin-top: 14px;
}

.block-display {
  text-align: center;
  margin-top: 120px;
}
.block-display .txt-learn {
  position: relative;
  margin: 0 auto;
  text-align: center;
  font-size: 30px;
  padding: 7px 5px 5px;
  border: 3px solid #058BDF;
  width: 240px;
  background-color: #fff;
}
html.ie .block-display .txt-learn {
  padding: 10px 5px 2px;
}
.block-display .txt-learn:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 24px;
  background: url(../img/staffnavi/choose_arrow.png) 0 0 no-repeat;
  background-size: 100% auto;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -23px;
}
.block-display .btn-more {
  margin-top: 47px;
}

.list-plus {
  margin-top: 68px;
}
.list-plus li {
  text-align: center;
  padding-top: 64px;
  background: url(../img/staffnavi/choose_plus.png) center top no-repeat;
  background-size: 41px auto;
  font-size: 22px;
}
.list-plus li + li {
  margin-top: 66px;
}

.sec-customer.second {
  margin-top: 116px;
}
.sec-customer.second .list-customer {
  margin-top: 70px;
}

@media (max-width: 750px) {
  .sec-banner-price img {
    height: auto;
  }

  .sec-choose {
    padding-top: 64px;
  }
  .sec-choose .wrap-tbl {
    padding: 0 24px;
  }
  .sec-choose .wrap-choose {
    width: auto;
    margin: 33px auto 0;
  }
  .sec-choose .tbl-choose {
    width: 100%;
    margin-bottom: 26px;
  }
  .sec-choose .tbl-choose img {
    margin: 0 auto;
  }
  .sec-choose .tbl-choose.first {
    width: 100%;
  }
  .sec-choose .tbl-choose.first td {
    width: 100%;
  }
  .sec-choose .tbl-choose td {
    width: 100%;
  }
  .sec-choose .tbl-choose th {
    display: none;
  }
  .sec-choose .tbl-choose .col01 {
    border-left: 0;
  }
  .sec-choose .tbl-choose .img-choose {
    margin-top: 56px;
  }
  .sec-choose .tbl-choose .img-choose img {
    height: 108px;
  }
  .sec-choose .tbl-choose .txt-sub {
    text-align: center;
    padding-top: 28px;
  }
  .sec-choose .tbl-choose .txt-sub span {
    display: inline-block;
    min-width: 70px;
    border: 2px solid #4378CA;
    color: #4378CA;
    font-size: 16px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    padding: 3px 10px 0px;
  }
  .sec-choose .tbl-choose .col-choose {
    padding-top: 58px;
    padding-bottom: 46px;
  }
  .sec-choose .tbl-choose .txt-type {
    margin-top: 20px;
    padding: 12px 10px 8px;
  }
  .sec-choose .tbl-choose .txt-price {
    padding: 4px 0 16px;
  }
  .sec-choose .tbl-choose .img-screen {
    padding: 6px 0 20px;
  }
  .sec-choose .tbl-choose .img-screen .licen {
    margin-top: 3px;
  }
  .sec-choose .txt-when {
    text-align: left;
    font-size: 10px;
    margin-top: -10px;
  }

  .block-display {
    margin-top: 64px;
  }
  .block-display .txt-learn {
    font-size: 18px;
    padding: 10px 5px;
    width: 208px;
  }
  .block-display .btn-more {
    margin-top: 50px;
  }

  .list-plus {
    margin-top: 52px;
  }
  .list-plus li {
    font-size: 18px;
  }
  .list-plus li + li {
    margin-top: 72px;
  }

  .sec-customer.second {
    margin-top: 60px;
  }
  .sec-customer.second .list-customer {
    margin-top: 28px;
  }
}














/* PAGE CASTINGNAVI
 * ----------------------------------------------- */
.block-bg {
  background-color: #FFFDF3;
}

.main-casting .sec-banner {
  background-color: #E1FBE0;
}
.main-casting .product-title {
  color: #0D9B08;
}
.main-casting .option-title span {
  color: #47A144;
}
.main-casting .option-title span:before, .main-casting .option-title span:after {
  background-color: #16A411;
}
.main-casting .sec-use .txt-use {
  color: #47A144;
}
.main-casting .sec-use .list-option .item {
  color: #47A144;
  border-color: #47A144;
  background-color: #E7FCE7;
}
.main-casting .list-arrow-cast {
  margin: 36px auto 0;
  position: relative;
  background: url(../img/castingnavi/staff_arrow.png) 0 0 no-repeat;
  height: 492px;
  width: 950px;
}
.main-casting .list-arrow-cast .item {
  display: block;
  position: absolute;
}
.main-casting .list-arrow-cast .item01 {
  left: 20px;
  top: 120px;
}
.main-casting .list-arrow-cast .item02 {
  left: 0;
  bottom: 107px;
}
.main-casting .list-arrow-cast .item03 {
  left: 200px;
  top: 0;
}
.main-casting .list-arrow-cast .item04 {
  left: 425px;
  top: 194px;
}
.main-casting .list-arrow-cast .item05 {
  left: 200px;
  bottom: 0px;
}
.main-casting .list-arrow-cast .item07 {
  left: 618px;
  top: 192px;
}
.main-casting .list-arrow-cast .item08 {
  right: 0;
  top: 56px;
}
.main-casting .list-arrow-cast .item09 {
  right: 0;
  top: 194px;
}
.main-casting .list-arrow-cast .item10 {
  right: 0;
  bottom: 32px;
}

  .main-casting .list-arrow-cast .item_web_a1 {
	display: block;
  	position: absolute;
    left: 10px;
    top: 130px;
  }
  .main-casting .list-arrow-cast .item_web_a2 {
	display: block;
  	position: absolute;
    left: 10px;
    top: 260px;
  }
  .main-casting .list-arrow-cast .item_web_a3 {
	display: block;
  	position: absolute;
    left: 415px;
    top: 190px;
  }




  .main-casting .list-arrow-cast .item_web_b1 {
	display: block;
  	position: absolute;
    left: 300px;
    top: 0px;
  }
  .main-casting .list-arrow-cast .item_web_b2 {
	display: block;
  	position: absolute;
    left: 520px;
    top: 190px;
  }
  .main-casting .list-arrow-cast .item_web_b3 {
	display: block;
  	position: absolute;
    left: 710px;
    top: 190px;
  }
  .main-casting .list-arrow-cast .item_web_b4 {
	display: block;
  	position: absolute;
    right: -5px;
    top: 60px;
  }







.main-casting .block-anchor {
  padding-top: 74px;
  padding-bottom: 110px;
}
.main-casting .sec-use .block-staff {
  margin-top: 0;
}
.main-casting .sec-use .block-use {
  padding-bottom: 50px;
}
.main-casting .sec-use .list-use {
  margin-top: 40px;
}
.main-casting .sec-use .block-option {
  margin-top: 120px;
}
.main-casting .sec-use .list-option {
  margin-top: 48px;
}
.main-casting .sec-staff {
  margin-top: 0;
}
.main-casting .sec-staff .block-item .txt-detail {
  color: #47A144;
}
.main-casting .sec-staff .block-item .txt-pos span {
  background-color: #0D9B08;
}
.main-casting .sec-staff .block-item:nth-child(odd) {
  background: rgba(71, 161, 68, 0.6);
}
.main-casting .sec-staff .block-item:nth-child(odd) .txt-pos span {
  color: #0D9B08;
}
.main-casting .sec-staff.casting-staff .block-item .col-img img {
  margin-left: -80px;
}
.main-casting .sec-staff .block02 .img-abso {
  left: -864px;
  bottom: 105px;
}
.main-casting .sec-staff .block02 .product-title {
  padding-top: 96px;
}
.main-casting .sec-staff .block04 .block-staff {
  padding-bottom: 0;
  margin-bottom: -16px;
}
.main-casting .sec-staff .block04 .product-title {
  color: #F57404;
  padding-top: 95px;
}
.main-casting .sec-staff .block04 .txt-detail {
  color: #2D5056;
}
.main-casting .sec-staff .block04 .btn-more {
  margin: 165px 0 0;
}
.main-casting .sec-staff .block04 .col-img img {
  margin: 28px 0 0 14px;
}
.main-casting .sec-staff .block04 .img-connect img {
  margin: 34px 0 0 -72px;
}
.main-casting .sec-staff .block05 {
  min-height: auto;
}
.main-casting .sec-style .list-type .type-title {
  color: #47A144;
}
.main-casting .sec-style .txt-type {
  color: #47A144;
  border-color: #0D9B08;
}
.main-casting .sec-customer .list-customer .item01 {
  background-color: #47A144;
}
.main-casting .sec-customer .list-customer .item03 {
  padding-bottom: 0;
}
.main-casting .sec-customer .list-customer .item03 img {
  margin-top: 16px;
}
.main-casting .sec-customer .list-navi .navi {
  background-color: #47A144;
}
.main-casting .sec-choose {
  color: #47A144;
}
.main-casting .sec-choose .tbl-choose td,
.main-casting .sec-choose .tbl-choose th {
  border-color: #47A144;
}
.main-casting .sec-choose .tbl-choose .txt-type {
  border-color: #47A144;
  color: #47A144;
}
.main-casting .sec-choose .tbl-choose td {
  background-color: #E1F6E0;
}
.main-casting .sec-choose .list-plus li {
  background-image: url(../img/castingnavi/choose_plus.png);
}
.main-casting .sec-choose .block-display .txt-learn {
  border-color: #47A144;
}
.main-casting .sec-choose .btn-more.second {
  width: 352px;
  background-color: #47A144;
}
.main-casting .sec-choose .block-display .txt-learn:after {
  background-image: url(../img/castingnavi/choose_arrow.png);
}





.cas-uts{
	background-color:#E7F7F8;
}
.cas-uts2{
	width:1080px;
	margin:0 auto;
}
.cas-uts3{
	padding-top:80px;
	padding-bottom:80px;
}

.cas-uts .product-title{
	color:#63D3DB;	
}

.cas-uts-p1{
	width:960px;
	font-size:16px;
	line-height:25px;
	color:#2D5056;
	margin:60px auto 0;
}

.cas-uts4{
background:url("../img/castingnavi/cas-uts1.png") 0 0 no-repeat;
margin: 36px auto 0;
position: relative;
background-size:contain;
height:750px;
}
.cas-uts img{
	width:85%;
	height:auto;
}

.cas-uts-img{
	display:block;
	position:absolute;
}

.cas-uts-img.cas-uts-img1{
	left:100px;
	top:369px;
}
.cas-uts-img.cas-uts-img2{
	left:385px;
	top:70px;
}
.cas-uts-img.cas-uts-img3{
	left:405px;
	top:380px;
}
.cas-uts-img.cas-uts-img4{
	left:730px;
	top:402px;
}

.cas-uts-p2{
	text-align:center;
	font-size:13px;
	color:#2D5056;
}

.castarrow_pc { display: block !important;
cursor : pointer;}
.castarrow_sp { display: none !important; }











.block_plusnavi{
	text-align:center;
}

.block-item.block_plusnavi .wrapper .product-title{
	color:#F57404;
}

.block-item.block_plusnavi .wrapper .txt-detail{
	width:960px;
	color:#2D5056;
	margin:26px auto 0;
	text-align:left;
}

.block_plusnavi_pc { display: block !important; }
.block_plusnavi_sp { display: none !important; }




.cas_plusnavi_img3{
	margin-top:-40px;
	width:100%;
}

.btn-cas-plusnavi {
  width: 280px;
  background-color: #FF8A45;
	margin-left:0px;
	margin-top:40px;
  display:block;
  text-align: center;
  color: #fff;
  font-size: 22px;
  padding: 18px 5px 14px;
}


.block-item.block_plusnavi .wrapper .block-staff .col-img{
text-align:right;
width:50%;
margin:0;
}
.block-item.block_plusnavi .wrapper .block-staff .col-detail{
text-align:left;
width:50%;
padding:0 0 0 30px;
margin:0;
}
.cas-plusnavi-div{
	padding-bottom:150px;
}
.block-item.block_plusnavi .wrapper .block-staff .col-detail img{
max-width:354px;
height:auto;}

.cas-plusnavi-div p{
line-height: 1.5625;
font-size: 16px;
margin-top:60px;
margin-bottom:60px;
width:95%;
text-align:justify;
}


@media (max-width: 750px) {
	
	
.block-item.block_plusnavi .wrapper .block-staff .col-img{
text-align:center;
width:100%;
}
	.block-item.block_plusnavi .wrapper .block-staff .col-img img{width:70%; height:auto;}
.block-item.block_plusnavi .wrapper .block-staff .col-detail{
text-align:center;
width:100%;
padding:0;
display:inline;
}
	.block-item.block_plusnavi .wrapper .block-staff .col-detail img{margin:30px auto 0;
	width:70%; height:auto;}
.block-item.block_plusnavi .wrapper .block-staff .col-detail a{margin:30px auto 0;}
.cas-plusnavi-div{
	align-self: auto;
	padding-bottom:0px;
	text-align:center;
}	
	
	.cas-plusnavi-div p{
		width:95%;
		margin:30px auto;
	}
	
  .main-casting .list-arrow-cast {
    margin-top: 25px;
    background-size: 100% auto;
    height: 202px;
    max-width: 368px;
  }
  .main-casting .list-arrow-cast .item img {
    height: 60px;
    width: auto;
  }
  .main-casting .list-arrow-cast .item01 {
    left: 0;
    top: 40px;
  }
  .main-casting .list-arrow-cast .item02 {
    left: 4px;
    bottom: 32px;
  }
  .main-casting .list-arrow-cast .item02 img {
    height: 68px;
  }
  .main-casting .list-arrow-cast .item03 {
    left: 78px;
    top: 4px;
  }
  .main-casting .list-arrow-cast .item04 {
    left: 157px;
    top: 66px;
  }
  .main-casting .list-arrow-cast .item05 {
    left: 78px;
    bottom: 0;
  }
  .main-casting .list-arrow-cast .item07 {
    left: 234px;
    top: 66px;
  }
  .main-casting .list-arrow-cast .item08 {
    right: -4px;
    top: 0;
  }
  .main-casting .list-arrow-cast .item09 {
    right: -4px;
    top: 68px;
  }
  .main-casting .list-arrow-cast .item10 {
    right: -4px;
    bottom: 8px;
  }
	
.cas-uts2{
	width:100%;
	margin:0 auto;
}

.cas-uts3{
	padding:auto;
}
	
.cas-uts4{
background-image:url("../img/castingnavi/sp/cas-uts1.png");
background-repeat: no-repeat;
padding-bottom: calc(100%*1365/2048);/* calc(100*ImageHeight/ImageWidth)% */
background-size: 100% auto;
margin: 150px auto 53%;
position: relative;
background-size:contain;
width:95%;
height:0;
}
	
	.cas-uts-p1{
		width:90%;
	}
	
.cas-uts img{
	width:auto;
	height:auto;
}
.cas-uts-img{
	display:block;
	position:absolute;
}

	
	
	
	
.cas-uts-img.cas-uts-img1{
	left:auto;
	top:60%;
	width:50%;
	z-index:50;
}
.cas-uts-img.cas-uts-img1 img{
	width:90%;
	height:auto;
	}
	
.cas-uts-img.cas-uts-img2{
	left:auto;
	top:-45%;
	width:100%;
}
.cas-uts-img.cas-uts-img2 img{
	margin:0 auto;
	width:70%;
	height:auto;
	}
	
.cas-uts-img.cas-uts-img3{
	left:auto;
	top:60%;
	width:100%;
}
.cas-uts-img.cas-uts-img3 img{
	width:45%;
	height:auto;
float:right;
	}
	
.cas-uts-img.cas-uts-img4{
	left:50%;
	transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	top:auto;
	bottom:-70%;
	width:100%;
}
.cas-uts-img.cas-uts-img4 img{
	width:50%;
	height:auto;
	margin:0 auto;
	}
	
	
	
	.list-arrow-cast img{
		height:30px;
		width:auto;
	}	
	

	
	
  .main-casting .list-arrow-cast .item_web_a1 {
    left: -3%;
    top: 12%;
  }
  .main-casting .list-arrow-cast .item_web_a2 {
    left: -3%;
    top: 50%;
  }
  .main-casting .list-arrow-cast .item_web_a3 {
    left: 41%;
    top: 28%;
  }
	
	
	
  .main-casting .list-arrow-cast .item_web_b1 {
    left: 33%;
    top: -3%;
  }
  .main-casting .list-arrow-cast .item_web_b2 {
    left: 54%;
    top: 29%;
  }
  .main-casting .list-arrow-cast .item_web_b3 {
    left: 75%;
    top: 29%;
  }
  .main-casting .list-arrow-cast .item_web_b4 {
    right: -2%;
    top: -3%;
  }
	
.castarrow_pc { display: none !important; }
.castarrow_sp { display: block !important; }
	
	
	
	


	
	

	

	
	
.block-item.block_plusnavi .wrapper .txt-detail{
	width:95%;
	color:#2D5056;
	margin:26px auto 0;
}
	
.block_plusnavi_sp { display: block !important; }
.block_plusnavi_pc { display: none !important; }
	
.cas_plusnavi_img3{
	margin-top:-10px;
}
	
	
	
	
	
  .main-casting .block-anchor {
    padding-top: 70px;
    padding-bottom: 60px;
  }
  .main-casting .sec-use .block-use {
    padding-bottom: 40px;
  }
  .main-casting .sec-use .list-use {
    margin-top: 0;
  }
  .main-casting .sec-use .block-option {
    margin-top: 54px;
  }
  .main-casting .sec-use .list-option {
    margin-top: 28px;
  }
  .main-casting .sec-use .block-staff {
    margin-top: 0;
  }
  .main-casting .sec-staff {
    margin-top: 0;
  }
  .main-casting .sec-staff .block-item .col-img {
    padding-right: 0;
  }
  .main-casting .sec-staff .block-item .col-img img {
    width: 100%;
    margin: 0 auto;
    max-width: 360px;
  }
  .main-casting .sec-staff.casting-staff .block-item .col-img img {
    margin-left: auto;
  }
  .main-casting .sec-staff .block02 .product-title {
    padding-top: 62px;
  }
  .main-casting .sec-staff .block03 .col-img img {
    margin-top: -60px;
  }
  .main-casting .sec-staff .block02 .img-abso {
    left: -262px;
    bottom: 140px;
  }
  .main-casting .sec-staff .block04 .block-staff {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .main-casting .sec-staff .block04 .product-title {
    padding-top: 66px;
  }
  .main-casting .sec-staff .block04 .btn-more {
    margin: 60px auto 0;
  }
  .main-casting .sec-staff .block04 .col-img img {
    margin: 28px auto 0;
  }
  .main-casting .sec-staff .block04 .img-connect img {
    width: 100%;
    max-width: 400px;
    margin: 34px auto 0;
  }
  .main-casting .sec-customer .list-customer .item03 {
    padding-bottom: 0;
  }
  .main-casting .sec-customer .list-customer .item03 img {
    margin-top: 16px;
  }
  .main-casting .sec-choose .btn-more.second {
    width: 280px;
  }
  .main-casting .sec-choose .tbl-choose .txt-sub span {
    color: #47A144;
    border-color: #47A144;
  }
}



@media (max-width: 390px) {
  .main-casting .list-arrow-cast {
    max-width: 313px;
    height: 162px;
  }
  .main-casting .list-arrow-cast .item img {
    height: 50px;
  }
  .main-casting .list-arrow-cast .item01 {
    left: 0;
    top: 24px;
  }
  .main-casting .list-arrow-cast .item02 {
    left: 4px;
    bottom: 22px;
  }
  .main-casting .list-arrow-cast .item02 img {
    height: 60px;
  }
  .main-casting .list-arrow-cast .item03 {
    left: 64px;
    top: 0;
  }
  .main-casting .list-arrow-cast .item04 {
    left: 134px;
    top: 62px;
  }
  .main-casting .list-arrow-cast .item05 {
    left: 64px;
    bottom: -8px;
  }
  .main-casting .list-arrow-cast .item07 {
    left: 198px;
    top: 62px;
  }
  .main-casting .list-arrow-cast .item08 {
    right: 0;
    top: 0;
  }
  .main-casting .list-arrow-cast .item09 {
    right: 0;
    top: 62px;
  }
  .main-casting .list-arrow-cast .item10 {
    right: 0;
    bottom: -8px;
  }
	

  .main-casting .list-arrow-cast .item_web_a1 {
    left: -2%;
    top: 8%;
  }
  .main-casting .list-arrow-cast .item_web_a2 {
    left: -2%;
    top: 46%;
  }
  .main-casting .list-arrow-cast .item_web_a3 {
    left: 40%;
    top: 28%;
  }

	
  .main-casting .list-arrow-cast .item_web_b1 {
    left: 34%;
    top: -7%;
  }
  .main-casting .list-arrow-cast .item_web_b2 {
    left: 53%;
    top: 24%;
  }
  .main-casting .list-arrow-cast .item_web_b3 {
    left: 73%;
    top: 24%;
  }
  .main-casting .list-arrow-cast .item_web_b4 {
    right: -2%;
    top: -7%;
  }
}


@media (max-width: 320px) {
  .main-casting .list-arrow-cast {
    max-width: 300px;
    height: 162px;
  }
  .main-casting .list-arrow-cast .item img {
    height: 50px;
  }
  .main-casting .list-arrow-cast .item01 {
    left: 0;
    top: 24px;
  }
  .main-casting .list-arrow-cast .item02 {
    left: 4px;
    bottom: 22px;
  }
  .main-casting .list-arrow-cast .item02 img {
    height: 60px;
  }
  .main-casting .list-arrow-cast .item03 {
    left: 64px;
    top: 0;
  }
  .main-casting .list-arrow-cast .item04 {
    left: 126px;
    top: 58px;
  }
  .main-casting .list-arrow-cast .item05 {
    left: 64px;
    bottom: -8px;
  }
  .main-casting .list-arrow-cast .item07 {
    left: 189px;
    top: 58px;
  }
  .main-casting .list-arrow-cast .item08 {
    right: 0;
    top: 0;
  }
  .main-casting .list-arrow-cast .item09 {
    right: -2px;
    top: 58px;
  }
  .main-casting .list-arrow-cast .item10 {
    right: 0;
    bottom: -8px;
  }
	
	
	

  .main-casting .list-arrow-cast .item_web_a1 {
    left: -2%;
    top: 8%;
  }
  .main-casting .list-arrow-cast .item_web_a2 {
    left: -2%;
    top: 46%;
  }
  .main-casting .list-arrow-cast .item_web_a3 {
    left: 40%;
    top: 28%;
  }
	
	
	
  .main-casting .list-arrow-cast .item_web_b1 {
    left: 34%;
    top: -7%;
  }
  .main-casting .list-arrow-cast .item_web_b2 {
    left: 53%;
    top: 24%;
  }
  .main-casting .list-arrow-cast .item_web_b3 {
    left: 73%;
    top: 24%;
  }
  .main-casting .list-arrow-cast .item_web_b4 {
    right: -2%;
    top: -7%;
  }
	
	
	
	
}



/* PAGE CASTINGNAVI - OPTION
 * ----------------------------------------------- */
@media (min-width: 751px) {
  .sec-staff.cast-option .block-item .col-img img {
    margin-left: -50px;
  }
  .sec-staff.cast-option .option01 .col-img img {
    margin-left: 0;
  }
  .sec-staff.cast-option .option02 .block-staff {
    padding-bottom: 0;
  }
  .sec-staff.cast-option .option03 .block-staff {
    padding-bottom: 0;
  }
  .sec-staff.cast-option .option04 .block-staff {
    padding-bottom: 0;
  }

  .sec-staff.cast-option .block-item {
    min-height: 800px;
  }
}

/* PAGE PLACEMENT
 * ----------------------------------------------- */
.placement-main {
  color: #F9017D;
}
.placement-main .product-title {
  color: #F9017D;
}
.placement-main .sec-banner {
  background-color: #FCA6D2;
}
.placement-main .sec-use .list-use .txt-use {
  color: #F9017D;
}
.placement-main .sec-style .list-type {
  margin-top: 46px;
}
.placement-main .sec-style .list-type .type-title {
  color: #F9017D;
}
.placement-main .sec-style .list-type .txt-type {
  color: #F9017D;
  border-color: #F9017D;
}
.placement-main .sec-customer .list-customer {
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.placement-main .sec-customer .list-customer .item01 {
  background-color: #F9017D;
}
.placement-main .sec-customer .list-navi .navi {
  background-color: #F9017D;
}

.sec-manage {
  position: relative;
  background-color: #F9017D;
  color: #fff;
  margin-top: 53px;
  padding: 124px 0 118px;
}
.sec-manage .product-title {
  color: #fff;
}
.sec-manage:after {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #4378CA;
  z-index: 1;
}
.sec-manage .wrapper {
  position: relative;
  z-index: 2;
}
.sec-manage .list-per {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-top: 60px;
}
.sec-manage .list-per .item {
  display: block;
  border: 3px solid #fff;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  min-width: 170px;
  font-size: 22px;
  padding: 4px 14px 2px;
  margin: 0 142px;
}
.sec-manage .txt-ideal {
  text-align: center;
  line-height: 1.33;
  font-size: 18px;
  margin-top: 64px;
}
.sec-manage .list-pro {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: 110px;
}
.sec-manage .list-pro li {
  position: relative;
  width: 464px;
  text-align: center;
}
.sec-manage .list-pro li:first-child {
  margin: 0 82px 0 60px;
}
.sec-manage .list-pro li:first-child:after {
  position: absolute;
  content: "";
  width: 106px;
  height: 106px;
  background: url(../img/placement/placement_plus.png) 0 0 no-repeat;
  top: 108px;
  right: -70px;
}
.sec-manage .list-pro li:nth-child(2) {
  width: 482px;
  padding-right: 46px;
}
.sec-manage .list-pro .txt-name {
  font-size: 26px;
  margin-top: 24px;
}

.sec-from {
  padding: 120px 0 126px;
}
.sec-from .list-from {
  position: relative;
  width: 710px;
  height: 330px;
  margin: 64px auto 0;
  background: url(../img/placement/staff_arrow.png) 20px 0 no-repeat;
}
.sec-from .list-from .item {
  display: block;
  position: absolute;
}
.sec-from .item01 {
  left: 30px;
  top: 0;
}
.sec-from .item02 {
  left: 20px;
  bottom: 0;
}
.sec-from .item03 {
  left: 210px;
  top: 104px;
}
.sec-from .item04 {
  left: 402px;
  top: 104px;
}
.sec-from .item05 {
  right: -20px;
  top: 104px;
}

.sec-placement .block-item {
  min-height: 960px;
  padding: 120px 0 80px;
}
.sec-placement .block-item:nth-child(odd) {
  background: rgba(252, 229, 241, 0.6);
}
.sec-placement .block-item:nth-child(odd) .block-title span {
  background-color: #fff;
  color: #F9017D;
}
.sec-placement .block-detail {
  margin-top: 54px;
}
.sec-placement .col-img {
  width: 540px;
  padding-right: 44px;
}
.sec-placement .col-img img {
  float: right;
}
.sec-placement .col-detail {
  width: 500px;
}
.sec-placement .txt-place {
  line-height: 1.34;
  margin-top: 23px;
  font-size: 18px;
}
.sec-placement .img-function {
  margin-top: 70px;
}

@media (max-width: 750px) {
  .placement-main .sec-style {
    padding-top: 0;
  }
  .placement-main .sec-style .list-type {
    margin-top: 64px;
  }

  .sec-manage {
    background-color: #fff;
    margin-top: 0;
    padding: 60px 0 60px;
  }
  .sec-manage .product-title, .sec-manage .txt-ideal {
    color: #F9017D;
  }
  .sec-manage:after {
    display: none;
  }
  .sec-manage .wrapper {
    padding: 0;
  }
  .sec-manage .img-infor {
    margin: 20px auto 0;
    width: 100%;
    max-width: 400px;
  }
  .sec-manage .img-logo {
    margin: 10px auto 0;
    width: auto;
    height: 64px;
  }
  .sec-manage .list-per {
    margin-top: 0;
  }
  .sec-manage .list-per .item {
    margin: 0 10px;
    width: 100px;
    font-size: 20px;
  }
  .sec-manage .txt-ideal {
    text-align: center;
    line-height: 1.33;
    font-size: 18px;
    margin-top: 30px;
  }
  .sec-manage .list-pro {
    display: block;
    margin-top: 50px;
  }
  .sec-manage .list-pro li {
    background-color: #4378CA;
    width: 100%;
    padding: 60px 10px;
  }
  .sec-manage .list-pro li:first-child {
    margin: 0;
  }
  .sec-manage .list-pro li:first-child:after {
    width: 60px;
    height: 60px;
    background-size: 100% auto;
    top: auto;
    bottom: -30px;
    right: auto;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2;
  }
  .sec-manage .list-pro li:nth-child(2) {
    background-color: #F9017D;
    width: 100%;
    padding-right: 10px;
  }
  .sec-manage .list-pro .txt-name {
    font-size: 22px;
    margin-top: 24px;
  }

  .sec-from {
    padding: 0 0 40px 0;
  }
  .sec-from .list-from {
    position: relative;
    width: 100%;
    max-width: 368px;
    height: 170px;
    margin: 20px auto 0;
    background-size: 100% auto;
    background-position: 0 0;
  }

  .sec-from .list-from .item img {
    width: auto;
    height: 66px;
  }
  .sec-from .item01 {
    left: 10px;
    top: 0;
  }
  .sec-from .item02 {
    left: 0;
    bottom: 0;
  }
  .sec-from .item03 {
    left: 100px;
    top: 54px;
  }
  .sec-from .item04 {
    left: 202px;
    top: 54px;
  }
  .sec-from .item05 {
    right: 0;
    top: 54px;
  }

  .sec-placement .block-item {
    min-height: auto;
    padding: 60px 0 80px;
  }
  .sec-placement .block-detail {
    margin-top: 30px;
  }
  .sec-placement .col-img {
    width: 100%;
    padding-right: 0;
  }
  .sec-placement .col-img img {
    float: none;
    margin: 0 auto;
    width: 100%;
    max-width: 440px;
  }
  .sec-placement .col-detail {
    width: 100%;
    padding: 0 12px;
  }
  .sec-placement .img-function {
    margin-top: 25px;
  }
  .sec-placement .img-function img {
    width: 100%;
    max-width: 400px;
  }
  .sec-placement .block-title {
    margin-top: 30px;
  }
  .sec-placement .txt-place {
    font-size: 16px;
  }
}
@media (max-width: 374px) {
	
	.oshirase li{width:45%;}
  .sec-from .list-from {
    min-width: 312px;
    height: 150px;
  }
  .sec-from .list-from .item img {
    height: 54px;
  }
  .sec-from .item01 {
    left: 10px;
    top: 0;
  }
  .sec-from .item02 {
    left: 5px;
    bottom: 0;
  }
  .sec-from .item03 {
    left: 84px;
    top: 46px;
  }
  .sec-from .item04 {
    left: 172px;
    top: 46px;
  }
  .sec-from .item05 {
    right: 0;
    top: 46px;
  }
}
/* PAGE PACEMENT
 * ----------------------------------------------- */
.placement-main .sec-banner-price {
  background-color: #FCEAF3;
}
.placement-main .sec-choose {
  color: #F9017D;
}
.placement-main .sec-choose .tbl-choose td, .placement-main .sec-choose .tbl-choose th {
  border-color: #F9017D;
}
.placement-main .sec-choose .tbl-choose td {
  background-color: #FCE5F1;
}
.placement-main .txt-type,
.placement-main .sec-choose .tbl-choose .txt-sub span {
  color: #F9017D;
  border-color: #F9017D;
}
.placement-main .block-display .txt-learn {
  border-color: #F9017D;
}
.placement-main .list-plus li {
  background-image: url(../img/placement/choose_plus.png);
}
.placement-main .block-display .txt-learn:after {
  background-image: url(../img/placement/choose_arrow.png);
}
.placement-main .sec-choose .btn-more {
  background-color: #F9017D;
  width: 352px;
}

@media (max-width: 374px) {
  .placement-main .sec-choose .btn-more {
    width: 280px;
  }
}


/* PAGE AGENTNAVI
 * ----------------------------------------------- */
.agent-main {
  color: #B00007;
}
.agent-main .product-title {
  color: #000000;
}
.agent-main .sec-banner {
  background-color: #FBA1A4;
}
.agent-main .sec-use .list-use .txt-use {
  color: #B00007;
}
.agent-main .block-explain {
  background-color: #F8D3D5;
  margin: 60px auto 0;
  width: 990px;
  padding: 60px;
  font-size: 20px;
  color: #000;
  line-height: 1.7;
}
.agent-main .sec-style {
  padding: 142px 0 20px;
}
.agent-main .sec-style .list-type {
  margin-top: 50px;
  color: #B00007;
}
.agent-main .sec-style .txt-type {
  border-color: #B00007;
  color: #B00007;
}
.agent-main .sec-style .list-navi .navi {
  background-color: #B00007;
}

.sec-seeker {
  padding: 120px 0 150px;
}
.sec-seeker .list-arrow {
  margin: 90px auto 0;
  width: 820px;
  height: 420px;
  position: relative;
}
.sec-seeker .list-arrow:after {
  position: absolute;
  content: "";
  pointer-events: none;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/agentnavi/list_arrow.png) no-repeat;
  background-size: 100% auto;
}
.sec-seeker .list-arrow .item {
  position: absolute;
}
.sec-seeker .item01 {
  left: 0;
  top: 0;
}
.sec-seeker .item02 {
  left: 0;
  bottom:0;
}
.sec-seeker .item03 {
  left: 195px;
  top: 0;
}
.sec-seeker .item04 {
  left: 195px;
  top: 185px;
}
.sec-seeker .item05 {
  right:28px;
  top: 0;
}
.sec-seeker .item06 {
  right: 28px;
  bottom: 0;
}

.sec-placement-seeker .img-infor {
  margin-top: 70px;
}
.sec-placement-seeker .img-infor img {
  width: 426px;
  height: auto;
}
.sec-placement-seeker .block-item .block-title span,
.sec-placement-seeker .block-item:nth-child(odd) .block-title span {
  background-color: #B00007;
  color: #fff;
}
.sec-placement-seeker .block-item:nth-child(odd) {
  background: rgba(248, 211, 213, 0.6);
}
.sec-placement-seeker .block02 .col-img img {
  margin-top: 112px;
}
.sec-placement-seeker .block04 .col-img img {
  margin-top: 84px;
}
.sec-placement-seeker .block-labor {
  background: rgba(247, 211, 248, 0.6) !important;
}
.sec-placement-seeker .block-labor .block-title span {
  background-color: #7F0782 !important;
}
.sec-placement-seeker .block-labor .txt-place {
  color: #7F0782;
}

@media (max-width: 750px) {
	.oshirase li{width:48%;}
	
  .agent-main .block-explain {
    margin: 30px auto 0;
    width: 100%;
    max-width: 500px;
    padding: 20px;
    font-size: 16px;
  }
  .agent-main .sec-style {
    padding: 68px 0 0;
  }
  .agent-main .sec-style .list-type {
    margin-top: 40px;
  }

  .sec-seeker {
    overflow: hidden;
    padding: 70px 0 60px;
  }
  .sec-seeker .list-arrow {
    margin: 40px auto 0;
    width: 100%;
    max-width: 368px;
    height: 184px;
  }
  .sec-seeker .list-arrow .item img {
    height: 66px;
    width: auto;
  }
  .sec-seeker .item01 {
    left: 0;
    top: -8px;
  }
  .sec-seeker .item02 {
    left: 0;
    top: 92px;
  }
  .sec-seeker .item03 {
    left: 80px;
    top: -8px;
  }
  .sec-seeker .item04 {
    left: 80px;
    top: 73px;
  }
  .sec-seeker .item05 {
    left: 280px;
    top: -10px;
  }
  .sec-seeker .item06 {
    right: 6px;
    bottom: 0;
  }

  .sec-placement-seeker .img-infor {
    margin-top: 25px;
  }
  .sec-placement-seeker .img-infor img {
    width: 100%;
    max-width: 440px;
  }
  .sec-placement-seeker .block02 .col-img img {
    margin-top: 0;
  }
  .sec-placement-seeker .block04 .col-img img {
    margin-top: 0;
  }
}
@media (max-width: 374px) {
  .sec-seeker .list-arrow {
    max-width: 313px;
    height: 154px;
  }
  .sec-seeker .list-arrow .item img {
    height: 54px;
    width: auto;
  }
  .sec-seeker .item01 {
    left: 0;
    top: -4px;
  }
  .sec-seeker .item02 {
    left: 0;
    top: 72px;
  }
  .sec-seeker .item03 {
    left: 68px;
    top: -4px;
  }
  .sec-seeker .item04 {
    left: 68px;
    top: 72px;
  }
  .sec-seeker .item05 {
    left: 240px;
    top: -4px;
  }
  .sec-seeker .item06 {
    right: 6px;
    bottom: 0;
  }
}
/* PAGE AGENTNAVI PRICE
 * ----------------------------------------------- */
.agent-main .sec-choose {
  color: #B00007;
}
.agent-main .sec-choose .tbl-choose td, .agent-main .sec-choose .tbl-choose th {
  border-color: #B00007;
}
.agent-main .sec-choose .tbl-choose td {
  background: rgba(248, 211, 213, 0.8);
}
.agent-main .sec-choose .tbl-choose .txt-type {
  border-color: #B00007;
  color: #B00007;
}
.agent-main .list-plus li {
  background-image: url(../img/agentnavi/choose_plus.png);
}
.agent-main .block-display .txt-learn {
  border-color: #B00007;
}
.agent-main .block-display .txt-learn:after {
  background-image: url(../img/agentnavi/choose_arrow.png);
}
.agent-main .block-display .btn-more {
  width: 352px;
  background-color: #B00007;
}

@media (max-width: 750px) {
  .agent-main .sec-choose .btn-more {
    width: 280px;
  }
  .agent-main .sec-choose .tbl-choose .txt-sub span {
    border-color: #B00007;
    color: #B00007;
  }
}
/* PAGE OPN
 * ----------------------------------------------- */
.sec-banner-opn {
  background-color: #F6F8F9;
}

.txt-block {
  color: #2D5056;
  text-align: center;
}
.txt-block span {
  display: inline-block;
  text-align: left;
}

.product-title + .txt-block {
  margin-top: 50px;
}

.sec-talent {
  padding: 122px 0 126px;
}
.sec-talent .list-talent {
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-top: 64px;
}
.sec-talent .list-talent li {
  width: 220px;
  text-align: center;
  margin: 0 34px;
}
.sec-talent .list-talent .img-talent {
  width: auto;
  height: 75px;
}
.sec-talent .list-talent .txt-talent {
  color: #3277CE;
  margin-top: 20px;
  font-size: 22px;
}

.sec-browsing {
  padding: 120px 0 126px;
}
.sec-browsing .browsing-title {
  text-align: center;
}
.sec-browsing .browsing-title span {
  display: inline-block;
  border: 4px solid #4378CA;
  color: #4378CA;
  text-align: center;
  font-size: 22px;
  padding: 11px 20px 7px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}
html.ie .sec-browsing .browsing-title span {
  padding: 12px 24px 3px;
}
.sec-browsing .browsing-slider {
  margin-top: 68px;
}
.sec-browsing .browsing-slider:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid #000;
  left: 0;
  top: 0;
}


.block-number {
  font-size: 16px;
}
.block-number .txt-number {
  font-size: 30px;
  margin: -2px 0 2px;
}
.block-number .txt-number span {
  font-size: 16px;
}

.sec-cover {
  padding: 120px 0 0;
}
.sec-cover .block-cover {
  margin: 63px auto 0;
  width: 1072px;
}
.sec-cover .block-cover .item {
  width: 534px;
  background-color: #F6F8F9;
  font-size: 16px;
  line-height: 1.5625;
  color: #2D5056;
  margin-bottom: 4px;
}
.sec-cover .block-cover .item:nth-child(odd) {
  margin-right: 4px;
}
.sec-cover .cover-title {
  position: relative;
  background-color: #3277CE;
  color: #fff;
  text-align: center;
  padding: 66px 40px 50px 5px;
}
.sec-cover .cover-title img {
  width: auto;
  height: 83px;
  margin-right: 16px;
}
.sec-cover .cover-title span {
  display: inline-block;
  vertical-align: middle;
  font-size: 30px;
}
.sec-cover .cover-title:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-top: 19px solid #3277CE;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -18px;
}
.sec-cover .relative {
  position: relative;
  z-index: 2;
}
.sec-cover .item-inner {
  position: relative;
  padding: 60px 46px 130px;
  min-height: 538px;
}
.sec-cover .list-indent {
  padding-left: 16px;
  text-indent: -16px;
}
.sec-cover .list-indent.second li + li {
  margin-top: 22px;
}
.sec-cover .img-cover {
  position: absolute;
  right: 36px;
  top: 268px;
  z-index: 1;
}
.sec-cover .img-cover img {
  width: auto;
  height: 250px;
}

.sec-choose-opn {
  padding-top: 124px;
}
.sec-choose-opn .wrap-tbl {
  padding-right: 0;
}
.sec-choose-opn .wrap-choose {
  width: 704px;
}
.sec-choose-opn .tbl-choose {
  width: 290px;
}
.sec-choose-opn .tbl-choose.first {
  width: 414px;
}
.sec-choose-opn .tbl-choose.first td {
  width: 292px;
}
.sec-choose-opn .tbl-choose .col-choose {
  padding: 54px 30px 26px;
  height: 420px;
}
.sec-choose-opn .tbl-choose .txt-detail {
  color: #2D5056;
  text-align: left;
  margin-top: 26px;
}
.sec-choose-opn .tbl-choose .block-number {
  padding: 20px 0 12px;
  min-height: 118px;
}
.sec-choose-opn .img-pro {
  margin-top: 14px;
}
.sec-choose-opn .txt-free {
  font-size: 22px;
  padding: 40px 0;
}

.sec-reader {
  padding: 124px 0 126px;
}
.sec-reader .product-title + .txt-block {
  margin-top: 42px;
}
.sec-reader .list-reader {
  margin-top: 60px;
}
.sec-reader .list-reader li {
  width: 358px;
  margin-right: 3px;
  background-color: #F1F9FF;
  text-align: center;
  color: #3277CE;
  font-size: 18px;
  line-height: 1.333;
  padding: 40px 5px 24px;
}
.sec-reader .list-reader li:nth-child(3n) {
  margin-right: 0;
}
.sec-reader .list-reader .txt-talent {
  margin-top: 18px;
}
.sec-reader .list-reader .txt-talent .small {
  font-size: 16px;
}
.sec-reader .list-reader .img-reader {
  width: auto;
  height: 89px;
}


@media (max-width: 750px) {
	.sec-banner-opn{
		height:320px;
		padding-top:80px;
	}
	
  .product-title + .txt-block {
    margin-top: 26px;
  }

  .txt-block {
    line-height: 1.5;
  }

  .sec-talent {
    padding: 60px 18px 0;
  }
  .sec-talent .list-talent {
    margin-top: 44px;
  }
  .sec-talent .list-talent li {
    width: 166px;
    margin: 0 0 30px 0;
    padding: 0 2px;
  }
  .sec-talent .list-talent .img-talent {
    height: 46px;
    margin: 0 auto;
  }
  .sec-talent .list-talent .txt-talent {
    margin-top: 20px;
    font-size: 16px;
    letter-spacing: -0.06em;
  }

  .block-number .txt-number {
    margin: -2px 0 2px;
  }

  .sec-cover {
    padding: 24px 0 0;
  }
  .sec-cover .txt-block {
    margin-top: 30px;
  }
  .sec-cover .txt-block span {
    text-align: center;
  }
  .sec-cover .block-cover {
    margin: 34px auto 0;
    width: 100%;
  }
  .sec-cover .block-cover .item {
    width: 100%;
    margin-bottom: 0;
    line-height: 1.5;
  }
  .sec-cover .block-cover .item:nth-child(odd) {
    margin-right: 0;
  }
  .sec-cover .cover-title {
    padding: 46px 5px 38px 5px;
  }
  .sec-cover .cover-title img {
    display: inline-block !important;
    height: 56px;
    margin-right: 16px;
  }
  .sec-cover .cover-title span {
    font-size: 20px;
  }
  .sec-cover .cover-title:after {
    border-left-width: 12px;
    border-right-width: 12px;
    border-top-width: 13px;
    bottom: -12px;
  }
  .sec-cover .item-inner {
    padding: 38px 14px 220px;
    min-height: 500px;
  }
  .sec-cover .list-indent.second li + li {
    margin-top: 22px;
  }
  .sec-cover .img-cover {
    position: absolute;
    right: auto;
    left: 0;
    width: 100%;
    top: auto;
    bottom: 18px;
  }
  .sec-cover .img-cover img {
    margin: 0 auto;
    width: auto;
    height: 165px;
  }

  .sec-choose-opn {
    padding: 60px 8px 0;
  }
  .sec-choose-opn .txt-block span {
    text-align: center;
  }
  .sec-choose-opn .wrap-tbl {
    padding-right: 24px;
  }
  .sec-choose-opn .wrap-choose {
    width: 100%;
    margin: 36px auto 0;
  }
  .sec-choose-opn .tbl-choose {
    max-width: 288px;
    width: 100%;
    margin: 0 auto 30px;
  }
  .sec-choose-opn .tbl-choose.first {
    max-width: 288px;
    width: 100%;
    margin: 0 auto 30px;
  }
  .sec-choose-opn .tbl-choose.first td {
    width: 100%;
  }
  .sec-choose-opn .tbl-choose .col-choose {
    padding: 56px 30px 26px;
    height: 425px;
  }
  .sec-choose-opn .tbl-choose .txt-detail {
    margin-top: 26px;
    line-height: 1.5;
  }
  .sec-choose-opn .tbl-choose .block-number {
    padding: 10px 0 0;
    min-height: 0;
  }
  .sec-choose-opn .tbl-choose .txt-sub {
    padding-top: 12px;
  }
  .sec-choose-opn .img-pro {
    margin-top: 18px;
  }
  .sec-choose-opn .img-pro img {
    margin: 0 auto;
    height: 170px;
    width: auto;
  }
  .sec-choose-opn .txt-free {
    padding: 7px 0 40px;
  }
  .sec-choose-opn .col-price {
    padding-top: 30px;
  }
  .sec-choose-opn .col-number {
    height: 150px;
    vertical-align: middle;
  }

  .sec-reader {
    padding: 30px 4px 50px;
  }
  .sec-reader .product-title + .txt-block {
    margin-top: 26px;
    padding: 0 12px;
  }
  .sec-reader .list-reader {
    margin-top: 32px;
    padding: 0;
  }
  .sec-reader .list-reader li {
    width: 100%;
    margin-right: 0;
    padding: 40px 2px 24px;
    margin-bottom: 10px;
  }
  .sec-reader .list-reader .txt-talent {
    margin-top: 18px;
  }
  .sec-reader .list-reader .txt-talent .small {
    font-size: 16px;
  }
  .sec-reader .list-reader .img-reader {
    margin: 0 auto;
    height: 88px;
  }
}
/* PAGE COMPANY
 * ----------------------------------------------- */
.sec-company {
  background: #F6F8F9;
  padding-bottom: 142px;
}
.sec-company .sec-title {
  padding: 107px 0 98px;
  background: #fff;
}
.sec-company .company-data {
  padding-top: 67px;
}
.sec-company .company-data .th,
.sec-company .company-data .td {
  font-size: 16px;
  line-height: 1.6;
}
.sec-company .company-data .th {
  color: #3277CE;
}
.sec-company .company-data .td {
  margin-top: 10px;
  padding-top: 14px;
}
.sec-company .company-data .td p + p {
  margin-top: 25px;
}
.sec-company .company-data .td .space {
  padding-right: 16px;
}
.sec-company .tag-link {
  display: inline-block;
  vertical-align: top;
  margin: 2px 0 0 10px;
  padding: 4px 0 2px;
  background: #058BDF;
  min-width: 40px;
  line-height: 1.2;
  color: #fff;
  font-size: 11px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  text-align: center;
}
.ie .sec-company .tag-link {
  padding-top: 6px;
}
.sec-company .tag-link.ml0 {
  margin-left: 0;
}

.sec-company .tag-link2 {
  display: inline-block;
  vertical-align: top;
  margin: 2px 0 0 10px;
  padding: 4px 0 2px;
  background: #48A144;
  min-width: 40px;
  line-height: 1.2;
  color: #fff;
  font-size: 11px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  text-align: center;
}
.ie .sec-company .tag-link2 {
  padding-top: 6px;
}
.sec-company .tag-link2.ml0 {
  margin-left: 0;
}



.sec-company .photo-president {
  position: relative;
  margin-top: 95px;
  display: block;
}
.sec-company .photo-president .txt {
  position: absolute;
  top: 50%;
  left: 153px;
  margin-top: -28px;
  color: #5D5960;
  font-size: 38px;
  line-height: 1.5;
}

.sec-company .photo-president2 {
  position: relative;
  margin-top: 60px;
	margin-bottom:20px;
  display: block;
}



.sec-company .list-company {
  margin-top: 60px;
}
.sec-company .list-company li {
  font-size: 16px;
  line-height: 1.6;
	margin:auto;
	text-align:center;
}
.sec-company .list-company a {
  display: block;
}
.sec-company .list-company .thumb {
  margin-bottom: 30px;
}
.sec-company .list-company .ttl {
  font-size: 22px;
  line-height: 1.2;
}
.sec-company .list-company .desc {
  margin-bottom: 0px;
}

.sec-banner.company {
  background-color: #cdc6be;
}

.company-message {
  padding: 122px 0 129px;
}
.company-message .desc-msg {
  font-size: 16px;
  line-height: 1.6;
}
.company-message .desc-msg p {
  margin-bottom: 25px;
}
.company-message .list-txt-msg {
  margin: 75px 0 75px 18px;
  list-style-type: decimal;
}
.company-message .list-txt-msg li {
  margin-bottom: 25px;
  padding-left: 13px;
  text-indent: -2px;
}
.company-message .info {
  margin-top: 65px;
  color: #000;
  font-size: 16px;
  text-align: right;
}
.company-message .info .name {
  display: inline-block;
  vertical-align: middle;
  margin-left: 25px;
  margin-top: -8px;
}

@media (min-width: 751px) {
  .sec-company .company-data {
    margin: 0 auto;
    width: 782px;
  }
  .sec-company .company-data > li {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .sec-company .company-data .th {
    width: 200px;
    padding-right: 36px;
    text-align: right;
  }
  .sec-company .company-data .td {
    width: 590px;
    position: relative;
  }
  .sec-company .company-data .td:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 424px;
    height: 1px;
    background: #035080;
  }
  .sec-company .company-data .td.sc01 {
    margin-top: 18px;
    padding-top: 11px;
  }
  .sec-company .company-data .space01 {
    padding-bottom: 2px;
  }
  .sec-company .list-company li {
    width: 472px;
  }
  .sec-company .list-company li:last-child {
    width: 482px;
  }

  .company-message .wrap {
    width: 682px;
  }
  .company-message .desc-msg {
    width: 616px;
    margin: 0 auto;
  }
}
@media (max-width: 750px) {
  .main-container.company {
    margin-top: 240px;
  }

  .sec-company {
    padding-bottom: 72px;
  }
  .sec-company .wrap {
    padding: 0 20px;
  }
  .sec-company .sec-title {
    padding: 50px 0;
  }
  .sec-company .company-data {
    padding-top: 34px;
  }
  .sec-company .company-data li {
    border-bottom: 1px solid #035080;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  .sec-company .company-data .th,
  .sec-company .company-data .td {
    font-size: 12px;
  }
  .sec-company .company-data .td {
    margin-top: 5px;
    padding-top: 0;
  }
  .sec-company .company-data .td p + p {
    margin-top: 12px;
  }
  .sec-company .company-data .td .space {
    padding-right: 8px;
  }
  .sec-company .tag-link {
    margin-left: 5px;
    min-width: 30px;
    font-size: 9px;
  }
  .sec-company .tag-link.ml0 {
    margin-left: 0;
  }
  .sec-company .tag-link2 {
    margin-left: 5px;
    min-width: 30px;
    font-size: 9px;
  }
  .sec-company .tag-link2.ml0 {
    margin-left: 0;
  }
	
  .sec-company .photo-president {
    margin-top: 50px;
  }
  .sec-company .photo-president .txt {
    left: 10px;
    margin-top: 0;
    font-size: 19px;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .sec-company .photo-president2 {
    margin-top: 50px;
  }

	
  .sec-company .list-company {
    margin-top: 33px;
  }
  .sec-company .list-company li {
    margin-bottom: 30px;
    font-size: 12px;
  }
  .sec-company .list-company .thumb {
    margin-bottom: 22px;
  }
  .sec-company .list-company .ttl {
    font-size: 15px;
  }
  .sec-company .list-company .desc {
    margin-bottom: 12px;
  }

  .sec-banner.company img {
    width: 100%;
  }

  .company-message {
    padding: 60px 12px 65px;
  }
  .company-message .desc-msg {
    font-size: 12px;
  }
  .company-message .desc-msg p {
    margin-bottom: 15px;
  }
  .company-message .list-txt-msg {
    margin: 20px 0 20px 12px;
  }
  .company-message .list-txt-msg li {
    margin-bottom: 15px;
    padding-left: 6px;
  }
  .company-message .info {
    margin-top: 32px;
    font-size: 12px;
  }
  .company-message .info .name {
    width: 120px;
  }
}
@media (max-width: 374px) {
  .main-container.company {
    margin-top: 216px;
  }
}
/* PAGE TRAINING
 * ----------------------------------------------- */
.list-tel.second {
  margin: 164px 0 0px;
}

.top-banner-support {
  height: 636px;
  background: #E4E7EE url(../img/support/top_banner.jpg) no-repeat center bottom;
}
.top-banner-support .wrap-img.support-img {
  padding-top: 220px;
  text-align: right;
  padding-right: 60px;
}
.top-banner-support .sec-title {
  display: inline-block;
  text-align: left;
  color: #4378CA;
}

.support-feature {
  padding-top: 110px;
  padding-bottom: 60px;
}

.list-features .item .icon {
  text-align: center;
  margin-bottom: 30px;
}
.list-features .item .tit {
  font-size: 22px;
  text-align: center;
  color: #4378CA;
  margin-bottom: 15px;
}

@media (min-width: 751px) {
  .list-features {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .list-features .item {
    width: 250px;
    margin: 0 35px 60px;
  }
}
.text-intro {
  font-size: 18px;
  line-height: 1.4;
}

.support-system {
  padding: 60px 0 125px;
  margin-bottom: 125px;
}

.support-system .sec-title, .support-conversation .sec-title {
  color: #4378CA;
  margin-bottom: 35px;
}
.support-system .text-intro, .support-conversation .text-intro {
  margin-bottom: 50px;
}

.support-conversation .text-intro {
  margin-bottom: 40px;
}

.v-upgrade {
  padding: 115px 0 60px;
}
.v-upgrade .sec-title {
  color: #4378CA;
  margin-bottom: 50px;
}

.head-office {
  margin: 160px 0 125px;
}

.brn-links {
  padding-bottom: 128px;
  text-align: center;
}
.brn-links a {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
}

/* PAGE TRAINING STA
 * ----------------------------------------------- */
.txt-point {
  font-size: 16px;
  display: inline-block;
  min-width: 60px;
  text-align: center;
  padding: 4px 3px 2px;
  background-color: #3277CE;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  color: #fff;
}

.sec-banner-support {
  overflow: hidden;
  background: url(../img/support/banner_bg.jpg) center 0 no-repeat;
  background-size: cover;
}
.sec-banner-support .wrap-img {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: left;
  height: 586px;
  padding: 96px 0 0 38px;
}
.sec-banner-support .support-title {
  color: #fff;
  padding-left: 50px;
  line-height: 1.2;
  font-size: 51px;
  text-shadow: 0 0 13px rgba(0, 0, 0, 0.44);
}
.sec-banner-support .support-title .small {
  font-size: 41px;
}

.sec-opera {
  padding: 126px 0 108px;
}
.sec-opera .product-title {
  text-align: left;
  letter-spacing: -0.05em;
}
.sec-opera .img-staff {
  text-align: center;
}
.sec-opera .block-opera {
  margin: 38px auto 0;
  width: 720px;
}
.sec-opera .block-opera .block-theme {
  margin: 0 auto;
  width: 570px;
}
.sec-opera .txt-theme {
  margin-top: 82px;
}

.list-time {
  margin-top: 60px;
}
.list-time li {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: 23px;
}
.list-time .col-detail {
  padding: 3px 0 0 36px;
  width: 500px;
}
.list-time .txt-date {
  color: #3277CE;
  font-size: 18px;
  margin-bottom: 7px;
}
.list-time .txt-detail {
  color: #2D5056;
}
.list-time.second {
  margin-top: 84px;
}

.sec-form-training .select-place {
  padding-left: 60px;
}
.sec-form-training .select-place .lbl-select {
  cursor: pointer;
  text-align: left;
  width: 100%;
  margin-bottom: 37px;
}
.sec-form-training .select-place .lbl-select .checkbox-field {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  background: url(../img/opn/ico_select.png) 0 0 no-repeat;
  background-size: 18px auto;
  padding: 0 0 0 24px;
}
.sec-form-training .select-place .lbl-select input[type="radio"]:checked + .checkbox-field {
  background-image: url(../img/opn/ico_selected.png);
}
.sec-form-training .select-place .txt-point {
  margin-top: -5px;
  padding: 8px 3px 6px;
}
.sec-form-training .select-place .txt02 {
  color: #3277CE;
  font-size: 18px;
  padding-left: 34px;
}
.sec-form-training .form-wrap {
  margin-top: 70px;
}
.sec-form-training .block-form {
  margin-top: 32px;
  padding-left: 28px;
}
.sec-form-training .btn-more.second {
  width: 240px;
}

@media (max-width: 750px) {
	
.list-tel {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom:30px;
}
	
  .list-tel.second {
    margin: 50px 0 30px;
  }

  .in-block {
    display: inline-block;
  }

  .sec-banner-support {
    background-image: url(../img/support/sp/banner_bg.jpg);
    background-size: cover;
    background-position: center;
  }
  .sec-banner-support .wrap-img {
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 240px;
    padding: 90px 0 0 0;
  }
  .sec-banner-support .wrap-img img {
    margin: 0 18px 0 2px;
    width: 108px;
  }
  .sec-banner-support .support-title {
    padding-left: 0;
    font-size: 13px;
  }
  .sec-banner-support .support-title .small {
    font-size: 11px;
  }

  .sec-opera {
    padding: 60px 12px 60px;
  }
  .sec-opera .product-title {
    text-align: center;
  }
  .sec-opera .block-opera {
    margin: 38px auto 0;
    width: 100%;
  }
  .sec-opera .block-opera .block-theme {
    margin: 0 auto;
    width: 100%;
    max-width: 570px;
  }
  .sec-opera .txt-theme {
    margin-top: 40px;
  }

  .list-time {
    margin-top: 40px;
  }
  .list-time li {
    margin-bottom: 20px;
  }
  .list-time .col-detail {
    padding: 3px 0 0 16px;
    width: 500px;
  }
  .list-time .txt-date {
    font-size: 16px;
    margin-bottom: 7px;
  }
  .list-time.second {
    margin-top: 40px;
  }

  .sec-form-training .select-place {
    width: 100%;
    padding-left: 0;
    max-width: 440px;
    margin: 0 auto;
  }
  .sec-form-training .select-place .lbl-select {
    margin-bottom: 37px;
  }
  .sec-form-training .select-place .txt-point {
    margin-top: -5px;
    padding: 8px 3px 6px;
  }
  .sec-form-training .select-place .txt02 {
    color: #3277CE;
    font-size: 18px;
    padding-left: 15px;
  }
  .sec-form-training .form-wrap {
    margin-top: 40px;
  }
  .sec-form-training .block-form {
    margin-top: 10px;
    padding-left: 0;
  }
  .sec-form-training .btn-more.second {
    width: 280px;
  }
}
@media (max-width: 374px) {
  .sec-banner-support .wrap-img {
    height: 205px;
  }
}
/* PAGE TRAINING THANK
 * ----------------------------------------------- */
.sec-banner-simply {
  overflow: hidden;
}
.sec-banner-simply .page-title {
  text-align: center;
  height: 266px;
  color: #3277CE;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 38px;
  line-height: 1.42;
}

.sec-traning-thank {
  text-align: center;
  padding: 70px 0 120px;
}
.sec-traning-thank .img-thank {
  margin-top: 116px;
}
.sec-traning-thank .btn-more {
  margin-top: 90px;
}

@media (max-width: 750px) {
  .top-banner-support {
    height: 300px;
    padding: 100px 8% 0;
    background-position: center;
    background-size: cover;
  }
  .top-banner-support .wrap-img.support-img {
    padding-top: 50px;
    padding-right: 0;
  }

  .support-feature {
    padding: 52px 0;
  }

  .list-features .item {
    padding: 0 4%;
    margin: 0 0 40px;
  }
  .list-features .item .icon img {
    width: auto;
    margin: 0 auto;
  }

  .support-system {
    padding: 60px 0;
    margin-bottom: 60px;
  }

  .text-intro {
    font-size: 16px;
    text-align: left;
    padding: 0 4%;
  }

  .support-system .sec-title, .support-conversation .sec-title {
    margin-bottom: 20px;
  }

  .support-conversation .text-intro {
    margin-bottom: 20px;
  }

  .v-upgrade {
    padding: 60px 0 20px;
  }

  .head-office {
    margin: 110px 4% 0;
  }

  .brn-links {
    padding: 0 4% 70px;
  }
  .brn-links a {
    display: block;
    margin-bottom: 20px;
  }

  .sec-banner-simply {
    padding: 0 10px;
  }
  .sec-banner-simply .page-title {
    height: 200px;
    font-size: 24px;
  }

  .sec-traning-thank {
    padding: 60px 12px 80px;
  }
  .sec-traning-thank .img-thank {
    margin-top: 60px;
  }
  .sec-traning-thank .img-thank img {
    margin: 0 auto;
    width: 200px;
  }
  .sec-traning-thank .btn-more {
    margin-top: 60px;
  }
}
@media (max-width: 320px) {
  .head-office .title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .head-office .tel {
    font-size: 25px;
  }
}
/* PAGE ORDER
 * ----------------------------------------------- */
.iframeheight{height:1050px;}
@media (max-width: 750px) {
.iframeheight{height:1600px;}
}

.sec-form-order {
  padding: 64px 0 120px;
}
.sec-form-order .form-wrap {
  margin: 58px auto 0;
}
.sec-form-order .block-form.second {
  padding-left: 18px;
}
.sec-form-order .btn-more.second {
  font-size: 22px;
  width: 240px;
}
.sec-form.sec-form-order p.txt-base{font-weight:400;}

@media (max-width: 750px) {
  .sec-form-order {
    padding: 64px 12px 60px;
  }
  .sec-form-order .form-wrap {
    margin: 40px auto 0;
  }
  .sec-form-order .block-form {
    padding-left: 0;
  }
  .sec-form-order .block-form.second {
    padding-left: 0;
  }
  .sec-form-order .btn-more.second {
    display: block;
    font-size: 18px;
    margin: 54px auto 0;
    padding: 21px 5px 18px;
  }
}
/* PAGE MENTAL
 * ----------------------------------------------- */
/* SECTION BANNER
 * ----------------------------------------------- */
.main-mental .sec-banner {
  background-color: #FEE7E7;
}
.main-mental .sec-banner img {
  padding-top: 23px;
  margin-left: -40px;
}
.main-mental .sec-study {
  margin: 0;
  padding: 112px 0 110px;
  background-color: #F6F8F9;
}

@media (max-width: 750px) {
  .main-mental .sec-title {
    font-size: 22px;
  }
  .main-mental .wrapper {
    padding: 0 10px;
  }
  .main-mental .sec-banner {
    padding-top: 88px;
  }
  .main-mental .sec-banner img {
    width: 96%;
    margin: 0 auto;
  }
  .main-mental .sec-study {
    margin: 0;
    padding: 64px 0 60px;
  }
}
/* SECTION CHECK SYSTEM
 * ----------------------------------------------- */
.sec-check-system {
  padding: 125px 0 111px;
}
.sec-check-system .title-check-system {
  color: #F67271;
}
.sec-check-system .desc-check-system {
  max-width: 965px;
  margin: 0 auto;
  margin-top: 56px;
}

@media (max-width: 750px) {
  .sec-check-system {
    padding: 62px 0 58px;
  }
  .sec-check-system .desc-check-system {
    margin-top: 26px;
    padding: 0 7px;
  }
}
/* SECTION CHECK SYSTEM
 * ----------------------------------------------- */
.sec-basic-rules .title-basic-rule {
  color: #F67271;
}

.list-basic-rules {
  margin: 0 auto;
  max-width: 1000px;
  padding: 60px 0 59px;
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.list-basic-rules .item-rule {
  width: 280px;
  margin-bottom: 76px;
}
.list-basic-rules .item-rule .thumb {
  width: 100%;
  text-align: center;
}
.list-basic-rules .item-rule .thumb img {
  margin: 0 auto;
}
.list-basic-rules .desc-rule {
  margin-top: -13px;
}
.list-basic-rules .desc-rule .ttl-desc {
  font-size: 22px;
  color: #F67271;
  font-weight: bold;
  text-align: center;
}
.list-basic-rules .desc-rule .desc {
  padding-top: 25px;
  font-size: 16px;
  line-height: 1.5625;
}

@media (max-width: 750px) {
  .list-basic-rules {
    padding: 27px 0 36px;
  }
  .list-basic-rules .item-rule {
    width: 50%;
    padding: 0 5px;
    margin-bottom: 32px;
  }
  .list-basic-rules .item-rule .thumb img {
    width: 118px;
  }
  .list-basic-rules .item-rule .ttl-desc {
    font-size: 16px;
    line-height: 1.375;
  }
  .list-basic-rules .desc-rule {
    margin-top: -14px;
  }
  .list-basic-rules .desc-rule .desc {
    padding-top: 16px;
  }
}
/* SECTION STRESS FREE
 * ----------------------------------------------- */
.sec-stress-free {
  padding-top: 105px;
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.sec-stress-free:after {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  right: 0;
  top: 0;
  background-color: #F8E7E7;
  z-index: 0;
}
.sec-stress-free:before {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  right: left;
  top: 0;
  background-color: #E4F2F8;
  z-index: 0;
}

.desc-stress-free {
  position: relative;
  z-index: 1;
}
.desc-stress-free .title-stress-top {
  width: 100%;
  text-align: center;
}
.desc-stress-free .title-stress-top img {
  margin: 0 auto;
  width: auto;
  max-width: 100%;
}
.desc-stress-free .title-txt {
  width: 100%;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #F67271;
  padding-top: 65px;
}
.desc-stress-free .main-img {
  padding-top: 125px;
  padding-right: 100px;
  text-align: center;
}
.desc-stress-free .main-img img {
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}

@media (max-width: 750px) {
  .sec-stress-free {
    padding-top: 60px;
  }

  .desc-stress-free .title-txt {
    font-size: 22px;
    line-height: 1.5;
    padding-top: 30px;
  }
  .desc-stress-free .main-img {
    padding-right: 0;
    padding-top: 78px;
  }
}
/* SECTION CLOUD BENEFITS
 * ----------------------------------------------- */
.sec-cloud-benefits {
  padding-top: 119px;
}
.sec-cloud-benefits .title-cloud-benefits {
  color: #F67271;
}

.cnt-cloud-benefits {
  margin-top: 70px;
  margin-bottom: 23px;
}

.list-cloud-benefits {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.list-cloud-benefits .item-benefit {
  width: 325px;
  margin-bottom: 112px;
}
.list-cloud-benefits .item-benefit .thumb {
  width: 100%;
  height: 116px;
  text-align: center;
  position: relative;
}
.list-cloud-benefits .item-benefit .thumb img {
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.list-cloud-benefits .desc-benefit .ttl-desc {
  padding-top: 28px;
  font-size: 22px;
  color: #F67271;
  font-weight: bold;
  text-align: center;
}
.list-cloud-benefits .desc-benefit .desc {
  padding: 25px 15px 0;
  font-size: 16px;
  line-height: 1.5625;
}
.list-cloud-benefits:first-child {
  -ms-flex-pack: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.list-cloud-benefits:first-child .item-benefit {
  margin-right: 34px;
  margin-bottom: 127px;
}
.list-cloud-benefits:first-child .item-benefit:last-child {
  margin-right: 0;
}

@media (max-width: 750px) {
  .sec-cloud-benefits {
    padding-top: 65px;
  }
  .sec-cloud-benefits .title-cloud-benefits {
    padding: 0 20px;
  }

  .cnt-cloud-benefits {
    margin-top: 28px;
    margin-bottom: 15px;
    padding: 0;
  }

  .list-cloud-benefits .item-benefit {
    width: 50%;
    padding: 0 7px;
    margin-bottom: 53px;
  }
  .list-cloud-benefits .item-benefit .thumb {
    height: 90px;
  }
  .list-cloud-benefits .item-benefit:nth-child(1) .thumb img {
    width: 150px;
  }
  .list-cloud-benefits .item-benefit:nth-child(2) .thumb img {
    width: 62px;
  }
  .list-cloud-benefits .item-benefit:nth-child(3) .thumb img {
    width: 92px;
  }
  .list-cloud-benefits .item-benefit:nth-child(4) .thumb img {
    width: 85px;
  }
  .list-cloud-benefits .item-benefit:nth-child(5) .thumb img {
    width: 72px;
  }
  .list-cloud-benefits .item-benefit:nth-child(6) .thumb img {
    width: 70px;
  }
  .list-cloud-benefits .desc-benefit .ttl-desc {
    margin-top: 14px;
    padding-top: 0;
    font-size: 16px;
    min-height: 45px;
    line-height: 1.5;
  }
  .list-cloud-benefits .desc-benefit .ttl-desc span {
    display: block;
    font-size: 9px;
  }
  .list-cloud-benefits .desc-benefit .desc {
    padding: 4px 0 0;
  }
  .list-cloud-benefits:first-child .item-benefit {
    margin-right: 0;
    margin-bottom: 60px;
  }
  .list-cloud-benefits:first-child .item-benefit:nth-child(1) .thumb img {
    width: 74px;
  }
  .list-cloud-benefits:first-child .item-benefit:nth-child(2) .thumb img {
    width: 54px;
  }
}
/* SECTION JUDGEMENT RESULT
 * ----------------------------------------------- */
.sec-judgement-result {
  overflow: hidden;
}

.item-judgement-result {
  padding-top: 56px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  min-height: 800px;
}
.item-judgement-result .img-col {
  padding-right: 4.22%;
  width: 56.3%;
  text-align: right;
}
.item-judgement-result .img-col.mordify {
  padding-right: 0;
  padding-top: 224px;
}
.item-judgement-result .img-col img {
  width: auto;
  max-width: 100%;
}
.item-judgement-result:nth-child(2n+1) {
  background-color: #FEE7E7;
}
.item-judgement-result:last-child {
  background: url(../img/mental/bgd_last.png) left bottom no-repeat;
  background-size: 100% 100%;
}
.item-judgement-result .desc-col {
  width: 54.7%;
  padding-top: 10.83%;
  padding-left: 6.3%;
}
.item-judgement-result .desc-col .desc {
  padding-top: 36px;
  max-width: 515px;
}
.item-judgement-result .desc-col .title {
  color: #F67271;
  text-align: left;
}
.item-judgement-result .desc-col .title h3 {
  position: relative;
}
.item-judgement-result .desc-col .title .num {
  position: absolute;
  bottom: 100%;
  left: 0;
}

@media (max-width: 750px) {
  .item-judgement-result {
    min-height: auto;
    padding: 0 19px;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .item-judgement-result .img-col {
    width: 100%;
    text-align: center;
    padding-right: 0;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .item-judgement-result .desc-col {
    padding-left: 0;
    padding-top: 108px;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    width: 100%;
  }
  .item-judgement-result .desc-col .title {
    text-align: center;
  }
  .item-judgement-result .desc-col .title h3 {
    display: inline-block;
  }
  .item-judgement-result .desc-col .desc {
    padding-top: 31px;
    width: 100%;
    margin: 0 auto;
    line-height: 1.5;
  }
  .item-judgement-result:nth-child(1) .desc-col .desc {
    width: 68%;
  }
  .item-judgement-result:nth-child(2) .desc-col {
    padding-top: 92px;
  }
  .item-judgement-result:nth-child(2) .desc-col .desc {
    width: 100%;
    padding-top: 25px;
  }
  .item-judgement-result:nth-child(2) .img-col {
    margin-top: 7px;
  }
  .item-judgement-result:nth-child(3) .desc-col {
    padding-top: 98px;
  }
  .item-judgement-result:nth-child(3) .desc-col .desc {
    padding-top: 22px;
  }
  .item-judgement-result:nth-child(3) .img-col {
    margin-top: 49px;
  }
  .item-judgement-result:nth-child(4) .desc-col {
    padding-top: 98px;
  }
  .item-judgement-result:nth-child(4) .desc-col .desc {
    padding-top: 22px;
  }
  .item-judgement-result:nth-child(4) .img-col {
    margin-top: 27px;
  }
  .item-judgement-result:nth-child(5) .desc-col {
    padding-top: 98px;
  }
  .item-judgement-result:nth-child(5) .desc-col .desc {
    padding-top: 26px;
  }
  .item-judgement-result:nth-child(5) .img-col {
    margin-top: 27px;
  }
  .item-judgement-result:nth-child(6) .desc-col {
    padding-top: 94px;
  }
  .item-judgement-result:nth-child(6) .desc-col .desc {
    padding-top: 26px;
  }
  .item-judgement-result:nth-child(6) .img-col {
    margin-top: 18px;
  }
  .item-judgement-result .img-col {
    text-align: center;
    margin-top: 29px;
  }
  .item-judgement-result .img-col img {
    max-width: 280px;
    margin: 0 auto;
    width: 100%;
  }
  .item-judgement-result .img-col.mordify {
    padding-top: 17px;
    padding-bottom: 67px;
  }
  .item-judgement-result .img-col.mordify img {
    max-width: 100%;
    width: auto;
  }
}
/* SECTION RESULT GROUP
 * ----------------------------------------------- */
.results-group-wrapper {
  margin: 0 auto;
  max-width: 1340px;
  width: 100%;
  padding: 126px 0;
}

.results-group-wrapper .sec-title {
  color: #F67271;
}
.results-group-wrapper .desc-result {
  margin: 0 auto;
  padding-top: 60px;
  max-width: 1040px;
}
.results-group-wrapper .list-results-group {
  width: 1146px;
  margin: 132px auto 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.results-group-wrapper .list-results-group .item {
  width: 25%;
  padding: 0 5px;
}
.results-group-wrapper .list-results-group .item img {
  border: 1px solid #cccccc;
}
.results-group-wrapper .btn-more {
  margin-top: 200px;
  background-color: #F67271;
  width: 280px;
}

@media (max-width: 750px) {
  .results-group-wrapper {
    padding: 60px 0 65px;
  }
  .results-group-wrapper .sec-title {
    padding: 0 15px;
  }
  .results-group-wrapper .desc-result {
    padding: 28px 17px 0;
    line-height: 1.5;
  }
  .results-group-wrapper .list-results-group {
    margin-top: 47px;
    padding: 0 25px;
    width: auto;
  }
  .results-group-wrapper .list-results-group .item {
    width: 100%;
    padding: 0;
    margin-bottom: 15px;
    text-align: center;
  }
  .results-group-wrapper .list-results-group .item:last-child {
    margin-bottom: 0;
  }
  .results-group-wrapper .list-results-group .item img {
    max-width: 324px;
    width: 100%;
    margin: 0 auto;
  }

  .results-group-wrapper .btn-more {
    margin-top: 60px;
  }
}
/* ------------------------------- *  MENTAL PRICE PAGE * ----------------------------------------------- */
/* SECTION BANNER PRICE
 * ----------------------------------------------- */
.main-mental-price .sec-banner {
  background-color: #FEE7E7;
}
.main-mental-price .list-plus {
  margin-top: 101px;
}
.main-mental-price .list-plus li {
  padding-top: 78px;
  color: #F67271;
  background-image: url(../img/mental/choose_plus.png);
  background-size: 56px auto;
}
.main-mental-price .block-display {
  margin: 125px 0 126px;
}
.main-mental-price .block-display .txt-learn {
  border-color: #F67271;
  color: #F67271;
}
.main-mental-price .block-display .txt-learn:after {
  background-image: url(../img/mental/choose_arrow.png);
}
.main-mental-price .block-display .btn-more {
  background-color: #F67271;
  width: 352px;
}
.main-mental-price .sec-choose {
  padding-top: 105px;
}
.main-mental-price .sec-study {
  margin: 0;
  padding: 120px 0 110px;
  background-color: #F6F8F9;
}
.main-mental-price .sec-choose .wrap {
  text-align: center;
}
.main-mental-price .sec-choose .product-title {
  color: #F67271;
}

.tbl-mental-price {
  margin: 76px auto 0;
  max-width: 640px;
  height: 240px;
  background-color: #FEE7E7;
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  align-content: center;
  text-align: center;
}
.tbl-mental-price div {
  width: 100%;
  text-align: center;
  color: #F67271;
  font-weight: bold;
}
.tbl-mental-price .txt-desc {
  font-size: 18px;
  line-height: 1.8;
}
.tbl-mental-price .txt-price {
  font-size: 37px;
}
.tbl-mental-price .txt-price sub {
  font-size: 0.784em;
}
.tbl-mental-price .txt-note {
  font-size: 18px;
  padding-top: 16px;
}

@media (max-width: 750px) {
  .main-mental-price .block-display .btn-more {
    width: 280px;
  }
  .main-mental-price .sec-study {
    padding: 64px 0 60px;
  }
  .main-mental-price .sec-choose {
    padding-top: 50px;
  }
  .main-mental-price .list-plus {
    margin-top: 50px;
  }

  .tbl-mental-price {
    margin-top: 50px;
    width: 84%;
    height: auto;
    padding: 40px 0;
  }
  .tbl-mental-price .txt-note {
    padding-top: 9px;
  }
}
/* PAGE SEMINAR
 * ----------------------------------------------- */
.sec-banner-semi {
  background: url(../img/seminar/banner_img01.jpg) center 0 no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center;
}
.sec-banner-semi.semi-bg2{
  background: url(../img/seminar/banner_img03.jpg) center 0 no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center;
}

.sec-banner-semi.semi-bg45{
  background: url(../img/seminar/banner_img45.jpg) center 0 no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center;
}
.sec-banner-semi.semi-bg46{
  background: url(../img/seminar/banner_img46.jpg) center 0 no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center;
}

.sec-banner-semi .product-title {
  color: #fff;
  padding-top: 222px;
}
.sec-banner-semi .semi-title {
  font-size: 30px;
  margin-top: 50px;
}
.sec-banner-semi .wrapper {
  height: 586px;
}

.sec-semi {
  padding: 0px 0 98px;
}
.sec-semi .block-time {
  padding-left: 68px;
}
.sec-semi .block-time .list-time {
  width: 512px;
  margin: 0 0 0 100px;
}
.sec-semi .block-semi {
  margin: 122px auto 0;
  width: 894px;
}
.sec-semi .block-semi .item {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: 105px;
}
.sec-semi .block-semi .item img {
  width: 160px;
}
.sec-semi .block-semi .item .col-detail {
  width: 650px;
  margin-left: 72px;
  padding-top: 8px;
}


.sec-semi .person-title {
  color: #3277CE;
  font-size: 22px;
  margin-bottom: 25px;
}
.sec-semi .block-place {
  padding: 50px 0 0 40px;
}
.sec-semi .block-place .list-time {
  margin: 0 auto;
  width: 780px;
}
.sec-semi .block-place .list-time .col-detail {
  width: 720px;
  padding-left: 30px;
}

@media (max-width: 750px) {
  .sec-banner-semi .product-title {
    padding-top: 60px;
    text-shadow: 0 0 13px rgba(0, 0, 0, 0.44);
  }
  .sec-banner-semi .semi-title {
    font-size: 20px;
    margin-top: 15px;
    text-shadow: 0 0 13px rgba(0, 0, 0, 0.44);
  }
  .sec-banner-semi .wrapper {
    height: 300px;
  }

  .sec-semi {
    padding: 65px 10px 60px;
  }
  .sec-semi .block-time {
    padding-left: 0;
  }
  .sec-semi .block-time .list-time {
    width: 100%;
    max-width: 512px;
  }
  .sec-semi .block-semi {
    margin: 60px auto 0;
    width: 100%;
    max-width: 894px;
  }
  .sec-semi .block-semi .item {
    display: block;
    margin-bottom: 60px;
  }
  .sec-semi .block-semi .item img {
    margin: 0 auto;
    width: 160px;
  }
  .sec-semi .block-semi .item .col-detail {
    width: 100%;
    margin-left: 0;
    padding-top: 30px;
  }

  .sec-semi .person-title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .sec-semi .block-place {
    padding: 40px 0 0 0;
  }
  .sec-semi .block-place .list-time {
    margin: 0 auto;
    width: 100%;
    max-width: 512px;
  }
  .sec-semi .block-place .list-time .col-detail {
    width: 720px;
    padding-left: 30px;
  }
}
/* PAGE SEMINAR TOP
 * ----------------------------------------------- */
.sec-banner-seminar .semi-bg {
  background: url(../img/seminar/banner_img02.jpg) center no-repeat;
  background-size: cover;


}
.sec-banner-seminar .wrapper {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 586px;
}
.sec-banner-seminar .product-title {
  color: #fff !important;
  text-shadow: 0 0 13px rgba(0, 0, 0, 0.44);
}

.sec-survice {
  margin-top: 110px;
}
.sec-survice .block-survice {
  margin: 0 auto;
  width: 960px;
}
.sec-survice .block-survice + .block-survice {
  margin-top: 130px;
}
.sec-survice .survice-in {
  background-color: #F6F8F9;
  padding: 50px 50px;
}
.sec-survice .txt-busi span {
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  background-color: #F87706;
  color: #fff;
  font-size: 18px;
  text-align: center;
  padding: 13px 10px 8px;
  min-width: 184px;
}
.sec-survice .txt-busi.second span {
  background-color: #16C702;
}
.sec-survice .product-title {
  text-align: left;
  margin-top: 26px;
}

.sec-survice .txt-cmn {
  color: #3277CE;
  margin-top: 2px;
}
.sec-survice .list-time {
  width: 512px;
  margin: 50px 0 0 28px;
}
.sec-survice .block-semi {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-top: 32px;
}
.sec-survice .block-semi .col-detail {
  width: 604px;
}
.sec-survice .block-semi .col-detail2 {
  width: 100%;
}

.sec-survice .block-semi img {
  width: 160px;
  height: auto;
  margin-top: 150px;
  margin-left: 33px;
}
.sec-survice .btn-more {
  margin-top: 80px;
}

.sec-past {
  padding: 30px 0 160px;
}
.sec-past .list-past {
  margin-top: 54px;
}
.sec-past .list-past a {
  display: block;
}
.sec-past .list-past li {
  margin-right: 3px;
  margin-bottom: 3px;
}
.sec-past .list-past li:nth-child(3n) {
  margin-right: 0;
}
.sec-past .img-traning {
  margin-top: 130px;
}

@media (max-width: 750px) {
  .sec-banner-seminar {
    background: url(../img/seminar/sp/banner_img02.png) center top no-repeat;
    background-size: cover;
  }
  .sec-banner-seminar .semi-bg {
    background: none;
  }
  .sec-banner-seminar .semi-bg2 {
    background: none;
  }
  .sec-banner-seminar .semi-bg45 {
    background: none;
  }  
.sec-banner-seminar .semi-bg46 {
    background: none;
  }
	
  .sec-banner-seminar .wrapper {
    height: 240px;
  }
  .sec-banner-seminar .product-title {
    padding-top: 60px;
  }

  .sec-survice {
    margin-top: 40px;
  }
  .sec-survice .block-survice {
    margin: 0 -3.5px 0;
    width: auto;
  }
  .sec-survice .block-survice + .block-survice {
    margin-top: 26px;
  }
  .sec-survice .survice-in {
    background-color: #fff;
    padding: 38px 28px;
  }
  .sec-survice .product-title {
    margin-top: 26px;
    letter-spacing: -0.05em;
  }
  .sec-survice .txt-cmn {
    margin-top: 8px;
  }
  .sec-survice .list-time {
    width: auto;
    margin: 26px 0 0 0;
  }
  .sec-survice .list-time li {
    display: block;
    margin-bottom: 30px;
  }
  .sec-survice .list-time .col-detail {
    padding: 10px 0 0 0;
    width: auto;
  }
  .sec-survice .block-semi {
    display: block;
    margin-top: 32px;
  }
  .sec-survice .block-semi .txt-base {
    margin: 0 -10px;
  }
	
  .sec-survice .block-survice .survice-in .block-semi .col-detail2 .txt-base-semi .txt-base{
  line-height: 1.5625;
  font-size: 16px;
   margin: 0;
  }
  .sec-survice .block-semi .col-detail2 .txt-base-semi2 .txt-base{
  line-height: 1.5625;
  font-size: 16px;
   margin: 0;
  }
	
  .sec-survice .block-semi .col-detail {
    width: 100%;
  }
  .sec-survice .block-semi img {
    margin: 53px auto 0;
  }
  .sec-survice .btn-more {
    margin-top: 60px;
  }

  .sec-past {
    padding: 20px 0 65px;
  }
  .sec-past .list-past {
    margin-top: 28px;
  }
  .sec-past .list-past li {
    margin-right: 1.2%;
    margin-bottom: 3px;
    width: 49.4%;
  }
  .sec-past .list-past li:nth-child(3n) {
    margin-right: 1.2%;
  }
  .sec-past .list-past li:nth-child(2n) {
    margin-right: 0;
  }
  .sec-past .img-traning {
    margin: 67px -3.5px 0;
  }
}
/* PAGE REQUEST
 * ----------------------------------------------- */
.sec-request {
  margin: 0;
  padding: 0 0 128px;
}
.sec-request .list-brand .item {
  height: 190px;
  padding-bottom: 10px;
}
.sec-request .product-in {
  margin-top: 0;
  padding: 70px 0 54px;
}
.sec-request .txt-doc {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 10px;
  left: 0;
}
.sec-request .txt-doc span {
  display: inline-block;
  background-color: #058BDF;
  color: #fff;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  min-width: 168px;
  font-size: 16px;
  padding: 8px 20px 5px;
}
.sec-request .txt-doc.second span {
  background-color: #F54B0B;
}
.sec-request .img-product {
  width: 292px;
  margin-top: -8px;
}
.sec-request .list-brand .item.no-padding img {
  width: 86%;
}
.sec-request .list-brand .item-cam .img-product {
  width: 240px;
}
.sec-request .list-brand .item-ats .img-product {
  width: 228px;
}
.sec-request .txt-note {
  margin-top: 40px;
}

@media (max-width: 750px) {
  .sec-request {
    margin: 0;
    padding: 0;
  }
  .sec-request .list-brand .item {
    height: auto;
    padding-bottom: 25px;
  }
  .sec-request .product-in {
    padding: 46px 0 60px;
  }
  .sec-request .txt-doc {
    bottom: 6px;
  }
  .sec-request .txt-doc span {
    min-width: 130px;
    font-size: 12px;
    padding: 3px 10px 1px;
  }
  .sec-request .img-product {
    width: 100%;
    margin-top: 0;
  }
  .sec-request .list-brand .item.no-padding img {
    width: 90%;
  }
  .sec-request .list-brand .item-cam .img-product {
    width: 80%;
  }
  .sec-request .list-brand .item-ats .img-product {
    width: 100%;
  }
  .sec-request .txt-note {
    margin-top: 25px;
  }
}
/* PAGE ATS
 * ----------------------------------------------- */
.sec-banner-ats {
  background-color: #E8CF28;
}

.sec-contract {
  padding: 120px 0 118px;
}
.sec-contract .product-title {
  color: #000;
}
.sec-contract .list-contract {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 50px;
}
.sec-contract .list-contract .btn {
  display: block;
  padding: 26px 26px;
}
.sec-contract .list-contract li {
  margin: 0 4px 8px;
  background-color: #F2F2F2;
  text-align: center;
  width: 480px;
  font-size: 22px;
}
.sec-contract .list-contract li.item02 .txt-contract span {
  width: 162px;
}
.sec-contract .list-contract li.item03 .txt-contract span, .sec-contract .list-contract li.item04 .txt-contract span {
  width: 122px;
}
.sec-contract .list-contract .txt-contract {
  text-align: left;
}
.sec-contract .list-contract .txt-contract span {
  text-align: center;
  display: inline-block;
  color: #000;
  border: 3px solid #000;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  padding: 3px 13px 2px;
}
html.ie .sec-contract .list-contract .txt-contract span {
  padding: 7px 13px 0;
}
.sec-contract .list-contract .img-contract {
  margin-top: 22px;
}
.sec-contract .list-contract .txt-name {
  color: #000;
  margin-top: 36px;
}
.sec-contract .list-contract .txt-name .price {
  color: #F54B0B;
}
.sec-contract .list-contract .btn-detail {
  display: inline-block;
  background-color: #000;
  color: #fff;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  padding: 7px 28px 5px;
  margin-top: 14px;
}
html.ie .sec-contract .list-contract .btn-detail {
  padding: 10px 28px 2px;
}

.sec-desktop {
  background: linear-gradient(14.5deg, #ffffff 0%, #ffffff 52.8%, #e8cf28 52.8%);
  padding: 45px 0 132px;
}
.sec-desktop .img-desktop {
  position: relative;
  margin-top: 74px;
}
.sec-desktop .block-desktop {
  position: absolute;
  right: 60px;
  bottom: -68px;
  width: 440px;
}
.sec-desktop .block-desktop .product-title {
  color: #000;
}
.sec-desktop .block-desktop .txt-base {
  margin-top: 24px;
}
.sec-desktop .block-desktop .txt-note {
  letter-spacing: -0.05em;
  font-size: 8px;
  margin-top: 10px;
}
.sec-desktop .block-desktop .txt-number {
  color: #F54B0B;
  font-size: 59px;
  margin-top: 50px;
}
.sec-desktop .block-desktop .txt-number span {
  font-size: 30px;
}
.sec-desktop .block-display {
  margin-top: 185px;
}
.sec-desktop .block-display .txt-learn {
  color: #F5780B;
  border-color: #F5780B;
}
.sec-desktop .block-display .txt-learn:after {
  background-image: url(../img/plusnavi/choose_arrow.png);
}

.sec-notebook {
  position: relative;
  background-size: 100% auto;
  padding: 46px 0 124px;
}
.sec-notebook .wrap-notebook {
  position: absolute;
  left: 0;
  top: -20%;
  width: 100%;
  height: 1272px;
  -moz-transform: skewY(15deg);
  -ms-transform: skewY(15deg);
  -webkit-transform: skewY(15deg);
  transform: skewY(15deg);
  z-index: -1;
  overflow: hidden;
}
.sec-notebook .wrap-notebook .notebook-bg {
  background: #d6d9de url(../img/ats/notebook_bg02.png) repeat-x;
  position: absolute;
  left: 0;
  top: 26%;
  width: 100%;
  height: 110%;
  -moz-transform: skewY(-15deg);
  -ms-transform: skewY(-15deg);
  -webkit-transform: skewY(-15deg);
  transform: skewY(-15deg);
}
.sec-notebook .desktop-title span {
  color: #fff;
  border-color: #fff;
}
.sec-notebook .product-title {
  color: #fff;
  margin-top: 44px;
}
.sec-notebook .img-notebook {
  margin: 118px 0 0 -36px;
}
.sec-notebook .txt-select {
  margin: 50px auto 0;
  width: 720px;
}
.sec-notebook .txt-offer {
  text-align: center;
  margin-top: 40px;
}
.sec-notebook .txt-offer span {
  display: inline-block;
  color: #F5780B;
  border: 3px solid #F5780B;
  font-size: 22px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  padding: 4px 28px 1px;
}
html.ie .sec-notebook .txt-offer span {
  padding-top: 7px;
  padding-bottom: 0;
}
.sec-notebook .list-lap {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-top: 22px;
}
.sec-notebook .list-lap li {
  text-align: center;
  width: 316px;
  margin: 0 32px;
}
.sec-notebook .list-lap img {
  width: auto;
  height: 212px;
}
.sec-notebook .list-lap .txt-name {
  color: #000;
  font-size: 20px;
}
.sec-notebook .list-lap .txt-base {
  margin-top: 8px;
}
.sec-notebook .btn-more {
  margin-top: 98px;
}

.in-mark {
  color: #F54B0B;
}

.sec-mobile {
  overflow: hidden;
}
.sec-mobile .md-flex .col {
  width: 50%;
  background-color: #4BB8F8;
}
.sec-mobile .md-flex .col:first-child .col-in {
  float: right;
}
.sec-mobile .md-flex .col:nth-child(even) {
  background-color: #D9E652;
}
.sec-mobile .md-flex .col-in {
  width: 714px;
  padding: 126px 0;
}
.sec-mobile .flex {
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.sec-mobile .img-product {
  width: 350px;
}
.sec-mobile .col-detail {
  width: 364px;
}
.sec-mobile .img-logo {
  margin-top: 20px;
}
.sec-mobile .product-title {
  color: #000;
  text-align: left;
  margin-top: 20px;
}
.sec-mobile .product-title span {
  display: block;
}
.sec-mobile .desktop-title {
  text-align: left;
}
.sec-mobile .desktop-title span {
  text-align: center;
}
.sec-mobile .list-term {
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  margin-top: 30px;
}
.sec-mobile .list-term .item {
  background-color: transparent;
  border: 2px solid #000;
  color: #000;
  margin: 0 8px 0 0;
}
.sec-mobile .btn-more {
  margin-top: 132px;
}
.sec-mobile .md-flex .col:nth-child(even) .img-product {
  text-align: center;
  width: 310px;
  padding: 32px 0 0 20px;
}
@media (min-width: 751px) and (max-width: 1470px) {
  .sec-mobile .md-flex .col:nth-child(even) .img-product {
    width: 230px;
    padding-left: 0;
  }
  .sec-mobile .md-flex .col:nth-child(even) .img-product img {
    width: 100%;
  }
  .sec-mobile .md-flex .col:nth-child(even) .img-logo img {
    width: 370px;
  }
  .sec-mobile .md-flex .col:nth-child(odd) .img-product {
    text-align: right;
    padding-right: 20px;
  }
  .sec-mobile .md-flex .col:nth-child(odd) .img-product img {
    width: 250px;
  }
}

.sec-pond {
  padding: 120px 0 126px;
}
.sec-pond .product-title {
  color: #000;
}
.sec-pond .item-qa {
  margin-top: 62px;
}
.sec-pond .item-qa:before {
  display: none;
}
.sec-pond .block-txt {
  margin-top: 20px;
}
.sec-pond .txt-navi {
  color: #000;
  font-size: 20px;
}
.sec-pond .txt-pc {
  margin-top: 14px;
}
.sec-pond .list-pond {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-top: 80px;
}
.sec-pond .list-pond li {
  text-align: center;
  width: 240px;
  margin: 0 40px;
}
.sec-pond .list-pond .img-pond {
  width: 88px;
}
.sec-pond .list-pond .txt-speed {
  color: #000;
  font-size: 20px;
  margin-top: 38px;
}
.sec-pond .list-pond .txt-base {
  text-align: left;
  margin-top: 15px;
}

.sec-form-ats .product-title + .txt-base {
  margin-top: 52px;
}
.sec-form-ats .list-select-pro {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 73px;
}
.sec-form-ats .list-select-pro .lbl-pro {
  cursor: pointer;
  text-align: center;
  margin-right: 8px;
  width: 262px;
  height: 262px;
}
.sec-form-ats .list-select-pro .lbl-pro:nth-child(4n) {
  margin-right: 0;
}
.sec-form-ats .list-select-pro .lbl-pro .checkbox-field {
  -moz-transition: all 0.26s ease;
  -o-transition: all 0.26s ease;
  -webkit-transition: all 0.26s ease;
  transition: all 0.26s ease;
  display: block;
  background: #fff url(../img/opn/ico_border_select.png) right 10px top 12px no-repeat;
  background-size: 21px auto;
  padding: 40px 10px 20px;
}
.sec-form-ats .list-select-pro .lbl-pro input[type="checkbox"]:checked + .checkbox-field {
  background-image: url(../img/opn/ico_border_selected.png);
  background-color: #E8CF28;
}
.sec-form-ats .list-select-pro .lbl-pro img {
  margin-top: 10px;
  width: 208px;
}
.sec-form-ats .list-select-pro .lbl-pro .desktop-title {
  display: block;
  margin-top: 25px;
}
.sec-form-ats .list-select-pro .lbl-pro .desktop-title span {
  padding: 9px 14px 4px;
}
.sec-form-ats .block-form {
  margin-top: -35px;
  padding-left: 20px;
}

@media (max-width: 750px) {
  .sec-contract {
    padding: 60px 0 63px;
  }
  .sec-contract .list-contract {
    margin-top: 28px;
    padding: 0 2px;
  }
  .sec-contract .list-contract .btn {
    padding: 12px 5px 8px;
  }
  .sec-contract .list-contract li {
    margin: 0 1.2% 4px 0;
    width: 49.4%;
    font-size: 14px;
  }
  .sec-contract .list-contract li:nth-child(2n) {
    margin-right: 0;
  }
  .sec-contract .list-contract li.item02 .txt-contract span {
    width: auto;
    min-width: 90px;
  }
  .sec-contract .list-contract li.item03 .txt-contract span, .sec-contract .list-contract li.item04 .txt-contract span {
    width: auto;
    min-width: 70px;
  }
  .sec-contract .list-contract .txt-contract {
    text-align: center;
  }
  .sec-contract .list-contract .txt-contract span {
    border-width: 1px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    font-size: 16px;
    padding: 1px 8px 1px;
  }
  .sec-contract .list-contract .img-contract {
    margin: 5px auto 0;
    width: 100px;
  }
  .sec-contract .list-contract .txt-name {
    font-size: 13px;
    letter-spacing: -0.05em;
    margin-top: 14px;
  }

  .sec-desktop {
    background: transparent;
    padding: 15px 0 66px;
  }
  .sec-desktop .desktop-title {
    position: relative;
    z-index: 2;
  }
  .sec-desktop .img-desktop {
    position: relative;
    z-index: 1;
    margin: -40px -15px 0;
  }
  .sec-desktop .img-desktop img {
    margin: 0 auto;
    width: 100%;
  }
  .sec-desktop .block-desktop {
    position: relative;
    right: auto;
    bottom: auto;
    width: auto;
    margin-top: 24px;
    padding: 0 15px;
  }
  .sec-desktop .block-desktop .product-title {
    font-size: 30px;
  }
  .sec-desktop .block-desktop .txt-base {
    margin-top: 11px;
  }
  .sec-desktop .block-desktop .txt-note {
    font-size: 12px;
    line-height: 2;
    margin-top: 0;
  }
  .sec-desktop .block-desktop .txt-number {
    text-align: center;
    font-size: 40px;
    margin-top: 18px;
    padding-left: 20%;
    letter-spacing: -0.05em;
  }
  .sec-desktop .block-desktop .txt-number span {
    font-size: 20px;
  }
  .sec-desktop .block-display {
    margin-top: 22px;
  }
  .sec-desktop .block-display .btn-more {
    width: 280px;
    margin-top: 28px;
  }

  .sec-notebook {
    background: url(../img/ats/sp/notebook_bg.png) left top no-repeat;
    background-size: 100% auto;
    padding: 16px 0 64px;
  }
  .sec-notebook .product-title {
    font-size: 16px;
    margin-top: 12px;
  }
  .sec-notebook .img-notebook {
    margin: 14px 0 0;
  }
  .sec-notebook .img-notebook img {
    margin: 0 auto;
    width: 95.6%;
  }
  .sec-notebook .txt-select {
    margin: 22px auto 0;
    width: 100%;
    padding: 0 10px;
  }
  .sec-notebook .txt-offer {
    margin-top: 22px;
  }
  .sec-notebook .txt-offer span {
    border-width: 1px;
    font-size: 16px;
    padding: 3px 10px 1px;
    line-height: 1.2;
  }
  .sec-notebook .list-lap {
    display: block;
    margin-top: 14px;
  }
  .sec-notebook .list-lap li {
    width: 100%;
    max-width: 316px;
    margin: 0 auto 40px;
  }
  .sec-notebook .list-lap img {
    width: auto;
    height: 212px;
    margin: 0 auto;
  }
  .sec-notebook .list-lap .txt-name {
    margin-top: 0;
  }
  .sec-notebook .list-lap .txt-base {
    margin-top: 8px;
  }
  .sec-notebook .btn-more {
    width: 280px;
    margin-top: 35px;
  }

  .sec-mobile .md-flex .col {
    width: 100%;
  }
  .sec-mobile .md-flex .col:first-child .col-in {
    float: none;
  }
  .sec-mobile .md-flex .col-in {
    width: 100%;
    padding: 14px 0 65px;
  }
  .sec-mobile .img-product {
    width: 100%;
    margin-top: 10px;
  }
  .sec-mobile .img-product img {
    margin: 0 auto;
    max-width: 290px;
  }
  .sec-mobile .col-detail {
    width: 100%;
  }
  .sec-mobile .img-logo {
    margin-top: 0;
  }
  .sec-mobile .img-logo img {
    margin: 0 auto;
    width: auto;
    height: 100px;
  }
  .sec-mobile .product-title {
    margin: 16px auto 0;
    font-size: 30px;
    width: 270px;
  }
  .sec-mobile .desktop-title {
    text-align: center;
  }
  .sec-mobile .list-term {
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: 22px;
  }
  .sec-mobile .list-term .item {
    font-size: 23px;
    margin: 0 4px;
    width: 80px;
    height: 80px;
  }
  .sec-mobile .btn-more {
    margin-top: 46px;
  }
  .sec-mobile .md-flex .col:nth-child(even) .img-product {
    width: 100%;
    padding: 0;
  }
  .sec-mobile .md-flex .col:nth-child(even) .img-logo {
    margin-top: 20px;
  }
  .sec-mobile .md-flex .col:nth-child(even) .img-logo img {
    height: 90px;
  }
  .sec-mobile .md-flex .col:nth-child(even) .product-title {
    margin-top: 6px;
  }

  .sec-pond {
    padding: 43px 10px 22px;
  }
  .sec-pond .img-pond-first {
    margin-top: 6px;
  }
  .sec-pond .img-pond-first img {
    width: 91.6%;
    max-width: 450px;
    margin: 0 auto;
  }
  .sec-pond .block-txt {
    margin-top: 22px;
  }
  .sec-pond .txt-navi {
    font-size: 22px;
  }
  .sec-pond .txt-pc {
    margin-top: -2px;
  }
  .sec-pond .list-pond {
    display: block;
    margin-top: 70px;
  }
  .sec-pond .list-pond li {
    text-align: center;
    width: 100%;
    margin: 0 0 50px;
  }
  .sec-pond .list-pond .img-pond {
    width: 86px;
    margin: 0 auto;
  }
  .sec-pond .list-pond .txt-speed {
    font-size: 18px;
    margin-top: 21px;
  }
  .sec-pond .list-pond .txt-base {
    margin-top: 22px;
  }

  .sec-form-ats {
    padding: 60px 12px 60px;
  }
  .sec-form-ats .product-title + .txt-base {
    margin-top: 16px;
  }
  .sec-form-ats .list-select-pro {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 38px -10px 0;
    padding: 0 1.5px;
  }
  .sec-form-ats .list-select-pro .lbl-pro {
    cursor: pointer;
    text-align: center;
    width: 49.4%;
    height: auto;
    margin-right: 1.2%;
    margin-bottom: 4px;
  }
  .sec-form-ats .list-select-pro .lbl-pro:nth-child(2n) {
    margin-right: 0;
  }
  .sec-form-ats .list-select-pro .lbl-pro .checkbox-field {
    background-position: right 12px top 14px;
    background-size: 14px auto;
    padding: 32px 10px 10px;
  }
  .sec-form-ats .list-select-pro .lbl-pro img {
    margin: 10px auto 0;
    width: 98px;
  }
  .sec-form-ats .list-select-pro .lbl-pro .desktop-title {
    margin-top: 10px;
  }
  .sec-form-ats .list-select-pro .lbl-pro .desktop-title span {
    padding: 2px 8px 1px;
    min-width: 66px;
  }
  .sec-form-ats .block-form {
    margin-top: 52px;
    padding-left: 0;
  }
}
@media (max-width: 374px) {
  .sec-desktop .block-desktop .txt-number {
    padding-left: 0;
  }

  .sec-mobile .product-title {
    width: 100%;
    padding-left: 20px;
  }

  .sec-form-ats .list-select-pro .lbl-pro .desktop-title span {
    font-size: 14px;
  }
}
/* PAGE SKILLANANLYST
 * ----------------------------------------------- */
/* SECTION BANNER
 * ----------------------------------------------- */
.main-skillanalyst .sec-title, .main-skillanalyst .product-title {
  color: #3277CE;
}
.main-skillanalyst .sec-banner {
  background-color: #F6F8F9;
}

@media (max-width: 750px) {
  .main-skillanalyst .sec-banner img {
    margin: 0 auto;
  }
}
/* SECTION BQUESTION QUICKLY
 * ----------------------------------------------- */
.sec-questions-quickly {
  padding: 124px 0 130px;
}
.sec-questions-quickly .desc-question {
  max-width: 960px;
  margin: 54px auto 0;
}
.sec-questions-quickly .desc-question p {
  margin-bottom: 25px;
}
.sec-questions-quickly .desc-question p:last-child {
  margin-bottom: 0;
}

.list-office {
  margin-top: 60px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
}
.list-office .item {
  width: 215px;
  padding: 0 18px;
  margin: 0 -10px;
}
.list-office .item .thumb {
  width: 100%;
  height: 100px;
  position: relative;
}
.list-office .item .thumb img {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.list-office .item .desc {
  width: 100%;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  color: #3277CE;
  margin-top: 30px;
}
.ie .list-office .item .desc, .safari .list-office .item .desc {
  white-space: nowrap;
}

@media (max-width: 750px) {
  .sec-questions-quickly {
    padding: 71px 0 14px;
  }
  .sec-questions-quickly .desc-question {
    padding: 0 14px;
    margin-top: 26px;
    line-height: 1.5;
  }

  .list-office {
    margin-top: 27px;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 0 35px;
  }
  .list-office .item {
    width: 45%;
    margin-bottom: 49px;
    padding: 0;
  }
  .list-office .item:nth-child(1) .thumb img {
    width: 80px;
  }
  .list-office .item:nth-child(2) .thumb img {
    width: 91px;
  }
  .list-office .item:nth-child(3) .thumb img {
    width: 85px;
  }
  .list-office .item:nth-child(4) .thumb img {
    width: 105px;
  }
  .list-office .item .desc {
    font-size: 16px;
    margin-top: 10px;
  }
}
/* SECTION OFFICE DETAIL
 * ----------------------------------------------- */
.sec-office-detail .item-detail {
  height: 720px;
}
.sec-office-detail .item-detail:nth-child(2n+1) {
  background-color: #F6F8F9;
}
.sec-office-detail .detail-inner {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.sec-office-detail .detail-inner .sec-title {
  color: #3277CE;
  text-align: left;
  white-space: nowrap;
}
.sec-office-detail .detail-inner .col-img {
  margin-top: 162px;
  margin-right: -61px;
  width: 65%;
  text-align: center;
}
.sec-office-detail .detail-inner .col-img img {
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}
.sec-office-detail .detail-inner .col-desc {
  padding-top: 124px;
  padding-left: 67px;
  width: 50%;
}
.sec-office-detail .detail-inner .col-desc .desc {
  max-width: 440px;
  margin-top: 56px;
}

@media (max-width: 750px) {
  .sec-office-detail .wrapper {
    padding: 0 19px;
  }
  .sec-office-detail .item-detail {
    height: auto;
    padding: 65px 0 61px;
  }
  .sec-office-detail .detail-inner {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sec-office-detail .detail-inner .col-img {
    width: 100%;
    margin-top: 0;
  }
  .sec-office-detail .detail-inner .col-desc {

    width: 100%;
    padding: 0;
  }
  .sec-office-detail .detail-inner .col-desc .desc {
    margin-top: 34px;
    line-height: 1.5;
  }
  .sec-office-detail .detail-inner .sec-title {
    width: 100%;
    text-align: center;
    margin-bottom: 26px;
    font-size: 22px;
  }
}
/* SECTION PROPERNESS
 * ----------------------------------------------- */
.sec-properness {
  padding-top: 121px;
}
.sec-properness .sec-title {
  color: #3277CE;
}
.sec-properness .desc-inner .desc {
  max-width: 960px;
  margin: 0 auto;
  margin-top: 59px;
}
.sec-properness .desc-inner .desc p {
  margin-bottom: 25px;
}
.sec-properness .desc-inner .desc p:last-child {
  margin-bottom: 0;
}
.sec-properness .desc-inner .thumb {
  margin-top: 62px;
}
.sec-properness .desc-inner .thumb img {
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}

@media (max-width: 750px) {
  .sec-properness {
    background-color: #F6F8F9;
    padding: 64px 0 70px;
  }
  .sec-properness .desc-inner {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sec-properness .desc-inner .desc {
    margin-top: 28px;
    line-height: 1.5;
  }
  .sec-properness .desc-inner .thumb {
    margin-top: 49px;
  }
  .sec-properness .sec-title {
    width: 100%;
    text-align: center;
    -ms-order: 1;
    -webkit-order: 1;
    order: 1;
    font-size: 22px;
    padding: 0 20px;
  }
  .sec-properness .thumb {
    -ms-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .sec-properness .desc {
    margin-top: 30px;
    -ms-order: 3;
    -webkit-order: 3;
    order: 3;
    padding: 0 8px;
  }
  .sec-properness .wrapper {
    padding: 0 10px;
  }
}
/* SECTION SKILL ANALYSTS
 * ----------------------------------------------- */
.sec-skill-analysts {
  margin-top: 245px;
}

.list-skill-analysts {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-top: 25px;
}
.list-skill-analysts .item {
  width: 286px;
  margin: 0 21px 78px;
}
.list-skill-analysts .item .icon {
  width: 100%;
  height: 160px;
  position: relative;
}
.list-skill-analysts .item .icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.list-skill-analysts .item .desc .title {
  width: 100%;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #3277CE;
}
.list-skill-analysts .item .desc p {
  margin-top: 15px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.33333;
}

.main-skillanalyst .tbl-mental-price {
  margin-top: 47px;
  background-color: #ECF4F9;
}
.main-skillanalyst .tbl-mental-price div {
  color: #3277CE;
}
.main-skillanalyst .sec-choose {
  padding-top: 60px;
}
.main-skillanalyst .block-display {
  margin-top: 126px;
}
.main-skillanalyst .block-display .btn-more {
  margin-top: 45px;
}
.main-skillanalyst .sec-study {
  margin-top: 123px;
}

@media (max-width: 750px) {
  .sec-skill-analysts {
    margin-top: 64px;
  }
  .sec-skill-analysts .sec-title {
    font-size: 21px;
    color: #3277CE;
  }
  .sec-skill-analysts .item {
    width: 50%;
    margin: 0 0 29px;
    padding: 0 12px;
  }
  .sec-skill-analysts .item .icon {
    height: 72px;
  }
  .sec-skill-analysts .item .desc .title {
    font-size: 16px;
  }
  .sec-skill-analysts .item .desc p {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 7px;
  }
  .sec-skill-analysts .item:nth-child(1) .icon img {
    width: 49px;
  }
  .sec-skill-analysts .item:nth-child(2) .icon img {
    width: 46px;
  }
  .sec-skill-analysts .item:nth-child(3) .icon img {
    width: 63px;
  }
  .sec-skill-analysts .item:nth-child(4) .icon img {
    width: 50px;
  }
  .sec-skill-analysts .item:nth-child(5) .icon img {
    width: 54px;
  }

  .list-skill-analysts {
    margin-top: 43px;
  }

  .main-skillanalyst .sec-choose {
    padding-top: 50px;
  }
  .main-skillanalyst .sec-choose .wrapper {
    padding: 0;
  }
  .main-skillanalyst .tbl-mental-price {
    margin-top: 55px;
    width: 100%;
    padding: 48px 0 47px;
  }
  .main-skillanalyst .tbl-mental-price .txt-price {
    font-size: 37px;
    padding-top: 9px;
  }
  .main-skillanalyst .tbl-mental-price .txt-note {
    padding-top: 27px;
  }
  .main-skillanalyst .block-display {
    margin-top: 83px;
  }
  .main-skillanalyst .block-display .btn-more {
    margin-top: 48px;
  }
  .main-skillanalyst .sec-study {
    margin-top: 65px;
  }
}
/* PAGE CTNAVI
 * ----------------------------------------------- */
.sec-banner-ct {
  background: url(../img/ctnavi/banner_bg2.jpg) center no-repeat;
  background-size: cover;
}

.main-ctnavi {
  color: #0F2B8F;
}
.main-ctnavi .product-title {
  color: #0F2B8F;
}
.main-ctnavi .txt-base {
  color: #2D5056;
}

.wrap-tit {
  text-align: center;
}
.wrap-tit img{
	margin-top:20px;
}
.wrap-tit .txt-base {
  margin-top: 30px;
}

.sec-time {
  padding: 120px 0 122px;
}
.sec-time .list-real {
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-top: 78px;
}
.sec-time .list-real li {
  text-align: center;
  width: 270px;
  margin: 0 26px 124px;
}
.sec-time .list-real .txt-cmn {
  font-size: 22px;
  margin-top: 28px;
}
.sec-time .block-video {
  text-align: center;
  margin-top: -5px;
}

.sec-put {
  background-color: #F6F8FF;
  padding: 120px 0 122px;
}
.sec-put .block-put {
  position: relative;
  width: 1040px;
  margin: 108px auto 0;
}
.sec-put .block-put .txt-cmn {
  position: absolute;
}

.sec-put .block-put .txt-cmn.second {
  right: -10px;
  top: 35px;
}


.wrap-real {
  width: 1014px;
  margin: 0 auto;
}

.sec-real {
  padding: 120px 0 0;
}
.sec-real .list-real {
  margin-top: 90px;
}
.sec-real .list-real li {
  width: 368px;
}

.sec-real .list-real li:first-child {
  position: relative;
  margin-left: 18px;
  margin-right: 240px;
}
.sec-real .list-real li:first-child:after {
  content: "";
  width: 78px;
  height: 78px;
  background: url(../img/ctnavi/ctnavi_arrow.png) 0 0 no-repeat;
  position: absolute;
  right: -160px;
  top: 260px;
}
.sec-real .txt-chose {
  position: relative;
  margin: 0 auto;
  text-align: center;
  font-size: 22px;
  padding: 12px 5px 12px 14px;
  border: 3px solid #0F2B8F;
  width: 240px;
  margin-bottom: 56px;
}
.sec-real .txt-chose:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 24px;
  background: url(../img/ctnavi/choose_arrow.png) 0 0 no-repeat;
  background-size: 100% auto;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -24px;
}
.sec-real .block-real {
  margin-top: 124px;
}
.sec-real .block-real .box-real {
  background-color: #F6F8FF;
  padding: 60px 46px 96px;
  margin-bottom: 100px;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  min-height: 700px;
}
.sec-real .block-real .txt-real {
  color: #2D5056;
  line-height: 1.33;
  font-size: 18px;
  margin-top: 50px;
  padding: 0 100px;
}
.sec-real .block-real .img-time {
  text-align: center;
  margin-top: 88px;
}
.sec-real .wrap-real .block-video{
text-align: center;
  margin-top: -5px;
padding-top:60px;
	}


.sec-scene {
  padding: 22px 0 126px;
}
.sec-scene .list-scene {
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-top: 54px;
}
.sec-scene .list-scene .product-title {
  text-align: left;
  margin-top: 20px;
}
.sec-scene .list-scene li {
  width: 295px;
  margin: 0 32px;
}
.sec-scene .list-scene li:first-child img {
  margin-left: -160px;
}
.sec-scene .list-scene li:nth-child(2) img {
  margin-left: -6px;
}
.sec-scene .list-scene .txt-base {
  line-height: 1.333;
  margin-top: 26px;
  font-size: 18px;
}
.main-ctnavi.relative .list-scene.md-flex p.txt-base{
	line-height:25px;
	font-size:16px;
}

.sec-hand {
  color: #fff;
}
.sec-hand .product-title,
.sec-hand .txt-pri {
  color: #fff !important;
}
.sec-hand .txt-pri {
  margin-top: 72px;
}
.sec-hand .hand-in {
  width: 794px;
  margin-top: 64px;
}
.sec-hand .block-hand {
  background: url(../img/ctnavi/hand_bg.jpg) center no-repeat;
  background-size: cover;
  height: 1026px;
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.sec-hand .img-hand {
  text-align: center;
  margin-top: 116px;
}
.sec-hand .img-hand img {
  width: 475px;
  height: auto;
}
.sec-hand .btn-more {
  margin-top: 126px;
}


.sec-award{
	background-color:#F6F8FF;
	padding-top:120px;
	padding-bottom:120px;
	margin-bottom:120px;
	text-align:center;
}
.sec-award .box-real{
	margin:0px auto;
	width:1000px;
	background-color:#ffffff;
	border-radius:40px;
	padding:80px;
}
.sec-award h2.product-title{
	color:#0F2B8F;
	margin-bottom:15px;
}
.sec-award p{
	margin:30px auto 0px;
	width:800px;
	font-size:18px;
	line-height:24px;
	color:#2d5056;
}



@media (max-width: 750px) {
	
	.sec-award{
	padding-top:60px;
	padding-bottom:60px;
	margin-bottom:60px;
	}
	
	.sec-award .box-real{
		width:90%;
		padding:60px 10px;	
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
	}
	.sec-award img{
		width:60%;
		margin:0 auto;
	}
	.sec-award p{
		width:90%;
		text-align:left;
	}
	.sec-award a{
		word-wrap:break-word;
	}
	
  .sec-banner-ct {
    background-image: url(../img/ctnavi/sp/banner_bg2.jpg);
  }

  .wrap-tit .txt-base {
    margin-top: 24px;
  }

  .sec-time {
    padding: 70px 0 64px;
  }
  .sec-time .list-real {
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    margin-top: 38px;
  }
  .sec-time .list-real li {
    text-align: center;
    width: 46%;
    margin: 0 8% 32px 0;
  }
  .sec-time .list-real li:nth-child(even) {
    margin-right: 0;
  }
  .sec-time .list-real .txt-cmn {
    font-size: 16px;
    margin-top: 20px;
  }
  .sec-time .list-real .img-time {
    width: 100%;
    max-width: 82px;
    margin: 0 auto;
  }
  .sec-time .block-video {
    margin: 30px -15px 0;
  }
  .sec-time .block-video video {
    width: 100%;
    height: auto;
  }
	.sec-real .wrap-real .block-video{
    margin: 30px -15px 0;
		padding:0;
	}
	.sec-real .wrap-real .block-video video{
    width: 100%;
    height: auto;
	}
	
  .sec-put {
    background-color: #F6F8FF;
    padding: 64px 0 60px;
  }
  .sec-put .block-put {
    width: 100%;
    margin: 22px auto 0;
  }
  .sec-put .block-put img {
    width: 100%;
    max-width: 328px;
    margin: 0 auto;
  }
  .sec-put .block-put .txt-cmn {
    position: relative;
    padding: 33px 0 0 0;
    width: 270px;
    margin: 0 auto;
  }


  .wrap-real {
    width: auto;
    padding-left: 11px;
    padding-right: 11px;
  }

  .sec-real {
    padding: 60px 0 0;
  }
  .sec-real .wrap-tit .txt-base {
    text-align: left;
    margin-top: 40px;
    letter-spacing: 0.05em;
  }
  .sec-real .list-real {
    margin: 62px -6px 0;
  }
  .sec-real .list-real li {
    width: 100%;
    max-width: 360px;
    margin: 0 auto 0;
  }
  .sec-real .list-real li:first-child {
    margin: 0 auto 144px;
  }
  .sec-real .list-real li:first-child:after {
    background-image: url(../img/ctnavi/sp/ctnavi_arrow.png);
    right: auto;
    top: auto;
    bottom: -108px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .sec-real .txt-chose {
    font-size: 18px;
    padding: 12px 5px 8px 14px;
    width: 200px;
    margin-bottom: 48px;
    -moz-transform: translateX(-32px);
    -ms-transform: translateX(-32px);
    -webkit-transform: translateX(-32px);
    transform: translateX(-32px);
  }
  .sec-real .img-real {
    width: 100%;
    max-width: 360px;
  }
  .sec-real .block-real {
    margin-top: 64px;
  }
  .sec-real .block-real .box-real {
    padding: 64px 5px 76px;
    margin-bottom: 66px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    min-height: 0;
  }
  .sec-real .block-real .txt-real {
    line-height: 1.5;
    font-size: 16px;
    margin-top: 23px;
    padding: 0 8px;
  }
  .sec-real .block-real .img-time {
    margin-top: 8px;
  }
  .sec-real .block-real .img-time img {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
  .sec-real .block-real .box-real:last-child {
    padding-bottom: 33px;
    margin-bottom: 0;
  }


  .sec-scene {
    padding: 62px 0 0;
  }
  .sec-scene .list-scene {
    margin-top: 58px;
  }
  .sec-scene .list-scene .product-title {
    font-size: 28px;
    margin-top: 25px;
  }
  .sec-scene .list-scene li {
    width: 100%;
    margin: 0 0 62px;
  }
  .sec-scene .list-scene li .img-scene {
    margin: 0 -15px;
  }
  .sec-scene .list-scene li img {
    margin: 0 !important;
  }
  .sec-scene .list-scene .txt-base {
    line-height: 1.5;
    margin-top: 16px;
    font-size: 16px;
  }

  .sec-hand .txt-pri {
    margin-top: 50px;
  }
  .sec-hand .hand-in {
    width: 100%;
    margin: 4px auto 0;
  }
  .sec-hand .block-hand {
    background-image: url(../img/ctnavi/sp/hand_bg.jpg);
    height: 590px;
    padding: 0 18px;
  }
  .sec-hand .img-hand {
    margin-top: 64px;
  }
  .sec-hand .img-hand img {
    width: 100%;
    max-width: 298px;
    height: auto;
    margin: 0 auto;
  }
  .sec-hand .btn-more {
    margin: 66px auto 0;
  }

  .main-ctnavi .sec-plusnavi-price {
    background: none;
    margin: -6px 0;
  }
}
/* PAGE CTNAVI PRICE
 * ----------------------------------------------- */
.main-ctnavi {
  color: #0F2B8F;
}
.main-ctnavi .product-title {
  color: #0F2B8F;
}
.main-ctnavi .sec-ctnavi-price {
  background-color: #F6F8FF;
}

.sec-collect {
  color: #0F2B8F;
  padding-top: 106px;
}
.sec-collect .block-type {
  padding: 50px 0 0 0;
}
.sec-collect .block-type .type-in {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0 auto;
  width: 804px;
}
.sec-collect .block-type .col-title {
  width: 105px;
  text-align: right;
  padding-right: 10px;
}
.sec-collect .block-type .col-title .first {
  margin-top: 325px;
}
.sec-collect .block-type .col-title .second {
  margin-top: 130px;
}
.sec-collect .block-type .col {
  background: rgba(246, 248, 255, 0.8);
  text-align: center;
  position: relative;
  width: 225px;
  margin-left: 4px;
}
.sec-collect .block-type .box-type {
  height: 280px;
  padding-top: 52px;
}
.sec-collect .block-type .box-type .explain span {
  display: block;
  font-size: 12px;
}
.sec-collect .block-type .box-month {
  position: absolute;
  background-color: #E5EBFC;
  width: 683px;
  height: 106px;
  top: 280px;
  left: 0;
  z-index: 5;
}
.sec-collect .block-type .box-month:after {
  content: "";
  position: absolute;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -18px;
  width: 0;
  height: 0;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-bottom: 19px solid #E5EBFC;
}
.sec-collect .block-type .box-month .txt-month {
  padding-top: 36px;
  font-size: 30px;
}
.sec-collect .block-type .box-month .txt-month span {
  font-size: 16px;
}
.sec-collect .block-type .box-month .txt-charge {
  text-align: right;
  font-size: 12px;
  margin-top: 5px;
}
.sec-collect .block-type .box-cost {
  height: 192px;
  margin-top: 106px;
  padding: 42px 0 0;
}
.sec-collect .block-type .box-cost .txt-cost {
  font-size: 18px;
}
.sec-collect .block-type .box-cost .txt-cost span {
  display: block;
}
.sec-collect .block-type .box-cost .txt-cost .num {
  font-size: 22px;
  margin-top: 6px;
}
.sec-collect .block-type .box-cost .sensor{
  font-size: 12px;
  margin-bottom: 20px;
	display: block;
}
.sec-collect .block-type .box-cost .border {
  border-bottom: 2px dotted #0F2B8F;
  padding: 0 0 6px;
  margin: 0 64px 24px;
}
.sec-collect .block-type .col01 .img-type img {
  width: 290px;
  margin-top: 20px;
  margin-left: -50px;
}
.sec-collect .block-type .col02 .img-type img {
  width: 216px;
  margin-top: 20px;
  margin-left: 20px;
}
.sec-collect .block-type .col03 .img-type img {
  width: 216px;
  margin-top: 0px;
  margin-left: 10px;
}
.sec-collect .block-display {
  margin-top: 126px;
}
.sec-collect .block-display .txt-learn {
  border-color: #0F2B8F;
}
.sec-collect .block-display .txt-learn:after {
  background-image: url(../img/ctnavi/choose_arrow.png);
}
.sec-collect .block-display .btn-more {
  width: 352px;
}

@media (max-width: 750px) {
  .sec-collect {
    padding-top: 60px;
  }
  .sec-collect .block-type {
    padding: 30px 0 0 0;
  }
  .sec-collect .block-type .type-in {
    display: block;
    margin: 0 auto;
    width: 100%;
  }
  .sec-collect .block-type .txt-table {
    text-align: center;
  }
  .sec-collect .block-type .txt-table span {
    display: inline-block;
    min-width: 70px;
    border: 2px solid #0F2B8F;
    color: #0F2B8F;
    font-size: 16px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    padding: 3px 10px 0px;
  }
  .sec-collect .block-type .col {
    background: rgba(246, 248, 255, 0.8);
    text-align: center;
    position: relative;
    width: 100%;
    margin-left: 0;
    margin-bottom: 30px;
  }
  .sec-collect .block-type .box-type {
    height: auto;
    padding-top: 52px;
  }
  .sec-collect .block-type .box-type .explain span {
    display: block;
    font-size: 16px;
  }
  .sec-collect .block-type .box-month {
    position: relative;
    width: 100%;
    height: auto;
    top: auto;
    left: auto;
    margin-top: 40px;
    padding: 30px 0;
  }
  .sec-collect .block-type .box-month .txt-month {
    padding-top: 20px;
    font-size: 20px;
  }
  .sec-collect .block-type .box-month .txt-month span {
    font-size: 14px;
  }
  .sec-collect .block-type .box-month .txt-charge {
    font-size: 12px;
    margin-top: 15px;
  }
  .sec-collect .block-type .box-cost {
    height: auto;
    margin-top: 0;
    padding: 30px 0;
  }
  .sec-collect .block-type .box-cost .txt-cost {
    font-size: 16px;
  }
  .sec-collect .block-type .box-cost .txt-cost .num {
    font-size: 18px;
    margin-top: 6px;
  }
  .sec-collect .block-type .box-cost .sensor {
    margin-bottom: 10px;
	margin-top:15px;
  }
  .sec-collect .block-type .box-cost .border {
    padding: 0 0 20px;
    margin: 24px 20px 24px;
  }
  .sec-collect .block-type .col01 .img-type img {
    width: 100%;
    max-width: 320px;
    margin: 20px auto 0;
  }
  .sec-collect .block-type .col02 .img-type img {
    width: 100%;
    max-width: 250px;
    margin: 24px auto 0;
  }
.sec-collect .block-type .col03 .img-type img {
    width: 100%;
    max-width: 250px;
    margin: 24px auto 0;
  }
  .sec-collect .block-display {
    margin-top: 64px;
  }
  .sec-collect .block-display .btn-more {
    width: 280px;
  }
}
/* PAGE ENAVIT
 * ----------------------------------------------- */
.main-enavit .product-title {
  color: #058BDF;
}
.main-enavit .block-display {
  margin-top: 126px;
}
.main-enavit .block-display .txt-learn {
  color: #058BDF;
  border-color: #058BDF;
}
.main-enavit .block-display .txt-learn:after {
  background-image: url(../img/enavit/enavit_arrow_down01.png);
}
.main-enavit .block-display .btn-more {
  width: 352px;
}

.sec-banner-enavit {
  background-color: #EEF8FF;
}

.sec-paper {
  padding: 106px 0 138px;
}
.sec-paper .paper-img {
  text-align: center;
  margin-top: 74px;
}
.sec-paper .txt-base {
  margin-top: 100px;
}
.sec-paper .block-paper02 {
  margin-top: 126px;
}
.sec-paper .flow-img {
  text-align: center;
  margin-top: 54px;
}

.list-em {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -50px;
}
.list-em .item-navit {
  text-align: center;
  width: 285px;
  margin: 0 50px 60px;
}
.list-em .txt-cmn {
  color: #058BDF;
  margin-top: -12px;
}
.list-em .txt-cmn .sm-navit {
  font-size: 13px;
}
.list-em .txt-base {
  text-align: left;
  margin-top: 24px;
}

.sec-method {
  overflow: hidden;
  position: relative;
  padding: 88px 0 40px;
  background-color: #FBF7EB;
}
.sec-method:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 50%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #EBF6FC;
}
.sec-method .wrapper {
  position: relative;
  z-index: 2;
}
.sec-method .list-method {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 76px 0 0 0;
}
.sec-method .list-method .item-method {
  text-align: center;
  width: 514px;
}
.sec-method .list-method .item-method:nth-child(2) {
  margin-left: 24px;
}
.sec-method .list-method .item-method:nth-child(2) .method-img {
  margin: 100px 0 0 96px;
}
.sec-method .list-method .two-title {
  text-align: center;
  margin-top: 20px;
}
.sec-method .list-method .two-title span {
  position: relative;
  display: inline-block;
  color: #058BDF;
  border: 3px solid #058BDF;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  font-size: 22px;
  padding: 3px 13px 2px;
}
.sec-method .list-method .two-title span:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 14px;
  background: url(../img/enavit/enavit_arrow.png) 0 0 no-repeat;
  background-size: 100% auto;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -14px;
}
.sec-method .list-method .method-img {
  margin-top: 20px;
}
.sec-method .list-em {
  margin-top: 88px;
}

.sec-software {
  padding: 92px 0 40px;
}
.sec-software .method-title .txt02 {
  margin-top: 30px;
}
.sec-software .soft-ware {
  text-align: center;
  margin-top: 80px;
}
.sec-software .list-em {
  margin-top: 80px;
}
.sec-software.second {
  background-color: #F6F8F9;
  padding-bottom: 60px;
}
.sec-software.second .method-title .txt02 {
  margin-top: 40px;
}
.sec-software.second .soft-ware {
  margin-top: 54px;
}
.sec-software.second .list-em {
  margin-top: 84px;
}
.sec-software.second .list-em .item-navit {
  margin-bottom: 38px;
}

.block-navit-price {
  background: rgba(212, 237, 254, 0.8);
  text-align: center;
  padding: 52px 60px;
  width: 640px;
  margin: 0 auto;
}
.block-navit-price .txt-no {
  font-size: 38px;
  margin-top: 12px;
}
.block-navit-price .txt-no .unit {
  font-size: 22px;
}

.sec-enavit-price {
  color: #058BDF;
  padding: 120px 0 130px;
}
.sec-enavit-price .block-navit-price {
  margin-top: 64px;
}

.sec-enavit-flow {
  color: #058BDF;
  background-color: #F6F8F9;
  padding: 120px 0 130px;
}
.sec-enavit-flow .logo-img {
  text-align: center;
  margin-top: 64px;
}
.sec-enavit-flow .flow-img {
  text-align: center;
  margin-top: 102px;
}
.sec-enavit-flow .txt-arrow {
  text-align: left;
  position: relative;
  width: 442px;
  margin: 62px auto 0;
  background-color: #FEEEE1;
  color: #2D5056;
  border: 2px solid #F57404;
  padding: 22px 18px;
}
.sec-enavit-flow .txt-arrow:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 16px;
  background: url(../img/enavit/enavit_arrow_up.png) 0 0 no-repeat;
  background-size: 100% auto;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -16px;
}
.sec-enavit-flow .block-temp {
  margin-top: 132px;
}
.sec-enavit-flow .block-temp .temp-img {
  text-align: center;
  margin: 96px 70px 0 0;
}
.sec-enavit-flow .block-price-staff {
  margin-top: 70px;
}
.sec-enavit-flow .block-navit-price {
  margin-top: 60px;
}

@media (max-width: 750px) {
  .main-enavit .block-display {
    margin-top: 76px;
  }
  .main-enavit .block-display .btn-more {
    width: 280px;
  }

  .sec-paper {
    padding: 70px 0 64px;
  }
  .sec-paper .paper-img {
    margin-top: 30px;
  }
  .sec-paper .paper-img img {
    max-width: 302px;
    margin: 0 auto;
  }
  .sec-paper .txt-base {
    margin-top: 38px;
  }
  .sec-paper .block-paper02 {
    margin-top: 66px;
  }
  .sec-paper .flow-img {
    margin-top: 34px;
  }
  .sec-paper .flow-img img {
    max-width: 135px;
    margin: 0 auto;
  }

  .list-em {
    margin: 0 auto;
    width: 100%;
    max-width: 350px;
  }
  .list-em .navit-img img {
    width: auto;
    height: 116px;
    margin: 0 auto;
  }
  .list-em .item-navit {
    width: 48.57%;
    margin: 0 0 40px 0;
  }
  .list-em .item-navit:nth-child(2n) {
    margin-left: 2.86%;
  }
  .list-em .txt-cmn {
    font-size: 16px;
    margin-top: -12px;
  }
  .list-em .txt-cmn.let01 {
    font-size: 15px;
    letter-spacing: -0.04em;
  }
  .list-em .txt-cmn .sm-navit {
    font-size: 7px;
  }
  .list-em .txt-base {
    margin-top: 12px;
  }

  .sec-method {
    padding: 0;
  }
  .sec-method:after {
    display: none;
  }
  .sec-method .wrapper {
    padding: 0;
  }
  .sec-method .block-method01 {
    background-color: #EBF6FC;
    padding: 66px 15px 36px;
  }
  .sec-method .list-method {
    margin: 26px 0 0 0;
  }
  .sec-method .list-method .item-method {
    width: 100%;
  }
  .sec-method .list-method .item-method:nth-child(2) {
    margin-left: 0;
  }
  .sec-method .list-method .item-method:nth-child(2) .method-img {
    margin: 26px -5px 0;
  }
  .sec-method .list-method .item-method:nth-child(2) .method-img img {
    width: 100%;
    max-width: 375px;
  }
  .sec-method .list-method .two-title {
    margin-top: 20px;
  }
  .sec-method .list-method .method-img {
    margin: 24px 40px 0 0;
  }
  .sec-method .list-method .method-img img {
    max-width: 314px;
    margin: 0 auto;
  }
  .sec-method .list-em {
    margin-top: 42px;
  }

  .block-method02 {
    padding: 52px 5px 36px;
  }
  .block-method02 .list-method {
    margin-top: 0;
  }

  .sec-software {
    padding: 60px 0 30px;
  }
  .sec-software .method-title .txt02 {
    margin-top: 20px;
  }
  .sec-software .soft-ware {
    margin-top: 44px;
  }
  .sec-software .soft-ware img {
    margin: 0 auto;
    max-width: 340px;
  }
  .sec-software .list-em {
    margin-top: 44px;
  }
  .sec-software.second {
    padding-bottom: 20px;
  }
  .sec-software.second .method-title .txt02 {
    margin-top: 40px;
  }
  .sec-software.second .soft-ware {
    margin-top: 40px;
  }
  .sec-software.second .list-em {
    margin-top: 46px;
  }
  .sec-software.second .list-em .item-navit {
    margin-bottom: 38px;
  }

  .block-navit-price {
    padding: 52px 60px;
    width: 100%;
    max-width: 320px;
  }
  .block-navit-price .txt-no {
    margin-top: 12px;
  }

  .sec-enavit-price {
    padding: 66px 0 60px;
  }
  .sec-enavit-price .block-navit-price {
    margin-top: 27px;
  }

  .sec-enavit-flow {
    padding: 70px 0 56px;
  }
  .sec-enavit-flow .logo-img {
    margin-top: 48px;
  }
  .sec-enavit-flow .logo-img img {
    margin: 0 auto;
    max-width: 314px;
  }
  .sec-enavit-flow .flow-img {
    margin-top: 58px;
  }
  .sec-enavit-flow .flow-img img {
    margin: 0 auto;
    max-width: 135px;
  }
  .sec-enavit-flow .txt-arrow {
    width: 100%;
    max-width: 320px;
    margin: 65px auto 0;
    padding: 22px 18px;
  }
  .sec-enavit-flow .block-temp {
    margin-top: 77px;
  }
  .sec-enavit-flow .block-temp .temp-img {
    margin: 32px 0 0 0;
  }
  .sec-enavit-flow .block-temp .temp-img img {
    margin: 0 auto;
    max-width: 375px;
  }
  .sec-enavit-flow .block-price-staff {
    margin-top: 54px;
  }
  .sec-enavit-flow .block-navit-price {
    margin-top: 26px;
  }
}
/* PAGE CAM
 * ----------------------------------------------- */
.main-cam .sec-banner {
  background-color: #EDF6E7;
  height: 600px;
  padding: 86px 0 0;
}

.cam-number {
  padding-top: 120px;
}
.cam-number .tit {
  margin-bottom: 35px;
}

.rich-ttl {
  color: #58A620;
  font-size: 38px;
}

.rich-head {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 16px 30px;
}
.rich-head.bg01 {
  background: #58A620;
}
.rich-head.bg02 {
  background: #FFEC00;
}
.rich-head.bg02 h2 {
  color: #898556;
}
.rich-head.bg03 {
  background: #E83715;
}
.rich-head .thumb {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.rich-head h2 {
  color: #fff;
}

.cam-risk {
  margin: 120px 0 200px;
}
.cam-risk .rich-ttl {
  margin-bottom: 60px;
}
.cam-risk .txt-base {
  max-width: 720px;
  margin: 0 auto 75px;
}
.cam-risk .list-risk li {
  display: inline-block;
  vertical-align: top;
  margin: 0 50px;
}
.cam-risk .list-risk figcaption {
  color: #58A620;
  font-size: 22px;
  margin-top: 14px;
}

.bg-gray {
  background: #F6F8F9;
}

.block-step .rich-head {
  margin-bottom: 70px;
}

.step-item {
  padding: 36px 0;
}
.step-item .wrapper {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.step-item .block-img {
  width: 550px;
  text-align: right;
}
.step-item .step-info {
  width: 300px;
  margin-left: 35px;
  padding-top: 60px;
}
.step-item.bg-gray {
  padding: 60px 0;
}
.step-item.bg-gray .step-info {
  padding-top: 40px;
}
.step-item .label {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background: #58A620;
  text-align: center;
  text-transform: uppercase;
  width: 106px;
  height: 43px;
  padding-top: 10px;
  border-radius: 22px;
}
.step-item .ttl {
  color: #58A620;
  font-size: 38px;
  font-weight: bold;
  margin: 20px 0;
}

.steps .step-item .wrapper {
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.cam-check {
  margin: 190px 0 195px;
}
.cam-check .rich-head {
  margin-bottom: 70px;
}
.cam-check .text-inner {
  margin-bottom: 65px;
}

.text-inner {
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}

.staff .step-item .step-info {
  padding-top: 0;
  width: 340px;
}
.staff .step-item .block-img {
  padding-right: 10px;
}
.staff.block-step .rich-head {
  margin-bottom: 36px;
}
.staff .txt-base p + p {
  margin-top: 1.8em;
}

.cam-customer {
  margin: 230px 0 250px;
}
.cam-customer .heading {
  margin-bottom: 30px;
}
.cam-customer .staffnavi, .cam-customer .castingnavi {
  display: inline-block;
  vertical-align: top;
  margin-right: 40px;
  text-align: center;
}
.cam-customer .caption {
  font-weight: bold;
  margin-bottom: 2px;
}
.cam-customer .staffnavi .caption {
  font-size: 28px;
  color: #3277CE;
}
.cam-customer .castingnavi .caption {
  font-size: 30px;
  color: #47A144;
}
.cam-customer .txt-base {
  margin-top: 40px;
  margin-bottom: 80px;
}

.cam-devices {
  margin-bottom: 190px;
}
.cam-devices li {
  margin: 50px 21px 0;
}

.cam-devices li, .cam-service li {
  display: inline-block;
  vertical-align: top;
}
.cam-devices figcaption, .cam-service figcaption {
  font-size: 22px;
  font-weight: bold;
  color: #597787;
  margin-top: 20px;
  line-height: 1.3;
}

.cam-service {
  padding-bottom: 10px;
}
.cam-service ul {
  max-width: 820px;
  margin: 0 auto;
  padding-top: 30px;
}
.cam-service li {
  width: 180px;
  margin: 30px 9px 0;
}
.cam-service li figcaption {
  margin-top: 12px;
}

.sec-choose.cam-price .tbl-mental-price {
  background: #EDF6E7;
}
.sec-choose.cam-price .tbl-mental-price div {
  color: #58A620;
}
.sec-choose.cam-price .tbl-mental-price .txt-note, .sec-choose.cam-price .tbl-mental-price .txt-desc {
  font-size: 17px;
}
.sec-choose.cam-price .tbl-mental-price .txt-price {
  margin: 10px 0 15px;
}
.sec-choose.cam-price .list-plus {
  margin-top: 100px;
}
.sec-choose.cam-price .list-plus li {
  color: #58A620;
  background-image: url(../img/cam/choose_plus.png);
  background-size: auto;
  padding-top: 73px;
  font-size: 26px;
}
.sec-choose.cam-price .block-display .txt-learn {
  border-color: #58A620;
  color: #58A620;
}
.sec-choose.cam-price .block-display .txt-learn:after {
  background-image: url(../img/cam/choose_arrow.png);
  background-color: #fff;
}
.sec-choose.cam-price .btn-more.second {
  background-color: #58A620;
}
@media (min-width: 751px) {
  .sec-choose.cam-price .btn-more.second {
    margin-top: 35px;
  }
  .sec-choose.cam-price .block-display {
    margin-top: 128px;
  }
}

@media (max-width: 750px) {
  .main-cam .sec-banner {
    height: auto;
    padding: 108px 0 0;
  }
  .main-cam .sec-banner .top-img {
    width: 280px;
  }

  .cam-number {
    padding-top: 60px;
  }

  .rich-ttl {
    font-size: 22px;
  }

  .cam-risk {
    margin: 70px 0 60px;
  }
  .cam-risk .rich-ttl {
    margin-bottom: 25px;
  }
  .cam-risk .txt-base {
    padding: 0 4%;
    margin-bottom: 45px;
  }
  .cam-risk .list-risk li {
    width: 18%;
    margin: 0 6%;
  }
  .cam-risk .list-risk li figcaption {
    font-size: 16px;
    margin-top: 12px;
  }

  .rich-head {
    background-color: transparent !important;
    padding: 0;
    width: 92.395%;
  }
  .rich-head .thumb {
    position: static;
    text-align: center;
  }
  .rich-head .thumb img {
    width: auto;
    margin: 0 auto;
  }
  .rich-head h2 {
    font-size: 22px;
    line-height: 1.6;
    padding: 5px;
    text-align: center;
    background-color: #58A620;
  }
  .rich-head.bg01 p {
    background: #58A620;
  }
  .rich-head.bg02 p {
    background: #FFEC00;
  }
  .rich-head.bg03 p {
    background: #E83715;
  }

  .block-step .rich-head {
    margin-bottom: 7px;
  }
  .block-step .step-item {
    padding: 25px 0;
  }
  .block-step .step-item .wrapper {
    display: block;
  }
  .block-step .step-item .block-img, .block-step .step-item .step-info {
    width: auto;
    text-align: center;
  }
  .block-step .step-item .step-info {
    margin-bottom: 30px;
    padding-top: 0;
    margin-left: 0;
  }
  .block-step .step-item .desc {
    display: inline-block;
    text-align: left;
    max-width: 80%;
  }
  .block-step .step-item .ttl {
    margin-bottom: 12px;
  }
  .block-step .step-item.bg-gray {
    padding: 35px 0;
  }
  .block-step .step-item.bg-gray .block-img {
    padding: 20px 11% 0;
  }

  .text-inner {
    padding: 0 4%;
  }

  .cam-check {
    margin: 35px 0 15px;
  }
  .cam-check .rich-head {
    margin-bottom: 23px;
  }
  .cam-check .rich-head h2 {
    background-color: #FFEC00;
  }

  .staff.block-step .rich-head {
    margin-bottom: 10px;
  }
  .staff.block-step .step-item .block-img {
    padding: 0 9.2%;
    margin-bottom: 30px;
  }
  .staff.block-step .step-item .step-info {
    display: block;
    max-width: none;
    padding: 0 4%;
  }
  .staff.block-step .txt-base p + p {
    margin-top: 1.3em;
  }

  .cam-customer {
    margin: 5px 0 50px;
  }
  .cam-customer .staffnavi, .cam-customer .castingnavi {
    display: block;
    margin: 0 0 30px;
  }
  .cam-customer .staffnavi .caption, .cam-customer .castingnavi .caption {
    font-size: 16px;
  }
  .cam-customer .logo {
    width: 43%;
    margin: 0 auto;
  }
  .cam-customer .txt-base {
    margin-top: 25px;
    margin-bottom: 45px;
  }
  .cam-customer .txt-base br {
    display: none;
  }
  .cam-customer .voice-customer p {
    margin-right: -3.5px;
  }

  .cam-devices figcaption, .cam-service figcaption {
    font-size: 16px;
    margin-top: 14px;
  }
  .cam-devices ul, .cam-service ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .cam-devices {
    margin-bottom: 20px;
  }
  .cam-devices .rich-ttl {
    margin-bottom: 48px;
  }
  .cam-devices ul {
    padding: 0 4.2%;
  }
  .cam-devices ul li {
    margin: 0 0 45px;
    width: 43.333%;
  }

  .cam-service ul {
    padding: 0 7.5%;
  }
  .cam-service ul li {
    margin: 40px 0 0;
    width: 45%;
  }

  .sec-choose.cam-price .list-plus {
    margin-top: 40px;
  }
  .sec-choose.cam-price .list-plus li {
    font-size: 22px;
  }
}
@media (max-width: 320px) {
  .block-step .step-item .desc {
    max-width: 93%;
  }
}
@media (max-width: 374px) {
  .main-cam .sec-banner {
    padding: 76px 0 0;
  }
}
/* PAGE ENAVIK
 * ----------------------------------------------- */
.base-img {
  text-align: center;
}

.sec-salary {
  padding: 120px 0 64px;
}
.sec-salary .base-img {
  margin-top: 20px;
}

.sec-enavi {
  overflow: hidden;
  position: relative;
  padding: 96px 0 0;
  background-color: #FBF7EB;
}
.sec-enavi:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 50%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #EBF6FC;
}
.sec-enavi .block-enavi {
  position: relative;
  z-index: 2;
}
.sec-enavi .img02 {
  margin-top: 100px;
}
.sec-enavi .img02 img {
  max-width: 100%;
}

.block-em-navik {
  background-color: #F6F8F9;
  padding: 96px 0 54px;
  margin-top: 120px;
}
.block-em-navik .navik-in {
  margin: 0 auto;
  width: 1200px;
}
.block-em-navik .list-em .item-navit {
  width: 360px;
  margin: 0 26px 74px;
}

.sec-check {
  padding: 140px 0 0;
}
.sec-check .base-img {
  margin-top: 68px;
}

.sec-payroll {
  padding: 120px 0 0;
}
.sec-payroll .base-img {
  margin-top: 114px;
}
.sec-payroll .product-title + .txt-base {
  margin-top: 50px;
}
.sec-payroll .block-em-navik {
  padding: 130px 0 54px;
}

.sec-easy {
  padding: 120px 0 0;
}
.sec-easy .list-easy {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-top: 52px;
}
.sec-easy .list-easy li {
  width: 480px;
  margin: 0 24px;
}
.sec-easy .base-img {
  margin-top: 130px;
}
.sec-easy .txt-easy {
  margin: 74px auto 0;
  background-color: #F6F8F9;
  color: #2D5056;
  width: 678px;
  padding: 38px 30px 38px 40px;
  font-size: 14px;
  line-height: 2;
}

.sec-navik-method {
  margin: 120px 0 112px;
}
.sec-navik-method .block-way {
  width: 972px;
  margin: 94px auto 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.sec-navik-method table th, .sec-navik-method table td {
  background-color: #F6F8F9;
  border-bottom: 4px solid #fff;
  height: 134px;
  vertical-align: middle;
  padding: 0 24px;
  font-weight: bold;
}
.sec-navik-method table th.second, .sec-navik-method table td.second {
  height: 524px;
}
.sec-navik-method table th {
  color: #058BDF;
  font-size: 22px;
  line-height: 1.64;
}
.sec-navik-method table .col-img {
  vertical-align: bottom;
}
.sec-navik-method table .txt-cmn {
  color: #058BDF;
}
.sec-navik-method table .txt-base span {
  display: inline-block;
  vertical-align: middle;
  padding-top: 14px;
}
.sec-navik-method table .txt-base img {
  margin-right: 26px;
  margin-top: 10px;
}
.sec-navik-method .tbl-title {
  width: 160px;
}
.sec-navik-method .tbl-detail {
  width: 404px;
  margin-left: 4px;
}

.sec-study-enavik {
  background-color: #F6F8F9;
  margin: 0;
  padding: 120px 0 0px;
}

@media (max-width: 750px) {
  .base-img img {
    margin: 0 auto;
  }

  .sec-salary {
    padding: 64px 0 26px;
  }
  .sec-salary .base-img {
    margin-top: 28px;
  }
  .sec-salary .base-img img {
    max-width: 336px;
  }

  .sec-enavi {
    padding: 60px 0 0;
  }
  .sec-enavi .img01 img {
    max-width: 276px;
  }
  .sec-enavi .img02 {
    margin-top: 30px;
  }

  .block-em-navik {
    padding: 64px 0 54px;
    margin-top: 60px;
  }
  .block-em-navik .navik-in {
    padding: 0 5px;
    width: 100%;
  }
  .block-em-navik .list-em .item-navit {
    width: 48.57%;
    margin: 0 0 40px 0;
  }
  .block-em-navik .list-em .item-navit:nth-child(2n) {
    margin-left: 2.86%;
  }

  .sec-check {
    padding: 64px 0 0;
  }
  .sec-check .base-img {
    margin-top: 46px;
  }
  .sec-check .base-img img {
    max-width: 326px;
  }

  .sec-payroll {
    padding: 60px 0 0;
  }
  .sec-payroll .base-img {
    margin-top: 34px;
  }
  .sec-payroll .base-img img {
    max-width: 344px;
  }
  .sec-payroll .product-title + .txt-base {
    margin-top: 28px;
  }
  .sec-payroll .block-em-navik {
    padding: 70px 0 30px;
  }

  .sec-easy {
    padding: 63px 0 0;
  }
  .sec-easy .list-easy {
    display: block;
    margin-top: 28px;
  }
  .sec-easy .list-easy li {
    width: 100%;
    margin: 0 0 4px;
  }
  .sec-easy .list-easy li img {
    margin: 0 auto;
    max-width: 364px;
  }
  .sec-easy .base-img {
    margin-top: 60px;
  }
  .sec-easy .base-img img {
    max-width: 352px;
  }
  .sec-easy .txt-easy {
    margin: 22px -3.5px 0;
    width: auto;
    padding: 62px 16px 76px 16px;
    font-size: 11px;
    line-height: 1.45455;
  }

  .sec-navik-method {
    margin: 64px 0 68px;
  }
  .sec-navik-method .block-way {
    width: auto;
    margin: 34px -3.5px 0;
    display: block;
  }
  .sec-navik-method .txt-sub {
    text-align: center;
    margin-bottom: 22px;
  }
  .sec-navik-method .txt-sub span {
    display: inline-block;
    min-width: 70px;
    border: 2px solid #058BDF;
    color: #058BDF;
    font-size: 16px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    padding: 3px 10px 0px;
  }
  .sec-navik-method table th, .sec-navik-method table td {
    text-align: center;
    height: 125px;
    padding: 0 24px;
    vertical-align: middle;
  }
  .sec-navik-method table th.second, .sec-navik-method table td.second {
    height: 484px;
  }
  .sec-navik-method table th {
    font-size: 22px;
    line-height: 1.64;
  }
  .sec-navik-method table .col-sub {
    vertical-align: top;
    padding-top: 16px;
  }
  .sec-navik-method table .col-img {
    vertical-align: bottom;
  }
  .sec-navik-method table .col-img img {
    margin: 0 auto;
    max-width: 294px;
  }
  .sec-navik-method table .txt-cmn {
    color: #058BDF;
  }
  .sec-navik-method table .txt-base.txt-roll {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: -30px;
  }
  .sec-navik-method table .txt-base.txt-roll span {
    text-align: left;
    padding-top: 14px;
  }
  .sec-navik-method table .txt-base.txt-roll img {
    margin-right: 26px;
    margin-top: 10px;
    max-width: 160px;
  }
  .sec-navik-method table .txt-base.txt-roll.second img {
    width: 88px;
  }
  .sec-navik-method table .txt-base.txt-roll.third img {
    width: 114px;
  }
  .sec-navik-method .tbl-title {
    display: none;
  }
  .sec-navik-method .tbl-detail {
    width: 100%;
    margin-left: 0;
    margin-bottom: 60px;
  }
  .sec-navik-method .img01 img {
    max-width: 270px;
  }

  .sec-study-enavik {
    padding: 50px 0 60px;
  }
}
/* PAGE UTSCLOUD
 * ----------------------------------------------- */
.container .main-cloud.relative .main-container .sec-supper-cloud .wrapper .block-type .type-in .tbl-detail .txt-cmn.txt-brown{
	font-size:18.5px;
}

.sec-study-utscloud .txt-phone{
	padding-bottom:60px;
}


@media (max-width: 430px) {
.container .main-cloud.relative .main-container .sec-supper-cloud .wrapper .block-type .type-in .tbl-detail .txt-cmn.txt-brown{
font-size:17px;
}
.sec-study-utscloud .txt-phone{
	padding-bottom:30px;
}
}
@media (max-width: 395px) {
.container .main-cloud.relative .main-container .sec-supper-cloud .wrapper .block-type .type-in .tbl-detail .txt-cmn.txt-brown{
font-size:14.5px;
}
}
@media (max-width: 335px) {
.container .main-cloud.relative .main-container .sec-supper-cloud .wrapper .block-type .type-in .tbl-detail .txt-cmn.txt-brown{
font-size:13px;
}
}


.main-cloud .product-title {
  color: #53C7C3;
}

.sec-banner-cloud {
  background-color: transparent;
}
.sec-banner-cloud img {
  object-fit: cover;
  height: 586px;
  width: auto;
  max-width: 100%;
  font-family: 'object-fit: cover;'; /*IE対策*/
}
.sec-banner-cloud .top-img {
  animation: none !important;
}

.sec-since {
  padding: 120px 0;
}
.sec-since .txt-base {
  margin-top: 53px;
}
.sec-since .block-navi {
  margin-top: 120px;
}
.sec-since .list-logo {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 52px 20px 0;
}
.sec-since .list-logo li:first-child {
  margin-right: 66px;
}
.sec-since .list-thumb {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 130px auto 0;
  width: 1072px;
}
.sec-since .list-thumb .item {
  width: 534px;
}
.sec-since .list-thumb .item:nth-child(2) {
  margin-left: 4px;
}
.sec-since .list-thumb .item:nth-child(2) .txt-thumb {
  background-image: url(../img/utscloud/navi_thumb01.jpg);
}
.sec-since .title-thumb {
  position: relative;
  border: 6px solid #53C7C3;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  padding: 37px 5px 30px 20px;
  letter-spacing: -0.04em;
  text-align: left;
  width: 525px;
}
.sec-since .title-thumb:after {
  content: "";
  position: absolute;
  width: 33px;
  height: 23px;
  background: url(../img/utscloud/thumb_arrow.png) 0 0 no-repeat;
  background-size: 100% auto;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -23px;
}
.sec-since .txt-thumb {
  background: url(../img/utscloud/navi_thumb02.jpg) center no-repeat;
  color: #fff;
  font-size: 70px;
  text-align: center;
  margin-top: 30px;
  height: 570px;
  padding-top: 324px;
}
.sec-since .txt-thumb span {
  position: relative;
  display: inline-block;
  padding-bottom: 24px;
}
.sec-since .txt-thumb span:after {
  position: absolute;
  content: "";
  background-color: #7FE3E0;
  width: 110px;
  height: 13px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
}

.sec-data-cloud {
  background-color: #F6F8F9;
  padding: 120px 0 60px;
}
.sec-data-cloud .list-em {
  margin-top: 70px;
}
.sec-data-cloud .list-em .txt-cmn {
  color: #53C7C3;
}

.sec-supper-cloud {
  padding: 120px 0;
}
.sec-supper-cloud .img-supper {
  margin-top: 60px;
}
.sec-supper-cloud .block-site {
  margin-top: 74px;
}
.sec-supper-cloud .block-site .txt-site {
  text-align: center;
  font-size: 22px;
  color: #53C7C3;
}
.sec-supper-cloud .list-site {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-top: 64px;
}
.sec-supper-cloud .list-site .item {
  background-color: #F6F8F9;
  width: 484px;
  margin: 0 6px;
  padding: 34px 32px;
}
.sec-supper-cloud .block-voice {
  margin-top: 126px;
}
.sec-supper-cloud .list-voice {
  margin-top: 54px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.sec-supper-cloud .list-voice li {
  width: 264px;
  margin: 0 36px;
}
.sec-supper-cloud .list-voice .txt-base {
  margin-top: 42px;
}
.sec-supper-cloud .block-type {
  margin-top: 120px;
}
.sec-supper-cloud .block-type .type-in {
  width: 972px;
  margin: 54px auto 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.sec-supper-cloud .block-type table th, .sec-supper-cloud .block-type table td {
  background-color: #F6F8F9;
  border-bottom: 4px solid #fff;
  height: 134px;
  vertical-align: middle;
  padding: 0 14px;
  font-weight: bold;
}
.sec-supper-cloud .block-type table th.second, .sec-supper-cloud .block-type table td.second {
  height: 524px;
}
.sec-supper-cloud .block-type table th {
  color: #53C7C3;
  font-size: 30px;
  line-height: 1.64;
}
.sec-supper-cloud .block-type table .txt-brown {
  color: #53C7C3;
}
.sec-supper-cloud .block-type .tbl-title {
  width: 160px;
}
.sec-supper-cloud .block-type .tbl-detail {
  width: 404px;
  margin-left: 4px;
}
.sec-supper-cloud .block-type .txt-detail {
  font-size: 22px;
  color: #597787;
}

@media (max-width: 750px) {
  .main-cloud .main-container {
    margin-top: 80vw !important;
  }

  .sec-banner-cloud {
    padding-top: 0;
    height: auto !important;
  }
  .sec-banner-cloud img {
    height: auto !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  .sec-since {
    padding: 63px 0 20px;
  }
  .sec-since .txt-base {
    text-align: left;
    margin-top: 25px;
    padding: 0 5px;
  }
  .sec-since .block-navi {
    margin-top: 47px;
  }
  .sec-since .list-logo {
    display: block;
    margin: 29px 0 0;
  }
  .sec-since .list-logo li:first-child {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .sec-since .list-logo img {
    margin: 0 auto;
    max-width: 356px;
  }
  .sec-since .list-thumb {
    display: block;
    margin: 85px auto 0;
    width: 100%;
  }
  .sec-since .list-thumb .item {
    width: 100%;
    max-width: 346px;
    margin: 0 auto 44px;
  }
  .sec-since .list-thumb .item:nth-child(2) {
    margin-left: auto;
  }
  .sec-since .title-thumb {
    border-width: 3px;
    padding: 27px 5px 26px 28px;
    width: 100%;
  }
  .sec-since .title-thumb:after {
    width: 18px;
    height: 13px;
    bottom: -13px;
  }
  .sec-since .txt-thumb {
    background-size: cover;
    font-size: 45px;
    margin-top: 20px;
    height: 376px;
    padding-top: 214px;
  }
  .sec-since .txt-thumb span {
    padding-bottom: 17px;
  }
  .sec-since .txt-thumb span:after {
    width: 72px;
    height: 8px;
  }

  .sec-data-cloud {
    padding: 66px 0 24px;
  }
  .sec-data-cloud .product-title {
    padding: 0 21px;
  }
  .sec-data-cloud .list-em {
    margin-top: 36px;
  }

  .sec-supper-cloud {
    padding: 65px 0 10px;
  }
  .sec-supper-cloud .img-supper {
    margin-top: 38px;
  }
  .sec-supper-cloud .img-supper img {
    max-width: 320px;
  }
  .sec-supper-cloud .block-site {
    margin-top: 44px;
  }
  .sec-supper-cloud .block-site .txt-site {
    font-size: 16px;
    line-height: 1.5;
  }
  .sec-supper-cloud .list-site {
    display: block;
    margin-top: 28px;
  }
  .sec-supper-cloud .list-site .item {
    width: 100%;
    max-width: 344px;
    margin: 0 auto 6px;
    padding: 42px 12px 50px;
  }
  .sec-supper-cloud .block-voice {
    margin-top: 66px;
  }
  .sec-supper-cloud .list-voice {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 30px auto 0;
    width: 100%;
    max-width: 368px;
  }
  .sec-supper-cloud .list-voice li {
    width: 172px;
    margin: 0 5px 36px;
  }
  .sec-supper-cloud .list-voice li img {
    width: 118px;
    margin: 0 auto;
  }
  .sec-supper-cloud .list-voice .txt-base {
    margin-top: 22px;
  }
  .sec-supper-cloud .block-type {
    margin-top: 18px;
  }
  .sec-supper-cloud .block-type .txt-sub {
    text-align: center;
    margin-bottom: 14px;
  }
  .sec-supper-cloud .block-type .txt-sub span {
    display: inline-block;
    min-width: 70px;
    border: 2px solid #53C7C3;
    color: #53C7C3;
    font-size: 16px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    padding: 3px 10px 0px;
  }
  .sec-supper-cloud .block-type .type-in {
    width: 100%;
    margin: 36px auto 0;
    display: block;
  }
  .sec-supper-cloud .block-type table th, .sec-supper-cloud .block-type table td {
    height: 120px;
    vertical-align: middle;
    padding: 0 14px;
  }
  .sec-supper-cloud .block-type table th.second, .sec-supper-cloud .block-type table td.second {
    height: 500px;
    padding-top: 7px;
    vertical-align: top;
  }
  .sec-supper-cloud .block-type table th.second img, .sec-supper-cloud .block-type table td.second img {
    margin: 0 auto;
    max-width: 264px;
    width: 100%;
  }
  .sec-supper-cloud .block-type table .txt-brown {
    text-align: center;
    color: #53C7C3;
  }
  .sec-supper-cloud .block-type table .txt-brown span {
    display: inline-block;
    text-align: left;
  }
  .sec-supper-cloud .block-type .tbl-title {
    display: none;
  }
  .sec-supper-cloud .block-type .tbl-detail {
    width: 100%;
    margin-left: 0;
    margin-bottom: 50px;
  }
  .sec-supper-cloud .block-type .txt-detail {
    font-size: 18px;
    text-align: center;
  }
  .sec-supper-cloud .block-type .img01 img {
    margin: 0 auto;
    height: 60px;
    width: auto;
  }
}
@media (max-width: 374px) {
  .sec-supper-cloud .block-type .img01 img {
    height: 46px;
  }
}
/* PAGE SUPPORT USER
 * ----------------------------------------------- */
.main-support-user .sec-banner-support {
  background-image: url(../img/support/banner_user.png);
}
.main-support-user .sec-banner-support .support-title {
  text-shadow: none;
  font-size: 38px;
  padding-left: 0;
  margin-top: -29px;
  width: 100%;
  text-align: center;
}
.main-support-user .sec-banner-support .wrap-img {
  padding: 0;
}

.sec-desc-user {
  padding: 0px 0 130px;
}
.sec-desc-user .list-tel.second {
  padding: 0px 0px 0px;
	  margin-top:120px;
}


  .sec-desc-user .wrapper1 {
  margin-left: auto;
  margin-right: auto;
	  padding-top:50px;
	  padding-bottom:60px;
	  background-color:#F5F8F9;
}
  .sec-desc-user .wrapper2 {
  margin-left: auto;
  margin-right: auto;
}


.title-user-desc {
  width: 100%;
  text-align: center;
  font-size: 22px;
  line-height: 2.2;
  color: #3277CE;
  font-weight: bold;
}

.link-user {
  margin-top: 40px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.link-user .item {
  margin-right: 5px;
  width: 424px;
}
.link-user .item:last-child {
  margin-right: 0;
}
.link-user .item img {
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}

.list-address {
  margin-top: 163px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.list-address .item {
  width: 448px;
  background-color: #F5F8FC;
  padding: 51px 0 52px 45px;
  margin-right: 34px;
  position: relative;
}
.list-address .item:last-child {
  margin-right: 0;
}
.list-address .item .title-add {
  position: absolute;
  top: -44px;
  left: -15px;
}
.list-address .item .txt01 {
  font-size: 25px;
  font-weight: bold;
  color: #058BDF;
}
.list-address .item .tel {
  font-size: 34px;
  font-weight: bold;
  color: #058BDF;
  margin-top: 15px;
}
.list-address .item .tel a {
  color: #058BDF;
}
.list-address .item p {
  margin-top: -4px;
}

.user-company .block-grid.block-grid-1-2-3 li.trans a img{box-shadow: 0 0 24px rgba(3,80,128,0.1);}




@media (max-width: 750px) {
  .main-support-user .sec-banner-support .support-title {
    margin-top: 0;
    padding: 110px 15px 0;
    font-size: 30px;
  }

.sec-desc-user .list-tel.second {
  padding: 0px 0px 0px;
	  margin-top: 0px;
}
	
  .sec-desc-user {
    padding: 40px 0 0px;
  }
  .sec-desc-user .wrapper {
    padding: 0 15px;
  }

  .sec-desc-user .wrapper1 {
  margin-left: auto;
  margin-right: auto;
	  padding-top:50px;
	  padding-bottom:60px;
	  padding-left:10px;
	  padding-right:10px;
	  background-color:#F5F8F9;
}
  .sec-desc-user .wrapper2 {
  margin-left: auto;
  margin-right: auto;
	  	  padding-left:10px;
	  padding-right:10px;
}
	
  .title-user-desc {
    font-size: 18px;
    line-height: 1.5;
  }

  .link-user {
    margin-top: 40px;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .link-user .item {
    width: 100%;
    margin: 0 0 20px;
  }
  .link-user .item:last-child {
    margin: 0;
  }

  .list-address {
    margin-top: 40px;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .list-address .item {
    width: 100%;
    margin: 0 0 60px;
    padding: 20px;
  }
  .list-address .item:last-child {
    margin: 0;
  }
  .list-address .item .title-add {
    left: 0;
  }
  .list-address .item .txt01 {
    padding-top: 15px;
    font-size: 24px;
  }
  .list-address .item .tel {
    font-size: 26px;
  }
  .list-address .item p {
    padding-top: 10px;
  }
}
/* PAGE SUPPORT TRAINING
 * ----------------------------------------------- */
.main-support-training .sec-opera {
  padding: 118px 0 124px;
}
.main-support-training .sec-opera .wrapper {
  width: auto;
  max-width: 960px;
  background-color: #F6F8F9;
  margin-bottom: 127px;
}
.main-support-training .sec-opera .wrapper:last-child {
  margin-bottom: 0;
}
.main-support-training .sec-opera .wrapper .product-title {
  padding-left: 162px;
}
.main-support-training .sec-opera .block-display {
  margin-top: 93px;
}
.main-support-training .sec-opera .block-display .btn-more.second {
  width: 240px;
}
.main-support-training .sec-opera .block-opera {
  padding-bottom: 70px;
  width: 100%;
}
.main-support-training .sec-opera .block-opera .block-theme {
  max-width: 515px;
  width: 100%;
}
.safari .main-support-training .sec-opera .block-opera .block-theme {
  max-width: 550px;
}
.main-support-training .product-title {
  color: #3277CE;
}

@media (max-width: 750px) {
  .main-support-training .sec-opera {
    padding: 60px 0;
  }
  .main-support-training .sec-opera .wrapper {
    padding: 0;
    margin-bottom: 50px;
  }
  .main-support-training .sec-opera .wrapper .product-title {
    padding: 0;
  }
  .main-support-training .sec-opera .block-opera {
    padding: 40px 15px;
    margin: 0;
  }
  .main-support-training .sec-opera .block-display {
    margin-top: 40px;
  }
  .main-support-training .sec-opera .block-display .btn-more {
    margin-top: 0;
  }
}
/* PAGE USER
 * ----------------------------------------------- */
.sec-user {
  background: #F6F8F9;
  padding-bottom: 0px;
}
.sec-user .sec-title {
  padding: 107px 0 98px;
  background: #fff;
}

.sec-banner-user .user-bg {
  background: url(../img/user/-banner_bg.jpg?20210202) center no-repeat;
  background-size: cover;
}

.sec-banner-user.n_user01 .user-bg{
  background: url(../img/user/n_user1/01.jpg) center no-repeat;
  background-size: contain;
	background-color:#F6F8F9;
}
.sec-banner-user.n_user02 .user-bg{
  background: url(../img/user/n_user2/01.jpg) center no-repeat;
  background-size: contain;
	background-color:#F6F8F9;
}
.sec-banner-user.n_user03 .user-bg{
  background: url(../img/user/n_user3/01.jpg) center no-repeat;
  background-size: contain;
	background-color:#F6F8F9;
}


	

.sec-banner-user .wrapper {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 586px;
}

.sec-banner-user .product-title {
  color: #2F3D3E !important;
}

.sec-intro-user {
  padding: 60px 0 0;
}
.sec-intro-user .product-title {
  color: #058BDF;
}
.sec-intro-user .list-staff {
  margin-top: 62px;
}
.sec-intro-user .base-img {
  margin-top: 125px;
padding:125px;
	background-color:#F6F8F9;
}
.sec-intro-user .txt-user {
  margin-top: 60px;
}
.sec-intro-user .txt-user img {
  width: 260px;
}

.main-container .sec-intro-user .wrapper{
	padding-top:60px;
}

.container .relative .main-container .sec-intro-user .wrapper .btn-more.trans.second{
	margin-top:50px;
}


.user-zeneral1{
text-align:left;
	display: table;
	list-style-position: inside;
	margin:55px auto;
}
.user-zeneral1 li{
margin-bottom:8px;
}

.user-zeneral2{
text-align:left;
	display: table;
	list-style-position: inside;
	margin:55px auto 55px;
}
.user-zeneral2 li{
	font-size:12px;
margin-bottom:5px;
}

.container .relative .main-container .sec-intro-user .base-img .btn-more.trans.second{
	width:320px;
}

.user-company{
width: auto;
  overflow: hidden;
  list-style: none;
  margin: 0 -1% 30px;
  padding: 0;
}

.user-company a {
  text-decoration: none;
  font-size: 1.6em;
}

.user-company ul{
	text-align:center;
	width:100%;
	margin:110px auto 0;
}

.user-company li{
	vertical-align: top;
	padding:3px;
	
	  float: left;
	
}

.user-company-p1{
	font-size:16px;
	font-weight:bold;
	margin-top:10px;
	text-align:left;
}

.user-company-p2{
	font-size:17px;
	font-weight:lighter;
	margin-top:2px;
	margin-bottom:0px;
	text-align:left;
}

.main-user01.relative .main-container{
	padding-bottom:90px;
}


.main-container .sec-intro-user .wrapper .user-company .block-grid.block-grid-1-2-3 li:nth-child(n+10){display:none;}

.container .main-user01.relative .main-container .wrapper .user-company .block-grid.block-grid-1-2-3 li:nth-child(n+7){display:none;}

.container .main-user01.relative .main-container .sec-order-user .wrapper .user-company .block-grid.block-grid-1-2-3 li:nth-child(n+4){display:none;}

.container .relative .main-container.user-corp .sec-intro-user .wrapper .user-company .block-grid.block-grid-1-2-3 li:nth-child(n){display:inline;}

.user-base-piechart{
padding:125px 125px 55px;
}
.user-base-piechart p{
text-align:center;
font-size:16px;
margin-bottom:80px;
}

.user-piechart{
	text-align:center;
	margin-top:5px;
}

.user-piechart li{
display:inline-block;
text-align:center;
font-size:22px;
line-height:4em;
margin:50px 50px 0px;
}




.user-maintenance{
background-color:#F6F8F9;
padding:125px;
	text-align:center;
}


.user-maintenance .product-title{
margin-bottom:55px;
}

.user-maintenance-p1{
	font-size:16px;
	font-weight:bold;
	color:#058BDF;
	margin-top:45px;
	margin-bottom:90px;
}

.user-maintenance ul{
	width:1050px;
	margin:0 auto;

}

.user-maintenance li{
	width:32%;
	display:inline-block;
	vertical-align: top;
}

.user-maintenance-p2{
	font-size:22px;
	font-weight:bold;
	color:#058BDF;
	margin-top:15px;
}

.user-maintenance-p3{
	font-size:16px;
	font-weight:bold;
	margin:15px auto 0px;
	text-align:left;
	width:245px;
}



.sec-case-user .wrapper .list-brand .item{
  height: 190px;
  padding-bottom: 10px;
margin:0 9px 10px 0;
}
.sec-case-user .wrapper .list-brand.first.list-third .item .img-product{
	max-width:292px;
	margin:-8px 0 0;
}

.sec-case-user .wrapper .list-brand.first.list-third .item .img-product.user-smssmart{
	max-width:220px;
	margin:5px 0 0;
}

.sec-study.user-company-study{
	padding:40px 0 0px;
}


	
@media (max-width: 750px) {
	
.main-user01.relative .sec-study{
	padding:0;
	}
	
.user-company ul{
	margin-top:30px;
	width:100%;
}	
	

.user-company li:nth-child(n+7){
	display:none;
}	
	
	
.container .relative .main-container.user-corp .sec-intro-user .wrapper .user-company li:nth-child(n+7){
	display:inline;
}	

.container .main-user01.relative .main-container .sec-order-user .wrapper .user-company .block-grid.block-grid-1-2-3 li:nth-child(4){display:inline;}
.container .main-user01.relative .main-container .sec-order-user .wrapper .user-company .block-grid.block-grid-1-2-3 li:nth-child(n+5){display:none;}

.user-company img{
max-width:100%;
height:auto;
width /***/:auto;
	}

	
	
.user-company-p1{
	font-size:12px;
	margin-top:5px;

}
	
.user-company-p2{
	font-size:15px;
	margin-bottom:0px;
}
	
	
	.container .relative .main-container .sec-intro-user .wrapper{
		padding-bottom:30px;
		padding-top:30px;
		margin-top:0;
	}
	
	.container .relative .main-container .sec-intro-user .wrapper .btn-more.trans.second{
		margin-top:20px;
	}	
	
	
	
	

	  .sec-user {
    padding-bottom: 0px;
  }
  .sec-user .wrap {
    padding: 0px 0px;
  }
  .sec-user .sec-title {
    padding: 0px 0px;
  }
	
	
  .sec-banner-user {
    background: url(../img/user/sp/-banner_bg.jpg) center no-repeat;
    background-size: cover;
  }

	
.sec-banner-user.n_user01 .user-bg{
  visibility:hidden;
}
  .sec-banner-user.n_user01 {
    background: url("../img/user/n_user1/_01.jpg") center no-repeat;
    background-size: cover;
  }
.sec-banner-user.n_user02 .user-bg{
  visibility:hidden;
}
.sec-banner-user.n_user02 {
    background: url("../img/user/n_user2/_01.jpg") center no-repeat;
    background-size: cover;
  }
.sec-banner-user.n_user03 .user-bg{
  visibility:hidden;
}
.sec-banner-user.n_user03 {
    background: url("../img/user/n_user3/_01.jpg") center no-repeat;
    background-size: cover;
  }	
	
	
  .sec-banner-user .user-bg {
    background: none;
  }
  .sec-banner-user .wrapper {
    height: 240px;
  }

  .sec-banner-user .product-title {
    padding-top: 60px;
  }

	.relative .sec-banner-user.sec-banner.top-img .user-bg .wrapper .product-title{
		padding-top:0;
		padding-bottom:160px;		
	}
	
	
  .sec-intro-user {
    padding: 0;
  }
  .sec-intro-user .list-staff {
    margin-top: 37px;
  }
  .sec-intro-user .base-img {
    margin-top: -112px;
	padding:40px 0 80px;
  }


	
  .sec-intro-user .base-img .img01 {
    margin: 0 auto;
  }
  .sec-intro-user .txt-user {
    margin:30px auto 0;
	font-size:16px;
	  width:90%;
  }
  .sec-intro-user .txt-user img {
    width: 168px;
  }
	.user-zeneral1{
		font-size:12px;
		margin-left:auto;
		margin-right:auto;
		width:100%;
	}
	.user-zeneral1 li{
	width:100%;
	text-align:center;
}
	
	.user-zeneral2{
	margin-top:10px;
	marign-bottom:10px;
	width:90%;
	}
	
	
.user-base-piechart{
padding:60px 0;
}

.user-base-piechart p{
font-size:12px;
margin-bottom:0;
}
	
	
.main-container .sec-intro-user .user-base-piechart .product-title{
	margin:0 auto 30px auto;
	width:80%;
	}
	
	
.user-piechart li{
font-size:18px;
line-height:1.2em;
margin:0 0 45px 0;
}
.user-base-piechart img{
width:80%;
margin:0 auto;
}	
	

.user-maintenance{
padding:60px 0;
}
	
	.user-maintenance .product-title{
		margin:0 auto 30px;
		width:90%;
	}
	
.user-maintenance-img1sd{
width:80%;
margin:0 auto;
	}
	
.user-maintenance-p1{
	font-size:12px;
	width:90%;
	margin:30px auto 40px;
}
.user-maintenance ul{
	width:100%;
	margin:0 auto;

}
	
.user-maintenance li{
	width:70%;
	display:block;
	vertical-align: top;
	margin:0 auto 30px;
}
	
.user-maintenance ul li img{
width:auto;
margin:0 auto;
}
	

	
	
}
	
	
@media (max-width: 550px) {


	
  .sec-intro-user .base-img img{
    max-width:80%;
	}	

	
	
}
	



/* PAGE USER 01
 * ----------------------------------------------- */
.main-user01 .product-title {
  color: #058BDF;
}

.txt-task-circle {
  display: table;
  position: relative;
  z-index: 2;
  width: 142px;
  margin: 0 auto;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  overflow: hidden;
}
.txt-task-circle span {
  display: table-cell;
  height: 142px;
  vertical-align: middle;
  color: #fff;
  background-color: #058BDF;
  text-align: center;
  font-size: 32px;
}

.block-task-user {
  position: relative;
  margin: 86px auto 0;
  width: 880px;
}
.block-task-user .product-title {
  text-align: left;
}
.block-task-user .box-task {
  position: relative;
  z-index: 0;
  background-color: #F6F8F9;
  padding: 80px 54px 70px;
  margin-top: -46px;
}
.block-task-user .box-task .txt-base {
  margin-top: 26px;
}
.block-task-user .arrow {
  width: 100%;
  position: absolute;
  text-align: center;
  left: 0;
  bottom: -100px;
}

.sec-case-user {
  padding-top: 76px;
}
.sec-case-user .block-dear {
  margin: 0 auto;
  width: 800px;
}
.sec-case-user .block-dear .txt-case {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.user-companyname{
	margin:0 auto;
}

.sec-case-user .block-dear .txt-case .user-companyname .case {
  display: inline-block;
  background-color: #058BDF;
  color: #fff;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  font-size: 19px;
  padding: 11px 20px 7px;
}
html.ie .sec-case-user .block-dear .txt-case .user-companyname .case {
  padding-top: 13px;
  padding-bottom: 5px;
}
.sec-case-user .block-dear .txt-case .user-companyname .dear {
  color: #058BDF;
  font-size: 22px;
  padding: 10px 0 0 28px;
}
.sec-case-user .block-dear .txt-base {
  margin-top: 14px;
  text-align: center;
}


.sec-case-user .block-solution {
  position: relative;
  margin-top: 214px;
}
.sec-case-user .block-solution .solution-in {
  background-color: #F6F8F9;
  margin-top: -42px;
  padding: 24px 0 120px;
}
.sec-case-user .block-solution .box-solution {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.sec-case-user .block-solution .box-solution + .box-solution {
  margin-top: 132px;
}
.sec-case-user .block-solution .box-solution.third {
  margin-top: 72px;
}
.sec-case-user .block-solution .box-solution.four {
  margin-top: 52px;
}
.sec-case-user .block-solution .box-solution .img {
  width: 540px;
}
.sec-case-user .block-solution .box-solution .box-detail {
  width: 540px;
}
.sec-case-user .block-solution .product-title {
  text-align: left;
}
.sec-case-user .block-solution .box-navi {
  padding-top: 90px;
}
.sec-case-user .block-solution .box-navi .img-navi {
  padding-left: 58px;
}
.sec-case-user .block-solution .box-navi .img-navi span {
  display: block;
  font-size: 30px;
  color: #058BDF;
}
.sec-case-user .block-solution .box-navi .product-title {
  font-size: 44px;
  margin-top: 80px;
  letter-spacing: -0.07em;
}
.sec-case-user .block-solution .box-navi .txt-base {
  margin-top: 26px;
}
.sec-case-user .block-solution .box-user-name {
  margin-top: -74px;
  width: 480px;
}
.sec-case-user .block-solution .box-user-name .box-user-in {
  background-color: #FFFFFF;
  padding: 84px 34px 70px;
  margin-top: -60px;
}
.sec-case-user .block-solution .box-user-name .product-title {
  font-size: 30px;
}
.sec-case-user .block-solution .box-user-name .img-user {
  position: relative;
  z-index: 2;
  text-align: center;
}
.sec-case-user .block-solution .box-user-name .img-user img {
  width: 130px;
  height: auto;
}
.sec-case-user .block-solution .box-user-name .txt-base {
  margin-top: 20px;

}
.sec-case-user .block-solution .box-solution.second .box-detail .box-user-name,
.sec-case-user .block-solution .box-solution.four .box-detail .box-user-name {
  margin-left: 24px;
}
.sec-case-user .block-solution .box-solution.third .box-detail .box-user-name {
  margin-left: 34px;
}
.sec-case-user .block-solution .box-solution.four .img {
  margin-top: -45px;
}
.sec-case-user .block-solution .arrow {
  width: 100%;
  position: absolute;
  text-align: center;
  left: 0;
  bottom: -110px;
}

.sec-result-user {
  padding-top: 152px;
}

.sec-order-user {
  margin-top: 110px;
}
.sec-order-user .list-staff {
  margin-top: 28px;
}





.user-h2{
	margin-top:0px;
	margin-bottom:40px;
}

.user-profile1{
	margin:100px auto 0;
	position:relative;
	width:880px;
}
.user-profile2{
	position:relative;
	z-index:0;
	background-color:#F6F8F9;
	padding:40px;
	margin-top:-15px;
}
.user-profile-p1{
	display:table;
	position:relative;
	z-index:2;
	color:#058BDF;
	text-align:center;
	font-size:22px;
	margin:auto;
	left:0;
	right:0;
}
.user-profile-p2{
	font-size:16px;
	text-align:left;
	color:#2D5056;
	line-height:25px;
}

.user-company-thumbnail{
	margin:20px auto 0;
	width:880px;
	text-align:center;
}
.user-company-thumbnail1{
	float:left;
}
.user-company-thumbnail3{
	float:right;
}

.user-company-product-title{
margin:80px auto 10px;
color:#058BDF;
font-size:22px;
font-weight:bold;
text-align:center;
}

.user-company-product{
width:730px;
text-align:center;
margin:0 auto;
}


.sec-case-user .txt-doc {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 10px;
  left: 0;
}
.sec-case-user .txt-doc span {
  display: inline-block;
  background-color: #058BDF;
  color: #fff;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  min-width: 168px;
  font-size: 16px;
  padding: 8px 20px 5px;
}


.user-problem1{
	margin:100px auto 0;
	position:relative;
	width:880px;
}
.user-problem2{
	position:relative;
	z-index:0;
	background-color:#F6F8F9;
	padding:70px 40px 70px;
	margin-top:-50px;
	text-align:center;
}
.user-problem-p1{
	display:table;
	position:relative;
	z-index:2;
	color:#058BDF;
	text-align:center;
	font-size:22px;
	margin:auto;
	left:0;
	right:0;
}
.user-problem-p2{
	text-align:left;
	color:#2D5056;
	line-height:25px;
	font-size:16px;
	width:650px;
	text-align:left;
	margin:20px auto 0;
}
.user-problem-p3{
color:#058BDF;
font-size:30px;
margin-bottom:20px;
}

.user-solveimg{
margin:20px auto 40px;
}

.user-company-ending{
	width:880px;
	margin:100px auto 0;
}




.user-company-ending-comment1{
	margin:30px auto 0;
	position:relative;
	width:880px;
}
.user-company-ending-comment2{
	position:relative;
	z-index:0;
	background-color:#F6F8F9;
	padding:40px;
	margin-top:-15px;
}
.user-company-ending-comment-p1{
	display:table;
	position:relative;
	z-index:2;
	color:#058BDF;
	text-align:center;
	font-size:22px;
	margin:auto;
	left:0;
	right:0;
}
.user-company-ending-comment-p2{
	font-size:16px;
	text-align:left;
	color:#2D5056;
	line-height:25px;
}


.user-company-ending-img{
margin:20px auto 80px;
}

.user-company-ending-img2{
margin:20px auto 120px;
}


.user-company-hr{
border:none;
border-top:dashed 1px #058BDF;
height:1px;
color:#FFFFFF;
margin-bottom:110px;
}


.main-user01.relative .main-container .wrapper .user-company ul{
margin-top:40px;
}



.main-container .sec-case-user .block-solution .solution-in .wrapper .md{
	max-width:100%;
}

.main-container .sec-case-user .block-solution .solution-in .wrapper .list-qa{
	padding:180px 55px 0 55px;
	margin-right:0;
}
.main-container .sec-case-user .block-solution .solution-in .wrapper .list-qa .block-qa.pd30.bg-w{
	margin:0 auto 120px;
}


.user-link {
  margin-top: 70px;
}
.user-link a {
  display: inline-block;
  width: 352px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  background: #058BDF;
}




@media (max-width: 750px) {
  .main-user01 .sec-banner-user .product-title {
    padding: 0 5px 0;
    font-size: 20px;
    letter-spacing: -0.1em;
  }

  .block-task-user {
    margin: 46px -3.5px 0;
    width: auto;
  }
  .block-task-user .box-task {
    padding: 66px 30px 70px;
    margin-top: -46px;
  }
  .block-task-user .box-task .txt-base {
    margin-top: 16px;
    line-height: 1.5;
  }
  .block-task-user .arrow {
    bottom: -108px;
  }
  .block-task-user .arrow img {
    width: 63px;
    margin: 0 auto;
  }

  .sec-case-user {
    padding-top: 26px;
  }
  .sec-case-user .block-dear {
    margin: 0 auto;
    width: 312px;
  }
  .sec-case-user .block-dear .txt-case {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
	
	
.sec-case-user .wrapper .block-dear .txt-case .user-companyname{
  display: table-cell;
	text-align:center;
}
	
  .sec-case-user .wrapper .block-dear .txt-case .user-companyname .dear {
    display: block;
    width: 100%;
    font-size: 18px;
    padding:30px 0 0 0;
  }


.user-profile1{
	margin:30px auto 30px;
	width:90%;
}
.user-profile2{
	padding:25px;
	margin-top:-20px;
}
.user-profile-p1{
	font-size:25px;
}
.user-profile-p2{
	text-align:justify;
	font-size:15px;
	line-height:1.5em;
}
	
.user-company-thumbnail{
	margin:10px auto 20px;
	width:90%;
}
.user-company-thumbnail img{
	width:100%;
	margin-bottom:5px;
}	
.user-company-thumbnail1{
	float:none;
}
.user-company-thumbnail3{
	float:none;
}

.user-company-thumbnail.user-second{
	width:100%;
}
	
	
.user-company-product-title{
margin:40px auto 10px;
}

.user-company-product{
width:90%;
text-align:center;
margin:0 auto;
}
	
	.sec-case-user .wrapper .list-brand.first.list-third.user-company-product .item.trans{
margin-right:5px;
	}
	.sec-case-user .wrapper .list-brand.first.list-third.user-company-product .item:nth-child(2n).trans{
margin-right:0px;
	}

	
.sec-case-user .wrapper .list-brand.first.list-third.user-company-product .item.trans .img-product.user-smssmart{
	max-width:140px;
	margin:10px auto 0;
}
	
	

	.sec-case-user .wrapper .list-brand.user-company-product .item .txt-brand.small{
		font-size:7px;
	}

	
	
	
	
	
	
	
.sec-case-user .wrapper .list-brand .item{
  height: 120px;
}
	

.sec-case-user .wrapper .list-brand.first.list-third.user-company-product .item.trans .txt-doc span {
	display:inline;
	width:50%;
	margin-top:10px;
  font-size: 10px;
  padding: 8px 20px 5px;
}

.sec-case-user .wrapper .list-brand.first.list-third.user-company-product .item.trans .img-product {
margin-top:0px;
}

.user-problem1{
	margin:30px auto 0;
	width:90%;
}
.user-problem2{
	padding:70px 20px 20px;
	margin-top:-50px;
}
.user-problem-p1{
	width:20%;
	height:auto;
}
.user-problem-p2{
	width:100%;
}
.user-problem-p3{
font-size:20px;
margin-bottom:20px;
}
	
.user-solveimg{
width:70%;
height:auto;
margin:20px auto 40px;
}
	
.user-company-ending{
	width:90%;
	margin:40px auto 0;
}

.user-company-ending-comment1{
	margin:30px auto 0;
	width:100%;
}
.user-company-ending-comment1.user-second{
	margin:0px auto 0;
	width:100%;}
	
.user-company-ending-comment2{
	padding:20px;
	margin-top:-15px;
}
.user-company-ending-comment-p1{
	font-size:20px;
}
.user-company-ending-comment-p2{
	line-height:1.8em;
	margin-top:10px;
}


.user-company-ending-img{
margin:10px auto 20px;
width:100%;
}
.user-company-ending-img2{
margin:10px auto 20px;
width:100%;
}
	

.user-second{}
	
	
.user-company-ending-comment2.user-second{
	padding-top:40px;
	margin-top:-40px;
}
	
	
.user-company-hr{
margin-bottom:30px;
}
	
	
	
	
	
	
	
	
  .sec-case-user .block-dear .txt-base {
    margin-top: 20px;
  }
  .sec-case-user .block-solution {
    margin: 168px -3.5px 0;
  }
  .sec-case-user .block-solution .solution-in {
    margin-top: -42px;
    padding: 24px 0 70px;
  }
  .sec-case-user .block-solution .box-solution {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sec-case-user .block-solution .box-solution + .box-solution {
    margin-top: 138px;
  }
  .sec-case-user .block-solution .box-solution.third {
    margin-top: 146px;
  }
  .sec-case-user .block-solution .box-solution.four {
    margin-top: 142px;
  }
  .sec-case-user .block-solution .box-solution .img {
    display: none;
  }
  .sec-case-user .block-solution .box-solution .box-detail {
    width: 100%;
  }
  .sec-case-user .block-solution .box-navi {
    padding: 46px 30px 0;
  }
  .sec-case-user .block-solution .box-navi .img-navi {
    text-align: center;
    padding-left: 0;
  }
  .sec-case-user .block-solution .box-navi .img-navi img {
    margin: 0 auto;
    max-width: 308px;
  }
  .sec-case-user .block-solution .box-navi .img-navi span {
    font-size: 22px;
    margin-top: 30px;
  }
  .sec-case-user .block-solution .box-navi .base-img {
    margin-top: 10px;
  }
  .sec-case-user .block-solution .box-navi .base-img img {
    max-width: 315px;
  }
  .sec-case-user .block-solution .box-navi .product-title {
    font-size: 22px;
    line-height: 1.5;
    margin-top: 64px;
  }
  .sec-case-user .block-solution .box-navi .txt-base {
    margin-top: 26px;
  }
  .sec-case-user .block-solution .box-user-name {
    margin: -74px 20px 0;
    width: auto;
  }
  .sec-case-user .block-solution .box-user-name .box-user-in {
    padding: 92px 14px 70px;
    margin-top: -60px;
  }
  .sec-case-user .block-solution .box-user-name .base-img {
    margin-top: 36px;
  }
  .sec-case-user .block-solution .box-user-name .base-img img {
    max-width: 308px;
  }
  .sec-case-user .block-solution .box-user-name .product-title {
    font-size: 22px;
  }
  .sec-case-user .block-solution .box-user-name .img-user {
    position: relative;
    z-index: 2;
    text-align: center;
  }
  .sec-case-user .block-solution .box-user-name .img-user img {
    width: 130px;
    height: auto;
    margin: 0 auto;
  }
  .sec-case-user .block-solution .box-user-name .txt-base {
    margin-top: 47px;
  }
  .sec-case-user .block-solution .box-solution.second .box-detail .box-user-name,
  .sec-case-user .block-solution .box-solution.four .box-detail .box-user-name {
    margin-left: 20px;
  }
  .sec-case-user .block-solution .box-solution.third .box-detail .box-user-name {
    margin-left: 20px;
  }
  .sec-case-user .block-solution .box-solution.four .img {
    margin-top: -45px;
  }
  .sec-case-user .block-solution .arrow {
    display: none;
  }

  .sec-result-user {
    padding-top: 22px;
  }
  .sec-result-user .block-task-user .box-task {
    background-color: #fff;
    margin-top: -30px;
    padding: 66px 12px 0;
  }
  .sec-result-user .block-task-user .txt-base {
    margin-top: 35px;
    line-height: 1.8;
  }

  .sec-order-user {
    margin-top: 55px;
  }
  .sec-order-user .list-staff {
    margin-top: 36px;
  }
	
	
	
.user-navi{
	text-align:center;
	margin:0 auto;
}
	
  .user-link {
    margin-top: 50px;
  }
  .user-link a {
    width: auto;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
	  padding:0 12px;
  }
	
}

	
@media (max-width: 375px) {

.sec-case-user .wrapper .list-brand.first.list-third.user-company-product .item.trans .img-product {
margin-top:5px;
}
	
.sec-case-user .wrapper .list-brand.first.list-third.user-company-product .item.trans .img-product.user-smssmart{
	max-width:130px;
	margin:10px auto 0;
}
	
.main-container .sec-case-user .block-solution .solution-in .wrapper .list-qa{
	padding:180px 20px 0 20px;
	margin-right:0;
}

.user-link a {
	width:auto;
  font-size: 14px;
}
}
	



	

/* Corplist
 * ----------------------------------------------- */
.main-container.user-corp {
	margin-top:0;
}
	






/* PAGE TEMPLATE
 * ----------------------------------------------- */
.main-template .product-title {
  color: #00A9EB;
}

.sec-banner-template {
  background-color: #F6F8F9;
}

.sec-template-type {
  padding: 66px 0 0;
}
.sec-template-type .block-template {
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 60px auto 0;
  width: 1072px;
}
.sec-template-type .block-template .col01 {
  width: 440px;
  margin: 0 54px 132px 48px;
}
.sec-template-type .block-template .col01 .product-title {
  text-align: left;
}
.sec-template-type .block-template .col01 .btn-more {
  margin: 56px 0 0;
  width: 280px;
  background-color: #00A9EB;
}
.sec-template-type .block-template .col01 .txt-base {
  margin-top: 48px;
}
.sec-template-type .block-template .col02 {
  width: 512px;
}
.sec-template-type .block-type {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 1072px;
  margin: 127px auto 14px;
}
.sec-template-type .block-type .item {
  background-color: #F6F8F9;
  width: 534px;
}
.sec-template-type .block-type .item:nth-child(2n) {
  margin-left: 4px;
}
.sec-template-type .block-type .screen-title {
  position: relative;
  background-color: #058BDF;
  color: #fff;
  font-size: 30px;
  line-height: 1.56;
  padding: 30px 44px 36px;
}
.sec-template-type .block-type .screen-title .no {
  display: block;
  font-size: 44px;
  margin-bottom: 5px;
}
.sec-template-type .block-type .screen-title:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-top: 18px solid #058BDF;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -17px;
}
.sec-template-type .block-type .screen-title .img {
  position: absolute;
  right: 10px;
  bottom: 0;
}
.sec-template-type .block-type .block-detail {
  padding-bottom: 44px;
}
.sec-template-type .block-type .block-detail .txt-base {
  padding: 55px 46px 0;
  height: 202px;
}
.sec-template-type .block-seek {
  padding: 124px 0 0;
}
.sec-template-type .block-seek.second {
  background-color: #F6F8F9;
}
.sec-template-type .block-seek.second .col-img {
  margin-top: 90px;
}
.sec-template-type .block-seek .item-seek {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.sec-template-type .block-seek .col-img {
  width: 550px;
  margin: 0 0 0 36px;
}
.sec-template-type .block-seek .col-detail {
  width: 440px;
}
.sec-template-type .block-seek .txt-job {
  margin-bottom: 58px;
}
.sec-template-type .block-seek .txt-job span {
  text-align: center;
  display: inline-block;
  background-color: #00A9EB;
  color: #fff;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  font-size: 18px;
  padding: 11px 10px 8px;
  min-width: 120px;
}
html.ie .sec-template-type .block-seek .txt-job span {
  padding: 14px 10px 6px;
}
.sec-template-type .block-seek .img-seek {
  margin-left: -30px;
}
.sec-template-type .block-seek .product-title {
  text-align: left;
  color: #00A9EB;
  margin-bottom: 50px;
}
.sec-template-type .block-seek .txt-base {
  margin-bottom: 122px;
}

.sec-price-template {
  margin: 120px 0 0;
}
.sec-price-template .list-temp {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-top: 60px;
}
.sec-price-template .list-temp li {
  text-align: center;
  margin: 0 5px;
  width: 344px;
  background: rgba(246, 248, 249, 0.8);
  color: #00A9EB;
  padding: 36px 20px 28px;
}
.sec-price-template .list-temp .txt-no {
  font-size: 30px;
  margin-top: 42px;
}
.sec-price-template .list-temp .txt-no span {
  font-size: 18px;
}

@media (max-width: 750px) {
  .sec-template-type {
    padding: 40px 12px 0;
  }
  .sec-template-type .block-template {
    margin: 0 auto 0;
    width: 100%;
  }
  .sec-template-type .block-template .col01 {
    width: 100%;
    margin: 0;
  }
  .sec-template-type .block-template .col01 .btn-more {
    margin: 28px auto 0;
    width: 280px;
  }
  .sec-template-type .block-template .col01 .txt-base {
    margin-top: 25px;
  }
  .sec-template-type .block-template .base-img {
    margin-top: 44px;
  }
  .sec-template-type .block-template .base-img img {
    max-width: 318px;
  }
  .sec-template-type .block-type {
    display: block;
    width: auto;
    margin: 66px -15.5px 0;
  }
  .sec-template-type .block-type .item {
    width: 100%;
  }
  .sec-template-type .block-type .item:nth-child(2n) {
    margin-left: 0;
  }
  .sec-template-type .block-type .screen-title {
    font-size: 22px;
    line-height: 1.5;
    padding: 25px 32px 22px;
  }
  .sec-template-type .block-type .screen-title .no {
    font-size: 30px;
    margin-bottom: 5px;
  }
  .sec-template-type .block-type .screen-title:after {
    border-left-width: 12px;
    border-right-width: 12px;
    border-top-width: 12px;
    bottom: -12px;
  }
  .sec-template-type .block-type .screen-title .img {
    right: 10px;
    height: 140px;
    width: auto;
  }
  .sec-template-type .block-type .base-img {
    margin-top: 66px;
  }
  .sec-template-type .block-type .base-img img {
    max-width: 375px;
  }
  .sec-template-type .block-type .block-detail {
    padding-bottom: 50px;
  }
  .sec-template-type .block-type .block-detail .txt-base {
    padding: 38px 30px 0;
    height: auto;
  }
  .sec-template-type .block-seek {
    margin: 0 -15.5px 0;
    padding: 66px 0 1px;
  }
  .sec-template-type .block-seek.second .col-img {
    margin-top: 0;
  }
  .sec-template-type .block-seek .col-img img {
    width: 100%;
    max-width: 338px;
    margin: 0 auto;
  }
  .sec-template-type .block-seek .item-seek {
    display: block;
  }
  .sec-template-type .block-seek .col-img {
    width: 100%;
    margin: 0;
  }
  .sec-template-type .block-seek .col-detail {
    width: 100%;
    padding: 33px 18px 0;
  }
  .sec-template-type .block-seek .txt-job {
    text-align: center;
    margin-bottom: 36px;
  }
  .sec-template-type .block-seek .img-seek {
    margin: 0 auto;
  }
  .sec-template-type .block-seek .product-title {
    margin-bottom: 24px;
  }
  .sec-template-type .block-seek .txt-base {
    margin-bottom: 50px;
  }

  .sec-price-template {
    margin: 60px 0 0;
  }
  .sec-price-template .list-temp {
    display: block;
    margin-top: 30px;
  }
  .sec-price-template .list-temp li {
    margin: 0 auto 6px;
    width: 100%;
    max-width: 344px;
    padding: 36px 20px 28px;
  }
  .sec-price-template .list-temp .txt-cmn {
    font-size: 22px;
  }
  .sec-price-template .list-temp .txt-no {
    margin-top: 42px;
  }
}
.text-indent {
  text-indent: 1em;
}

.privacy-policy {
  padding: 70px 0;
}
.privacy-policy .hometext .paragraph + .paragraph {
  margin-top: 1.8em;
}
.privacy-policy .hometext .paragraph ul > li {
  padding-left: 1.3em;
  text-indent: -1.3em;
}
.privacy-policy .hometext {
  margin-bottom: 3em;
}
.privacy-policy .lead {
  font-size: 22px;
  margin-bottom: 1.1em;
}
.privacy-policy .people-info table {
  width: 100%;
  max-width: 820px;
}
.privacy-policy .people-info table td {
  width: 50%;
  border: 2px solid #F6F8F9;
  background: rgba(218, 237, 249, 0.8);
  font-size: 16px;
  font-weight: bold;
  padding: 7px 4px 7px 14px;
}
.privacy-policy .people-info table thead td {
  background: rgba(5, 139, 223, 0.8);
  padding-top: 8px;
  padding-bottom: 8px;
  color: #fff;
}
.privacy-policy .people-info table .fs-sm {
  font-size: 14px;
}
.privacy-policy .people-info table .fs-md {
  font-size: 15px;
}
.privacy-policy .people-info .tit {
  margin-bottom: 1.5em;
}
.privacy-policy .people-info .policy-item {
  margin-bottom: 50px;
}
.privacy-policy .people-info .space-li > li {
  margin-bottom: 1.5em;
}
.privacy-policy .people-info .space-li p + p {
  margin-top: 1.5em;
}
.privacy-policy .policy-intro {
  margin-bottom: 2em;
}
.privacy-policy .copyright {
  margin-top: 3em;
  padding: 1em 0 2em;
}

@media (max-width: 750px) {
  .privacy-policy {
    font-size: 14px;
    padding: 40px 4% 10px;
  }
  .privacy-policy .people-info table td {
    font-size: 12px !important;
  }
  .privacy-policy .copyright {
    margin-top: 1em;
    padding: 1em 0 4em;
  }
}
.pd30{
	padding:30px;
}

.bg-w{
	background-color:#ffffff;
}

.left{float:left;}
.fsize{
	font-size:120%;
	text-decoration:underline;
}
/*# sourceMappingURL=style.css.map */

/*product_hr*/
.search_object label{
  margin: 0 7px 8px 0;
}
.is-hide,.dis-none,.sss-hide{
	display:none !important;
}

.section_wrapper{
	width:1000px;
	margin:110px auto 0 auto;
}
.wap_comment{
	padding:15px;
	background-color:#f2f2f2;
	border:3px solid #e7cf27;
}
.wap_comment2{
	padding:15px;
	background-color:#f2f2f2;
	border:3px solid #3277CE;
}
.font-down{
	font-size:80%;
}
@media (max-width: 750px)
{
	.oshirase li{width:47%;}


	.section_wrapper{
		width:100%;
	}
	.section_wrapper{
		margin:52px 0 0 0;
	}
	
.sec-semi .block-time .list-time {
  width: 512px;
  margin: 0 auto;
}
	
	
}

.oshirase,.mt56{
	margin-top:56px;
}
@media (max-width: 750px) {
	.oshirase,.mt56{
		margin-top:26px;
	}
}



.wakuword1{
	display:inline-block;
	margin-top:8px;
  line-height: 1.333;
  font-weight: bold;
  font-size: 17px;
  text-align: left;
	padding:0px;
}

.wakuword2{
  font-weight: bold;
  font-size: 18px;
  margin-top: 5px;
}

.block-grid {
  width: auto;
  overflow: hidden;
  list-style: none;
  margin: 0 -10px 0px;
  padding: 0;
}
.block-grid li {
  float: left;
  margin: 0 10px 30px;
  padding: 0;
}
.block-grid a {
  text-decoration: none;
  font-size: 1.6em;
}


@media (min-width: 300px){

	
	.oshirase ul{box-sizing:border-box;
}
	
	.oshirase{width:100%;}
	
  .block-grid-1-2-3 li {
    width: 48%;
  }
  .block-grid-1-2-3 li:nth-child(2n+1) {
    clear: both;
  }
}
@media (min-width: 800px){
	.oshirase img{width:346px;
	height:210px;}
  .block-grid-1-2-3 li {
    width: 346px;
  }
  .block-grid-1-2-3 li:nth-child(2n+1) {
    clear: none;
  }
  .block-grid-1-2-3 li:nth-child(3n+1) {
    clear: both;
  }
.section-top-slider .list-slider .item.item06 a{
	background-color:#3277CE;
}

	

}


@media (max-width: 600px) {
	
	.oshirase{width:100%;}
	.oshirase li{width:48%;}
	
	.oshirase ul{box-sizing:border-box;
}
	.wakuword1{
	margin-top:12px;
  line-height: 1;
  font-weight: bold;
  font-size: 13px;
  text-align: left;
	padding:0px;
}

.wakuword2{
  font-weight: bold;
  font-size: 13px;
  margin-top: 5px;		
}
	
.semi_br{
	display:block;
	}
	.semi_br2{
	display:none;
	}
	
}

@media (min-width: 600px) {


	.semi_br{
	display:none;
	}
	.semi_br2{
	display:block;
	}

}



.txt-base-semi {
  font-size: 16px;
}
html.safari .txt-base-semi {
  letter-spacing: -0.04em;
}
.txt-base-semi2 {
  font-size: 16px;
margin-top:30px;
}
html.safari .txt-base-semi2 {
  letter-spacing: -0.04em;
}

.semi_cap{
	font-size:18px;
	
}
.semi_cap2{
	font-size:14px;
}
.semi_cap3{
font-size: 16px;
line-height:2.5;
}

@media (max-width: 750px) {
.sec-survice .block-semi .txt-base-semi {
    margin: 0 -10px;
  }
.sec-survice .block-semi .txt-base-semi2 {
    margin: 0 -10px;
  }
	
.block-grid {
  margin: 0 -1% 0px;
}
.block-grid li {
  margin: 0 1% 30px;
}
}



.sta_about{
	margin:40px auto 0;
	width:960px;
	font-size:16px;
	line-height:25px;
	color:#2D5056;
	text-align:justify;
}




.cas-txt-op{
font-size:14px;
	color:#47A144;
}
.sta-txt-op{
font-size:14px;
	color:#3277CE;
}





@media (max-width: 750px) {
.sta_about{
	width:90%;
	margin:30px auto;}
	
	
.cas-txt-op{
font-size:10px;
}
.sta-txt-op{
font-size:10px;
}
	
	
.sec-use .list-option .item.fourth {
  font-size: 14px;
}

	
}







.section-btn{
	width:1070px;
	margin:0px auto 0;
	text-align:center;
}
.section-btn .sec-title{
	margin-bottom:60px;	
}
.section-btn-div{
	display:inline-block;
	text-align:left;
}

.section-btn .top-btn{
	cursor: pointer;
  display: -ms-flexbox;
  display: -webkit-inline-block;
  display: inline-block;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 19px;
  padding: 6px 11px 4px;
  border: 2px solid #4378CA;
  background-color: #DDEFFB;
  color: #4378CA;
	margin-right:5px;
	margin-bottom:10px;
}
html.ie .section-btn .top-btn{
  padding-top: 9px;
  padding-bottom: 1px;
}
.section-btn .top-btn .small{
    font-size: 12px;
}
.section-btn .top-btn:hover{
	background-color:#4278CA;
	color:#ffffff;
}

.section-btn .top-btn.sec-btn-sub{
    padding:3px 6px 2px;
	font-size:17px;
}

.container .main-bg .section-top-ideal .wrapper .list-navi.md-flex{
	margin-top:90px;
}
.section-top-ideal .wrapper .txt-phone {
  text-align: center;
  margin-top: 42px;
}
.section-top-ideal .wrapper .txt-phone span {
  display: inline-block;
  color: #058BDF;
  padding-left: 36px;
  background: url(../img/common/ico_phone04.png) left center no-repeat;
  background-size: 20px auto;
  font-size: 38px;
}
html.ie .section-top-ideal .wrapper .txt-phone span {
  background-position: left top 7px;
}
.section-btn_br{
display:block;
}
@-moz-document url-prefix() {
.section-btn_br{
display:inline-block;
}
}

@media (max-width: 750px) {

.section-btn{
		width:95%;
	}
.section-btn .sec-title{
	margin-bottom:30px;	
}
.section-btn_br{
display:none;	
}
	
.section-top-ideal .wrapper .txt-phone {
    margin-top: 30px;
  }
.section-top-ideal .wrapper .txt-phone span {
    padding-left: 26px;
    font-size: 28px;
  }
	
	
}


.stacas_anime_fade{
opacity : 0;
transform : translate(-45px, 0);
transition : all 1500ms;
}
.stacas_anime_fade.stacas_anime_scroll{
opacity : 1;
transform : translate(0, 0);
}














