@charset "UTF-8";
/*
 vars
------------------------------------------------------------------------ */
/*
lighten(#3a589a,15%);
@include border-radius(16px);
*/
/*
 import
------------------------------------------------------------------------ */
/*
 base
------------------------------------------------------------------------ */
/* line 4, ../sass/_base.scss */
html {
  font-size: 62.5%;
  min-width: 320px;
  height: 100%;
}

/* line 9, ../sass/_base.scss */
body {
  font-size: 14px;
  font-size: 1.4rem;
  min-width: 320px;
  font-family: "游ゴシック", "YuGothic", "メイリオ", "Meiryo", sans-serif;
  font-weight: 500;
  color: #000;
}

/* line 17, ../sass/_base.scss */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}
h4{
	line-height: 1.5;
}

/* line 21, ../sass/_base.scss */
hr {
  margin: 0;
  border-color: #dbdbdb;
}

/* line 23, ../sass/_base.scss */
label {
  cursor: pointer;
}

/* line 27, ../sass/_base.scss */
p {
  line-height: 1.8;
  overflow: hidden !important;
}
p.url-word {
  line-height: 1.8;
  overflow:auto !important;
  word-break: break-all;
  overflow-wrap:break-all;
}
/* line 31, ../sass/_base.scss */
a, button {
  -moz-transition-property: background-color;
  -o-transition-property: background-color;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

/* line 35, ../sass/_base.scss */
a:focus, *:focus {
  outline: none;
}

/* line 37, ../sass/_base.scss */
ul {
  padding-left: 1.5em;
}
/* line 39, ../sass/_base.scss */
ul li {
  margin-bottom: 1em;
}

/* line 44, ../sass/_base.scss */
ol {
  padding-left: 1.5em;
}
/* line 46, ../sass/_base.scss */
ol li {
  margin-bottom: 1em;
}

@media (max-width: 978px) {
  /* line 52, ../sass/_base.scss */
  body {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
/*
 bootstrap
------------------------------------------------------------------------ */
/* line 4, ../sass/_component.scss */
select.form-control {
  height: auto;
}

/* line 7, ../sass/_component.scss */
.popover-content {
  font-size: 11px;
  font-size: 1.1rem;
}

/* line 11, ../sass/_component.scss */
.table {
  background-color: #fff;
	margin-bottom: 0;
}
.table td{
	word-break:break-all;
	word-wrap:break-word;
	padding:13px;
}

table td.subtitle{
	background-color:#f8f8f8;
}

table td.blue{
  background-color:#DAEDFD;
}

table tr.under-line{
	border:1px solid #DAEDFD;
}

table tr.under-line td{
	border:1px solid #DAEDFD;
	padding:15px;
}

table tr.under-line td.title{
	background-color:#DAEDFD;
}

table .inbox{
	padding: 20px !important;
}

@media (max-width: 768px) {
table td .text-sm2{
	font-size:14px;
	font-size:1.4rem;
}
table tr.under-line td{
	font-size:14px;
	font-size:1.4rem;
}
.company-list-box-full table,
table tr.under-line td.title,
table tr.under-line td,
table tr.under-line{
	width:100%;
	display:block;
}
}

/* line 14, ../sass/_component.scss */
.btn {
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  font-size: 12px;
  font-size: 1.2rem;
  min-width: 70px;
  height: 32px;
}

/* line 21, ../sass/_component.scss */
.btn-lg {
  -moz-border-radius: 19px;
  -webkit-border-radius: 19px;
  border-radius: 19px;
  font-size: 16px;
  font-size: 1.6rem;
  min-width: 260px;
  height: 38px;
  padding: 6px 12px;
}
.btn-more-lg {
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    font-size: 15px;
    font-size: 1.5rem;
    min-width: 120px;
    /*height: 46px;*/
    padding: 9px 10px;
}
.btn-sm2 {
  -moz-border-radius: 19px;
  -webkit-border-radius: 19px;
  border-radius: 19px;
  width: 15% !important;
  height: 38px;
  padding: 8px 6px !important;
  min-width: 40px;
}
.btn-xs {
  -moz-border-radius: 19px;
  -webkit-border-radius: 19px;
  border-radius: 19px;
  width: 40px !important;
  height: 38px;
  padding: 6px !important;
  min-width: 40px;
}

/* line 30, ../sass/_component.scss */
.btn-default,
.btn-default.focus, .btn-default:focus,
.btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default,
.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default.focus:active, .btn-default:active:focus, .btn-default:active:hover, .open > .dropdown-toggle.btn-default.focus, .open > .dropdown-toggle.btn-default:focus, .open > .dropdown-toggle.btn-default:hover {
  background-color: #65aadd;
  border-color: #65aadd;
  color: #fff;
}

/* line 38, ../sass/_component.scss */
.btn-default:hover {
  background-color: #fff;
  border-color: #65aadd;
  color: #65aadd;
}

/* line 43, ../sass/_component.scss */
.btn-default-active {
  background-color: #fff;
  border-color: #65aadd;
  color: #65aadd;
}
.btn-default.small{
  font-size: 10px;
  padding-top: 8px !important;
}
/* line 49, ../sass/_component.scss */
.btn-primary,
.btn-primary.focus, .btn-primary:focus,
.btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary,
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary.focus:active, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
  background-color: #ff6b5c;
  border-color: #ff6b5c;
  color: #fff;
}

/* line 57, ../sass/_component.scss */
.btn-primary:hover {
  background-color: #fff;
  border-color: #ff6b5c;
  color: #ff6b5c;
}

/* line 63, ../sass/_component.scss */
.btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary.focus[disabled], .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
  background-color: #ff6b5c;
  border-color: #ff6b5c;
  color: #fff;
}

.btn-danger,
.btn-danger.focus, .btn-danger:focus,
.btn-danger.active, .btn-danger:active, 
.btn-danger.active.focus, .btn-danger.active:focus, .btn-danger.active:hover, .btn-danger.focus:active, .btn-danger:active:focus, .btn-danger:active:hover{
  background-color: #E91711;
  border-color: #E91711;
  color: #fff;
}
.btn-danger:hover {
  background-color: #fff;
  border-color: #E91711;
  color: #E91711;
}
.bn-line{width:75%;max-width: 200px;}
.bn-line-img{width:200px;}

.block-parts{
  display:block;
}
@media (max-width: 768px) {
  .bn-line{
    width:80%;
    max-width: 200px;
  }
  .bn-line-img{
    width: 100%;
    max-width:200px;
  }
}

/* line 69, ../sass/_component.scss */
.table tbody th,
.table th{
	text-align: left;
	font-weight: normal;
	color: #2e2e2e;
}
.table tbody th.gray,
.table th.gray{
	text-align: center;
	font-weight: normal;
	color: #aaa;
}
.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
	border: 1px solid #fff;
	border-bottom: solid #ccc 1px;
}
.table-bordered {
	border: solid #ccc 1px !important;
}
@media (max-width: 768px) {
  .table-bordered {
    border: none !important;
    }
  }
/* line 71, ../sass/_component.scss */
.btn-important {
  background-color: #f08200;
  border-color: #f08200;
  color: #fff;
}
/* line 75, ../sass/_component.scss */
.btn-important:hover, .btn-important:focus {
  background-color: #fff;
  border-color: #f08200;
  color: #f08200;
}

/* line 82, ../sass/_component.scss */
.btn-share {
  background-color: #3a589a;
  border: 2px solid #5e7dc2;
  color: #fff;
  min-width: 150px;
}
/* line 87, ../sass/_component.scss */
.btn-share:hover, .btn-share:focus {
  background-color: #fff;
  border-color: #3a589a;
  color: #3a589a;
}

/* line 93, ../sass/_component.scss */
.btn-seminar {
  background-color: #f08200;
  border: 2px solid #ffa63e;
  color: #fff;
  min-width: 150px;
}
/* line 98, ../sass/_component.scss */
.btn-seminar:hover, .btn-seminar:focus {
  background-color: #fff;
  border-color: #f08200;
  color: #f08200;
}

/* line 104, ../sass/_component.scss */
.btn-fb-login {
  background: #39579a url(../images/btn-fb.png) no-repeat 8px center;
  display: block;
  width: 100%;
  padding: 10px 0 10px 46px;
  text-align: left;
  color: #fff;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 0;
  border-bottom: 4px solid #1b346b;
}

/* line 115, ../sass/_component.scss */
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  box-shadow: none;
  cursor: not-allowed;
  opacity: 0.6;
}

/*
 modal
------------------------------------------------------------------------ */
.modal{
  overflow-y: auto;
  max-height: 100%;
}
/* line 128, ../sass/_component.scss */
.modal-body img{
  width: 100% !important;
}
.menu-modal .modal-dialog {
  padding-top: 55px;
  max-width: 340px;
  margin: 0 auto;
  z-index: 9999;
}
.menu-modal .modal-dialog h4{
  text-align: center;
  color: #fff;
  font-weight: bold;
  margin: 0;
}
/* line 132, ../sass/_component.scss */
.menu-modal .modal-dialog ul {
  list-style: none;
  margin: 0;
  padding: 20px;
}
/* line 136, ../sass/_component.scss */
.menu-modal .modal-dialog ul li {
  margin: 0;
  padding: 0;
  background-color: #fff;
  border-bottom: solid 1px #c3ecf8;
}
.menu-modal .modal-dialog ul li .menu-parts{
  font-weight: bold;
  margin: 0;
  padding: 10px;
  width: 100%;
  display: block;
  color: #fb3535;  
}
.menu-modal .modal-dialog ul li:last-child{
  border-bottom: none;
}
.menu-modal .modal-dialog ul li .menu-parts.font-black{
  color: #2e2e2e;
}
/* line 139, ../sass/_component.scss */
.menu-modal .modal-dialog ul li .btn {
  width: 100%;
}

/*sp modal-menu*/
.fade.in {
  background-color: #9dcae1;
  /*opacity: 0.8;*/
}
.menu-modal .modal-dialog ul li:first-child {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.menu-modal .modal-dialog ul li:last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

/* line 145, ../sass/_component.scss */
.modal-backdrop.in {
  opacity: 0.8;
}

/* line 149, ../sass/_component.scss */
.mypage-modal .user-name {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
/* line 152, ../sass/_component.scss */
.mypage-modal .user-name .icon {
  width: 30px;
  height: 30px;
}

/* line 158, ../sass/_component.scss */
.front-modal .header {
  z-index: 1000;
}
/* line 159, ../sass/_component.scss */
.front-modal .sub-header {
  z-index: 999;
}
/* line 160, ../sass/_component.scss */
.front-modal .alert-fb {
  z-index: 1000;
}

/*
 contents
------------------------------------------------------------------------ */
/* line 168, ../sass/_component.scss */
.coming-text-img {
  width: 185px;
  height: 46px;
}

/* line 172, ../sass/_component.scss */
.contents {
  min-height: 100px;
}

/* line 175, ../sass/_component.scss */
.bg-grid {
  background: #f9f9f9 url(../images/bg-grid.png) repeat 0 0;
}

/* line 178, ../sass/_component.scss */
.box {
  background-color: #fff;
  border: 1px solid #d4d4d4;
  padding: 3px 10px;
}
.box-none {
  background-color: #fff;
  border: 1px solid #d4d4d4;
  padding: 3px 10px;
}
.box-allnone {
  background-color: #fff;
  border: none !important;
  padding: 10px;
}
.box.ta-left {
	text-align: left;
}
/* line 181, ../sass/_component.scss */
.box .inner {
  padding: 20px;
}
.inner-t12b10 {
  padding: 12px 10px 10px;
}
/* line 185, ../sass/_component.scss */
.box-line {
  /*
    background-image: url(../images/title-line.png);
    background-position: center top;
    background-repeat: no-repeat;
  */
}
@media (max-width: 768px) {
  .box {
    background-color: #fff;
    border: none !important;
    padding: 10px;
  }
  .box-none {
  background-color: #fff;
  border: none !important;
  padding: 0 !important;
}
  .box-allnone {
  background-color: #fff;
  border: none !important;
  padding: 0 !important;
}
}
.select-flex{
}
.select-flex .inner,
.select-flex table{
	width: 100% !important;
}

/* line 193, ../sass/_component.scss */
.bg-corner-wrapper {
  background: url(../images/corner-orange.png) no-repeat left top;
  -moz-background-size: 40px, 40px;
  -o-background-size: 40px, 40px;
  -webkit-background-size: 40px, 40px;
  background-size: 40px, 40px;
}
/* line 196, ../sass/_component.scss */
.bg-corner-wrapper .bg-corner-inner {
  background: url(../images/corner-blue.png) no-repeat right bottom;
  -moz-background-size: 40px, 40px;
  -o-background-size: 40px, 40px;
  -webkit-background-size: 40px, 40px;
  background-size: 40px, 40px;
}

/* line 202, ../sass/_component.scss */
.section-full-white {
  background-color: #fff;
  border-top: 1px solid #d3d3d3;
  border-bottom: 1px solid #d3d3d3;
}
.section-full-white-none {
  background-color: #fff;
  border:none;
}

@media (min-width: 768px) {
	.section-full-white-none {
	  width: 978px;
	  margin: 0 auto;
	  padding: 20px 0;
	}	
}

.section-full-white-none .inner{
	padding: 20px 10px;
}

h4.partnership-event-box {
	background-color: #79dbec;
	padding: 6px;
	color:#fff !important;
	font-size: 12px;
	text-align: center;
}
table.partnership-event-box {
	background-color: #fff;
	width: 100%;
	border-bottom: 1px solid #888;
	margin: 10px 0;
	font-size: 13px;
}
table.partnership-event-box tr{
	border: none;
}
table.partnership-event-box td{
	vertical-align: middle;
	border: none;
	padding: 10px;
}
table.partnership-event-box td.w60{
	width: 40px;
	padding: 10px !important;
}
table.partnership-event-box td.img{
	padding: 6px !important;
}
table.partnership-event-box td.img img{
	max-width: 100% !important;
	max-height: 400px;
}

/* line 207, ../sass/_component.scss */
.section-full-blue {
  background-color: #65aadd;
}

.section-full-rightblue {
  background-color: #DAEDFD;
}

.section-full-rightblue div.inner {
	border-top:#65aadd 4px solid;
	margin-top: 50px;
}

/* line 211, ../sass/_component.scss */
.section-full-gray {
  background-color: #f8f8f8;
}

/*
 user-photo
------------------------------------------------------------------------ */
/* line 218, ../sass/_component.scss */
.user-photo {
  width: 124px;
  height: 124px;
  -moz-border-radius: 62px;
  -webkit-border-radius: 62px;
  border-radius: 62px;
  padding: 4px;
  margin: 0 auto;
  background: url(../images/w-color.png) no-repeat center center;
}
/* line 225, ../sass/_component.scss */
.user-photo p {
  margin: 0;
  padding: 0;
  background-color: #caced7;
  background-repeat: no-repeat;
  -moz-background-size: 116px, 116px;
  -o-background-size: 116px, 116px;
  -webkit-background-size: 116px, 116px;
  background-size: 116px, 116px;
  width: 116px;
  height: 116px;
  -moz-border-radius: 58px;
  -webkit-border-radius: 58px;
  border-radius: 58px;
}

/* line 237, ../sass/_component.scss */
.user-photo-sm {
  width: 66px;
  height: 66px;
  -moz-border-radius: 33px;
  -webkit-border-radius: 33px;
  border-radius: 33px;
  padding: 2px;
  margin: 0 auto;
  background-color: #3394bf;
}
/* line 244, ../sass/_component.scss */
.user-photo-sm p {
  margin: 0;
  padding: 0;
  -moz-background-size: 62px, 62px;
  -o-background-size: 62px, 62px;
  -webkit-background-size: 62px, 62px;
  background-size: 62px, 62px;
  width: 62px;
  height: 62px;
  -moz-border-radius: 31px;
  -webkit-border-radius: 31px;
  border-radius: 31px;
}

/* line 253, ../sass/_component.scss */
.user-photo-ssm {
  width: 48px;
  height: 48px;
  -moz-border-radius: 24px;
  -webkit-border-radius: 24px;
  border-radius: 24px;
  padding: 2px;
  margin: 0 auto;
  background-color: #3394bf;
}
/* line 260, ../sass/_component.scss */
.user-photo-ssm p {
  margin: 0;
  padding: 0;
  -moz-background-size: 44px, 44px;
  -o-background-size: 44px, 44px;
  -webkit-background-size: 44px, 44px;
  background-size: 44px, 44px;
  width: 44px;
  height: 44px;
  -moz-border-radius: 22px;
  -webkit-border-radius: 22px;
  border-radius: 22px;
}

/* line 270, ../sass/_component.scss */
.user-photo-min {
  width: 20px;
  height: 20px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 1px;
  margin: 0 auto;
  background-color: #3394bf;
}
/* line 277, ../sass/_component.scss */
.user-photo-min p {
  margin: 0;
  padding: 0;
  -moz-background-size: 18px, 18px;
  -o-background-size: 18px, 18px;
  -webkit-background-size: 18px, 18px;
  background-size: 18px, 18px;
  width: 18px;
  height: 18px;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  border-radius: 9px;
}

/*
 table
------------------------------------------------------------------------ */
/* line 289, ../sass/_component.scss */
.table-design {
  border: 1px solid #c3c3c3;
}
/* line 291, ../sass/_component.scss */
.table-design thead th {
  background: #65aadd url(../images/stripe.png) repeat 0 0;
  color: #fff;
  border: 1px solid #c3c3c3;
}
/* line 296, ../sass/_component.scss */
.table-design th, .table-design td {
  border: 1px solid #c3c3c3;
  vertical-align: middle !important;
}

/* line 301, ../sass/_component.scss */
.table-fixed {
  table-layout: fixed;
}

/* line 304, ../sass/_component.scss */
.table-layout {
  width: 100%;
}

/* line 307, ../sass/_component.scss */
.col-w30per {
  width: 30%;
}

/*
 component
------------------------------------------------------------------------ */
/* line 315, ../sass/_component.scss */
.mt-header {
  margin-top: 98px;
}

/* line 318, ../sass/_component.scss */
.mt-test {
  margin-top: 158px;
}

.bold{font-weight: bold;}
/* line 323, ../sass/_component.scss */
.m-10 {
  margin: 10px !important;
}

/* line 324, ../sass/_component.scss */
.m-20 {
  margin: 20px !important;
}

/* line 325, ../sass/_component.scss */
.m-30 {
  margin: 30px !important;
}
.mtblr-20{
  margin-top: 20px !important;
  margin-bottom: 20px !important;
  margin-left: 20px !important;
  margin-right: 20px !important;
}
/* line 326, ../sass/_component.scss */
.mtb-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.mtb-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.mtb-15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}
/* line 327, ../sass/_component.scss */
.mtb-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

/* line 328, ../sass/_component.scss */
.mtb-30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

/* line 329, ../sass/_component.scss */
.mrl-10 {
  margin-right: 10px !important;
  margin-left: 10px !important;
}

/* line 330, ../sass/_component.scss */
.mrl-20 {
  margin-right: 20px !important;
  margin-left: 20px !important;
}

/* line 331, ../sass/_component.scss */
.mrl-30 {
  margin-right: 30px !important;
  margin-left: 30px !important;
}

/* line 332, ../sass/_component.scss */
.mt-0 {
  margin-top: 0px !important;
}

/* line 333, ../sass/_component.scss */
.mt-10 {
  margin-top: 10px !important;
}

/* line 334, ../sass/_component.scss */
.mt-20 {
  margin-top: 20px !important;
}

/* line 335, ../sass/_component.scss */
.mt-30 {
  margin-top: 30px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

/* line 336, ../sass/_component.scss */
.mb-0 {
  margin-bottom: 0px !important;
}

/* line 337, ../sass/_component.scss */
.mb-5 {
  margin-bottom: 5px !important;
}

/* line 338, ../sass/_component.scss */
.mb-10 {
  margin-bottom: 10px !important;
}
.mb-15 {
  margin-bottom: 15px !important;
}
/* line 339, ../sass/_component.scss */
.mb-20 {
  margin-bottom: 20px !important;
}

/* line 340, ../sass/_component.scss */
.mb-30 {
  margin-bottom: 30px !important;
}
.mt-10-sp{margin-top: 0}
/* line 341, ../sass/_component.scss */
.mr-10 {
  margin-right: 10px !important;
}
.mr-5 {
  margin-right: 5px !important;
}

/* line 342, ../sass/_component.scss */
.mr-20 {
  margin-right: 20px !important;
}

/* line 343, ../sass/_component.scss */
.mr-30 {
  margin-right: 30px !important;
}

/* line 344, ../sass/_component.scss */
.ml-10 {
  margin-left: 10px !important;
}

/* line 345, ../sass/_component.scss */
.ml-15 {
  margin-left: 15px !important;
}
.ml-20 {
  margin-left: 20px !important;
}

/* line 346, ../sass/_component.scss */
.ml-30 {
  margin-left: 30px !important;
}

/* line 347, ../sass/_component.scss */
.p-2 {
  padding: 2px !important;
}

/* line 348, ../sass/_component.scss */
.p-10 {
  padding: 10px !important;
}
.p-15 {
  padding: 15px !important;
}
/* line 349, ../sass/_component.scss */
.p-20 {
  padding: 20px !important;
}

/* line 350, ../sass/_component.scss */
.p-30 {
  padding: 30px !important;
}

/* line 352, ../sass/_component.scss */
.ptb-0 {
  padding-top: 0px;
  padding-bottom: 0px !important;
}

/* line 353, ../sass/_component.scss */
.ptb-5 {
  padding-top: 5px;
  padding-bottom: 5px !important;
}

/* line 354, ../sass/_component.scss */
.ptb-10 {
  padding-top: 10px;
  padding-bottom: 10px !important;
}

/* line 355, ../sass/_component.scss */
.ptb-20 {
  padding-top: 20px;
  padding-bottom: 20px !important;
}

/* line 356, ../sass/_component.scss */
.ptb-30 {
  padding-top: 30px;
  padding-bottom: 30px !important;
}

/* line 357, ../sass/_component.scss */
.prl-2 {
  padding-right: 2px;
  padding-left: 2px !important;
}

/* line 358, ../sass/_component.scss */
.prl-10 {
  padding-right: 10px;
  padding-left: 10px !important;
}

/* line 359, ../sass/_component.scss */
.prl-20 {
  padding-right: 20px;
  padding-left: 20px !important;
}

/* line 360, ../sass/_component.scss */
.prl-30 {
  padding-right: 30px;
  padding-left: 30px !important;
}

/* line 361, ../sass/_component.scss */
.pt-0 {
  padding-top: 0 !important;
}

/* line 362, ../sass/_component.scss */
.pt-10 {
  padding-top: 10px !important;
}

/* line 363, ../sass/_component.scss */
.pt-20 {
  padding-top: 20px !important;
}

/* line 364, ../sass/_component.scss */
.pt-30 {
  padding-top: 30px !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}
/* line 365, ../sass/_component.scss */
.pb-10 {
  padding-bottom: 10px !important;
}

/* line 366, ../sass/_component.scss */
.pb-20 {
  padding-bottom: 20px !important;
}

/* line 367, ../sass/_component.scss */
.pb-30 {
  padding-bottom: 30px !important;
}

/* line 368, ../sass/_component.scss */
.pr-10 {
  padding-right: 10px !important;
}

/* line 369, ../sass/_component.scss */
.pr-20 {
  padding-right: 20px !important;
}

/* line 370, ../sass/_component.scss */
.pr-30 {
  padding-right: 30px !important;
}

/* line 371, ../sass/_component.scss */
.pl-10 {
  padding-left: 10px !important;
}

/* line 372, ../sass/_component.scss */
.pl-20 {
  padding-left: 20px !important;
}

/* line 373, ../sass/_component.scss */
.pl-30 {
  padding-left: 30px !important;
}

@media (max-width: 768px) {
.mt-10-sp{
  margin-top: 10px !important;
}
}
/* line 375, ../sass/_component.scss */
.v-top {
  vertical-align: top !important;
}

/* line 376, ../sass/_component.scss */
.v-middle {
  vertical-align: middle !important;
}

/* line 378, ../sass/_component.scss */
.short {
  width: 100px !important;
}

/* line 379, ../sass/_component.scss */
.middle {
  width: 150px !important;
}

/* line 380, ../sass/_component.scss */
.long {
  width: 300px !important;
}

/* line 382, ../sass/_component.scss */
.text-em {
  font-weight: bold;
  font-style: normal;
  color: #65aadd;
}

.bold {
  font-weight: bold;
}

/* line 387, ../sass/_component.scss */
.text-sm {
  font-size: 10px;
  font-size: 1.0rem;
}

.text-sm2 {
  font-size: 12px;
  font-size: 1.2rem;
}

.text-middle{
  font-size: 16px !important;
  font-size: 1.6rem !important;
}

.text-big {
  font-size: 22px !important;
  font-size: 2.2rem !important;
}
.text-big-arrow {
  font-size: 42px !important;
  font-size: 4.2rem !important;
}

/* line 391, ../sass/_component.scss */
.text-blue {
  color: #2c87c9;
}
.text-platinum{
  color:#ff6300;
  width: 22px;
  font-size: 18px;
}

/* line 394, ../sass/_component.scss */
.text-red {
  color:#ED171B;
}
.text-orange {
  color: #f88c31;
}
.text-orange:hover{
  color: #f88c31;
}
.text-orange2{
  color:#ff6c1b;
}
.text-orange3{
  font-weight: bold;
  font-size: 10px;
  color: #f88c31;
}
.text-orange4{
  color: #f88c31;
  font-weight: bold;
  display: inline-block;
  font-size: 10px;
}
.text-orange4:after{
  content: "/";
  margin-left: 2px;
  margin-right:2px;
}
.text-orange4:after:lastchild{
  content: "";
  display: none;
}
.text-bright-orange {
  color: #f08200;
}
.text-gray {
  color:#CDCDCD;
}
.text-green {
  color:#25cc62;
}
.inner-wall{
  border-radius:5px;
  padding: 10px;
}
/* line 398, ../sass/_component.scss */
.text-underline {
  border-bottom: 2px solid #717171;
  padding: 4px 0;
}

/* line 403, ../sass/_component.scss */
.non-mark-list {
  list-style: none;
  margin: 10px 0;
}
/* line 407, ../sass/_component.scss */
.non-mark-list li {
  margin: 0 0 5px 0;
  padding: 0;
}

/* line 412, ../sass/_component.scss */
.disk-list {
  margin: 10px 0;
}
/* line 414, ../sass/_component.scss */
.disk-list li {
  margin: 0 0 5px 0;
  padding: 0;
}

/* line 421, ../sass/_component.scss */
.dl-default dt {
  margin: 0 0 20px 0;
  padding: 2px 10px;
  border-left: 4px solid #65aadd;
}
/* line 426, ../sass/_component.scss */
.dl-default dd {
  margin: 0 0 10px 0;
}

.dl-default dd.event {
  margin: 0 0 10px 0;
	padding:10px;
	background-color:#fff;
	border-top:5px solid #65aadd;
	font-size:12px;
	cursor:pointer;
}

.dl-default dd.event p {
  margin: 0;
}

/* line 431, ../sass/_component.scss */
.hr {
  background: url(../images/hr.png) no-repeat center 0;
  height: 5px;
  margin: 18px 0;
}
/* line 435, ../sass/_component.scss */
.hr hr {
  display: none;
}

/* line 439, ../sass/_component.scss */
.hr-dotted {
  background: url(../images/hr-dotted.png) no-repeat center 0;
  height: 5px;
  margin: 10px 0;
}
/* line 443, ../sass/_component.scss */
.hr-dotted hr {
  display: none;
}
.hr-dotted2 {
  background:none !important;
	border:none !important;
	border-bottom:1px dotted #ccc !important;
  height: 5px;
  margin: 5px 0 10px;
}
/* line 447, ../sass/_component.scss */
.icon-share {
  width: 15px;
  height: 15px;
  vertical-align: middle;
}

/* line 452, ../sass/_component.scss */
.only-sm {
  display: none !important;
}

/* line 456, ../sass/_component.scss */
.required {
  background-color: #fe5050;
  color: #fff;
  padding: 2px 8px;
  margin: 0 4px;
  display: inline-block;
  font-weight: normal;
  font-size: 10px;
  font-size: 1.0rem;
  vertical-align: middle;
  line-height: 1;
}

/* line 471, ../sass/_component.scss */
.page-title {
  background: #65aadd url(../images/stripe.png) repeat 0 0;
}
/* line 473, ../sass/_component.scss */
.page-title .inner {
  background: url(../images/page-title-photo.png) no-repeat center 0;
}
/* line 476, ../sass/_component.scss */
.page-title .section {
  background: url(../images/page-title-img.png) no-repeat 0 0;
}
/* line 479, ../sass/_component.scss */
.page-title h2 {
  color: #fff;
  padding: 38px 0;
}
/* line 482, ../sass/_component.scss */
.page-title h2 em {
  display: block;
  font-size: 25px;
  font-size: 2.5rem;
  font-style: normal;
}
/* line 488, ../sass/_component.scss */
.page-title h2 span {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
}

/* line 495, ../sass/_component.scss */
.page-title-under {
  background-color: #f4f4f4;
  padding: 5px 0;
}

/* line 501, ../sass/_component.scss */
.title-line {
  padding: 10px 0 16px;
  text-align: center;
  font-size: 21px;
  font-size: 2.1rem;
  font-weight: bold;
  background: url(../images/title-line.png) no-repeat bottom center;
  position: relative;
  margin: 0 auto 16px auto;
  width: 978px;
	line-height:1.5;
}
.title-line-two{
	padding: 0 0 18px 0;
	text-align: left;
	font-size: 19px;
	font-size: 1.9rem;
	font-weight: bold;
	background: url(../images/title-line.png) no-repeat bottom center;
	position: relative;
	margin-bottom: 30px;
	width: 100%;
	line-height: 1.5;	
}

.title-line-two.bg-pickup,
.title-line-two.bg-matching,
.title-line-two.bg-popular,
.title-line-two.bg-mail-list{
  padding-left: 70px;
}
div.bg-pickup{
  background: url(../images/icon/bg-pickup.png) no-repeat center left;
}
div.bg-matching{
  background: url(../images/icon/bg-matching.png) no-repeat center left;
}
div.bg-popular{
  background: url(../images/icon/bg-popular.png) no-repeat center left;
}
div.bg-mail-list{
  background: url(../images/icon/bg-mail-list.png) no-repeat center left;
}
img.platinum{width: 30px !important;}
/* line 511, ../sass/_component.scss */
.title-line span{
  color: #95c4e7;
  font-size: 11px;
  font-size: 1.1rem;
  padding-top: 6px;
}
.title-line-two span{
  color: #95c4e7;
  font-size: 11px;
  font-size: 1.1rem;
  padding-top: 6px;
	margin-left: 15px;
}
.title-line-two span.small-font{
  color: #95c4e7;
  font-size: 11px;
  font-size: 1.1rem;
  padding-top: 0;
	margin-left: 0;
}
.title-line-two span.small-font2{
  color: #95c4e7;
  font-size: 11px;
  font-size: 1.1rem;
  padding-top: 0;
	margin-left: 0;
  display: block;
}
.title-line-two span.small-font3{
  color: #000;
  font-size: 14px;
  font-size: 1.4rem;
  padding-top: 0;
	margin-left: 0;
  display: block;
  padding-left:5px; 
}
.title-line-two span.red-font{
  color: #f65b5b;
  font-size: 11px;
  font-size: 1.1rem;
  padding-top: 0;
	margin-left: 0;
}
/* line 518, ../sass/_component.scss */
.title-line .btn-share {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 2;
  margin-top: -15px;
}
/* line 525, ../sass/_component.scss */
.title-line .btn-seminar {
  position: absolute;
  top: 50%;
  right: 160px;
  z-index: 2;
  margin-top: -15px;
}

/* line 535, ../sass/_component.scss */
.modal .title-line {
  width: auto;
}

/* line 540, ../sass/_component.scss */
h1.title, h2.title, h3.title, h4.title, h5.title, h6.title {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0 0 20px 0;
  position: relative;
  padding: 12px 5px 12px 35px;
  border-bottom: 2px solid #d4d4d4;
  font-weight: bold;
}
/* line 548, ../sass/_component.scss */
h1.title:before, h1.title:after, h2.title:before, h2.title:after, h3.title:before, h3.title:after, h4.title:before, h4.title:after, h5.title:before, h5.title:after, h6.title:before, h6.title:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 12px;
  height: 12px;
  border: 2px solid #f08200;
  margin: auto;
}
/* line 557, ../sass/_component.scss */
h1.title:before, h2.title:before, h3.title:before, h4.title:before, h5.title:before, h6.title:before {
  top: -6px;
  left: 10px;
}
/* line 561, ../sass/_component.scss */
h1.title:after, h2.title:after, h3.title:after, h4.title:after, h5.title:after, h6.title:after {
  top: 6px;
  left: 16px;
  border: 2px solid #65aadd;
  width: 10px;
  height: 10px;
}

h2.in-title-1{
font-size: 18px;
font-size: 1.8rem;
margin: 0 0 10px 0;
padding: 15px 5px 10px 0;
font-weight: bold;
color: #000;
border-bottom: 3px solid #4a90e2;
}
h2.in-title-2{
font-size: 18px;
font-size: 1.8rem;
margin: 0 0 20px 0;
padding: 15px 5px 10px 0;
font-weight: bold;
color: #000;
border-bottom: 3px solid #4a90e2;
}
h2.in-title-3{
font-size: 18px;
font-size: 1.8rem;
margin: 0 0 20px 0;
padding: 15px 5px 10px 0;
font-weight: bold;
color: #000;
border-bottom: 3px solid #4a90e2;
}
h2.in-title-4{
font-size: 18px;
font-size: 1.8rem;
margin: 0 0 20px 0;
padding: 15px 5px 10px 0;
font-weight: bold;
color: #000;
border-bottom: 3px solid #4a90e2;
}
h2.in-title-5{
font-size: 18px;
font-size: 1.8rem;
margin: 0 0 20px 0;
padding: 15px 5px 10px 0;
font-weight: bold;
color: #000;
border-bottom: 3px solid #4a90e2;
}
h2.in-title-6{
font-size: 18px;
font-size: 1.8rem;
margin: 0 10px 20px 10px;
padding: 15px 5px 10px 0;
font-weight: bold;
color: #000;
border-bottom: 3px solid #4a90e2;
}
h3.mypage-title{
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0 0 20px 0;
  position: relative;
  padding: 12px 5px 12px 10px;
  border-bottom: 2px solid #d4d4d4;
  font-weight: bold;
}
h3.mypage-title img{
  width: 22px;
  margin-right: 10px;
}
h3.blue-title{
  background-color: #2c87c9;
  color:#fff;
  font-weight: bold;
  font-size:14px;
  font-size:1.4rem;
  padding:10px;
}
h5.event-title{
	padding: 10px 2px 10px 0;
	font-size: 16px;
	border-bottom: dotted #65aadd 1px;
	margin-bottom: 10px;
	color: #65aadd;
	font-weight: bold;
}
h6.event-title{
	padding: 10px 6px;
	font-size: 14px;
	border-bottom: dotted #65aadd 1px;
	margin-bottom: 10px;
	color: #65aadd;
	font-weight: bold;
}
h6.event-title span{
	border-left: 6px solid #65aadd;
	padding-left: 10px;
}
/* line 570, ../sass/_component.scss */
.title-marker {
  text-align: left;
  margin: 0 0 10px 0;
}
.title-marker-center {
  text-align: center;
  margin: 0 0 10px 0;
}
/* line 573, ../sass/_component.scss */
.title-marker span,
.title-marker-center span{
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.5;
  display: inline-block;
  padding: 5px 0;
  text-align: left;
}

/* line 583, ../sass/_component.scss */
.catch-copy {
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 1.6;
  text-align: center;
}

/* line 590, ../sass/_component.scss */
.well {
    border-bottom: 5px solid #ddd !important;
  }
.blue-wall{
  background: #D3EEFE;
}
.yellow-wall{
  background: #FEF7C4 !important;
}
.gray-wall{
  background: #EFEFEF;
}
.orange-wall{
  background: #FFE0B9;
}
.round-box{
  border-radius: 8px;
}
.section {
  width: 978px;
  margin: 0 auto;
  padding: 20px 0;
}
.section-full {
  width: 65%;
  margin: 0 auto;
  padding: 20px 0;
}
.section-graph {
  width: 978px;
  margin: 30px auto 0;
  padding: 0;
	border-top:none;
}
.section-graph .table > tbody > tr{
	border:solid 8px #bbdcf5;
	background-color:#fff;
}
.section-graph .table > tbody > tr > td{
	border-top:	none;
	text-align:center;
}
.section-graph .table > tbody > tr > td.title{
	padding-top:48px;
}
.section-graph .table > tbody > tr > td.title2{
	padding-top:15px;
	text-align:center;
}
.section-graph h3 {
	font-size: 20px;
  font-size: 2.0rem;
	font-weight:bold;
	line-height:1.6;
	text-align:center;
	color:#65aadd;
}

.section-graph span.font {
	font-size: 20px;
  font-size: 2.0rem;
	font-weight:bold;
	line-height:1.6;
}
.section-graph span.font strong{
	color:#ff6b5c;
}


/* line 596, ../sass/_component.scss */
.column {
  display: table;
  width: 100%;
}
/* line 599, ../sass/_component.scss */
.column .cell {
  display: table-cell;
  vertical-align: top;
}
@media (max-width: 768px) {
.column .cell.cell-sp-full {
  display: block;
  vertical-align: top;
}
}
/* line 604, ../sass/_component.scss */
.column-fixed {
  table-layout: fixed;
}

/* line 609, ../sass/_component.scss */
input.input-radius {
  font-size: 12px;
  font-size: 1.2rem;
  width: 160px !important;
  height: 32px;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  display: inline-block !important;
}

/* line 617, ../sass/_component.scss */
.btn-header-search {
  -moz-border-radius: 23px;
  -webkit-border-radius: 23px;
  border-radius: 23px;
  width: 40px;
  height: 40px;
  background: #65aadd url(../images/header/icon-search.png) no-repeat center center;
  -moz-background-size: 20px, 20px;
  -o-background-size: 20px, 20px;
  -webkit-background-size: 20px, 20px;
  background-size: 20px, 20px;
  border-color: #f08200;
  border: 0;
  display: inline-block;
  vertical-align: middle;
}

/* line 629, ../sass/_component.scss */
.link {
  display: inline-block;
  background: url(../images/circle-arrow.png) no-repeat left center;
  -moz-background-size: 16px, 16px;
  -o-background-size: 16px, 16px;
  -webkit-background-size: 16px, 16px;
  background-size: 16px, 16px;
  min-height: 16px;
  padding: 0 0 0 20px;
}

/* line 637, ../sass/_component.scss */
.btn-section {
  padding: 20px 0;
}

@media (max-width: 1100px) {
  /* line 642, ../sass/_component.scss */
  .mt-header {
    margin-top: 52px;
  }

  /* line 645, ../sass/_component.scss */
  .mt-test {
    margin-top: 108px;
  }
}
@media (max-width: 978px) {
  /* line 651, ../sass/_component.scss */
  .text-sm-center {
    text-align: center !important;
  }

  /* line 654, ../sass/_component.scss */
  .well {
    padding: 10px;
  }

  /* line 657, ../sass/_component.scss */
  .only-lg {
    display: none !important;
  }

  /* line 660, ../sass/_component.scss */
  .only-sm {
    display: block !important;
  }

  /* line 663, ../sass/_component.scss */
  .section {
    margin: 0 auto;
    width: auto;
    padding: 10px;
  }

  /* line 669, ../sass/_component.scss */
  .page-title .inner {
    background-image: none;
  }
  /* line 672, ../sass/_component.scss */
  .page-title .section {
    background-position: center -34px;
  }
  /* line 675, ../sass/_component.scss */
  .page-title h2 {
    padding: 10px;
    text-align: center;
  }

  /* line 680, ../sass/_component.scss */
  .title-line {
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
  }

  /* line 686, ../sass/_component.scss */
  .contents .column {
    display: block;
    width: auto;
  }
  /* line 689, ../sass/_component.scss */
  .contents .column .cell {
    display: block;
    vertical-align: top;
  }
  /* line 694, ../sass/_component.scss */
  .contents .column-fixed {
    table-layout: auto;
  }

  /* line 699, ../sass/_component.scss */
  .box .inner {
    padding: 10px;
  }
	.section-graph {
  width: 100%;
	}
	.section-graph .table{
		width: 100%;
		text-align:center;
	}
	.section-graph .table > tbody > tr > td .center-block{
		width: 150px !important;
		text-align:center !important;
		margin:auto !important;
	}
	.section-graph .table > tbody > tr > td.title{
		padding-top:20px;
	}
	.section-graph .table > tbody > tr > td.title2{
		padding-top:0;
		text-align:center;
	}
}
@media (max-width: 768px) {
  /* line 706, ../sass/_component.scss */
  .short {
    width: 100% !important;
  }

  /* line 707, ../sass/_component.scss */
  .middle {
    width: 100% !important;
  }

  /* line 708, ../sass/_component.scss */
  .long {
    width: 100% !important;
  }

  /* line 709, ../sass/_component.scss */
  .table-sm-block {
    width: 100%;
    display: block;
  }
  /* line 710, ../sass/_component.scss */
  .table-sm-block colgroup {
    display: none;
  }
  /* line 713, ../sass/_component.scss */
  .table-sm-block .col-w30per {
    width: 100%;
  }
  /* line 718, ../sass/_component.scss */
  .table-sm-block tbody, .table-sm-block thead, .table-sm-block tr {
    display: block;
    width: 100%;
  }
  /* line 721, ../sass/_component.scss */
  .table-sm-block tbody th, .table-sm-block tbody td, .table-sm-block thead th, .table-sm-block thead td, .table-sm-block tr th, .table-sm-block tr td {
    display: block;
    width: 100%;
  }

  /* line 728, ../sass/_component.scss */
  .table-sm-block.table-bordered tr {
    border: none;
  }
  .table-sm-block.table-bordered tr.event-border-line{
  border: solid 5px #e3f0f9 !important;
}

  /* line 730, ../sass/_component.scss */
  .table-sm-block.table-bordered tr th, .table-sm-block.table-bordered tr td {
    /*border: none;*/
    padding: 3px 12px;
  }
	.table-sm-block.table-bordered tr th {
    color:#2e2e2e;
		background-color: #eee;
    font-weight: bold;
  }

  /* line 735, ../sass/_component.scss */
  .catch-copy {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.4;
  }

  /* line 740, ../sass/_component.scss */
  .title-line {
    font-size: 18px;
    font-size: 1.8rem;
  }

  /* line 746, ../sass/_component.scss */
  .title-line .btn-share {
    position: relative;
    top: auto;
    right: auto;
    margin: 5px auto;
    display: block;
    width: 160px;
  }
  /* line 754, ../sass/_component.scss */
  .title-line .btn-seminar {
    position: relative;
    top: auto;
    right: auto;
    margin: 5px auto 0 auto;
    display: block;
    width: 160px;
  }
}
/*
 animation
------------------------------------------------------------------------ */
/* line 769, ../sass/_component.scss */
.blinking {
  -webkit-animation: blink .8s ease-in-out infinite alternate;
  -moz-animation: blink .8s ease-in-out infinite alternate;
  animation: blink .8s ease-in-out infinite alternate;
}

@-webkit-keyframes blink {
  0% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blink {
  0% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
/*
 header
------------------------------------------------------------------------ */
/* line 4, ../sass/_header.scss */
.header {
  border-top: 3px solid #65aadd;
  height: 98px;
  background-color: #fff;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 2px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 2px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 2px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 320px;
  z-index: 2000;
}
/* line 15, ../sass/_header.scss */
.header .column {
  padding: 0 20px;
  height: 98px;
}
/* line 20, ../sass/_header.scss */
.header h1 {
  /*width: 270px;*/
  height: 58px;
  margin-top: 14px;
	font-weight: bold;
	color:#2e2e2e;
	position: relative;
}
.header h1 a {
	color:#2e2e2e;
}
.header h1 span {
	margin-left: 15px;
	color:#fff;
	position: absolute;
	top:16px;
	/*padding: 0.25em 0.5em;*/
	padding: 6px 11px 4px;
  background-color: #fc8f4a;
	border: none;
  border-radius: 3px;
	/*width: 65px;*/
  font-size: 18px;
}
@media all and (-ms-high-contrast: none){
  .header h1 span{
    padding: 10px 11px 2px; /* IE10以上 */
  }
}
body.login h1 span{
    margin: 0 0 0 70px;
    font-size: 30px;
    font-weight: bold;
}
/* line 24, ../sass/_header.scss */
.header h1 img {
  width: 270px;
  height: 58px;
}

.alert h1{
	font-size:26px;
}

/* line 30, ../sass/_header.scss */
.header .cell-btn-menu {
  width: 40px;
  display: none !important;
}
.header .cell-btn-menu a#btn-menu span.badge {
	margin-left:20px;
	margin-top:-10px;
}
/* line 35, ../sass/_header.scss */
.header .cell-user-name {
  width: 150px;
  vertical-align: middle;
}
/* line 38, ../sass/_header.scss */
.header .cell-user-name p {
  margin: 0;
}
/* line 41, ../sass/_header.scss */
.header .cell-user-name .icon {
  width: 30px;
  height: 30px;
  vertical-align: middle;
}
.header .cell-bookmark {
  width: 181px;
  vertical-align: middle;
}

.header .cell-profile {
  width: 225px;
  vertical-align: middle;
}

.header .cell-mail .icon,
.header .cell-bookmark .icon,
.header .cell-mail .icon,
.header .cell-profile .icon {
  width: 20px;
  height: 20px;
	margin-right:2px;
  vertical-align: middle;
}

.header .cell-profile .icon {
  width: 20px;
  height: 20px;
	margin-right:0;
  vertical-align: middle;
}

.header .cell-mail {
  width: 65px;
  vertical-align: middle;
}
.header .cell-mail a {
    border: 0;
    display: block;
    width: 65px;
    /*height: 66px;*/
    line-height: 49px;
    /*text-align: center;*/
    background-color: #99d3ff;
    margin-top: -4px;
}
.header .cell-mail a img.ai-mail{
  width: 20px;
}
.header .cell-logout-sp {
  width: 65px;
  vertical-align: middle;
}
.header .cell-logout-sp a {
    border: 0;
    display: block;
    width: 65px;
    height: 65px;
    line-height: 65px;
    text-align: center;
    background-color: #65aadd;
}

.header .cell-login-sp {
  width: 65px;
  vertical-align: middle;
  position: absolute;
  right: 0;
}
.header .cell-login-sp a {
    border: 0;
    display: block;
    width: 65px;
    height: 65px;
    line-height: 65px;
    text-align: center;
    background-color: #65aadd;
}
@media (max-width: 768px) {
.header .cell-logout-sp {
  width: 65px;
  vertical-align: middle;
}
.header .cell-logout-sp a {
    border: 0;
    display: block;
    width: 65px;
    height: 65px;
    line-height: 65px;
    text-align: center;
    background-color: #65aadd;
}
}
/* line 48, ../sass/_header.scss */
.header .cell-important {
  width: 95px;
}
/* line 50, ../sass/_header.scss */
.header .cell-important a {
  display: block;
  width: 95px;
  height: 95px;
  line-height: 95px;
  text-align: center;
  background-color: #bbdcf5;
}
/* line 57, ../sass/_header.scss */
.header .cell-important a:hover {
  background-color: #e7f3fc;
}
/* line 61, ../sass/_header.scss */
.header .cell-important .icon {
  width: 30px;
  height: 30px;
}
/* line 66, ../sass/_header.scss */
.header .cell-setting {
  width: 95px;
}
/* line 68, ../sass/_header.scss */
.header .cell-setting a {
  display: block;
  width: 95px;
  height: 95px;
  line-height: 95px;
  text-align: center;
  background-color: #8ec5ef;
}
/* line 75, ../sass/_header.scss */
.header .cell-setting a:hover {
  background-color: #d1e7f8;
}
/* line 79, ../sass/_header.scss */
.header .cell-setting .icon {
  width: 30px;
  height: 30px;
}
/* line 85, ../sass/_header.scss */
.header .cell-logout {
  width: 95px;
}
/* line 87, ../sass/_header.scss */
.header .cell-logout button {
  border: 0;
  display: block;
  width: 95px;
  height: 95px;
  line-height: 95px;
  text-align: center;
  background-color: #65aadd;
}
/* line 95, ../sass/_header.scss */
.header .cell-logout button:hover {
  background-color: #a4cdeb;
}
/* line 99, ../sass/_header.scss */
.header .cell-logout .icon {
  width: 30px;
  height: 30px;
}

/* line 107, ../sass/_header.scss */
ul.header-nav {
  list-style: none;
  margin: 28px 0 0 0;
  padding: 0;
  display: table;
  vertical-align: middle;
}
/* line 113, ../sass/_header.scss */
ul.header-nav li {
  display: table-cell;
  padding: 0 5px;
}

/* line 118, ../sass/_header.scss */
.mypage .header .column {
  padding-right: 0;
}

/* line 122, ../sass/_header.scss */
#btn-menu {
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
  margin: 20px 0 10px;
  border-radius: 50%;
  background-color: #65aadd;
  border: 2px solid #65aadd;
  color: #fff;
}
#btn-menu2 {
  display: inline-block;
  position: relative;
  width: 65px;
  height: 49px;
  margin: 0;
  background-color: #65aadd;
  border: 2px solid #65aadd;
  color: #fff;
}
/* line 133, ../sass/_header.scss */
#btn-menu-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 2px;
  margin: -1px 0 0 -7px;
  background: #fff;
  transition: .2s;
}
/* line 143, ../sass/_header.scss */
#btn-menu-icon:before, #btn-menu-icon:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 14px;
  height: 2px;
  background: #fff;
  transition: .3s;
}
/* line 154, ../sass/_header.scss */
#btn-menu-icon:before {
  margin-top: -6px;
}
/* line 157, ../sass/_header.scss */
#btn-menu-icon:after {
  margin-top: 4px;
}
.modal-open #btn-menu-icon:after {
  margin-top: 0;
}
/* line 164, ../sass/_header.scss */
.modal-open #btn-menu #btn-menu-icon {
  background: transparent;
  opacity: 1;
}
/* line 167, ../sass/_header.scss */
.modal-open #btn-menu #btn-menu-icon:before, .modal-open #btn-menu #btn-menu-icon:after {
  margin-top: 0;
  background: #fff;
}
/* line 171, ../sass/_header.scss */
.modal-open #btn-menu #btn-menu-icon:before {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
/* line 175, ../sass/_header.scss */
.modal-open #btn-menu #btn-menu-icon:after {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

/*btn-menu2*/
.modal-open #btn-menu2 #btn-menu-icon {
  background: transparent;
  opacity: 1;
}
.modal-open #btn-menu2 #btn-menu-icon:before, .modal-open #btn-menu2 #btn-menu-icon:after {
  margin-top: 0;
  background: #fff;
}
.modal-open #btn-menu2 #btn-menu-icon:before {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.modal-open #btn-menu2 #btn-menu-icon:after {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

/*
 sub header
------------------------------------------------------------------------ */
/* line 187, ../sass/_header.scss */
.sub-header p {
  margin: 0;
}
/* line 190, ../sass/_header.scss */
.sub-header .sub-header-top {
  color: #fff;
  background: #65aadd url(../images/stripe.png) repeat 0 0;
  padding: 0 20px;
}
/* line 196, ../sass/_header.scss */
.sub-header .sub-header-bottom {
  color: #fff;
  background-color: #3a589a;
  min-height: 12px;
  position: relative;
}
/* line 201, ../sass/_header.scss */
.sub-header .sub-header-bottom:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #3a589a transparent transparent transparent;
}
/* line 213, ../sass/_header.scss */
.sub-header .sub-header-bottom .small-title {
  font-size: 11px;
  font-size: 1.1rem;
  text-align: center;
  padding: 8px 2px;
}
.sub-header .main-nav  span.ai-newmail{
  background-color:#f08200;
  display: inline-block;
  width:14px;
  border: none !important;
  border-right: none !important;
  border-left: none !important;
  border-radius: 20px;
  
  height: 14px;
  line-height: 0.8;
  
  -webkit-animation:blink 1.5s ease-in-out infinite alternate;
  -moz-animation:blink 1.5s ease-in-out infinite alternate;
  animation:blink 1.5s ease-in-out infinite alternate;
}
/*
.cell-mail span.ai-newmail{
  background-color:#f08200;
  display: inline-block;
  width:14px;
  border: none !important;
  border-right: none !important;
  border-left: none !important;
  border-radius: 20px;
  padding: 2px;
  height: 14px;
  line-height: 0.8;
  margin-left: -6px;
  -webkit-animation:blink 1.5s ease-in-out infinite alternate;
  -moz-animation:blink 1.5s ease-in-out infinite alternate;
  animation:blink 1.5s ease-in-out infinite alternate;
}
*/
.cell-mail .header-mail .ai-mail{
  /*margin-right: -8px !important;*/
  position: relative;
  top: -2px;
  right: -22px;
}
.cell-mail span.ai-newmail{
  background-color:#f0ba00;
  display: inline-block;
  width:16px;
  border: none !important;
  border-right: none !important;
  border-left: none !important;
  border-radius: 20px;
  padding: 4px;
  height: 16px;
  line-height: 1;
  -webkit-animation:blink 1.5s ease-in-out infinite alternate;
  -moz-animation:blink 1.5s ease-in-out infinite alternate;
  animation:blink 1.5s ease-in-out infinite alternate;
  position:relative;
  top: 4px;
  right: -14px;
  color: #fff;
  font-weight: bold;
  font-size: 10px;
  font-size: 1.0rem;
}

.mypage-btn-menu .mypage-btn-mail span.ai-newmail,
.mypage-btn-menu .mypage-btn-mail-on span.ai-newmail{
  background-color:#f0ba00;
  display: inline-block;
  /*width:16px;*/
  border: none !important;
  border-right: none !important;
  border-left: none !important;
  border-radius: 20px;
  /*padding: 4px 6px 5px 6px;*/
  padding: 6px 6px 4px 6px;
  /*height: 16px;*/
  line-height: 1;
  -webkit-animation:blink 1.5s ease-in-out infinite alternate;
  -moz-animation:blink 1.5s ease-in-out infinite alternate;
  animation:blink 1.5s ease-in-out infinite alternate;  
  color: #fff;
  font-weight: bold;
  font-size: 10px;
  font-size: 1.0rem;
}
.mypage-btn-menu .mypage-btn-mail-on .ai-newmail-position{
  position: relative;
  left: 8px;
  top: 0;
}
.mypage-btn-menu .mypage-btn-mail .ai-newmail{
  position:relative;
  top: 4px;
  left: 0;
}
.mypage-btn-menu .mypage-btn-mail-on .ai-newmail{
  position:relative;
  top: 6px;
  left: 3px;
}

@media (max-width: 768px) {
  .mypage-btn-mail img{
    position: relative;
    top: 0;
    left:0;
  }
  .mypage-btn-mail-on img{
    position: relative;
    top: 0;
    left:8px;
  }
  .mypage-btn-menu .mypage-btn span.ai-newmail{
  background-color:#f0ba00;
  display: inline-block;
  /*width:16px;*/
  border: none !important;
  border-right: none !important;
  border-left: none !important;
  border-radius: 20px;
  padding: 4px 5px 4px 5px;
  /*height: 16px;*/
  line-height: 1;
  -webkit-animation:blink 1.5s ease-in-out infinite alternate;
  -moz-animation:blink 1.5s ease-in-out infinite alternate;
  animation:blink 1.5s ease-in-out infinite alternate;
  color: #fff;
  font-weight: bold;
  font-size: 10px;
  font-size: 1.0rem;
}
  /*.mypage-btn-menu .mypage-btn-mail .ai-newmail-position{
  position: relative;
  left:0;
  top: 0;
}*/
  .mypage-btn-menu .mypage-btn-mail .ai-newmail{
  position:relative;
  top: 4px;
  left: 0;
}
}

@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}

/* line 221, ../sass/_header.scss */
.main-nav {
  list-style: none;
  display: table;
  margin: 0 auto;
  padding: 0;
  table-layout: fixed;
  /*width: 1200px;*/
  width: 100%;
}
/* line 228, ../sass/_header.scss */
.main-nav li {
  display: table-cell;
  padding: 10px 0;
  letter-spacing: 0;
  font-weight: bold;
}
/* line 231, ../sass/_header.scss */
.main-nav li span {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  display: block;
  padding: 0 2px;
}
/* line 237, ../sass/_header.scss */
.main-nav li:last-child span {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
/* line 241, ../sass/_header.scss */
.main-nav li a {
  color: #fff;
  display: block;
  text-decoration: none;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  text-shadow: rgba(0, 0, 0, 0.1) 1px 1px 0;
	letter-spacing:0;
}
/* line 251, ../sass/_header.scss */
.main-nav li a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
/* line 255, ../sass/_header.scss */
.main-nav li .icon {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin-right: 5px;
}
/* line 262, ../sass/_header.scss */
.main-nav li.on {
  background: url(../images/nav-on.png) no-repeat top center;
}
/* line 264, ../sass/_header.scss */
.main-nav li.on a {
  background-color: rgba(62, 150, 214, 0.7);
}

/* line 270, ../sass/_header.scss */
.sub-header-fixed {
  position: fixed;
  top: 98px;
  left: 0;
  width: 100%;
  z-index: 1999;
}

.badge{
	padding:8px;
	background-color:#f08200;
	border-radius: 0;
}
/*
 fb
------------------------------------------------------------------------ */
/* line 281, ../sass/_header.scss */
.alert-fb {
  background-color: #f08200;
  z-index: 2000;
  color: #fff;
  text-align: center;
  padding: 5px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.alert-fb.logout{
	/*width: 978px;*/
	margin: 0 auto;
	background-image: linear-gradient( -45deg, #fff 25%, #ffd29f 25%, #ffd29f 50%, #fff 50%, #fff 75%, #ffd29f 75%, #ffd29f );
	background-size: 4px 4px;
	color: #2e2e2e;
}
.alert-fb.logout.w-short{
	width:auto;
	margin: 0 auto;
	background-image: linear-gradient( -45deg, #fff 25%, #ffd29f 25%, #ffd29f 50%, #fff 50%, #fff 75%, #ffd29f 75%, #ffd29f );
	background-size: 4px 4px;
	color: #2e2e2e;
}
/* line 289, ../sass/_header.scss */
.alert-fb .inner,
.alert-fb.logout .ininner{
  display: table;
  width: 100%;
  table-layout: fixed;
}
/* line 293, ../sass/_header.scss */
.alert-fb .inner .text-area,
.alert-fb.logout .ininner .text-area{
  vertical-align: middle;
  display: table-cell;
}
/* line 297, ../sass/_header.scss */
.alert-fb .inner .btn-area,
.alert-fb.logout .ininner .btn-area{
  display: table-cell;
  width: 40px;
  vertical-align: middle;
  text-align: left;
}
/* line 304, ../sass/_header.scss */
.alert-fb p {
  margin: 0;
  line-height: 1.2;
}
/* line 308, ../sass/_header.scss */
.alert-fb .close {
  color: #fff;
  text-shadow: none;
  opacity: 1;
  float: none;
}
/* line 314, ../sass/_header.scss */
.alert-fb a {
  color: #fff;
  text-decoration: none;
}

@media (max-width: 1100px) {
  /* line 322, ../sass/_header.scss */
  .header {
    height: 52px;
  }
  /* line 324, ../sass/_header.scss */
  .header ul.header-nav {
    display: none !important;
  }
  /* line 325, ../sass/_header.scss */
  .header .cell-btn-menu {
    display: table-cell !important;
  }
  /* line 326, ../sass/_header.scss */
  .header .column {
    padding: 0 10px;
    height: auto;
  }
  /* line 330, ../sass/_header.scss */
  .header h1 {
    margin-top: 2px;
    /*width: 200px;*/
    height: 43px;
		font-size: 16px;
  }
	.header h1 a{
		color: #2e2e2e;
	}
	.header h1 span{
		margin-left: 8px;
		color: #fff;
		position: absolute;
		top:11px;
		padding: 4px 4px 4px 4px !important;
    background-color: #fc8f4a;
		max-width: 42px;
		font-size: 11px;
    border: none;
    border-radius: 3px;
	}
  /* line 334, ../sass/_header.scss */
  .header h1 img {
    width: 120px;
    height: 26px;
    margin-top: 8px;
  }
	body.login h1 span{
    margin: 0 0 0 52px;
		font-size: 22px;
		display: block;
}
  /* line 339, ../sass/_header.scss */
  .header #btn-menu {
    margin: 12px 0 0 0;
  }
  /* line 342, ../sass/_header.scss */
  .header .cell-user-name, .header .cell-important, .header .cell-setting, .header .cell-logout {
    display: none !important;
  }
	
	.alert h1{
		font-size:18px;
	}

  /* line 346, ../sass/_header.scss */
  .mypage .header .column {
    padding-right:0;
  }

  /* line 349, ../sass/_header.scss */
  .main-nav {
    width: 100%;
  }
  /* line 352, ../sass/_header.scss */
  .main-nav li a {
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: bold;
    letter-spacing: 0;
  }
  /* line 357, ../sass/_header.scss */
  .main-nav li .icon {
    width: 20px;
    height: 20px;
    display: block;
    margin: 0 auto;
  }

  /* line 365, ../sass/_header.scss */
  .sub-header-fixed {
    top: 68px;
  }

  /* line 369, ../sass/_header.scss */
  .header-sm {
    height: 48px;
  }
  /* line 371, ../sass/_header.scss */
  .header-sm h1 {
    margin-top: 4px;
    width: 153px;
    height: 33px;
  }
  /* line 375, ../sass/_header.scss */
  .header-sm h1 img {
    width: 153px;
    height: 33px;
    vertical-align: top;
  }

  /* line 382, ../sass/_header.scss */
  .sub-header-sm-fixed {
    top: 48px;
  }
	.alert-fb.logout{
	width:auto;
	margin: 0 auto;
	background-image: linear-gradient( -45deg, #fff 25%, #ffb350 25%, #ffb350 50%, #fff 50%, #fff 75%, #ffb350 75%, #ffb350 );
	background-size: 4px 4px;
	color: #2e2e2e;
}
}
/*
 footer
------------------------------------------------------------------------ */
/* line 4, ../sass/_footer.scss */
.footer {
  background-color: #fff;
}
/* line 6, ../sass/_footer.scss */
.footer .footer-nav {
  background: #65aadd;
  padding: 20px 0;
}
/* line 9, ../sass/_footer.scss */
.footer .footer-nav ul {
  list-style: none;
  margin: 0;
  padding: 20px;
}
/* line 13, ../sass/_footer.scss */
.footer .footer-nav ul li {
  margin: 0 0 10px 0;
  padding: 0;
}
/* line 17, ../sass/_footer.scss */
.footer .footer-nav ul a.link {
  color: #fff;
}
/* line 21, ../sass/_footer.scss */
.footer .footer-nav .nav1 {
  width: 200px;
}
/* line 24, ../sass/_footer.scss */
.footer .footer-nav .nav2 {
  width: 280px;
}
/* line 28, ../sass/_footer.scss */
.footer .footer-nav .nav3 ul {
  background: #fff url(../images/footer/logo.png) no-repeat center 20px;
  -moz-background-size: 240px, 48px;
  -o-background-size: 240px, 48px;
  -webkit-background-size: 240px, 48px;
  background-size: 240px, 48px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 80px 10px 10px 10px;
  width: 300px;
  float: right;
  text-align: center;
  zoom: 1;
}
/* line 37, ../sass/_footer.scss */
.footer .footer-nav .nav3 ul .btn {
  width: 240px;
}
/* line 41, ../sass/_footer.scss */
.footer .footer-nav .nav3:after {
  content: "";
  display: block;
  clear: both;
}
/* line 48, ../sass/_footer.scss */
.footer .copyright {
  text-align: center;
  padding: 15px 0;
  margin-top: 20px;
  border-top: 1px solid #c1c1c1;
}
/* line 54, ../sass/_footer.scss */
.footer .jaic {
  margin: 0 20px;
  font-size: 12px;
  font-size: 1.2rem;
  display: table;
  width: 100%;
  border-right: 1px solid #c1c1c1;
}
/* line 62, ../sass/_footer.scss */
.footer .jaic dt {
  padding: 15px 0 0 10px;
  display: table-cell;
}
/* line 64, ../sass/_footer.scss */
.footer .jaic dt span {
  font-weight: normal;
}
/* line 67, ../sass/_footer.scss */
.footer .jaic dd {
  display: table-cell;
  width: 180px;
}
/* line 73, ../sass/_footer.scss */
.footer .reile {
  margin: 0 20px;
  font-size: 12px;
  font-size: 1.2rem;
  display: table;
  width: 100%;
}
/* line 79, ../sass/_footer.scss */
.footer .reile dt {
  padding: 15px 0 0 10px;
  display: table-cell;
}
/* line 81, ../sass/_footer.scss */
.footer .reile dt span {
  font-weight: normal;
}
/* line 84, ../sass/_footer.scss */
.footer .reile dd {
  display: table-cell;
  width: 180px;
}

/* line 90, ../sass/_footer.scss */
.page-top {
  display: block;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  background-color: #65aadd;
  border: 2px solid #fff;
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  position: fixed;
  bottom: 50px;
  right: 20px;
}
/* line 103, ../sass/_footer.scss */
.page-top:hover {
  background-color: #fff;
  border-color: #65aadd;
  color: #65aadd;
}

/* line 109, ../sass/_footer.scss */
.footer-top {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#batch-entry-btn{
  display: block;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  background-color: #f08200;
  border: 2px solid #fff;
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  position: fixed;
  bottom: 8px;
  left: 10px;
}
#batch-entry-btn:hover {
  background-color: #fff;
  border-color: #f08200;
  color: #f08200;
}

@media (max-width: 978px) {
  .footer-top {
  width: 95% !important;
  max-width: 95% !important;
}
  /* line 117, ../sass/_footer.scss */
  .footer .column {
    display: block;
  }
  /* line 119, ../sass/_footer.scss */
  .footer .column .cell {
    display: block;
  }
  /* line 124, ../sass/_footer.scss */
  .footer .footer-nav ul {
    padding: 0 0 10px 0;
  }
  /* line 127, ../sass/_footer.scss */
  .footer .footer-nav .nav1, .footer .footer-nav .nav2 {
    width: auto;
  }
  /* line 129, ../sass/_footer.scss */
  .footer .footer-nav .nav1 li, .footer .footer-nav .nav2 li {
    padding: 5px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  /* line 133, ../sass/_footer.scss */
  .footer .footer-nav .nav1 a, .footer .footer-nav .nav2 a {
    display: block;
  }
  /* line 138, ../sass/_footer.scss */
  .footer .footer-nav .nav3 ul {
    width: auto;
    float: none;
  }
  /* line 144, ../sass/_footer.scss */
  .footer .jaic {
    margin: 10px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    height: auto;
    border-right: none;
  }
  /* line 150, ../sass/_footer.scss */
  .footer .jaic dd {
    width: 140px;
  }
  /* line 152, ../sass/_footer.scss */
  .footer .reile {
    padding-left: 0;
    border: none;
    margin: 10px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    height: auto;
  }
  /* line 159, ../sass/_footer.scss */
  .footer .reile dd {
    width: 140px;
  }
  /* line 161, ../sass/_footer.scss */
  .footer .copyright {
    text-align: left;
    padding: 16px 55px 16px 0;
  }

  /* line 166, ../sass/_footer.scss */
  .page-top {
    bottom: 8px;
    right: 10px;
  }
}
/*
 index
------------------------------------------------------------------------ */
/* line 4, ../sass/_index.scss */
.index-main {
  background: url(../images/index/main.jpg) repeat center center;
}
/* line 6, ../sass/_index.scss */
.index-main .inner {
  position: relative;
  background: url(../images/index/city.png) no-repeat right bottom;
}
/* line 9, ../sass/_index.scss */
.index-main .inner h2 {
  position: absolute;
  width: 480px;
  height: 336px;
  top: 38%;
  left: 50%;
  margin: -140px 0 0 -260px;
}

/*.index-main .inner h2.subtitle {
  position: absolute;
	width: 590px;
	height: 60px;
	top: 45%;
	left: 50%;
	margin: -140px 0 0 -270px;
	font-size: 46px;
	font-size: 4.6rem;
	color: #fff;
	text-shadow: 0 1px 0 #8bcbfb, 0 2px 0 #65aadd, 0 3px 0 #8bcbfb;
}*/

/*@media (max-width: 768px) {
	.index-main .inner h2.subtitle {
  position: absolute;
	width: 590px;
	height: 60px;
	top: 60%;
	left: 70%;
	margin: -140px 0 0 -270px;
	font-size: 26px;
	color: #3598e1;
	font-weight:bold;
	text-shadow:0 1px 0 #fff,
	0 2px 0 #fff;
}
}*/

	/*text-shadow:
	0 1px 0 #8bcbfb,
	0 2px 0 #65aadd,
	0 3px 0 #8bcbfb,
	0 4px 0 #65aadd,
	0 5px 0 #8bcbfb,
	0 6px 1px rgba(0,0,0,.1),
	0 0 5px rgba(0,0,0,.1),
	0 1px 3px rgba(0,0,0,.3),
	0 3px 5px rgba(0,0,0,.2),
	0 5px 10px rgba(0,0,0,.25),
	0 10px 10px rgba(0,0,0,.2),
	0 20px 20px rgba(0,0,0,.15);	
}*/

/*text-shadow:
-1px -1px 0px #65aadd,
	1px -1px 0px #65aadd,
	1px 1px 0px #65aadd,
	-1px 1px 0px #65aadd;*/

/* line 19, ../sass/_index.scss */
.index-main-bottom {
  background-color: #65aadd;
  padding: 30px 0;
}
/* line 22, ../sass/_index.scss */
.index-main-bottom h3 {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-size: 2.0rem;
  vertical-align: middle;
}
/* line 28, ../sass/_index.scss */
.index-main-bottom h3 .btn {
  font-size: 15px;
  font-size: 1.5rem;
  vertical-align: middle;
  border-radius: 18px;
  height: 36px;
  min-width: 200px;
  margin: 0 10px;
  border: 2px solid #fff;
}

/* line 41, ../sass/_index.scss */
.index-catch {
  text-align: center;
  padding-bottom: 40px;
}
/* line 44, ../sass/_index.scss */
.index-catch .section {
  position: relative;
}
/* line 47, ../sass/_index.scss */
.index-catch h4 {
  color: #65aadd;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: bold;
  border-bottom: dotted #65aadd;
  display: inline-block;
  margin: 0 auto 18px auto;
  padding: 10px 0;
}
/* line 57, ../sass/_index.scss */
.index-catch .img {
  width: 150px;
  height: 150px;
  display: block;
  margin: 0;
  padding: 0;
  position: absolute;
  top: -20px;
  left: 20px;
}
/* line 66, ../sass/_index.scss */
.index-catch .img img {
  width: 150px;
  height: 150px;
}

/* line 74, ../sass/_index.scss */
.index-outline {
  background-color: #65aadd;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 6px 9px -8px inset;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 6px 9px -8px inset;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 6px 9px -8px inset;
}
/* line 79, ../sass/_index.scss */
.index-outline .flex-direction-nav a {
  margin-left: -10px;
  border: 1px solid #fff;
}
/* line 83, ../sass/_index.scss */
.index-outline .cell-16type {
  width: 50%;
}
/* line 86, ../sass/_index.scss */
.index-outline .cell-analysis {
  width: 50%;
}
/* line 90, ../sass/_index.scss */
.index-outline .section {
  padding: 0;
}
/* line 93, ../sass/_index.scss */
.index-outline .inner {
  width: 978px;
  margin: 0 auto;
}
/* line 97, ../sass/_index.scss */
.index-outline .slider-right {
  padding: 10px 0 0 10px;
}
/* line 102, ../sass/_index.scss */
.index-outline .type-list li dl {
  list-style: none;
  margin: 0;
  padding: 0;
  background-color: #fff;
  width: 230px;
  min-height: 160px;
  padding: 5px;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
}
/* line 113, ../sass/_index.scss */
.index-outline .type-list li dl dt {
  color: #65aadd;
  font-weight: bold;
}
/* line 117, ../sass/_index.scss */
.index-outline .type-list li dl dd.name {
  font-weight: bold;
  margin: 0 0 10px 0;
}
/* line 121, ../sass/_index.scss */
.index-outline .type-list li dl dd.text {
  margin: 0 0 10px 0;
}
/* line 129, ../sass/_index.scss */
.index-outline .analysis-list li dl {
  list-style: none;
  margin: 0;
  background-color: #fff;
  width: 230px;
  min-height: 160px;
  padding: 5px;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
}
/* line 140, ../sass/_index.scss */
.index-outline .analysis-list li dl dt {
  color: #65aadd;
  font-weight: bold;
}
/* line 144, ../sass/_index.scss */
.index-outline .analysis-list li dl dd.name {
  font-weight: bold;
  margin: 0 0 10px 0;
}
/* line 148, ../sass/_index.scss */
.index-outline .analysis-list li dl dd.text {
  margin: 0 0 10px 0;
}
/* line 155, ../sass/_index.scss */
.index-outline h4 {
  height: 20px;
  position: relative;
}
/* line 158, ../sass/_index.scss */
.index-outline h4 img {
  position: absolute;
  display: block;
  width: 82px;
  height: 82px;
  top: -60px;
  left: 50%;
  margin: 0 0 0 -42px;
}

/* line 170, ../sass/_index.scss */
.index-flow h4 {
  width: 173px;
  height: 127px;
  margin: 0 auto;
}
/* line 174, ../sass/_index.scss */
.index-flow h4 img {
  width: 173px;
  height: 127px;
}
/* line 179, ../sass/_index.scss */
.index-flow .index-flow-list {
  display: table;
  list-style: none;
  table-layout: fixed;
  width: 100%;
  margin: 20px auto;
  padding: 0;
}
/* line 186, ../sass/_index.scss */
.index-flow .index-flow-list li {
  display: table-cell;
  text-align: center;
}
/* line 190, ../sass/_index.scss */
.index-flow .index-flow-list .fig {
  width: 210px;
  height: 230px;
  display: block;
  margin: 0 auto 10px auto;
}
/* line 196, ../sass/_index.scss */
.index-flow .index-flow-list .arrow {
  width: 21px;
  vertical-align: top;
  padding-top: 100px;
}
/* line 200, ../sass/_index.scss */
.index-flow .index-flow-list .arrow img {
  width: 21px;
  height: 20px;
}
/* line 206, ../sass/_index.scss */
.index-flow .index-flow-list p {
  margin: 0 0 10px 0;
  padding: 0;
  color: #0184c1;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.4;
}

/* line 216, ../sass/_index.scss */
.index-try {
  background: url(../images/index/bg-try.png) no-repeat right top;
  border-top: 4px solid #00acde;
  text-align: center;
}
/* line 220, ../sass/_index.scss */
.index-try .section {
  padding: 40px 0;
  position: relative;
}
/* line 225, ../sass/_index.scss */
.index-try h4 {
  font-size: 50px;
  font-size: 5.0rem;
  color: #0184c1;
  font-weight: bold;
  margin-bottom: 20px;
}
/* line 232, ../sass/_index.scss */
.index-try p {
  font-size: 16px;
  font-size: 1.6rem;
  color: #0184c1;
}
/* line 237, ../sass/_index.scss */
.index-try .img {
  width: 150px;
  height: 150px;
  display: block;
  margin: 0;
  padding: 0;
  position: absolute;
  top: -20px;
  left: 100px;
}
/* line 246, ../sass/_index.scss */
.index-try .img img {
  width: 150px;
  height: 150px;
}

@media (max-width: 978px) {
  /* line 254, ../sass/_index.scss */
  .index-main {
    -moz-background-size: 1000px, 333px;
    -o-background-size: 1000px, 333px;
    -webkit-background-size: 1000px, 333px;
    background-size: 1000px, 333px;
  }
  /* line 256, ../sass/_index.scss */
  .index-main .front {
    width: 100%;
    min-height: 300px;
  }
  /* line 261, ../sass/_index.scss */
  .index-main .inner h2 {
    width: 400px;
    height: 305px;
    margin: -100px 0 0 -200px;
  }
  /* line 265, ../sass/_index.scss */
  .index-main .inner h2 img {
    width: 400px;
    height: 305px;
  }

  /* line 274, ../sass/_index.scss */
  .index-main-bottom h3 {
    font-size: 17px;
    font-size: 1.7rem;
  }
  /* line 277, ../sass/_index.scss */
  .index-main-bottom h3 .btn {
    margin-top: 10px;
  }

  /* line 284, ../sass/_index.scss */
  .index-catch h4 {
    font-size: 17px;
    font-size: 1.7rem;
  }
  /* line 288, ../sass/_index.scss */
  .index-catch .img {
    position: relative;
    top: auto;
    left: auto;
    margin: 0 auto;
  }

  /* line 297, ../sass/_index.scss */
  .index-outline .inner {
    width: auto;
  }
  /* line 300, ../sass/_index.scss */
  .index-outline .cell-16type {
    padding-top: 70px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    width: auto;
  }
  /* line 305, ../sass/_index.scss */
  .index-outline .cell-analysis {
    padding-top: 60px;
    width: auto;
  }

  /* line 312, ../sass/_index.scss */
  .index-flow .index-flow-list {
    display: block;
    table-layout: auto;
  }
  /* line 315, ../sass/_index.scss */
  .index-flow .index-flow-list li {
    display: block;
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc;
  }
  /* line 320, ../sass/_index.scss */
  .index-flow .index-flow-list .arrow {
    display: none;
  }

  /* line 325, ../sass/_index.scss */
  .index-try {
    background: none;
  }
  /* line 326, ../sass/_index.scss */
  .index-try h4 {
    font-size: 30px;
    font-size: 3.0rem;
  }
  /* line 331, ../sass/_index.scss */
  .index-try .section {
    padding: 40px 10px;
    position: relative;
  }
  /* line 335, ../sass/_index.scss */
  .index-try .img {
    position: relative;
    top: auto;
    left: auto;
    margin: 0 auto;
  }
  /* line 342, ../sass/_index.scss */
  .index-try p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
/* line 1, ../sass/_faq.scss */
.faq-list {
  margin-bottom: 40px;
}
/* line 3, ../sass/_faq.scss */
.faq-list dt {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
  display: block;
  border-bottom: 2px dotted #cfcfcf;
  margin-bottom: 10px;
  padding: 3px 0;
  cursor: pointer;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
/* line 13, ../sass/_faq.scss */
.faq-list dt .wrap {
  display: table;
  width: 100%;
  table-layout: fixed;
}
/* line 17, ../sass/_faq.scss */
.faq-list dt .wrap .inner {
  display: table-cell;
  vertical-align: top;
}
/* line 21, ../sass/_faq.scss */
.faq-list dt .wrap em {
  font-style: normal;
}
/* line 24, ../sass/_faq.scss */
.faq-list dt .wrap .text {
  padding-top: 16px;
  display: inline-block;
}
/* line 28, ../sass/_faq.scss */
.faq-list dt .wrap i {
  color: #f08200;
}
/* line 31, ../sass/_faq.scss */
.faq-list dt .wrap .mark {
  width: 50px;
  background: none;
}
/* line 37, ../sass/_faq.scss */
.faq-list dt:hover {
  background-color: #f1f1f1;
}
/* line 41, ../sass/_faq.scss */
.faq-list dd {
  background-color: #f3f3f3;
  padding: 15px;
  margin: 10px;
  border: 1px solid #ddd;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  line-height: 1.8;
  display: none;
}
/* line 50, ../sass/_faq.scss */
.faq-list .q-mark {
  background: #f08200;
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  margin: 4px;
}

/* line 2, ../sass/_form.scss */
.input-mail {
  width: 300px !important;
}
input.width-small{
	width: 90% !important;
}
/* line 7, ../sass/_form.scss */
.form-step-list {
  list-style: none;
  display: table;
  table-layout: fixed;
  margin: 0;
  padding: 0;
  width: 100%;
}
/* line 14, ../sass/_form.scss */
.form-step-list > li {
  display: table-cell;
}
/* line 16, ../sass/_form.scss */
.form-step-list > li dl {
  padding: 5px;
}
/* line 18, ../sass/_form.scss */
.form-step-list > li dl dt {
  text-align: center;
  color: #65aadd;
}
/* line 23, ../sass/_form.scss */
.form-step-list > li .step-label {
  text-align: center;
  background-color: #65aadd;
  padding: 4px 10px;
  display: block;
  color: #fff;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  border-radius: 16px;
}
/* line 35, ../sass/_form.scss */
.form-step-list > li.active dl dt {
  color: #f08200;
}
/* line 39, ../sass/_form.scss */
.form-step-list > li.active .step-label {
  background-color: #f08200;
}
/* line 43, ../sass/_form.scss */
.form-step-list .text-list {
  font-size: 12px;
  font-size: 1.2rem;
}

/* line 48, ../sass/_form.scss */
.attr-error {
  font-size: 12px;
  font-size: 1.2rem;
}
/* line 51, ../sass/_form.scss */
.attr-error span {
  display: block;
  padding: 4px 2px 0 2px;
  color: #ff5151;
}

/* line 57, ../sass/_form.scss */
input.error {
  background-color: #ffe2e2;
}

/* line 61, ../sass/_form.scss */
.step1-form-step-list {
  display: table;
  list-style: none;
  table-layout: fixed;
  width: 100%;
  margin: 20px auto;
  padding: 0;
}
/* line 68, ../sass/_form.scss */
.step1-form-step-list li {
  display: table-cell;
  text-align: center;
}
/* line 73, ../sass/_form.scss */
.step1-form-step-list .fig img {
  width: 163px;
  height: 163px;
  display: block;
  margin: 0 auto 10px auto;
}
/* line 80, ../sass/_form.scss */
.step1-form-step-list .arrow {
  width: 13px;
  vertical-align: middle;
}
/* line 83, ../sass/_form.scss */
.step1-form-step-list .arrow img {
  width: 13px;
  height: 14px;
}

@media (max-width: 978px) {
  /* line 91, ../sass/_form.scss */
  .input-mail {
    width: 100% !important;
  }

  /* line 95, ../sass/_form.scss */
  .form-step-list {
    list-style: none;
    display: block;
    table-layout: auto;
  }
  /* line 99, ../sass/_form.scss */
  .form-step-list > li {
    display: block;
  }
  /* line 101, ../sass/_form.scss */
  .form-step-list > li dl {
    margin: 0;
  }
}
/*
 _feature
------------------------------------------------------------------------ */
/* line 5, ../sass/_feature.scss */
.feature .box .content {
  padding-left: 240px;
}
/* line 8, ../sass/_feature.scss */
.feature #fbox02 .content {
  background: url("../images/f2.png") no-repeat 0 50%;
  -moz-background-size: 210px, 230px;
  -o-background-size: 210px, 230px;
  -webkit-background-size: 210px, 230px;
  background-size: 210px, 230px;
}
/* line 12, ../sass/_feature.scss */
.feature #fbox03 .content {
  background: url("../images/f3.png") no-repeat 0 50%;
  -moz-background-size: 210px, 230px;
  -o-background-size: 210px, 230px;
  -webkit-background-size: 210px, 230px;
  background-size: 210px, 230px;
}
/* line 16, ../sass/_feature.scss */
.feature #fbox04 .content {
  background: url("../images/f4.png") no-repeat 0 50%;
  -moz-background-size: 210px, 230px;
  -o-background-size: 210px, 230px;
  -webkit-background-size: 210px, 230px;
  background-size: 210px, 230px;
}
/* line 20, ../sass/_feature.scss */
.feature #f02, .feature #f03, .feature #f04 {
  margin-top: -98px;
  padding-top: 98px;
  display: block;
}

@media (max-width: 978px) {
  /* line 29, ../sass/_feature.scss */
  .feature .box .content {
    padding-top: 240px;
    padding-left: 0;
  }
  /* line 33, ../sass/_feature.scss */
  .feature #fbox02 .content {
    background: url("../images/f2.png") no-repeat 50% 0;
    -moz-background-size: 210px, 230px;
    -o-background-size: 210px, 230px;
    -webkit-background-size: 210px, 230px;
    background-size: 210px, 230px;
  }
  /* line 37, ../sass/_feature.scss */
  .feature #fbox03 .content {
    background: url("../images/f3.png") no-repeat 50% 0;
    -moz-background-size: 210px, 230px;
    -o-background-size: 210px, 230px;
    -webkit-background-size: 210px, 230px;
    background-size: 210px, 230px;
  }
  /* line 41, ../sass/_feature.scss */
  .feature #fbox04 .content {
    background: url("../images/f4.png") no-repeat 50% 0;
    -moz-background-size: 210px, 230px;
    -o-background-size: 210px, 230px;
    -webkit-background-size: 210px, 230px;
    background-size: 210px, 230px;
  }
}
/*
 test
------------------------------------------------------------------------ */
/* line 4, ../sass/_test.scss */
.sub-header-test {
  font-size: 15px;
  font-size: 1.5rem;
}
/* line 7, ../sass/_test.scss */
.sub-header-test .column {
  padding-top: 10px;
  padding-bottom: 10px;
}
/* line 11, ../sass/_test.scss */
.sub-header-test .icon {
  width: 30px;
  height: 30px;
  vertical-align: middle;
}
/* line 16, ../sass/_test.scss */
.sub-header-test .cell-time {
  width: 280px;
}
/* line 18, ../sass/_test.scss */
.sub-header-test .cell-time p {
  border-left: 1px solid #cdeaff;
}
/* line 21, ../sass/_test.scss */
.sub-header-test .cell-time .bar {
  display: inline-block;
  width: 100px;
  background-color: #eeeeee;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
/* line 26, ../sass/_test.scss */
.sub-header-test .cell-time .bar em {
  display: block;
  width: 100px;
  height: 10px;
  background-color: #f08200;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
/* line 35, ../sass/_test.scss */
.sub-header-test .cell-questions {
  width: 200px;
}
/* line 37, ../sass/_test.scss */
.sub-header-test .cell-questions p {
  border-left: 1px solid #cdeaff;
}

/* line 43, ../sass/_test.scss */
.test-introduction {
  margin-bottom: 16px;
}
/* line 46, ../sass/_test.scss */
.test-introduction p {
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
}
/* line 50, ../sass/_test.scss */
.test-introduction p em {
  font-size: 18px;
  font-size: 1.8rem;
  font-style: normal;
  display: block;
  font-weight: bold;
  color: #ff6b5c;
}

/* line 61, ../sass/_test.scss */
.test-section {
  max-width: 1060px;
  margin: 0 auto;
}
/* line 64, ../sass/_test.scss */
.test-section .last-section {
  padding: 60px 0;
  text-align: center;
  min-height: 250px;
  font-size: 17px;
  font-size: 1.7rem;
}

/* line 73, ../sass/_test.scss */
.test-question {
  margin: 0;
  padding: 20px;
  border-left: 4px solid #65aadd;
  border-bottom: 1px solid #eaeaea;
  min-height: 340px;
}
/* line 79, ../sass/_test.scss */
.test-question dt {
  background: url(../images/line-dot.png) repeat-x left bottom;
  padding: 20px 0;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: normal;
}
/* line 85, ../sass/_test.scss */
.test-question dt span {
  display: inline-block;
  width: 60px;
  height: 60px;
  background: #65aadd url(../images/slanting.png) no-repeat center center;
  -moz-background-size: 60px, 60px;
  -o-background-size: 60px, 60px;
  -webkit-background-size: 60px, 60px;
  background-size: 60px, 60px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
  line-height: 60px;
  color: #fff;
}
/* line 99, ../sass/_test.scss */
.test-question dd {
  padding: 20px 0;
}

/* line 103, ../sass/_test.scss */
.test-answer {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  display: table;
  table-layout: fixed;
}
/* line 109, ../sass/_test.scss */
.test-answer li {
  display: table-cell;
  padding: 10px 1px;
}
/* line 112, ../sass/_test.scss */
.test-answer li label {
  font-weight: normal;
  display: block;
  width: 170px;
  border: 1px solid #eaeaea;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  padding: 8px;
}
/* line 119, ../sass/_test.scss */
.test-answer li label:hover {
  border-color: #65aadd;
}

/* line 126, ../sass/_test.scss */
.test-answer-2column .cell {
  width: 50%;
}
/* line 129, ../sass/_test.scss */
.test-answer-2column .test-answer {
  width: 100%;
}
/* line 131, ../sass/_test.scss */
.test-answer-2column .test-answer li {
  display: block;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
/* line 136, ../sass/_test.scss */
.test-answer-2column .test-answer li label {
  width: auto;
}

/* line 144, ../sass/_test.scss */
.test-backdrop {
  background-color: rgba(0, 0, 0, 0.8);
  background-image: url(../images/loading.gif);
  -moz-background-size: 60px, 5px;
  -o-background-size: 60px, 5px;
  -webkit-background-size: 60px, 5px;
  background-size: 60px, 5px;
  background-position: center 150px;
  background-repeat: no-repeat;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999;
}

/* line 157, ../sass/_test.scss */
.test-jump-list {
  list-style: none;
  margin: 0 auto 20px auto;
  padding: 0;
  text-align: center;
}
/* line 163, ../sass/_test.scss */
.test-jump-list li {
  height: 32px;
  width: 32px;
  margin: 0;
  display: inline-block;
}
/* line 168, ../sass/_test.scss */
.test-jump-list li a {
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 14px;
  background-color: rgba(0, 0, 0, 0.6);
  font-size: 9px;
  font-size: 0.9rem;
  color: #fff;
  text-decoration: none;
  text-align: center;
  line-height: 28px;
}
/* line 180, ../sass/_test.scss */
.test-jump-list li a:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
/* line 186, ../sass/_test.scss */
.test-jump-list li.on a {
  background-color: rgba(0, 0, 0, 0.8);
}

/* line 191, ../sass/_test.scss */
.test-alert20, .test-alert24 {
  display: none;
}

/* line 195, ../sass/_test.scss */
.time20m .test-alert20 {
  display: block;
}

/* line 200, ../sass/_test.scss */
.time24m .test-alert24 {
  display: block;
}

@media (max-width: 978px) {
  /* line 208, ../sass/_test.scss */
  .sub-header-test {
    font-size: 11px;
    font-size: 1.1rem;
  }
  /* line 211, ../sass/_test.scss */
  .sub-header-test .column {
    padding-top: 2px;
    padding-bottom: 2px;
  }
  /* line 215, ../sass/_test.scss */
  .sub-header-test .column-fixed {
    table-layout: auto;
  }
  /* line 218, ../sass/_test.scss */
  .sub-header-test .cell-time,
  .sub-header-test .cell-questions {
    width: auto !important;
  }
  /* line 222, ../sass/_test.scss */
  .sub-header-test .sub-header-top {
    height: 40px;
    padding: 5px;
  }
  /* line 226, ../sass/_test.scss */
  .sub-header-test .sub-header-bottom {
    height: 20px;
  }

  /* line 231, ../sass/_test.scss */
  .test-question {
    padding: 10px;
    border-left: none;
  }
  /* line 234, ../sass/_test.scss */
  .test-question dt {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 10px 0 20px 0;
  }
  /* line 238, ../sass/_test.scss */
  .test-question dt span {
    display: block;
    margin: 0 auto 10px auto;
  }

  /* line 245, ../sass/_test.scss */
  .test-answer-2column .cell {
    width: auto;
  }

  /* line 249, ../sass/_test.scss */
  .test-answer {
    display: block;
    table-layout: auto;
  }
  /* line 252, ../sass/_test.scss */
  .test-answer li {
    display: block;
    padding: 0 20px;
    margin-bottom: 10px !important;
  }
  /* line 256, ../sass/_test.scss */
  .test-answer li label {
    font-weight: normal;
    display: block;
    width: 100%;
  }
}
/*
 login
------------------------------------------------------------------------ */
/* line 4, ../sass/_login.scss */
.login {
  background: #65aadd url(../images/login/bg.png) repeat 0 0;
  height: 100%;
}
/* line 7, ../sass/_login.scss */
.login .login-header {
  position: absolute;
  top: 17px;
  left: 20px;
  width: 270px;
  height: 58px;
}
/* line 13, ../sass/_login.scss */
.login .login-header h1 img {
  width: 270px;
  height: 58px;
}
/* line 18, ../sass/_login.scss */
.login .login-nav {
  position: absolute;
  top: 0;
  right: 0;
  padding-right: 10px;
}
/* line 24, ../sass/_login.scss */
.login .login-nav .header-nav .btn, .login .login-nav .header-nav .btn-header-search {
  border: 2px solid #fff;
}
/* line 29, ../sass/_login.scss */
.login .login-nav-sm {
  position: absolute;
  top: 0;
  right: 0;
  padding-right: 10px;
  z-index: 2000;
  display: none;
}
/* line 36, ../sass/_login.scss */
.login .login-nav-sm #btn-menu {
  border: 2px solid #fff;
}
/* line 40, ../sass/_login.scss */
.login .login-bottom {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #fff;
  padding-right: 10px;
}
/* line 47, ../sass/_login.scss */
.login .section-login {
  display: table;
  width: 100%;
  height: 100%;
  min-height: 620px;
  background: url(../images/login/bg-header.png) no-repeat 0 0;
  -moz-background-size: 625px, 219px;
  -o-background-size: 625px, 219px;
  -webkit-background-size: 625px, 219px;
  background-size: 625px, 219px;
}
/* line 54, ../sass/_login.scss */
.login .section-login .section-login-inner {
  display: table-cell;
  vertical-align: middle;
}
/* line 59, ../sass/_login.scss */
.login .login-panel {
  position: relative;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  width: 360px;
  max-width: 360px;
  margin: 0 auto;
  padding: 30px 30px 20px 30px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 3px 12px 3px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 3px 12px 3px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 3px 12px 3px;
  background: #fff;
  /*url(../images/login/bg-panel-line.png) repeat-x 0 0;*/
}
/* line 68, ../sass/_login.scss */
.login .login-panel input[type="text"], .login .login-panel input[type="password"] {
  margin: 0 0 10px 0;
}
/* line 71, ../sass/_login.scss */
.login .login-panel .login-icon {
  position: absolute;
  top: -25px;
  left: 50%;
  width: 60px;
  height: 60px;
  background-color: #56ceeb;
  border: 3px solid #8ce6fa;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  padding-top: 10px;
  margin: 0 0 0 -30px;
  text-align: center;
}
/* line 83, ../sass/_login.scss */
.login .login-panel .login-icon img {
  width: 30px;
  height: 30px;
  text-align: center;
}
/* line 89, ../sass/_login.scss */
.login .login-panel .dev-label {
  background-color: rgba(0, 0, 0, 0.8);
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 1px 2px 1px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 1px 2px 1px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 1px 2px 1px;
  padding: 4px 20px;
  color: #fff;
  position: absolute;
  top: -10px;
  left: 10px;
}
/* line 99, ../sass/_login.scss */
.login .login-panel label {
  font-weight: normal;
  display: block;
}
/* line 103, ../sass/_login.scss */
.login .login-panel .btn-login {
  background-color: #f08200;
  display: block;
  width: 100%;
  padding: 10px 0;
  color: #fff;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 0;
  border-bottom: 4px solid #a35900;
}
.btn-blue {
  background-color: #4a90e2;
  display: inline-block;
  padding: 10px 10px 30px 10px;
  color: #fff;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 0;
  border-bottom: 2px solid #2d5788;
  font-size: 1.4em;
  font-size: 14px;
  min-width: 30%;
  font-weight: bold;
}
.btn-blue-long {
  min-width: 50%;
}
.btn-blue:hover {
  color: #fff;
}
.btn-pink {
  background-color: #ff4e6d;
  display: inline-block;
  padding: 10px 10px 30px 10px;
  color: #fff;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 0;
  border-bottom: 4px solid #f2366b;
  font-size: 1.4em;
  font-size: 14px;
  min-width: 30%
}
.btn-pink2 {
  background-color: #ff4e6d;
  display: inline-block;
  min-width: 30%;
  padding: 10px 10px 30px 10px;
  color: #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 0;
  border-bottom: 2px solid #921e3f;
  font-size: 1.4em;
  font-size: 14px;
  height:40px;
}
.btn-pink:hover,.btn-pink2:hover {
  color: #fff;
}
.btn-orange {
  background-color: #f08100;
  display: inline-block;
  min-width:30%;
  padding: 10px 10px 30px 10px;
  color: #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 0;
  border-bottom: 2px solid #925B0D;
  font-size: 1.4em;
  font-size: 14px;
  height:40px;
}
.btn-orange:hover {
  color: #fff;
}
.btn-orange-form{
  background-color: #f08100;
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  padding: 8px 10px 10px 10px;
  color: #fff;
  border-radius: 4px;
  height:40px;
}
.btn-orange-form:hover{
  color: #fff;
}
.btn-yellow {
  background-color: #f08100;
  display: inline-block;
  /*min-width:30%;*/
  padding: 10px 10px 30px 10px;
  color: #fff;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 5px;
  border: 0;
  border-bottom: 2px solid #925B0D;
  font-size: 1.4em;
  font-size: 14px;
  height:40px;
}
.btn-yellow:hover {
  color: #fff;
}
.list-companyname-flex{
  width:100%;
  margin:0 0 5px 0;
  padding:0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.list-companyname-right-entry-btn{
  background-color: #fc9f14;
  display: inline-block;
  width:60px;
  padding: 6px 8px 30px 8px;
  color: #fff;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 0;
  border-bottom: 4px solid #ce7a15;
  font-size: 1.2em;
  font-size: 12px;
  letter-spacing: -1px;
  word-wrap: break-word;
  line-height: 1.2;
}
.list-company-img50{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.list-company-img50 .text50{
  width:50% !important;
  padding-right: 15px;
}
.list-company-img50 .img50{
  width:50% !important;  
}
.list-company-img50 .img50 img{
  width:100% !important;
}
.btn-blue-border{
  height:40px;
  padding: 8px;
  font-size:14px;
  font-size:1.4rem;
  font-weight:bold;
  color:#65AADD;
  border-color:#65AADD;
  border-radius:20px;
  background-color: #fff;
  width: 100%;
}
.btn-blue-border:hover{
  color:#65AADD;
}
.btn-lightgreen {
  background-color: #25cc62;
  display: inline-block;
  width: 35%;
  padding: 10px 10px 30px 10px;
  color: #fff;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 0;
  border-bottom: 4px solid #27b13c;
  font-size: 1.4em;
  font-size: 14px;
}
.btn-lightgreen:hover {
  color: #fff;
}
.btn-gray {
  background-color: #bdbdbc;
  display: inline-block;
  width: 35%;
  padding: 10px 5px 30px 5px;
  color: #fff;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 0;
  border-bottom: 4px solid #aaa9a8;
  cursor: not-allowed;
  font-size: 1.4em;
  font-size: 14px;
}
.btn-gray:hover {
  color: #fff;
}
.btn-yellow.half-10,.btn-gray.half-10 {
  max-width: 5% !important;
  }
.btn-yellow.half {
  min-width: auto !important;
  width: auto !important;
  }
.mypage-right-login-box .btn-orange{
  width: 80%;
}
@media (min-width: 769px){
  .btn-blue-border{
    width: 30%;
  }
}
@media (max-width: 768px){
  .btn-pink,.btn-pink2,.btn-orange,.btn-yellow,.btn-gray,.btn-lightgreen {
  width: 100% !important;
  }
  .btn-yellow.half {
  min-width: auto !important;
  width: auto !important;
  }
  .btn-pink.half-10,.btn-orange.half-10,.btn-yellow.half-10,.btn-gray.half-10,.btn-lightgreen.half-10 {
  /*width: 15% !important;*/
  }
  .btn-pink,btn-orange,btn-yellow,btn-gray,btn-lightgreen {
  padding: 8px 8px 25px 8px !important;
  font-size: 1.2em;
  font-size: 12px;
  }
  .btn-blue {
  min-width: 45% !important;
}
.btn-blue-long {
  min-width: 100% !important;
}
}
/* line 116, ../sass/_login.scss */
.login .login-link {
  list-style: none;
  margin: 0 auto;
  padding: 20px 0 0 0;
  width: 340px;
  max-width: 340px;
}
/* line 122, ../sass/_login.scss */
.login .login-link li {
  margin: 0 0 10px 0;
  text-align: center;
}
/* line 125, ../sass/_login.scss */
.login .login-link li .btn {
  border: 2px solid #fff;
  width: 80%;
}

@media (max-width: 978px) {
  /* line 134, ../sass/_login.scss */
  .login .login-header {
    position: absolute;
    top: 17px;
    left: 10px;
    width: 200px;
    height: 43px;
  }
  /* line 140, ../sass/_login.scss */
  .login .login-header h1 {
    margin-top: 0;
    width: 200px;
    height: 43px;
  }
  /* line 144, ../sass/_login.scss */
  .login .login-header h1 img {
    width: 200px;
    height: 43px;
  }
  /* line 151, ../sass/_login.scss */
  .login .section-login {
    background-position: -130px -10px;
    min-height: auto;
    padding: 120px 10px 0 10px;
  }
  /* line 156, ../sass/_login.scss */
  .login .login-nav {
    display: none;
  }
  /* line 159, ../sass/_login.scss */
  .login .login-nav-sm {
    display: block;
  }
  /* line 162, ../sass/_login.scss */
  .login .login-panel {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
  }
  /* line 167, ../sass/_login.scss */
  .login .login-link {
    width: auto;
  }
  /* line 170, ../sass/_login.scss */
  .login .login-bottom {
    position: relative;
    bottom: auto;
    right: auto;
    padding: 10px 0;
    text-align: center;
  }
	.column .cell-detailpr-img{
	float:none;
	margin-left: 0 !important;
}
}

/* line 3, ../sass/_mypage.scss */
.innerlink {
  display: block;
  margin-top: -68px;
  padding-top: 68px;
}

/*
 home
------------------------------------------------------------------------ */
/* line 14, ../sass/_mypage.scss */
.column .cell-detailpr {
}

.column .cell-detailpr-textright,
.column .cell-detailpr-textleft{
	word-break: break-all;
}

.column .cell-detailpr-sub-textright,
.column .cell-detailpr-sub-textleft{
	word-break: break-all;
}

.column .cell-detailpr-textleft,
.column .cell-detailpr-textright{
	word-break: break-all;
}

.column .cell-detailpr-img.f-right{
	float:right;
	margin-left: 20px;
}
.column .cell-detailpr-img.f-left{
	float:left;
	margin-right: 20px;
}

.column .cell-detailpr-img img{
  max-width: 250px;
}

.column .cell-detailpr-sub-img img {
  width: 250px !important;
}

@media screen and (max-width: 768px) {

.column .cell-detailpr {
  width: 100%;
}

.column .cell-detailpr-textright,
.column .cell-detailpr-textleft{
  width: 100%;
	padding-left:10px;
}
.column .cell-detailpr-sub-textright,
.column .cell-detailpr-sub-textleft{
  width: 100%;
	padding-left:0;
}

.column .cell-detailpr-textleft,
.column .cell-detailpr-textright{
  width: 100%;
}
.column .cell-detailpr-img {
    float: none;
    margin-left: 0;
}
.column .cell-detailpr-img img,
.column .cell-detailpr-sub-img img{
	max-width: 100% !important;
  margin: 0 auto;
}
.column .cell-detailpr-img.f-right,
.column .cell-detailpr-img.f-left{
	float:none;
	margin-right: 0;
	margin-left: 0;
	max-width: 100%;
}
}

@media screen and (min-width: 768px) {
/*.column .cell-detailpr-img img.min-w-imgsize{
	min-width: 150px;
	width: 100% !important;
}*/

.column .cell-detailpr-img img.max-w-imgsize{
	max-width:450px;
	width: 100% !important;
}
}

.section-your-analysis .column .cell-ranking {
  width: 100%;
}
/* line 16, ../sass/_mypage.scss */
.section-your-analysis .column .cell-ranking h3 {
  font-size: 18px;
  font-size: 1.8rem;
  color: #f08200;
  padding-bottom: 10px;
  text-align: center;
}
/* line 24, ../sass/_mypage.scss */
.section-your-analysis .column .cell-matrix {
  width: 100%;
}
/* line 26, ../sass/_mypage.scss */
.section-your-analysis .column .cell-matrix h3 {
  font-size: 18px;
  font-size: 1.8rem;
  color: #65aadd;
  padding-bottom: 10px;
  text-align: center;
}

/* line 36, ../sass/_mypage.scss */
.title-self {
  margin: 0;
  padding: 0;
}
/* line 39, ../sass/_mypage.scss */
.title-self dt {
  margin: 30px auto 20px auto;
  display: block;
  width: 84px;
  height: 84px;
  background-color: #65aadd;
  border: 4px solid #a4cdeb;
  -moz-border-radius: 42px;
  -webkit-border-radius: 42px;
  border-radius: 42px;
  text-align: center;
  color: #fff;
  font-weight: normal;
  line-height: 1.2;
}
/* line 51, ../sass/_mypage.scss */
.title-self dt em {
  font-style: normal;
  font-size: 22px;
  font-size: 2.2rem;
  display: block;
  padding: 18px 0 0 0;
  margin: 0;
}
/* line 60, ../sass/_mypage.scss */
.title-self dd {
  font-weight: bold;
  text-align: center;
}

/* line 66, ../sass/_mypage.scss */
.type-ranking {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 70, ../sass/_mypage.scss */
.type-ranking li {
  display: block;
  margin: 0 0 10px 0;
}
/* line 74, ../sass/_mypage.scss */
.type-ranking a {
  display: block;
  text-decoration: none;
  color: #000;
  padding: 10px;
  background-color: #fff;
  border: 1px solid #d3d3d3;
}

/* line 83, ../sass/_mypage.scss */
dl.type-ranking-box {
  margin: 0;
  min-height: 100px;
  padding: 0 0 0 120px;
}
/* line 87, ../sass/_mypage.scss */
dl.type-ranking-box dt {
  display: block;
  margin: 0 0 5px 0;
  padding: 0;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: left;
}
/* line 94, ../sass/_mypage.scss */
dl.type-ranking-box dt .rank-text {
  width: 95px;
  height: 25px;
  display: block;
}
/* line 99, ../sass/_mypage.scss */
dl.type-ranking-box dt em {
  font-style: normal;
  display: block;
  color: #f08200;
  font-size: 11px;
  font-size: 1.1rem;
}
/* line 107, ../sass/_mypage.scss */
dl.type-ranking-box dd {
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: left;
}

/* line 116, ../sass/_mypage.scss */
.type-ff01 dl {
  background: url(../images/type/ff01.png) no-repeat 0 0;
}

/* line 119, ../sass/_mypage.scss */
.type-ff02 dl {
  background: url(../images/type/ff02.png) no-repeat 0 0;
}

/* line 122, ../sass/_mypage.scss */
.type-ff03 dl {
  background: url(../images/type/ff03.png) no-repeat 0 0;
}

/* line 125, ../sass/_mypage.scss */
.type-ff04 dl {
  background: url(../images/type/ff04.png) no-repeat 0 0;
}

/* line 128, ../sass/_mypage.scss */
.type-ff05 dl {
  background: url(../images/type/ff05.png) no-repeat 0 0;
}

/* line 131, ../sass/_mypage.scss */
.type-ff06 dl {
  background: url(../images/type/ff06.png) no-repeat 0 0;
}

/* line 134, ../sass/_mypage.scss */
.type-ff07 dl {
  background: url(../images/type/ff07.png) no-repeat 0 0;
}

/* line 137, ../sass/_mypage.scss */
.type-ff08 dl {
  background: url(../images/type/ff08.png) no-repeat 0 0;
}

/* line 140, ../sass/_mypage.scss */
.type-ff09 dl {
  background: url(../images/type/ff09.png) no-repeat 0 0;
}

/* line 143, ../sass/_mypage.scss */
.type-ff10 dl {
  background: url(../images/type/ff10.png) no-repeat 0 0;
}

/* line 146, ../sass/_mypage.scss */
.type-ff11 dl {
  background: url(../images/type/ff11.png) no-repeat 0 0;
}

/* line 149, ../sass/_mypage.scss */
.type-ff12 dl {
  background: url(../images/type/ff12.png) no-repeat 0 0;
}

/* line 152, ../sass/_mypage.scss */
.type-ff13 dl {
  background: url(../images/type/ff13.png) no-repeat 0 0;
}

/* line 155, ../sass/_mypage.scss */
.type-ff14 dl {
  background: url(../images/type/ff14.png) no-repeat 0 0;
}

/* line 158, ../sass/_mypage.scss */
.type-ff15 dl {
  background: url(../images/type/ff15.png) no-repeat 0 0;
}

/* line 161, ../sass/_mypage.scss */
.type-ff16 dl {
  background: url(../images/type/ff16.png) no-repeat 0 0;
}

/* line 165, ../sass/_mypage.scss */
.table-matrix {
  background-color: #fff;
  border: 1px solid #d3d3d3;
  table-layout: fixed;
}
/* line 169, ../sass/_mypage.scss */
.table-matrix .icon {
  width: 15px;
  height: 15px;
}
/* line 170, ../sass/_mypage.scss */
.table-matrix tr, .table-matrix td, .table-matrix th {
  border: 1px solid #d3d3d3;
}
/* line 173, ../sass/_mypage.scss */
.table-matrix td {
  height: 96px;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  -moz-transition-property: background-color;
  -o-transition-property: background-color;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  color: #65aadd;
  font-weight: bold;
}
/* line 182, ../sass/_mypage.scss */
.table-matrix td:hover {
  color: #65aadd;
  background-color: #e2eff9;
}
/* line 188, ../sass/_mypage.scss */
.table-matrix td.on {
  color: #fff;
  background-color: #65aadd;
}
/* line 191, ../sass/_mypage.scss */
.table-matrix td.on:hover {
  color: #65aadd;
  background-color: #e2eff9;
}
/* line 197, ../sass/_mypage.scss */
.table-matrix td.rank01 {
  color: #fff;
  background-color: #65aadd;
}
/* line 200, ../sass/_mypage.scss */
.table-matrix td.rank01:hover {
  color: #65aadd;
  background-color: #e2eff9;
}
/* line 205, ../sass/_mypage.scss */
.table-matrix td.rank02 {
  color: #fff;
  background-color: #8fc1e6;
}
/* line 208, ../sass/_mypage.scss */
.table-matrix td.rank02:hover {
  color: #65aadd;
  background-color: #e2eff9;
}
/* line 213, ../sass/_mypage.scss */
.table-matrix td.rank03 {
  background-color: #cde4f4;
}
/* line 215, ../sass/_mypage.scss */
.table-matrix td.rank03:hover {
  color: #65aadd;
  background-color: #e2eff9;
}

/* line 223, ../sass/_mypage.scss */
.section-friend-more-list .section {
  background: url(../images/bg-circle-lg.png) no-repeat center left;
  -moz-background-size: 275px, 275px;
  -o-background-size: 275px, 275px;
  -webkit-background-size: 275px, 275px;
  background-size: 275px, 275px;
  padding: 60px 0;
}

/* line 229, ../sass/_mypage.scss */
.friend-more-list {
  color: #fff;
  display: table;
  table-layout: fixed;
  margin: 0;
  padding: 0;
  width: 100%;
}
/* line 236, ../sass/_mypage.scss */
.friend-more-list a {
  color: #fff;
}
/* line 237, ../sass/_mypage.scss */
.friend-more-list dt, .friend-more-list dd {
  display: table-cell;
}
/* line 240, ../sass/_mypage.scss */
.friend-more-list dt {
  width: 275px;
  text-align: center;
  vertical-align: middle;
}
/* line 244, ../sass/_mypage.scss */
.friend-more-list dt em {
  font-style: normal;
  font-size: 20px;
  font-size: 2.0rem;
  display: block;
}
/* line 251, ../sass/_mypage.scss */
.friend-more-list dd {
  padding-left: 20px;
  vertical-align: middle;
}
/* line 255, ../sass/_mypage.scss */
.friend-more-list ul {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 0;
  padding: 0;
}
/* line 261, ../sass/_mypage.scss */
.friend-more-list ul li {
  display: table-cell;
}
/* line 265, ../sass/_mypage.scss */
.friend-more-list .user-photo-sm {
  display: inline-block;
  vertical-align: middle;
}

/* line 271, ../sass/_mypage.scss */
.section-your-personality .cell {
  vertical-align: middle;
}

/* line 275, ../sass/_mypage.scss */
.section-support {
  text-align: right;
}

/* line 279, ../sass/_mypage.scss */
.type-detail {
  background-position: left top;
  background-repeat: no-repeat;
  padding-top: 40px;
}

/* line 285, ../sass/_mypage.scss */
.type-detail-ff01 {
  background-image: url(../images/type/ff01-lg.png);
}

/* line 288, ../sass/_mypage.scss */
.type-detail-ff02 {
  background-image: url(../images/type/ff02-lg.png);
}

/* line 291, ../sass/_mypage.scss */
.type-detail-ff03 {
  background-image: url(../images/type/ff03-lg.png);
}

/* line 294, ../sass/_mypage.scss */
.type-detail-ff04 {
  background-image: url(../images/type/ff04-lg.png);
}

/* line 297, ../sass/_mypage.scss */
.type-detail-ff05 {
  background-image: url(../images/type/ff05-lg.png);
}

/* line 300, ../sass/_mypage.scss */
.type-detail-ff06 {
  background-image: url(../images/type/ff06-lg.png);
}

/* line 303, ../sass/_mypage.scss */
.type-detail-ff07 {
  background-image: url(../images/type/ff07-lg.png);
}

/* line 306, ../sass/_mypage.scss */
.type-detail-ff08 {
  background-image: url(../images/type/ff08-lg.png);
}

/* line 309, ../sass/_mypage.scss */
.type-detail-ff09 {
  background-image: url(../images/type/ff09-lg.png);
}

/* line 312, ../sass/_mypage.scss */
.type-detail-ff10 {
  background-image: url(../images/type/ff10-lg.png);
}

/* line 315, ../sass/_mypage.scss */
.type-detail-ff11 {
  background-image: url(../images/type/ff11-lg.png);
}

/* line 318, ../sass/_mypage.scss */
.type-detail-ff12 {
  background-image: url(../images/type/ff12-lg.png);
}

/* line 321, ../sass/_mypage.scss */
.type-detail-ff13 {
  background-image: url(../images/type/ff13-lg.png);
}

/* line 324, ../sass/_mypage.scss */
.type-detail-ff14 {
  background-image: url(../images/type/ff14-lg.png);
}

/* line 327, ../sass/_mypage.scss */
.type-detail-ff15 {
  background-image: url(../images/type/ff15-lg.png);
}

/* line 330, ../sass/_mypage.scss */
.type-detail-ff16 {
  background-image: url(../images/type/ff16-lg.png);
}

/* line 335, ../sass/_mypage.scss */
.level-graph {
  display: block;
  position: relative;
  width: auto;
  height: 40px;
	/*background: url(../images2/graph/mach-graph-number.jpg) no-repeat 2px 26px;
	background-size:contain;*/
}
/* line 340, ../sass/_mypage.scss */
.level-graph .line {
  height: 10px;
  width: 1px;
  border-left: 1px solid #8a8a8a;
  position: absolute;
  bottom: 10px;
}
/* line 347, ../sass/_mypage.scss */
.level-graph .h-line {
  width: 100%;
  height: 1px;
  border-top: 1px solid #8a8a8a;
  position: absolute;
  bottom: 15px;
}
/* line 354, ../sass/_mypage.scss */
.level-graph .bar {
  height: 6px;
  position: absolute;
  bottom: 12px;
  background: #1e69de;
  background: -moz-linear-gradient(left, #6db3f2 1%, #1e69de 100%);
  background: -webkit-linear-gradient(left, #6db3f2 1%, #1e69de 100%);
  background: linear-gradient(to right, #6db3f2 1%, #1e69de 100%);
}
.level-graph .number-bar {
  height: 6px;
  position: absolute;
  bottom: 6px;
  background: #1e69de;
  background: -moz-linear-gradient(left, #6db3f2 1%, #1e69de 100%);
  background: -webkit-linear-gradient(left, #6db3f2 1%, #1e69de 100%);
  background: linear-gradient(to right, #6db3f2 1%, #1e69de 100%);
}
/* line 363, ../sass/_mypage.scss */
.level-graph .l0 {
  left: 0;
  bottom: 5px;
  height: 20px;
}
/* line 364, ../sass/_mypage.scss */
/*.level-graph .l10 {
  left: 10%;
}*/
/* line 365, ../sass/_mypage.scss */
/*.level-graph .l20 {
  left: 20%;
}*/
/* line 366, ../sass/_mypage.scss */
/*.level-graph .l30 {
  left: 30%;
}*/
/* line 367, ../sass/_mypage.scss */
/*.level-graph .l40 {
  left: 40%;
}*/
/* line 368, ../sass/_mypage.scss */
.level-graph .l50 {
  left: 50%;
  bottom: 5px;
  height: 20px;
}
/* line 369, ../sass/_mypage.scss */
/*.level-graph .l60 {
  left: 60%;
}*/
/* line 370, ../sass/_mypage.scss */
/*.level-graph .l70 {
  left: 70%;
}*/
/* line 371, ../sass/_mypage.scss */
/*.level-graph .l80 {
  left: 80%;
}*/
/* line 372, ../sass/_mypage.scss */
/*.level-graph .l90 {
  left: 90%;
}*/
/* line 373, ../sass/_mypage.scss */
.level-graph .l100 {
  left: 100%;
  bottom: 5px;
  height: 20px;
}

.level-graph .line2 {
  height: 10px;
  width: 1px;
  border-left: 1px solid #8a8a8a;
  position: absolute;
  bottom: 10px;
}
/*.level-graph .num00 {
  left: 0%;
}*/
.level-graph .num10 {
  left: 10%;
}
.level-graph .num20 {
  left: 20%;
}
.level-graph .num30 {
  left: 30%;
}
.level-graph .num40 {
  left: 40%;
}
.level-graph .num50 {
  left: 50%;
}
/*.level-graph .num50 {
  left: 50%;
}*/
.level-graph .num60 {
  left: 60%;
}
.level-graph .num65 {
  left: 65%;
}
.level-graph .num70 {
  left: 70%;
}
.level-graph .num80 {
  left: 80%;
}
.level-graph .num90 {
  left: 90%;
}

/*.level-graph .num100 {
  left: 100%;
}*/

/* line 374, ../sass/_mypage.scss */
.level-graph .pointer {
  width: 15px;
  height: 20px;
  position: absolute;
  top: 0;
  margin-left: -7px;
  background: url(../images/pointer.png) no-repeat 0 0;
  -moz-background-size: 15px, 20px;
  -o-background-size: 15px, 20px;
  -webkit-background-size: 15px, 20px;
  background-size: 15px, 20px;
}

/* line 384, ../sass/_mypage.scss */
.level-graph-wrapper {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 0 0 20px 0;
}
/* line 389, ../sass/_mypage.scss */
.level-graph-wrapper .glyphicon {
  font-size: 16px;
  font-size: 1.6rem;
  color: #65aadd;
  vertical-align: top;
  margin: 1px 2px 0 2px;
  cursor: pointer;
  display: inline-block;
}
/* line 398, ../sass/_mypage.scss */
.level-graph-wrapper .label-text {
  font-size: 11px;
  font-size: 1.1rem;
  display: inline-block;
}
/* line 403, ../sass/_mypage.scss */
.level-graph-wrapper .text-cell-help {
  width: 25px;
  margin: 0;
  padding: 12px 0 0 0;
  display: table-cell;
  text-align: center;
  position: relative;
}
/* line 410, ../sass/_mypage.scss */
.level-graph-wrapper .text-cell-help .popover {
  min-width: 240px;
}
/* line 412, ../sass/_mypage.scss */
.level-graph-wrapper .text-cell-l {
  display: table-cell;
  width: 20%;
  text-align: right;
  vertical-align: top;
  padding: 12px 10px 0 0;
}
/* line 419, ../sass/_mypage.scss */
.level-graph-wrapper .text-cell-r {
  display: table-cell;
  width: 20%;
  text-align: left;
  vertical-align: top;
  padding: 12px 0 0 10px;
}
/* line 426, ../sass/_mypage.scss */
.level-graph-wrapper .graph-cell {
  display: table-cell;
  vertical-align: top;
}
.level-graph .text-01{
	position: absolute;
	top:0;
	left:0;
	font-size: 8px;
}
.level-graph .text-02{
	position: absolute;
	top:0;
	left:45%;
	font-size: 8px;
}
.level-graph .text-03{
	position: absolute;
	top:0;
	right:0;
	font-size: 8px;
}
.level-graph .text-04{
	position: absolute;
	bottom: -6%;
	left:0;
	font-size: 10px;
}
.level-graph .text-05{
	position: absolute;
	bottom: -6%;
	left:49%;
	font-size: 10px;
}
.level-graph .text-06{
	position: absolute;
	bottom: -6%;
	right:0;
	font-size: 10px;
}
.level-graph .text-d{
	position: absolute;
	bottom: -5px;
  left: 15%;
	font-size: 9px;
}
.level-graph .text-c{
	position: absolute;
	bottom: -5px;
	left:34%;
	font-size: 9px;
}
.level-graph .text-b{
	position: absolute;
	bottom: -5px;
	left:44%;
	font-size: 9px;
}
.level-graph .text-a{
	position: absolute;
	bottom: -5px;
	left:55%;
	font-size: 9px;
}
.level-graph .text-aa{
	position: absolute;
	bottom: -5px;
	left:61%;
	font-size: 9px;
}
.level-graph .text-s{
	position: absolute;
	bottom: -5px;
	left:67%;
	font-size: 9px;
}
.level-graph .text-ss{
	position: absolute;
	bottom: -5px;
	left:84%;
	font-size: 9px;
}
/*
 my-type
------------------------------------------------------------------------ */
/* line 436, ../sass/_mypage.scss */
.rank-btn-list {
  display: table;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  table-layout: fixed;
}
/* line 443, ../sass/_mypage.scss */
.rank-btn-list li {
  display: table-cell;
  padding: 2px;
}

/*
 content
------------------------------------------------------------------------ */
/* line 453, ../sass/_mypage.scss */
.bottom-share {
  border-top: 1px solid #d3d3d3;
  padding-top: 10px;
  margin-top: 10px;
}

/* line 460, ../sass/_mypage.scss */
.section-user-info .cell-user {
  width: 200px;
  border-right: 1px dotted #ddd;
}
/* line 464, ../sass/_mypage.scss */
.section-user-info .cell-link {
  padding-left: 10px;
  vertical-align: middle;
}
/* line 467, ../sass/_mypage.scss */
.section-user-info .cell-link ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: table;
  table-layout: fixed;
}
/* line 473, ../sass/_mypage.scss */
.section-user-info .cell-link ul li {
  display: table-cell;
  padding: 5px;
}

/* line 481, ../sass/_mypage.scss */
.user-list {
  list-style: none;
  display: table;
  margin: 20px auto;
  padding: 0;
  table-layout: fixed;
}
/* line 487, ../sass/_mypage.scss */
.user-list a {
  text-decoration: none;
}
/* line 490, ../sass/_mypage.scss */
.user-list li {
  display: table-cell;
  vertical-align: top;
  padding: 0 2px;
}
/* line 496, ../sass/_mypage.scss */
.user-list .more p {
  background-color: #6daedf;
  color: #fff;
  line-height: 44px;
  margin: 0;
  padding: 0;
}
/* line 505, ../sass/_mypage.scss */
.user-list .blank .user-photo-ssm {
  background: #eee;
}
/* line 507, ../sass/_mypage.scss */
.user-list .blank .user-photo-ssm p {
  background: #eee;
}

/* line 514, ../sass/_mypage.scss */
.graph-box {
  background: url(../images/graph/graph-number.png) no-repeat 0 0;
  -moz-background-size: 21px, 210px;
  -o-background-size: 21px, 210px;
  -webkit-background-size: 21px, 210px;
  background-size: 21px, 210px;
  height: 210px;
  padding: 6px 0 0 24px;
}
/* line 519, ../sass/_mypage.scss */
.graph-box .graph {
  background: url(../images/graph/graph-line.png) repeat-x 0 0;
  -moz-background-size: 10px, 200px;
  -o-background-size: 10px, 200px;
  -webkit-background-size: 10px, 200px;
  background-size: 10px, 200px;
  height: 200px;
  border-left: 1px solid #c1c1c1;
  border-right: 1px solid #c1c1c1;
}
/* line 527, ../sass/_mypage.scss */
.graph-box .table-graph {
  table-layout: fixed;
  width: 100%;
  height: 200px;
}
/* line 531, ../sass/_mypage.scss */
.graph-box .table-graph td {
  text-align: center;
  vertical-align: bottom;
  margin: 0;
  padding: 0;
}
/* line 540, ../sass/_mypage.scss */
.graph-box .graph-bar-wrapper {
  height: 200px;
  vertical-align: bottom;
}
/* line 543, ../sass/_mypage.scss */
.graph-box .graph-bar-wrapper .bar-cell {
  vertical-align: bottom;
  min-width: 22px;
}

/* line 549, ../sass/_mypage.scss */
.graph-bar-wrapper {
  display: table;
  margin-left: auto;
  margin-right: auto;
}
/* line 553, ../sass/_mypage.scss */
.graph-bar-wrapper .bar-cell {
  display: table-cell;
  min-width: 22px;
}

/* line 558, ../sass/_mypage.scss */
.graph-bar-blue {
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: bottom;
  width: 8px;
  background: #25a1de;
  background: -moz-linear-gradient(top, #25a1de 0%, #2586de 100%);
  background: -webkit-linear-gradient(top, #25a1de 0%, #2586de 100%);
  background: linear-gradient(to bottom, #25a1de 0%, #2586de 100%);
}

/* line 569, ../sass/_mypage.scss */
.graph-bar-purple {
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: bottom;
  width: 8px;
  background: #9e80b3;
  background: -moz-linear-gradient(top, #9e80b3 0%, #9979af 100%);
  background: -webkit-linear-gradient(top, #9e80b3 0%, #9979af 100%);
  background: linear-gradient(to bottom, #9e80b3 0%, #9979af 100%);
}

/* line 580, ../sass/_mypage.scss */
.graph-bar-orange {
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: bottom;
  width: 8px;
  background: #9e80b3;
  background: -moz-linear-gradient(top, #f08200 0%, #f06000 100%);
  background: -webkit-linear-gradient(top, #f08200 0%, #f06000 100%);
  background: linear-gradient(to bottom, #f08200 0%, #f06000 100%);
}

/* line 591, ../sass/_mypage.scss */
.graph-ex {
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 10px;
  float: right;
}
/* line 596, ../sass/_mypage.scss */
.graph-ex .inner-ex {
  display: inline-block;
  padding: 5px;
}
/* line 600, ../sass/_mypage.scss */
.graph-ex * {
  vertical-align: middle;
}
/* line 601, ../sass/_mypage.scss */
.graph-ex .user-photo-min {
  display: inline-block;
  margin: 0;
}
/* line 606, ../sass/_mypage.scss */
.graph-ex .friend .user-photo-min {
  background-color: #f08200;
}

/* line 613, ../sass/_mypage.scss */
.title-blue {
  background-color: #65aadd;
  border: 2px solid #a4cdeb;
  padding: 4px;
  margin-bottom: 20px;
  color: #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  text-align: center;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.6;
}

/* line 625, ../sass/_mypage.scss */
.title-purple {
  background-color: #9e80b3;
  border: 2px solid #c3b0d0;
  padding: 4px;
  margin-bottom: 20px;
  color: #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  text-align: center;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.6;
}

/* line 639, ../sass/_mypage.scss */
.graph-box-bottom {
  padding: 0 0 0 24px;
}
/* line 641, ../sass/_mypage.scss */
.graph-box-bottom .table-graph-label {
  table-layout: fixed;
  width: 100%;
}
/* line 644, ../sass/_mypage.scss */
.graph-box-bottom .table-graph-label td {
  text-align: center;
  vertical-align: top;
  margin: 0;
  padding: 2px;
}
/* line 651, ../sass/_mypage.scss */
.graph-box-bottom .label-blue {
  background-color: #65aadd;
  padding: 4px;
  color: #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
}
/* line 658, ../sass/_mypage.scss */
.graph-box-bottom .label-blue2 {
  background-color: #2c87c9;
  padding: 4px;
  color: #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
}
/* line 665, ../sass/_mypage.scss */
.graph-box-bottom .label-purple {
  background-color: #9e80b3;
  padding: 4px;
  color: #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
}
/* line 672, ../sass/_mypage.scss */
.graph-box-bottom .label-purple2 {
  background-color: #785690;
  padding: 4px;
  color: #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
}

/*
 friend-comparison
------------------------------------------------------------------------ */
/* line 685, ../sass/_mypage.scss */
.cell-friend-list, .modal-friend-list {
  background-color: #65aadd;
  width: 220px;
  color: #fff;
  font-size: 11px;
  font-size: 1.1rem;
}
/* line 692, ../sass/_mypage.scss */
.cell-friend-list dl dt, .modal-friend-list dl dt {
  text-align: center;
  padding: 5px;
  border-bottom: 1px solid #a4cdeb;
}
/* line 698, ../sass/_mypage.scss */
.cell-friend-list dl dd a, .modal-friend-list dl dd a {
  display: block;
  padding: 10px 5px;
  color: #fff;
  text-decoration: none;
}
/* line 704, ../sass/_mypage.scss */
.cell-friend-list dl dd a:hover, .modal-friend-list dl dd a:hover {
  background-color: #2c87c9;
}
/* line 707, ../sass/_mypage.scss */
.cell-friend-list dl dd a.on, .modal-friend-list dl dd a.on {
  position: relative;
  background-color: #2879b4;
  z-index: 0;
}
/* line 711, ../sass/_mypage.scss */
.cell-friend-list dl dd a.on:before, .modal-friend-list dl dd a.on:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -10px;
  margin-top: -10px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #2879b4;
}
/* line 724, ../sass/_mypage.scss */
.cell-friend-list dl dd .user-photo-ssm, .modal-friend-list dl dd .user-photo-ssm {
  margin: 0;
  float: left;
}
/* line 728, ../sass/_mypage.scss */
.cell-friend-list dl dd .name, .modal-friend-list dl dd .name {
  float: left;
  width: 160px;
  padding: 5px 2px;
}

/* line 736, ../sass/_mypage.scss */
.cell-friend-detail {
  padding: 20px;
}

/* line 741, ../sass/_mypage.scss */
.friend-comparison-select h3 {
  color: #65aadd;
  font-size: 15px;
  font-size: 1.5rem;
  text-align: center;
}

/* line 750, ../sass/_mypage.scss */
.section-friend-comparison .selected-type {
  border: 1px solid #d3d3d3;
  padding: 5px;
  background-color: #fff;
  cursor: pointer;
}

/* line 757, ../sass/_mypage.scss */
.friend-comparison {
  margin: 0 auto;
  padding: 20px 0;
}
/* line 760, ../sass/_mypage.scss */
.friend-comparison .friend, .friend-comparison .user {
  margin: 0 auto;
  text-align: center;
  font-size: 11px;
  font-size: 1.1rem;
}
/* line 766, ../sass/_mypage.scss */
.friend-comparison .border-box {
  border: 1px solid #d3d3d3;
  padding: 5px;
}
/* line 771, ../sass/_mypage.scss */
.friend-comparison .user strong, .friend-comparison .friend strong {
  display: inline-block;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 13px;
  font-size: 1.3rem;
}
/* line 781, ../sass/_mypage.scss */
.friend-comparison .friend .user-photo-sm {
  background-color: #f08200;
}

/* line 787, ../sass/_mypage.scss */
.color-bar-friend {
  background-color: #f08200;
  height: 5px;
}

/* line 791, ../sass/_mypage.scss */
.color-bar-user {
  background-color: #65aadd;
  height: 5px;
}

/* line 798, ../sass/_mypage.scss */
.modal-friend-list {
  width: auto;
}
/* line 803, ../sass/_mypage.scss */
.modal-friend-list dl dd a.on:before {
  display: none;
}

/* line 810, ../sass/_mypage.scss */
.type-comparison {
  border: 1px solid #d3d3d3;
  padding: 10px;
  vertical-align: top;
}
/* line 814, ../sass/_mypage.scss */
.type-comparison .text {
  font-size: 13px;
  font-size: 1.3rem;
}

/*
 setting
------------------------------------------------------------------------ */
/* line 823, ../sass/_mypage.scss */
.setting-friend-list-box {
  height: 280px;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  border: 1px solid #dbdbdb;
  padding: 10px;
  background-color: #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

/* line 832, ../sass/_mypage.scss */
.fb-app-setting {
  border: 1px solid #ddd;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 5px;
  margin-top: 10px;
  font-size: 11px;
  font-size: 1.1rem;
}

/* line 841, ../sass/_mypage.scss */
.setting-friend-list {
  list-style: none;
  display: table;
  table-layout: fixed;
  width: 100%;
  border-bottom: 1px dotted #ccc;
  padding-bottom: 5px;
}
/* line 848, ../sass/_mypage.scss */
.setting-friend-list li {
  display: table-cell;
  border-right: 1px solid #ccc;
  padding-left: 5px;
  width: 33%;
}
/* line 853, ../sass/_mypage.scss */
.setting-friend-list li .user-photo-ssm {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
}
/* line 858, ../sass/_mypage.scss */
.setting-friend-list li .name {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
}

/* line 865, ../sass/_mypage.scss */
.accordion-title {
  cursor: pointer;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 8px;
  font-weight: bold;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
/* line 872, ../sass/_mypage.scss */
.accordion-title .glyphicon {
  color: #65aadd;
}
/* line 875, ../sass/_mypage.scss */
.accordion-title:hover {
  background-color: #f1f1f1;
}

/* line 879, ../sass/_mypage.scss */
.accordion-contents {
  display: none;
  border-top: 1px solid #d4d4d4;
  margin-top: 10px;
  padding-top: 10px;
}

/*
 type-modal
------------------------------------------------------------------------ */
/* line 890, ../sass/_mypage.scss */
.modal-type .modal-dialog {
  width: 430px;
  max-width: 430px;
}
/* line 894, ../sass/_mypage.scss */
.modal-type .type-img {
  display: block;
  margin-bottom: 10px;
}
/* line 898, ../sass/_mypage.scss */
.modal-type dl {
  margin: 0;
}
/* line 900, ../sass/_mypage.scss */
.modal-type dl dt {
  display: block;
  margin: 0 0 5px 0;
  padding: 0;
  font-size: 14px;
  font-size: 1.4rem;
}
/* line 906, ../sass/_mypage.scss */
.modal-type dl dt em {
  font-style: normal;
  display: block;
  color: #f08200;
  font-size: 11px;
  font-size: 1.1rem;
}
/* line 914, ../sass/_mypage.scss */
.modal-type dl dd {
  margin: 0;
  padding: 0;
  font-size: 13px;
  font-size: 1.3rem;
}

/*
 modal-share-panel
------------------------------------------------------------------------ */
/* line 925, ../sass/_mypage.scss */
.modal-share {
  padding: 5px;
}
/* line 927, ../sass/_mypage.scss */
.modal-share .modal-dialog {
  width: 960px;
}
/* line 930, ../sass/_mypage.scss */
.modal-share .close {
  color: #fff;
  opacity: 0.8;
  text-shadow: 0 1px 0 #000;
}

/* line 936, ../sass/_mypage.scss */
.modal-share-panel {
  background: url(../images/stripe-black.png) repeat 0 0;
  padding: 30px 10px;
}
/* line 937, ../sass/_mypage.scss */
.modal-share-panel .share-title {
  background-color: #3a589a;
  border: 2px solid #5e7dc2;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  font-size: 12px;
  font-size: 1.2rem;
  width: 200px;
  margin: 10px auto;
  text-align: center;
  height: 32px;
  color: #fff;
  padding: 4px;
}
/* line 950, ../sass/_mypage.scss */
.modal-share-panel .select-text {
  color: #fff;
  text-align: center;
}
/* line 956, ../sass/_mypage.scss */
.modal-share-panel ul {
  list-style: none;
  display: table;
  width: 930px;
  margin: 0 auto;
  padding: 0;
  table-layout: fixed;
}
/* line 963, ../sass/_mypage.scss */
.modal-share-panel ul li {
  display: table-cell;
}
/* line 967, ../sass/_mypage.scss */
.modal-share-panel dl {
  display: block;
  background: #fff;
  width: 300px;
  min-height: 280px;
  margin: 0 auto;
  cursor: pointer;
  padding: 1px;
  border: 4px solid #fff;
}
/* line 976, ../sass/_mypage.scss */
.modal-share-panel dl:hover {
  border: 4px solid #f08200;
}
/* line 979, ../sass/_mypage.scss */
.modal-share-panel dl .img img {
  width: 100%;
}
/* line 982, ../sass/_mypage.scss */
.modal-share-panel dl .title {
  padding: 5px 0;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
}
/* line 988, ../sass/_mypage.scss */
.modal-share-panel dl .text {
  font-size: 11px;
  font-size: 1.1rem;
}
/* line 991, ../sass/_mypage.scss */
.modal-share-panel dl .text span {
  font-size: 10px;
  font-size: 1.0rem;
  color: #808080;
  font-weight: bold;
  display: block;
  padding: 5px 0;
}

@media (max-width: 978px) {
  /* line 1005, ../sass/_mypage.scss */
  .img-graph {
    max-width: 474px;
    width: 100%;
  }

  /* line 1010, ../sass/_mypage.scss */
  .level-graph-wrapper .label-text {
    font-size: 10px;
    font-size: 1.0rem;
  }
  /* line 1014, ../sass/_mypage.scss */
  .level-graph-wrapper .text-cell-help .popover {
    min-width: 140px;
  }
	
  /* line 1020, ../sass/_mypage.scss */
  .section-your-analysis .column .cell-ranking {
    width: auto;
  }
  /* line 1023, ../sass/_mypage.scss */
  .section-your-analysis .column .cell-matrix {
    width: auto;
  }
  /* line 1029, ../sass/_mypage.scss */
  .section-your-analysis .type-ranking li dl {
    height: auto;
  }

  /* line 1036, ../sass/_mypage.scss */
  .section-friend-more-list .section {
    background: none;
    padding: 20px 0;
  }

  /* line 1041, ../sass/_mypage.scss */
  .friend-more-list {
    display: block;
    table-layout: auto;
  }
  /* line 1044, ../sass/_mypage.scss */
  .friend-more-list dt, .friend-more-list dd {
    display: block;
    margin: 0;
    padding: 0;
  }
  /* line 1049, ../sass/_mypage.scss */
  .friend-more-list dt {
    width: auto;
  }
  /* line 1052, ../sass/_mypage.scss */
  .friend-more-list dd {
    padding-left: 20px;
    vertical-align: middle;
  }
  /* line 1056, ../sass/_mypage.scss */
  .friend-more-list ul {
    display: block;
    table-layout: auto;
  }
  /* line 1059, ../sass/_mypage.scss */
  .friend-more-list ul li {
    display: block;
    margin: 10px 0;
    text-align: center;
  }
  /* line 1065, ../sass/_mypage.scss */
  .friend-more-list .user-photo-sm {
    display: block;
    vertical-align: middle;
  }

  /* line 1071, ../sass/_mypage.scss */
  .section-your-personality .graph {
    width: 100%;
    max-width: 450px;
    display: block;
    margin: 0 auto 30px auto;
  }

  /* line 1079, ../sass/_mypage.scss */
  .section-support {
    text-align: center;
  }

  /* line 1082, ../sass/_mypage.scss */
  .section-user-info {
    text-align: center;
  }
  /* line 1085, ../sass/_mypage.scss */
  .section-user-info .cell-link ul {
    display: block;
  }
  /* line 1087, ../sass/_mypage.scss */
  .section-user-info .cell-link ul li {
    display: block;
    margin-bottom: 2px;
  }

  /* line 1094, ../sass/_mypage.scss */
  .matrix-blcok-sm {
    display: block;
    border: 0;
  }
  /* line 1097, ../sass/_mypage.scss */
  .matrix-blcok-sm tbody, .matrix-blcok-sm tr, .matrix-blcok-sm td {
    display: block;
    height: auto;
  }
  /* line 1101, ../sass/_mypage.scss */
  .matrix-blcok-sm tr {
    border: 0;
  }

  /* line 1105, ../sass/_mypage.scss */
  .friend-comparison {
    width: 100%;
  }

  /* line 1108, ../sass/_mypage.scss */
  .cell-friend-detail {
    padding: 20px 10px;
  }

  /* line 1113, ../sass/_mypage.scss */
  .modal-share .modal-dialog {
    width: auto;
  }

  /* line 1118, ../sass/_mypage.scss */
  .modal-share-panel .share-title {
    width: 100%;
    max-width: 200px;
  }
  /* line 1122, ../sass/_mypage.scss */
  .modal-share-panel ul {
    display: block;
    width: auto;
    table-layout: auto;
  }
  /* line 1126, ../sass/_mypage.scss */
  .modal-share-panel ul li {
    display: block;
  }
  /* line 1130, ../sass/_mypage.scss */
  .modal-share-panel dl {
    display: block;
    background: #fff;
    width: auto;
    max-width: 300px;
  }
  /* line 1136, ../sass/_mypage.scss */
  .modal-share-panel dl .img img {
    width: 100%;
    max-width: 290px;
  }

  /* line 1144, ../sass/_mypage.scss */
  .friend-comparison dl.type-ranking-box {
    background-position: top center;
    padding: 120px 0 0 0;
  }
  /* line 1147, ../sass/_mypage.scss */
  .friend-comparison dl.type-ranking-box dt, .friend-comparison dl.type-ranking-box dd {
    text-align: center;
  }
  /* line 1150, ../sass/_mypage.scss */
  .friend-comparison dl.type-ranking-box dt .rank-text {
    margin: 0 auto;
  }
  /* line 1155, ../sass/_mypage.scss */
  .friend-comparison .type-comparison .text {
    font-size: 11px;
    font-size: 1.1rem;
  }

  /* line 1161, ../sass/_mypage.scss */
  .label-purple, .label-blue, .label-orange,
  .label-purple2, .label-blue2, .label-orange2 {
    min-height: 40px;
  }
}
@media (max-width: 768px) {
	.level-graph {
		/*background: url(../images2/graph/mach-graph-number.jpg) no-repeat 2px 30px;
		background-size: contain;*/
}
  /* line 1170, ../sass/_mypage.scss */
  .modal-type .modal-dialog {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
  }
  /* line 1176, ../sass/_mypage.scss */
  .modal-type .type-img {
    width: 100%;
  }

  /* line 1180, ../sass/_mypage.scss */
  .rank-btn-list {
    display: block;
    width: auto;
    table-layout: none;
    margin: 10px 0;
  }
  /* line 1185, ../sass/_mypage.scss */
  .rank-btn-list li {
    display: block;
    margin-bottom: 0;
  }

  /* line 1190, ../sass/_mypage.scss */
  .bottom-share {
    text-align: center;
  }
}
/* line 1197, ../sass/_mypage.scss */
.balloon-bottom {
  position: relative;
  display: inline-block;
  padding: 15px 15px;
  width: auto;
  min-width: 115px;
  color: #F6F6F6;
  text-align: center;
  background: #3a589a;
  z-index: 0;
}

/* line 1210, ../sass/_mypage.scss */
.balloon-bottom:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #3a589a transparent transparent transparent;
}

/* line 1223, ../sass/_mypage.scss */
.btnInquiry01 a {
  background: url(../images/btn01_off_pc.png) no-repeat;
  position: relative;
  top: -20px;
  height: 201px;
  max-width: 825px;
  margin: 0 auto;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  display: block;
  -moz-background-size: contain;
  background-size: contain;
}

/* line 1237, ../sass/_mypage.scss */
.btnInquiry01 a:hover {
  background: url(../images/btn01_on_pc.png) no-repeat;
  -moz-background-size: contain;
  background-size: contain;
}

/* smartphone page*/
@media screen and (max-width: 768px) {
  /* line 1245, ../sass/_mypage.scss */
  .btnInquiry {
    margin: 5px 10%;
  }

  /* line 1248, ../sass/_mypage.scss */
  .btnInquiry a {
    background: url(../images/btn_off_sp.png) no-repeat;
    position: relative;
    top: 40px;
    height: 112px;
    max-width: 600px;
    margin: 0 auto;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 100%;
    display: block;
    -moz-background-size: contain;
    background-size: contain;
  }

  /* line 1262, ../sass/_mypage.scss */
  .btnInquiry a:hover {
    background: url(../images/btn_on_sp.png) no-repeat;
    -moz-background-size: contain;
    background-size: contain;
  }
}

/*
 job
------------------------------------------------------------------------ */

  .section-recommend-more-list .section {
    background: url(../images/bg-circle-lg.png) no-repeat center left;
    -moz-background-size: 275px, 275px;
    -o-background-size: 275px, 275px;
    -webkit-background-size: 275px, 275px;
    background-size: 275px, 275px;
    padding: 40px 0;
  }

  .recommend-more-list {
    color: #fff;
    display: table;
    table-layout: fixed;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .recommend-more-list a {
    color: #fff;
  }
  .recommend-more-list dt, .recommend-more-list dd {
    display: table-cell;
  }
  .recommend-more-list dt {
    width: 275px;
    text-align: center;
    vertical-align: middle;
  }
  .recommend-more-list dt em {
    font-style: normal;
    font-size: 20px;
    font-size: 2.0rem;
    display: block;
  }
  .recommend-more-list dd {
    padding-left: 20px;
    vertical-align: middle;
  }
  .recommend-more-list ul {
    display: table;
    table-layout: fixed;
    width: 70%;
    margin: 0 auto;
    padding: 0;
  }
  .recommend-more-list ul li {
    display: table-cell;
  }
  .recommend-more-list .user-photo-sm {
    display: inline-block;
    vertical-align: middle;
  }

  .bookmark-newslist {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 13px;
    color:#333;
  }
  .bookmark-newslist li{
    display: table;
  }
  .bookmark-newslist li span{
    display: table-cell;
  }
  .bookmark-newslist li .date {
    width: 120px;
  }

  .recruit-name-search {
    margin: 0;
    padding: 10px;
  }
  .recruit-name-search-flex {
    display: flex;
     -webkit-box-pack: justify;
     -ms-flex-pack: justify;
   justify-content: space-between;
  }
  .recruit-name-search-flex a{
    font-size: 12px;
    color: #65AADD;
  }
  .recruit-name-search dt,.recruit-name-search dd{
    display: block;
		margin: 0;
		padding: 0 10px 10px 0;
		vertical-align: middle;
  }
  .recruit-search-title {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    margin-top: 10px;
    display: block;
  }
  .recruit-search-title .glyphicon{
    color: #63a9dc;
  }
  .recruit-name-search input.input-radius {
    width: 380px !important;
  }
  select.form-control  {
    height: auto;
    padding-top: 2px;
    padding-bottom: 2px;
  }
  select.save-select-list {
    max-width: 220px;
  }
  .line-gray hr {display: none;}
  .line-gray {
    height: 1px;
    border-bottom: 1px solid #d4d4d4;
    margin: 10px 0 10px 0;
    clear: both !important;
  }
.line-bold{
  height: 1px;
  border-bottom: 3px solid #2e2e2e;
  margin: 10px 0 10px 0;
  clear: both !important;
}
  label {font-weight: normal;padding:0 10px 0 0;vertical-align: middle;}

.range-section {
  display: table;
  width: 100%;
  max-width: 300px;
  vertical-align: middle;
}
.range-section .range-label{
  display: table-cell;
  width: 100px;
  vertical-align: middle;
}
.range-section .range-slider{
  display: table-cell;
  vertical-align: middle;
}
.range-section .range-text{
  display: table-cell;
  vertical-align: middle;
  width: 60px;
  padding-left: 5px;
}
.company-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.company-list li {
  width: 300px;
}
.visible-xs .company-list li {
  width: 100% !important;
	margin-bottom: 20px;
}
/*.company-list a {
  display: block;
  text-decoration: none !important;
}*/

.company-list-box {
  background: #fff;
  padding: 10px 15px;
	min-height:260px;
	width: 200px;
}
.company-list-box.border{
	border: 1px solid #d4d4d4;
}
.company-list-box-100 {
  background: #fff;
  border: 1px solid #d4d4d4;
  display: table;
  padding: 10px 15px;
	white-space: nowrap;
	width:100%;
}
.company-list-box-blue {
  padding: 10px 15px;
	white-space: nowrap;
	text-align:center;
}
.company-list-box-full {
  background: #fff;
  padding: 10px 15px;
}
.company-list-box-full div.others{
  vertical-align:bottom;
}
.company-list-box .img,
.company-list-box-100 .img {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  vertical-align: top;
}

.company-list-box .img img,
.company-list-box-100 .img img{
  /*width: auto !important;*/
	width: 100%;
	margin:0 8px 0 0;
}
.visible-xs .company-list-box .img img,
.visible-xs .company-list-box-100 .img img{
	width: auto;
	max-height: 90px;
	margin:0 auto;
}

.company-list-box .data {
  display: block !important;
  margin: 0;
  padding: 0;
	max-width: 180px !important;
	white-space: normal;
  /*vertical-align: top;*/
}
.company-list-box .data dt,
.company-list-box-100 .data dt,
.company-list-box-100 .data dt,
.company-list-box-blue .data dt,
.company-list-box-full .data dt {
  color:#489ad9;
  font-size: 12px;
  margin: 0 0 5px 0;
}
.company-list-box .data dd,
.company-list-box-100 .data dd,
.company-list-box-blue .data dd,
.company-list-box-full .data dd {
  color:#333;
  font-size: 12px;
}
.company-list-box .data dd.business{
	font-size: 13px;
	margin: 0 0 5px 0;
}
.company-list-box .data dd.fit{
	font-size: 11px;
}

@media (max-width: 978px) {
  .section-recommend-more-list .section {
    background: none;
    padding: 20px 0;
  }

  .recommend-more-list {
    display: block;
    table-layout: auto;
    width: auto;
  }

  .recommend-more-list dt, .recommend-more-list dd {
    display: block;
    margin: 0;
    padding: 0;
  }

  .recommend-more-list dt {
    width: auto;
  }

  .recommend-more-list dd {
    padding-left: 20px;
    vertical-align: middle;
  }

  .recommend-more-list ul {
    display: block;
    table-layout: auto;
  }

  .recommend-more-list ul li {
    display: block;
    margin: 10px 0;
    text-align: center;
  }

  .recommend-more-list .user-photo-sm {
    display: block;
    vertical-align: middle;
  }

  .recruit-name-search dt,.recruit-name-search dd{
    display:block;
    padding: 5px 0;
    width: 100%;
  }
  .recruit-name-search input.input-radius {
    display:block;
    width: 100% !important;
  }
  .recruit-name-search .btn {
    /*margin: 0 auto;
    display: block;*/
  }
  .form-control {margin-top:2px;margin-bottom: 2px;}
  select.save-select-list {max-width:100%;}
  .btn{margin-top:2px;margin-bottom: 2px;}
  
    .line-gray {
      margin: 3px 0 3px 0;
    }
    .line-bold{
      margin: 3px 0 3px 0;
    }
}

@media (max-width: 768px) {
  .bookmark-newslist li{
    display: block;
  }
  .bookmark-newslist li span{
    display: block;
  }
  .bookmark-newslist li .date {
    width: auto;
  }
  .recruit-search-title {
    font-size: 14px;
  }
  .company-list-box {
  background: #fff;
  display: block;
  width: 100%;
  padding: 10px 5px;
	text-align:left;
	}
	.company-list-box-blue {
  display: block;
	width: 100%;
  padding: 10px 15px;
	text-align:center;
}
	 .company-list-box-full {
  background: #fff;
  display: block;
  width: 100%;
  padding: 10px 5px;
	text-align:center;
	font-size:14px;
	font-size:1.4em;
	}
	.company-list-box-100 .img{
	display:block !important;
	width:100% !important;
}
	.company-list-box-100 .img img{
	width:100% !important;
	clear:both !important;
	margin:0 auto 20px !important;
}
}

/*
 job-detail
------------------------------------------------------------------------ */

.table-job {
  background-color: #fff;
  border: 1px solid #d3d3d3;
  table-layout: fixed;
}
.table-job .icon {
  width: 15px;
  height: 15px;
}
.table-job tr, .table-job td, .table-job th {
  border: 1px solid #d3d3d3;
}
.table-job td {
  height: 96px;
  vertical-align: middle;
  text-align: left;
	font-size:1.2rem;
}
.table-job td h4{
	color: #65aadd;
	font-weight: bold;
}

.job-list-normal {
  list-style: none;
  margin: 20px auto;
  padding: 0;
  table-layout: fixed;
}
.job-list-normal a {
  text-decoration: none;
}
.job-list-normal li {
  vertical-align: top;
  padding: 0 2px;
}

.job-list {
  list-style: none;
  display: table;
  margin: 20px auto;
  padding: 0;
  table-layout: fixed;
}
.job-list a {
  text-decoration: none;
}
.job-list li {
  display: table-cell;
  vertical-align: top;
  padding: 0 2px;
}

.table-job .img {
  display: table-cell;
  width: 120px;
  margin: 0;
  padding: 0;
  vertical-align: top;
}

.table-job .img img{
  width: auto !important;
}

.cell-pr-btn {
	/*border-bottom:1px solid #ccc;*/
  width: 100% !important;
}
.cell-pr-btn-bottom {
  width: 100% !important;
}
.section-pr {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100% !important;
}
.cell-pr-btn a.btn-recruit,
.cell-pr-btn-bottom a.btn-recruit {
  border: none;
	border-radius:0;
  height: 50px;
  line-height:1.8;
  text-align: center;
  background-color: #4A90E2;
	color:#fff;
	font-weight:bold;
	font-size:14px;
  padding: 13px 10px;
  border-right: 1px solid #fff;
}
.cell-pr-btn a.btn-pr,
.cell-pr-btn-bottom a.btn-pr {
  border: none;
	border-radius:0;
  height: 50px;
  line-height:1.8;
  text-align: center;
  background-color: #4A90E2;
	color:#fff;
	font-weight:bold;
	font-size:14px;
  padding: 13px 10px;
  border-right: 1px solid #fff;
}
.cell-pr-btn a.btn-company,
.cell-pr-btn-bottom a.btn-company {
  border: none;
	border-radius:0;
  height: 50px;
  line-height:1.8;
  text-align: center;
  background-color: #4A90E2;
	color:#fff;
	font-weight:bold;
	font-size:14px;
  padding: 13px 10px;
  border-right: 1px solid #fff;
}
.cell-pr-btn a.btn-senior,
.cell-pr-btn-bottom a.btn-senior {
  border: none;
	border-radius:0;
  height: 50px;
  line-height:1.8;
  text-align: center;
  background-color: #4A90E2;
	color:#fff;
	font-weight:bold;
	font-size:14px;
  padding: 13px 10px;
  border-right: 1px solid #fff;
}
.cell-pr-btn a.btn-entrytab,
.cell-pr-btn-bottom a.btn-entrytab {
  border: none;
	border-radius:0;
  height: 50px;
  line-height:1.8;
  text-align: center;
  background-color: #4A90E2;
	color:#fff;
	font-weight:bold;
	font-size:14px;
  padding: 13px 10px;
  border-right: 1px solid #fff;
}

.cell-pr-btn a.btn-recruit:hover,
.cell-pr-btn-bottom a.btn-recruit:hover {
  background-color: #4A90E2;
}
.cell-pr-btn a.btn-pr:hover,
.cell-pr-btn-bottom a.btn-pr:hover {
  background-color: #4A90E2;
}
.cell-pr-btn a.btn-company:hover,
.cell-pr-btn-bottom a.btn-company:hover {
  background-color: #4A90E2;
}
.cell-pr-btn a.btn-senior:hover,
.cell-pr-btn-bottom a.btn-senior:hover {
  background-color: #4A90E2;
}
.cell-pr-btn a.btn-entrytab:hover,
.cell-pr-btn-bottom a.btn-entrytab:hover {
  background-color: #4A90E2;
}

.cell-pr-btn .btn.active,
.cell-pr-btn .btn:active,
.cell-pr-btn-bottom .btn.active,
.cell-pr-btn-bottom .btn:active {
	box-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.40);
}

.cell-pr-btn a.btn-recruit, .cell-pr-btn a.btn-pr, .cell-pr-btn a.btn-company, .cell-pr-btn a.btn-senior, .cell-pr-btn a.btn-entrytab {
	 border-top-left-radius: 0;
	 border-top-right-radius: 0;
}

.cell-pr-btn-bottom a.btn-recruit, .cell-pr-btn-bottom a.btn-pr, .cell-pr-btn-bottom a.btn-company, .cell-pr-btn-bottom a.btn-senior, .cell-pr-btn-bottom a.btn-entrytab {
	 border-bottom-left-radius: 0;
	 border-bottom-right-radius: 0;
}

@media (max-width: 768px) {
.section-pr {
  padding:0;
  margin: 0;
  align-items: stretch !important;
}
.cell-pr-btn {
	border-bottom:1px solid #ccc;
}
.cell-pr-btn-bottom {
	border-top:1px solid #ccc;
}
.cell-pr-btn a.btn-recruit,
.section-pr a.btn-recruit,
.cell-pr-btn-bottom a.btn-recruit
 {
	font-size:11px;
	padding-top: 5px;
  line-height: 1.2;
  flex-grow: 1;
  /*width: 24%;*/
}
.cell-pr-btn a.btn-pr,
.section-pr a.btn-pr,
.cell-pr-btn-bottom a.btn-pr
 {
	font-size:11px;
  padding-top: 5px;
  line-height: 1.2;
  flex-grow: 1;
  /*width: 24%;*/
}
.cell-pr-btn a.btn-company,
.section-pr a.btn-company,
.cell-pr-btn-bottom a.btn-company
 {
	font-size: 11px;
  padding-top: 5px;
  line-height: 1.2;
  flex-grow: 1;
  /*width: 24%;*/
}
.cell-pr-btn a.btn-senior,
.section-pr a.btn-senior,
.cell-pr-btn-bottom a.btn-senior
 {
	font-size:11px;
  padding-top: 5px;
  line-height: 1.2;
  flex-grow: 1;
  /*width: 24%;*/
}
.cell-pr-btn a.btn-entrytab,
.section-pr a.btn-entrytab,
.cell-pr-btn-bottom a.btn-entrytab
 {
	font-size:11px;
  padding-top: 5px;
  line-height: 1.2;
  flex-grow: 1;
  /*width: 24%;*/
}
}

@media screen and (min-width: 768px) {
br.br-sp { display : none ; }
}

@media screen and (max-width: 768px) {
br.br-pc { display : none ; }
}

ul.dl-default {
	overflow: hidden;
	list-style-type: none;
	padding-left:0 !important;
}
.dl-default h4 {
  margin: 0 0 20px 0;
  padding: 2px 10px;
  border-left: 4px solid #65aadd;
}
.dl-default li {
  margin: 0 0 10px 0;
	display:inline-block;
}

.dl-default li.event {
  margin: 0 7px 10px 0;
	padding:10px;
	background-color:#fff;
	border-top:5px solid #65aadd;
	font-size:12px;
	cursor:pointer;
	display:inline-block;
	vertical-align:top;
	min-height: 300px;
	width: 300px;
}

.dl-default li.event-full {
  margin: 0 7px 10px 0;
	padding: 5px 15px;
	background-color: #fff;
	border-top: 2px solid #65aadd;
	font-size: 12px;
	cursor: pointer;
	display: inline-block;
	vertical-align: top;
	min-height: 20px;
	width: 100%;
}

.dl-default li.event-small {
  margin: 0 7px 10px 0;
	padding:10px;
	background-color:#fff;
	border-top:5px solid #65aadd;
	font-size:12px;
	cursor:pointer;
	display:inline-block;
	vertical-align:top;
	min-height:200px;
	width:168px;
}

.dl-default li p{
  margin: 0 0 4px 0;
}

@media (max-width: 768px) {
.dl-default li.event,
.dl-default li.event-small {
	width:100%;
	min-height:60px;
}
.dl-default li.event-full{
	width:100%;
	min-height:10px;
}
.dl-default li.event p,
.dl-default li.event-full p,
.dl-default li.event-small p{
	margin: 0 0 3px 0;
	height:auto;
}
}
/*
 job-mail
------------------------------------------------------------------------ */

.scroll-box::-webkit-scrollbar {
  height: 5px;
}
.scroll-box::-webkit-scrollbar-track {
  border-radius: 5px;
  background: #eee;
}
.scroll-box::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #666;
} 

.thread{
	border-left:6px solid #bbdcf5;
	padding:0 0 0 30px;
}
.thread-campany{
	border-left:6px solid #FCBC6C;
	padding:0 0 0 30px;
}

.btn-flat{
	background-color:#65aadd;
	border:none;
	color:#fff;
	margin:0 5px;
}

.btn-flat:hover{
	background-color:#bbdcf5;
	border:none;
	color:#fff;
	margin:0 5px;
}

.blue-line{
	border-top:4px solid #8ec5ef;
}

.label-event{
	background-color:#f08200;
	margin-left:5px;
}


/*
 selfpromotion
------------------------------------------------------------------------ */

.column .cell-comment {
  width: 400px;
	padding-right:40px;
}

.column .cell-matrix {
  width: 100%;
}

.column .cell-matrix h3{
	font-size: 18px;
	font-size: 1.8rem;
	color: #65aadd;
	padding-bottom: 10px;
	text-align: center;
}

/*
 search-office-button
------------------------------------------------------------------------ */

.search-office-button{
	padding:16px;
	display:block;
	background-color:#65aadd;
	border-radius:80px;
	border:#bbdcf5 solid 5px;	
	font-size:26px;
	color:#fff;
	text-align:center;
	text-decoration:none;
	width:60%;
}
.search-office-button img.ai{
	margin-right:20px;
	width:40px
}
.search-office-button span{
	padding-bottom:5px;
	border-bottom:#fff solid 3px;
}
.search-office-button:hover{
	text-decoration:none;
	color:#65aadd;
	background-color:#fff;
	border:#65aadd solid 5px;
}
.search-office-button:hover span{
	border-bottom:#65aadd solid 3px;
}

.search-friend-button{
	padding:16px;
	display:block;
	background-color:#fca241;
	border-radius:80px;
	border:#febb59 solid 5px;	
	font-size:26px;
	color:#fff;
	text-align:center;
	text-decoration:none;
	width:60%;
}
.search-friend-button img.ai{
	margin-right:20px;
	width:40px
}
.search-friend-button span{
	padding-bottom:5px;
	border-bottom:#fff solid 3px;
}
.search-friend-button:hover{
	text-decoration:none;
	color:#fc9424;
	background-color:#fff;
	border:#fc9424 solid 5px;
}
.search-friend-button:hover span{
	border-bottom:#fc9424 solid 3px;
}

@media (max-width: 768px) {
	.search-office-button{
	padding:10px;
	display:block;
	background-color:#65aadd;
	border-radius:50px;
	border:#bbdcf5 solid 3px;	
	font-size:17px;
	color:#fff;
	text-align:center;
	width:80%;
	}
	.search-office-button img.ai{
	margin-right:20px;
	width:30px;
	}
	.search-office-button span{
	border-bottom:none;
	}
	.search-office-button:hover{
	text-decoration:none;
	color:#65aadd;
	background-color:#fff;
	border:#65aadd solid 3px;
	}
	.search-office-button:hover span{
	border-bottom:none;
	}
	
	.search-friend-button{
	padding:10px;
	display:block;
	background-color:#fca241;
	border-radius:50px;
	border:#febb59 solid 3px;	
	font-size:17px;
	color:#fff;
	text-align:center;
	width:80%;
	}
	.search-friend-button img.ai{
	margin-right:20px;
	width:30px;
	}
	.search-friend-button span{
	border-bottom:none;
	}
	.search-friend-button:hover{
	text-decoration:none;
	color:#fc9424;
	background-color:#fff;
	border:#fc9424 solid 3px;
	}
	.search-friend-button:hover span{
	border-bottom:none;
	}
}

.alert-success{
	color: #2e2e2e;
	background-color: #5aa8f5;
	border-color: #5aa8f5;
	border-top:#c6e7ff solid 6px;
	font-size:18px;
	font-size:1.8rem;
}

.alert-success h2{
	font-size:21px;
	font-size:2.1rem;
	font-weight:bold;
}

.alert{
	border-radius:1px;
	margin-bottom: 0;
}

.table-bordered > tbody > tr > td i.category{
	font-size:18px;
	color:#65aadd;
}
.label{
	padding: .3em .6em .3em;
}
.label-danger {
	background-color: #ec403b;
	padding-top: 2px;
	margin-left: 6px;
}
.label-info {
	background-color: #5bc0de;
	display: inline-block;
	margin-right: 5px;
}
.label-info-company {
	background-color: #fff;
	display: inline-block;
	margin-right: 5px;
  border: 1px solid #2e2e2e;
  color:#2e2e2e;
}
.label-info-company2 {
	background-color: #fff;
	display: inline-block;
	margin-right: 5px;
  border: 1px solid #65aadd;
  color:#2e2e2e;
}
.label-default {
    background-color: #b587e0;
    display: inline-block;
    margin-right: 5px;
}
.label-success {
	background-color: #f88c31;
	display: inline-block;
	margin-right: 6px;
	margin-bottom: 6px;
}
.label-gray {
	background-color: #eaeaea;
  color: #2e2e2e;
  font-weight: normal;
	margin-right: 6px;
  padding: 5px;
  display: inline-block;
  min-width: 50px;
}
.bg-inner{
	background-color: #fea337;
	padding: 10px;
	display: inline-block;
	margin-top: 10px;
	border-radius:5px;
}
.table-striped > tbody > tr:nth-of-type(2n){
	background-color: #fff;
	border-right: solid 3px #5bc0de;
}
.table-striped > tbody > tr:nth-of-type(2n+1) {
	background-color: #e4f9fc;
	border-left: solid 3px #5bc0de;
}
.sns-icon{
	width:14px;
}
.line-box{
	position: relative;
	display: inline-block;
	min-width: 300px;
 	max-width: 100%;
	border: 1px solid #ccc;
	border: 3px double #65aadd;
	padding: 10px;
	margin-bottom: 10px;
}
.line-box:before{
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
 	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #65aadd;
}

@media screen and (max-width: 768px) {
.line-box{
	position: relative;
	display: inline-block;
	min-width: 100%;
 	max-width: 100%;
	border: 1px solid #ccc;
	border: 3px double #65aadd;
	padding: 10px;
	margin-bottom: 10px;
}
.line-box:before{
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
 	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #65aadd;
}
}

/******************************mypage-two-colmn**/
.mypage-two-column-wrapper{
	width: 100%;
	background-color: #fff;
}
.mypage-two-column-wrapper .wrapper-inner{
	display:-webkit-box;/*--- Androidブラウザ用 ---*/
	display:-ms-flexbox;/*--- IE10 ---*/
	display: -webkit-flex;/*--- safari（PC）用 ---*/
	display: flex;
	width: 80%;
	margin: 0 auto;
}

.mypage-two-main{
	width: 80%;
	z-index: 1;
}
.mypage-two-side{
	background-color: #e7edef;	
	background: -webkit-repeating-linear-gradient(-45deg, #efefef, #e4edf0 1px,#eaeaea 1px, #f7fbfc 3px);
	background:repeating-linear-gradient(-45deg, #efefef, #e4edf0 1px,#eaeaea 1px, #f7fbfc 3px);
	width: 20%;
	min-width: 240px;
}
.mypage-two-main .inner{
	padding:0;
	display: block;
  margin-right: 10px;
}
.mypage-two-main .inner2{
	padding:10px;
	display: block;
}
.mypage-two-side .inner{
	padding:30px;
	display: block;
}
.mypage-two-main .inner-10,
.mypage-two-side .inner-10{
	padding:6px 10px;
	display: block;
}
.pickup-img{
	width: 180px;
}

.success-box-wrapper{
	display:-webkit-box;/*--- Androidブラウザ用 ---*/
	display:-ms-flexbox;/*--- IE10 ---*/
	display: -webkit-flex;/*--- safari（PC）用 ---*/
	display: flex;
	justify-content: space-around;
	padding: 10px;
	margin: 0 auto;
	width: 1200px;
}
.success-box {
	background: #f1f1f1;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
	width: 30%;
	font-size: 14px;
}
.success-box .box-title {
	background: #5fc2f5;
	padding: 4px;
	text-align: center;
	color: #FFF;
	letter-spacing: 0.05em;
}
.success-box p {
	padding: 8px;
}
.icheckbox_flat-blue, .iradio_flat-blue {
  margin: 0 5px 0 0;
}

/*********************下部固定**/
.k-nav {
	height: 250px;
	text-align: center;
}
.k-nav2 {
	height: 95px;
	text-align: center;
}
#global-nav {
	width: 100%;
	border-top: solid 5px #65aadd;
}
#global-navList{
	width: 100%;
	border-top: solid 5px #65aadd;
  background-color: #fff;
}
.fixed {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 9999 !important;
}
/***********************/
.company-list{
	display:-webkit-box;/*--- Androidブラウザ用 ---*/
	display:-ms-flexbox;/*--- IE10 ---*/
	display: -webkit-flex;/*--- safari（PC）用 ---*/
	display: flex;
}
.company-list .img-box{
	width: 30%;
	margin-right: 20px;
  text-align: center;
}
.company-list .right-textbox{
	width: 70%;
}
.company-list .img-box img{
	max-width: 100% !important;
}

.company-list img.aicon,
.text-aicon{
	/*width: 250px;*/
	width: 20px !important;
}
.company-list img.aicon2{
	/*width: 250px;*/
	width: 10px !important;
  float: none;
}
.company-list .title-marker{
	text-align: left;
}
.company-list .title-marker span{
	line-height: 1.2;
	font-size: 16px;
	font-size: 1.6rem;
}
.company-list .company-lank{
	display:-webkit-box;/*--- Androidブラウザ用 ---*/
	display:-ms-flexbox;/*--- IE10 ---*/
	display: -webkit-flex;/*--- safari（PC）用 ---*/
	display: flex;
	justify-content: space-between;
  align-items: center;
}
.company-list .company-lank .company-lank-box01{
	padding: 20px 40px 10px 40px;
	text-align: center;
	border-radius: 8px;
	line-height: 1.3;
}
.company-list .company-lank .company-lank-box02{
	padding: 15px 40px 10px 40px;
	text-align: center;
	border-radius: 8px;
	line-height: 1.3;
}
.company-list .company-lank .company-lank-box03{
	padding: 20px 40px 10px 40px;
	text-align: center;
	border-radius: 8px;
	line-height: 1.3;
}
.company-list .company-lank .company-lank-box01 .small,
.company-list .company-lank .company-lank-box02 .small,
.company-list .company-lank .company-lank-box03 .small{
	font-size: 13px;
	font-weight: bold;
}
.company-list .company-lank .company-lank-box01 .big,
.company-list .company-lank .company-lank-box02 .big,
.company-list .company-lank .company-lank-box03 .big{
	font-size: 40px;
	font-weight: bold;
}
.company-list .company-lank .company-lank-box01 .middle,
.company-list .company-lank .company-lank-box02 .middle,
.company-list .company-lank .company-lank-box03 .middle{
	font-size: 30px;
	font-weight: bold;
}
.company-list .company-lank .company-lank-box01{
	background-color: #4dce93;	
}
.company-list .company-lank .company-lank-box02{
	background-color: #70d6f2;
}
.company-list .company-lank .company-lank-box03{
	background-color: #ffce41;
}

.company-maching{
  
}
.w20p{width:20% !important;max-width:20% !important;}
@media screen and (max-width: 768px) {
.w20p{max-width:100% !important;min-width:100% !important;width:100% !important;}
.company-list .title-marker span{
	font-size: 14px !important;
	font-size: 1.4rem !important;
}
}
tr.toplineblue{border-top: 2px solid #65aadd;}
.company-maching .company-maching-box01{
  background-color: #B4CFE8;
  padding: 5px 12px 2px 12px;
  height: 50%;
  margin-bottom: 5px;
  border-radius: 3px;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  width: 150px;
  line-height: 1.2;
}
.company-maching .company-maching-box02{
  background-color: #ffce41;
  padding: 3px 12px;
  height: 26%;
  border-radius: 8px;
  text-align: center;
}
.company-maching .company-maching-box03{
  background-color: #b4cfe8;
  padding: 3px 8px;
  height: 26%;
  border-radius: 3px;
  text-align: center;
}
.company-maching .company-maching-box01 .small,
.company-maching .company-maching-box02 .small,
.company-maching .company-maching-box03 .small{
	font-size: 11px !important;
  font-weight: bold;
  line-height: 1.2;
  display: inline-block;
}
.company-maching .company-maching-box01 .big,
.company-maching .company-maching-box02 .big,
.company-maching .company-maching-box03 .big{
	font-size: 30px !important;
  font-size:3.0rem;
	font-weight: normal;
  white-space: nowrap;
  margin-right: 10px;
}
.company-maching .company-maching-box01 .middle,
.company-maching .company-maching-box02 .middle,
.company-maching .company-maching-box03 .middle{
	font-size: 22px !important;
	font-weight: bold;
}
.color-small{
  color:#f65f36 !important;
}


#picupRecruit .company-maching .company-maching-box03{
  background-color: #b4cfe8;
  padding: 3px 8px;
  height: 26%;
  border-radius: 3px;
  text-align: center;
  font-size: 10px;
}
#picupRecruit .company-maching .company-maching-box03 .small{
	font-size: 8px !important;
	font-weight: bold;
}
#picupRecruit .company-maching .company-maching-box03 .big{
	font-size: 20px !important;
  font-size:2.0rem;
	font-weight: normal;
  white-space: nowrap;
  margin-right: 10px;
}
#picupRecruit .company-maching .company-maching-box03 .middle{
	font-size: 12px !important;
	font-weight: bold;
}

@media screen and (max-width: 768px) {
.company-maching .company-maching-box01{
  width: auto !important;
}
}

@media screen and (max-width: 1200px) {
.company-list{
	display:block;
  }
  .company-list .right-textbox{
	width: 100%;
  display:block;
  }
  .company-list .img-box{
  text-align: center;
  width: 100%;
  display:flex;
  }
   .company-list .img-box{
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  }
  .company-list .img-box .img-inbox{
    display: inline-block;
    width: 48%;
    margin: 5px;
  }
 
  .company-list img{
   max-width: 100% !important;
  }
.company-list .title-marker{
	text-align: center;
}
.company-list .title-marker span{
	line-height: 1.2;
	font-size: 16px;
	font-size: 1.6rem;
}
.company-list .company-lank{
	display:-webkit-box;/*--- Androidブラウザ用 ---*/
	display:-ms-flexbox;/*--- IE10 ---*/
	display: -webkit-flex;/*--- safari（PC）用 ---*/
	display: flex;
	align-items: baseline;
  align-items: center;
}
.company-list .company-lank .company-lank-box01{
	padding: 12px 15px 0 15px;
	text-align: center;
	border-radius: 8px;
	line-height: 1.1; 
	min-height: 70px;
	min-width: 30%;
}
.company-list .company-lank .company-lank-box02{
	padding: 12px 15px 0 15px;
	text-align: center;
	border-radius: 8px;
	line-height: 1.1; 
	min-height: 70px;
	min-width: 30%;
}
.company-list .company-lank .company-lank-box03{
	padding: 12px 15px 0 15px;
	text-align: center;
	border-radius: 8px;
	line-height: 1.1; 
	min-height: 70px;
	min-width: 30%;
}
.company-list .company-lank .company-lank-box01 .small,
.company-list .company-lank .company-lank-box02 .small,
.company-list .company-lank .company-lank-box03 .small{
	font-size: 13px;
	font-weight: bold;
}
.company-list .company-lank .company-lank-box01 .big,
.company-list .company-lank .company-lank-box02 .big,
.company-list .company-lank .company-lank-box03 .big{
	font-size: 30px;	
}
.company-list .company-lank .company-lank-box01 .middle,
.company-list .company-lank .company-lank-box02 .middle,
.company-list .company-lank .company-lank-box03 .middle{
	font-size: 25px;
	}
.company-list .company-lank .company-lank-box01{
	background-color: #4dce93;	
}
.company-list .company-lank .company-lank-box02{
	background-color: #70d6f2;
}
.company-list .company-lank .company-lank-box03{
	background-color: #ffce41;
}
}

@media screen and (max-width: 992px) {
.mypage-two-column-wrapper{
		width: 100%;
		background-color: #f6f6f6;
	}
	.mypage-two-column-wrapper .wrapper-inner{
		display:block;
		width: 100%;
		margin: 0 auto;
	}
	.footer-mail-list{
		width: 100% !important;
	}
	.mypage-two-main{
		width: 100%;
		display:block;
	}
	.mypage-two-side{
		background-color: #e7edef;	
		background: -webkit-repeating-linear-gradient(-45deg, #efefef, #e4edf0 1px,#eaeaea 1px, #f7fbfc 3px);
		background:repeating-linear-gradient(-45deg, #efefef, #e4edf0 1px,#eaeaea 1px, #f7fbfc 3px);
		width: 100%;
		display:block;
	}
	.mypage-two-main .inner{
		padding:0;
		display: block;
    margin-right: 0;
	}
  	.mypage-two-main .inner2{
		padding:10px;
		display: block;
	}
  	.mypage-two-side .inner{
		padding:10px;
		display: block;
	}
	.pickup-img{
		width: 100%;
	}
	
	.success-box-wrapper{
	display:block;
	justify-content: space-around;
	padding: 10px;
	margin: 0 auto;
	width: 100%;
}
.success-box {
	background: #f1f1f1;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
	width: 100%;
	margin: 0 auto;
	margin-bottom: 20px;
	font-size: 14px;
	display:block;
}
.success-box .box-title {
	background: #5fc2f5;
	padding: 4px;
	text-align: center;
	color: #FFF;
	letter-spacing: 0.05em;
}
.icheckbox_flat-blue, .iradio_flat-blue {
  margin: 0 5px 0 0;
}

/*********************下部固定**/
.k-nav {
	height: auto;
	text-align: center;
	margin-bottom: 30px;
}
#global-nav {
	width: 100%;
}
/*.fixed {
	position:static;
}*/
.fixed,
.k-nav2 .fixed {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 8000 !important;
}
/*******************************/

/*.company-list img{
	width: 30% !important;
  overflow: hidden;
	margin-right: 15px;
  float:left; 
}
.company-list img.no-float{
	width: 30% !important;
  overflow: hidden;
	margin-right: 15px;
  float:none;
  clear: left;
}*/
}

/**********************mypage-link-box-flex**/
.mypage-link-box-flex{
	display: flex;
	-webkit-justify-content: space-between; /* Safari */
  justify-content:         space-between;
}
.mypage-link-box-flex .mypage-link-box-A{
	background: url(../images2/mypage-link01.jpg) no-repeat 0 0;
	background-size: contain;
	min-width: 260px;
	width:30%;
	height: 260px;
	padding: 55px 0 0;
	text-align: center;
}
.mypage-link-box-flex .mypage-link-box-B{
	background: url(../images2/mypage-link02.jpg) no-repeat 0 0;
	background-size: contain;
	min-width: 260px;
	width:30%;	
	height: 260px;
	padding: 55px 0 0;
	text-align: center;
}
.mypage-link-box-flex .mypage-link-box-C{
	background: url(../images2/mypage-link03.jpg) no-repeat 0 0;
	background-size: contain;
	min-width: 260px;
	width:30%;
	height: 260px;
	padding: 55px 0 0;
	text-align: center;
}
.mypage-link-box-flex .mypage-link-box-D{
	background: url(../images2/mypage-link04.jpg) no-repeat 0 0;
	background-size: contain;
	width:50%;
	min-width: 410px;
	height: 182px;
	padding: 10px 0 0;
	text-align: center;
}
.mypage-link-box-flex .mypage-link-box-E{
	background: url(../images2/mypage-link05.jpg) no-repeat 0 0;
	background-size: contain;
	width:50%;
	min-width: 410px;
	height: 182px;
	padding: 10px 0 0;
	text-align: center;
}
.mypage-link-box-flex .mypage-link-box-A,
.mypage-link-box-flex .mypage-link-box-B,
.mypage-link-box-flex .mypage-link-box-C{
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 30px;
}
.mypage-link-box-flex .mypage-link-box-A img,
.mypage-link-box-flex .mypage-link-box-B img,
.mypage-link-box-flex .mypage-link-box-C img{
	margin-bottom: 20px;
}
.mypage-link-box-flex .mypage-link-box-D,
.mypage-link-box-flex .mypage-link-box-E{
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}
.mypage-link-box-flex a{
	color: #fff;
	text-decoration: none;
}
.mypage-link-box-flex a:hover{
	opacity: 0.8;
}
@media (min-width: 1500px) {
.inner-in-mypage{
	padding: 50px;
}
}
@media (max-width: 1400px) {
	.mypage-link-box-flex{
		display: block;
	}
	.mypage-link-box-flex .mypage-link-box-A,
	.mypage-link-box-flex .mypage-link-box-B,
	.mypage-link-box-flex .mypage-link-box-C,
	.mypage-link-box-flex .mypage-link-box-D,
	.mypage-link-box-flex .mypage-link-box-E{
		display: block !important;
		margin-bottom: 20px !important;
		width: 100% !important;
	}
	.mypage-link-box-flex .mypage-link-box-A{
	background: url(../images2/mypage-link01.jpg) no-repeat 0 0;
	background-size: cover;
	height: auto;
	padding-top: 10%;
	text-align: center;
	padding-bottom: 13%;
	}
.mypage-link-box-flex .mypage-link-box-B{
	background: url(../images2/mypage-link02.jpg) no-repeat 0 0;
	background-size: cover;
	height: auto;
	padding-top: 10%;
	text-align: center;
	padding-bottom: 13%;
}
.mypage-link-box-flex .mypage-link-box-C{
	background: url(../images2/mypage-link03.jpg) no-repeat 0 0;
	background-size: cover;
	height: auto;
	padding-top: 10%;
	text-align: center;
	padding-bottom: 13%;
}
.mypage-link-box-flex .mypage-link-box-D{
	background: url(../images2/mypage-link04-sp.jpg) no-repeat 0 0;
	background-size: cover;
	height: auto;
	padding-top: 10%;
	text-align: center;
	padding-bottom: 13%;
	min-width: 260px;
	}
.mypage-link-box-flex .mypage-link-box-E{
	background: url(../images2/mypage-link04-sp.jpg) no-repeat 0 0;
	background-size: cover;
	height: auto;
	padding-top: 10%;
	text-align: center;
	padding-bottom: 13%;
	min-width: 260px;
}
.mypage-link-box-flex .mypage-link-box-A,
.mypage-link-box-flex .mypage-link-box-B,
.mypage-link-box-flex .mypage-link-box-C{
	color: #fff;
	font-size: 16px;
	font-weight:normal;
	margin-bottom: 0;
}
.mypage-link-box-flex .mypage-link-box-D,
.mypage-link-box-flex .mypage-link-box-E{
	color: #fff;
	font-size: 16px;
	font-weight:normal;
}
.inner-in-mypage{
	padding:0 !important;
}
}
/************************mypage-right-point-box*/
.mypage-right-point-box{
	background-color: #d6f2ff;
	border: 1px solid #b4e0f5;
	padding: 15px;
	margin-bottom: 30px;
	text-align: center;
	font-size: 13px;
}
.mypage-right-point-box .white-inner-box{
	background-color: #fff;
	text-align: center;
	padding: 20px;
	border-radius: 10px;
	margin-bottom: 20px;
}
.mypage-right-point-box .white-inner-box .blue{
	color:#3896db;
}
.mypage-right-point-box .white-inner-box .big-font{
	font-size: 40px;
	font-weight: bold;
}
.mypage-right-login-box{
	background-color: #d6f2ff;
	border: 1px solid #b4e0f5;
	padding: 15px;
	margin-bottom: 30px;
	text-align: center;
	font-size: 13px;
}
.mypage-login-box-wrapper{
	position: relative;
	opacity:1;
}
.mypage-login-inner{
	position:absolute;
	top:40px;
	left:0px;
	margin:0;	
	background-color: #fff;
	border: 1px solid #b4e0f5;
	padding: 15px;
	opacity:1;
	z-index:2;
	width: 100%;
	clear: both;
}
.mypage-login-box{
	background-color: #d6f2ff;
	border: 1px solid #b4e0f5;
	padding: 15px;
	width: 100%;
	margin: 0;
	margin-bottom: 30px;
	text-align: center;
	font-size: 13px;
	opacity:1;
}
table .f-left{
	float: left;
	margin-right: 20px;
}
.clearfix{
	clear: both;
}
img.pointget{width: 325px;}
img.ffpoint{width: 600px;}

.result-text-box{
  border-radius: 5px;
  background-color: #ffe989;
  padding: 12px;
}

.icon-text-box {  
  position: relative;
  margin-bottom: 20px;
  font-size: 12.5px;
  background-color: #fe5252;
  padding: 13px 5px 10px 65px;
  border-radius: 5px;
}
.icon-text-box p{
  line-height: 1.2;
  margin-bottom: 6px;
  color: #fff !important;
}
.icon-text-box::before {
  content: url(../images/icon/login-white.png);
  display: block;
  height: 60px;
  width: 60px;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
	.mypage-login-inner{
		position: absolute;
		top: 12%;
		left: 0;
		width: 100%;
		opacity:1;
		z-index:2;
		padding: 8px 8px 0;
	}
	.mypage-login-box{
		width: 100%;
		padding: 5px 8px 5px;
		opacity:1;
		font-size: 13px;
	}
  img.pointget{width: 100%;}
  img.ffpoint{width: 100%;}
}
dd.fit .label,
dd.fit .label-info{
	white-space:normal !important;
	line-height: 1.2 !important;
	margin-bottom: 1px !important;
}
.table .w25-eventform{
  width: 25%;
}
.table .w20-eventform{
  width: 20%;
}
.table .w10-eventform{
  width: 10%;
}
.event-border-line{
  border: solid 5px #e3f0f9;
}
.top-line-blue{
  width: 100%;
  border-top: solid 5px #65aadd;
}

/*********************pickup-bottom-company-list*/
.pickup-bottom-list{
  border: 1px solid #e6e6e6;
  margin-bottom: 20px;
  background-color: #fff !important;
}
#picupEvent .pickup-bottom-list:last-child{
  margin-bottom: 0 !important;
}
.pickup-bottom-list .inner{
  padding:10px;
}
.pickup-bottom-list .company-name{
  font-size: 16px;
  background-color: #efefef;
  padding: 3px 6px;
}
.pickup-bottom-list .company-text{
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e1e1e1;
  width: 100% !important;
}
.pickup-bottom-list .address-time{
  
}
.pickup-bottom-list .entry-btn{
  background-color: #efefef;
  padding: 10px;
  text-align: center;
  display: flex !important;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
}
.pickup-bottom-list .entry-btn a{
  margin: 0 5px;
}
.btn-box{
  padding: 10px 6px 0;
}
.flex-btn-box{
  padding: 8px 6px;
  display: flex !important;
  flex-wrap: nowrap;
  /*align-items: center;
  align-content: stretch;*/
  justify-content: center;
  align-items: center;
  align-content: stretch;
}
.flex-btn-box .btn{
  margin: 2px 5px;
}
.flex-btn-box-search{
  padding: 8px 6px;
  display: flex !important;
  flex-wrap: nowrap;
  align-items: center;
  align-content: stretch;
}
.flex-btn-box-search .btn{
  margin: 0;
}
/*.flex-btn-box span.dropdown{
  margin: 0 5px;
}*/
/*********************much-bottom-company-list*/
.much-bottom-list{
  border: 1px solid #e6e6e6;
  margin-bottom: 20px;
  background-color: #fff !important;
}
#picupRecruit .much-bottom-list:last-child{
  margin-bottom: 0 !important;
}
.much-bottom-list .inner{
  padding:5px 10px;
}
.much-bottom-list .company-name{
  font-size: 16px;
  background-color: #efefef;
  padding: 3px 6px;
}
.much-bottom-list .graph-flex-box,
.graph-flex-box{  
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-bottom: 10px;
  align-items: center;
}
.much-bottom-list .company-mach-graph,
.company-mach-graph{
  width:30% !important;
  border-radius: 2px;
  margin-right: 10px;
}
.much-bottom-list .company-text{
  width:68% !important;
}
.much-bottom-list .address-time{
  
}
.much-bottom-list .entry-btn{
  background-color: #efefef;
  padding: 10px;
  text-align: center;
  display: flex !important;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
}
.much-bottom-list .entry-btn a{
  margin: 0 5px;
}

/********modal*/
.close:focus, .close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: 100;
}
button.close {
    -webkit-appearance: none;
    padding: 5px 5px 5px;
    cursor: pointer;
    background: none;
    border: 0;
    background-color: #65aadd;
    border-radius: 30px;
    width: 30px;
    height: 30px;
}
.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #fff !important;
    text-shadow:none;
    filter: alpha(opacity=0);
    opacity: 100;
}
/* center*/
.close-center:focus, .close-center:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: 100;
}
button.close-center {
    -webkit-appearance: none;
    padding: 5px 5px 5px;
    cursor: pointer;
    background: none;
    border: 0;
    background-color: #fff;
    border-radius: 30px;
    width: 30px;
    height: 30px;
}
.close-center {
    clear:both;
    text-align: center;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #41b0ed !important;
    text-shadow:none;
    filter: alpha(opacity=0);
    opacity: 100;
}
/**/
@media screen and (max-width: 768px){
  .flex-btn-box{
  padding: 8px 6px;
  text-align: center;
  display: flex !important;
  /*flex-wrap: nowrap;*/
  justify-content: center;
  align-items: center;
  align-content: stretch;
  -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
.flex-btn-box-search{
  padding: 8px 6px;
  text-align: center;
  display: flex !important;
  /*flex-wrap: nowrap;*/
  justify-content: center;
  align-items: center;
  align-content: stretch;
  -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
  button.close {
    padding: 3px 5px 5px !important;
}
  button.close-center {
    padding: 3px 5px 5px !important;
}
}

div.mypage-btn-menu {
  margin: 10px 0 0 0;
  padding: 0;
  display: -webkit-flex;
  display: flex;
}
div.mypage-btn-menu .mypage-btn {
  width: 30%;
  margin: 0 5px 10px;
  padding: 5px 0 3px;
  display: block;
  color: #FFF;
  text-align: center;
  background-color: #fb3d2a;
  border-radius: 4px;
  font-size: 0.8em;
  justify-content: center;
  justify-content: space-between;
  align-items: center;
  border-bottom: 4px solid #e11e1e;
  }
div.mypage-btn-menu .mypage-btn img {
  width: 36px;
  margin-bottom: 3px;
  }
div.mypage-btn-menu .mypage-btn img.new-ai {
  width: 10px !important;
  }
div.mypage-btn-menu .mypage-btn a {
  text-decoration: none !important;
  }
div.mypage-btn-menu .mypage-btn a:hover,
div.mypage-btn-menu .mypage-btn a:focus{
  text-decoration: none !important;
  opacity: 0.9;
  }

.wrap {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (min-width: 1100px){
  div.mypage-btn-menu .mypage-btn {
    font-size: 1.1em;
}
}

.slides li img{
  margin: 0 auto;
}

.flexslider .slides img {
    width: auto !important;
    display: block;
}
.tooltip{
  
}
.tooltip-message{
	position: fixed;
  bottom: 15px;
  left: 68px;
	background: #2e2e2e;
	border: 2px solid #2e2e2e;
  color:#fff;
  padding: 6px;
  border-radius: 5px;
  width: 190px;
  font-size: 10px;
}
.tooltip-message:after, .tooltip-message:before {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.tooltip-message:after {
	border-color: rgba(46, 46, 46, 0);
	border-right-color: #2e2e2e;
	border-width: 4px;
	margin-top: -4px;
}
.tooltip-message:before {
	border-color: rgba(46, 46, 46, 0);
	border-right-color: #2e2e2e;
	border-width: 8px;
	margin-top: -8px;
}
.table > tbody > tr > th.padding-small{
  padding: 8px 3px !important;
}

/**************************************** message-box-page  ***/
.message-box-page .message{
  background-color: #fc8f4a;
  color:#fff;
  padding: 5px 10px;
  font-weight: bold;
  font-size:18px;
}
.message-box-page .message p{
  margin: 0 !important;
}
.message-box-page .message p:hover{
  text-decoration: underline !important;
}
.message-box-page .read{
  font-size:16px;
  color: #2e2e2e;
  font-weight: bold;
  margin-bottom: 0;
}
.message-box-page .read2{
  font-size:16px;
  color: #A7A7A7;
  font-weight: bold;
}
.message-box-page .red{
  color:#D0021B;
}
@media screen and (max-width: 768px){
  .message-box-page .message, .message-box-page .read, .message-box-page .read2{
    font-size:12px;
  }
}

.message-box-page .box-wrapper{
  background-color: #f0f0f0;
  padding: 10px;
  margin-bottom: 10px;
}
.message-box-page .box-wrapper .label{
  vertical-align: middle;
}
.message-box-page .box-inner{
  background-color: #fff;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  border-bottom: dotted 1px #ccc;
}
.message-box-page .box-inner-noflex{
  background-color: #fff;
  /*padding: 10px;*/
  display: block;
  border-bottom: none;
}
.message-box-page .box-inner:last-child{
  border-bottom:none;
}
.message-box-page .box-inner .company-name,.message-box-page .box-inner-noflex .company-name{
  font-size:14px;
}
.message-box-page .box-inner .title,.message-box-page .box-inner-noflex .title{
  font-weight: bold;
  margin: 15px 0;
  font-size:16px;
  line-height: 1.5;
}
.message-box-page .box-inner .event-title,.message-box-page .box-inner-noflex .event-title{
  font-size:10px;
  line-height: 1.5;
}
.message-box-page .box-inner .event,.message-box-page .box-inner-noflex .event{
  font-size:14px;
  line-height: 1.5;
}
.message-box-page .box-inner .text,.message-box-page .box-inner-noflex .text{
  font-size:12px;
}
.message-box-page .box-inner img{
  width:16px;
  margin-bottom: 6px;
}
.hr-space25{
  margin: 25px 0;
}
.hr-space15{
  margin: 15px 0;
}
.hr-dotted{
  margin: 15px 0;
  border: none;
  border-bottom: dotted 1px #ccc;
  height: 1px;
}
.message-box-page .box-inner .orange{
  color:#E18B11;
}
.message-box-page .box-inner .label{
  background-color:#ECECEC;
  color:#2e2e2e;
  padding: 4px;
  border-radius: 3px;
  font-size: 10px;
}
@media screen and (max-width: 768px){
  .message-box-page .box-wrapper .label{
    vertical-align: middle;
    height: 16px;
  }
}
.half-btn-box{
  display: flex;
  /*justify-content: space-between;*/
  justify-content: space-around;
}
.half-btn-box .btn{
  width: 50%;
  margin: 25px 0;
  margin-right: 5px;
  background-color:#F08100;
  font-size: 12px;
  font-weight:bold;
  border-bottom:solid 2px #925B0D;
  border-radius: 5px;
  height: 40px;
  color:#fff;
}
.half-btn-box .btn:last-child{
  margin-right: 0;
}
@media screen and (min-width: 769px){
  .half-btn-box .btn{
    width: 40%;
  }
}
.form-title{
font-size:16px;
font-weight: bold;
background-color: #EEEEEE;
paddng-left: 15px ;
padding: 10px;
margin-bottom: 10px;
}
.sample-text{
color:#9B9B9B;
font-size: 10px;
}
.form-send-btn{
font-size: 14px;
background-color: #F08100;
border-bottom: 2px solid #925B0D;
height: 40px;
border-radius: 5px;
color: #fff;
width: 100%;
}
@media screen and (min-width: 769px){
  .form-send-btn{
    width: 40%;
    margin: 0 auto;
  }
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #65aadd;
    border-color: #65aadd;
}
.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    z-index: 2;
    color: #65aadd;
}
.pagination > li > a, .pagination > li > span {
    color: #65aadd;
}
.form-control.joblist-search-top {
 height: 40px;
 border: none !important;
}
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th,.table > tr > td,.table > tr > th {
    padding: 4px;
    line-height: 2;
    vertical-align: top;
    border:none;
    border-right: 1px dotted #ddd;
}
@media screen and (min-width: 769px){
  .table > tbody > tr > td:last-child, .table > tbody > tr > th:last-child, .table > tfoot > tr > td:last-child, .table > tfoot > tr > th:last-child, .table > thead > tr > td:last-child, .table > thead > tr > th:last-child,.table > tr > td:last-child,.table > tr > th:last-child {
      border:none;
  }
}
@media screen and (max-width: 768px){
  .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th,.table > tr > td,.table > tr > th {
      padding: 4px;
      line-height: 1.5;
      vertical-align: top;
      border-right: none;
      border-top: 1px dotted #ddd;
  }
  .table > tbody > tr > td:first-child, .table > tbody > tr > th:first-child, .table > tfoot > tr > td:first-child, .table > tfoot > tr > th:first-child, .table > thead > tr > td:first-child, .table > thead > tr > th:first-child {
      border-top: none;
  }
}
.joblist-search-top .modal-header {
  padding: 8px;
  background-color: #65aadd;
  color: #fff;
  text-align: center;
  height:40px;
}
.joblist-search-top .modal-header h4{
  display: inline;
  font-size: 14px;
  font-size:1.4rem;
}
.joblist-search-top .modal-body {
    position: relative;
    padding: 30px 15px 15px 15px;
    height: 530px;
    overflow-y: auto;
}
.joblist-search-top .modal-body .area-modal-area-big,
.joblist-search-top .modal-body .area-modal-area-big2{
  border-bottom: dotted 1px #ddd;
  height:50px;
  font-size: 14px;
  font-size: 1.4rem;
}
.joblist-search-top .modal-body .area-modal-area-small{
  border-bottom: dotted 1px #ddd;
  /*height:50px;*/
  font-size: 14px;
  font-size: 1.4rem;
  padding: 10px 10px 10px 40px !important;
}
.joblist-search-top .modal-tekigouKai-flex{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  margin-bottom: 20px;
}
.switchArea .area-text{
  position: absolute;
  top: 7px;
  left: 80px;
  width: 200px;
}
.area-modal-area-big .switchArea {
  position: relative;
  margin: -8px 0 10px 10px !important;
  width: 66px;
  background: #fff;
  height: 40px;
}
.area-modal-area-big2 .switchArea {
  position: relative;
  margin: 10px 0 10px 10px !important;
  width: 66px;
  background: #fff;
  height: 40px;
}
.modal-body .area-modal-area-small .switchArea {
  margin:0;
}
.modal-tekigouKai-flex .switchArea {
  margin: 0 !important;
  margin-right: 20px;
}
.switchArea input[type="checkbox"]:checked ~ .swImg {
  background: #65aadd !important;
}
.switchArea input[type="checkbox"]:checked + label {
    border-color: #65aadd !important;
}

.rangeslider--horizontal {
    border-color: #65aadd !important;
    height: 32px !important;
    border-radius: 30px !important;
}
.rangeslider--horizontal .rangeslider__fill {
    top: 0;
    height: 100%;
    border-radius: 20px;
}
.rangeslider__handle {
  width: 34px !important;
  height: 34px !important;
}
.rangeslider--horizontal .rangeslider__handle {
  top: 0px !important;
}
.modal-body .fixed-btn{
  position: fixed;
  bottom:10px;
  left: 21%;
  width: 60%;
}
.modal-body h4{
  color:#65aadd;
  fontsize:13px;
  font-size:1.3rem;
}
.modal-body p{
  color:#000;
  fontsize:12px;
  font-size:1.2rem;
  line-height: 1.5;
}
.foot-fix-btn-logout{
  position: fixed;
  bottom: 0;
  height: 55px;
  background-color: #fff;
  width: 100%;
}
.foot-fix-btn-logout div.foot-fix-btn{
  display: flex;
  margin: 0;
}
.foot-fix-btn-logout a,.foot-fix-btn-logout button{
  border-radius: 0 !important;
  width: 100%;
  margin: 10px 5px;
}
#chatplusview{
  position: absolute;
  bottom:50px !important;
}
@media (min-width: 979px) {
  .foot-fix-btn-logout{
    width: 100%;
    margin: 0 auto;
    z-index: 100;
    text-align: center;
  }
}
.tekigousei-modal-list{
  list-style: none;
  line-height: 1.5;
  font-size: 10px;
  font-size: 1.0rem;
  padding: 0;
}
.tekigousei-modal-list span{
 display: inline-block;
 width: 65px;
 margin-right: 0;
}
.tekigousei-modal-list span.lank{
 width: 15px !important;
 margin-right: 0 !important;
}
.separate-box{
	display: flex;
}
.separate-box .separate-box-left{
	background-color: ccc;
	width: 100px;
	height:auto;
	margin-right: 10px;
}
.separate-box .separate-box-left .company-mach-graph{
	width: 100% !important;
}
.separate-box .separate-box-left img{
	width: 100%;
	margin-bottom: 10px;
}
.separate-box .separate-box-left div.test{
	
}
.separate-box .separate-box-right{
	
}
.footer-mail-list{
	display: block !important;
	width: 80%;
	margin: 0 auto;
	
}
.footer-mail-list h5{
	background-color: #65aadd;
	color: #fff;
	padding: 6px;
}
.footer-mail-list .mail-item{
	border-bottom:1px solid #ccc;
}
.footer-mail-list .mail-item a{
	display: block;
	padding: 5px;
	text-decoration: none;
}
.footer-mail-list .mail-item a:hover{
	background-color: #e1f2ff;
}

/********slide-parts-mailfooter*******/
.slide-parts-mailfooter{
	background-color: #fff;	
	width: 100%;
}
.slide-parts-mailfooter .inner{
	padding:0;
	display: block;
}
.slide-parts-mailfooter .inner-10{
	padding:6px 10px;
	display: block;
}
.slide-parts-mailfooter ul.slides li{
	border: 1px solid #ccc;
	padding: 5px;
}
.slide-parts-mailfooter .slides li img{
	margin: 0 auto;
}
.slide-parts-mailfooter .flexslider .slides img {
    width: auto !important;
    display: block;
}
.slide-parts-mailfooter .button {
    text-align:center;
    padding:3px;
    color:#fff;
    background:#03A9F4;
    width:100px;
	font-size: 12px;
	cursor: pointer;
}
.slide-parts-mailfooter .close {
    background:#666;
}

@media screen and (max-width: 992px) {
	.slide-parts-mailfooter{
		width: 100%;
		display:block;
	}
	.slide-parts-mailfooter .inner{
		padding:0 0 0 10px;
		display: block;
	}
}
