@charset "UTF-8";
/* naming rule by FLOCCS ( https://github.com/hiloki/flocss ) */
/* ==========================================================================
    Foundation
========================================================================== */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
html {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
q,
blockquote {
  quotes: none;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}
a img {
  border: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}
body {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, sans-serif;
  font-size: 13px;
  line-height: 1.231;
}
a {
  text-decoration: underline;
  color: #bd0b17;
  display: block;
}
img {
  max-width: 100%;
}
div,
section,
header,
footer,
p {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
iframe[name=google_conversion_frame] {
  position: absolute;
}
/* ==========================================================================
    Layout
========================================================================== */
#header {
  position: relative;
  padding: 0 10px 0;
}
.header__brand {
  float: left;
}
.header__logo {
  padding-top: 13px;
  padding-bottom: 3px;
}
#logo {
  padding: 0;
  padding-top: 13px;
  padding-bottom: 3px;
}
#menu .switch {
  top: 9px;
}
#menu > ul {
  top: 56px;
  background: #bd0b17;
}
#menu > ul .close {
  border-color: #bd0b17 !important;
}
#menu > ul li.h18 a {
  height: 18px;
  padding-top: 17px !important;
}
#menu > ul li.h25 a {
  height: 21px;
  padding-top: 17px !important;
}
#f_menu ul li.h25 a {
  height: 21px;
  padding-top: 17px !important;
}
#main {
  background: #fff url("../../../images/sp/common/bg_main.png") repeat-x;
  padding-bottom: 25px;
}
#side {
  padding-top: 30px;
  margin-bottom: 20px;
}
.side__bannerList > li {
  width: 50%;
  padding-left: 5px;
  margin-bottom: 0;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.side__bannerList__bottom > li {
  width: 50%;
  padding-left: 5px;
  margin-bottom: 0;
  margin-top: 35px;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#footer {
  margin-top: auto;
  background: none;
}
#footer:before,
#footer:after {
  display: table;
  content: " ";
}
#footer:after {
  clear: both;
}
.footer__btnArea {
  margin-bottom: 30px;
  overflow: hidden;
  padding: 0 5px;
}
.footer__btnArea__left {
  float: left;
}
.footer__btnArea__right {
  float: right;
}
.footer__logo {
  text-align: center;
  margin-bottom: 5px;
}
.footer__copyright {
  text-align: center;
  font-size: 9px;
  padding-top: 10px;
  margin-bottom: 20px;
}
.footer__pc {
  padding-top: 10px;
  text-align: center;
}
#f_menu > ul {
  background: #bd0b17;
  bottom: 138px;
}
#f_menu > ul .close {
  background: transparent;
  border: none !important;
  color: #fff !important;
}
#f_menu .switch {
  position: relative;
  height: 40px;
  padding-top: 12px;
  font-size: 17px;
  background: -webkit-gradient(linear, left top, left bottom, from(#bd0b17), color-stop(70%, #bd0b17), to(#8e0813));
  background: linear-gradient(to bottom, #bd0b17 0%, #bd0b17 70%, #8e0813 100%);
}
#f_menu .switch:after {
  position: absolute;
  content: url("../images/common/ico_footer_menu.png");
  top: 50%;
  right: 10px;
  margin-top: -10px;
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transition: 0.2s;
          transition: 0.2s;
}
#f_menu .switch.open:after {
  -webkit-transform: scale(0.5) rotateX(-180deg);
          transform: scale(0.5) rotateX(-180deg);
}
/* ==========================================================================
    Object
========================================================================== */
/* -----------------------------------------------------------------
    Component
----------------------------------------------------------------- */
/* button */
.c-btn,
.c-localNavi li,
.mypage_btn01,
.mypage_btn04,
.like_btn,
.p-inquiry .accordion_box dt {
  position: relative;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f4f4f0));
  background-image: linear-gradient(to bottom, #fff 0%, #f4f4f0 100%);
  border: 1px solid #ccc;
  line-height: 1;
  padding: 9px 10px;
  padding-right: 35px;
  font-size: 16px;
  text-align: center;
  vertical-align: middle;
  margin-bottom: 10px;
  line-height: 1.3;
  border-radius: 3px;
  text-decoration: none;
  color: #333;
}
.c-btn a,
.c-localNavi li a,
.mypage_btn01 a,
.mypage_btn04 a,
.like_btn a,
.p-inquiry .accordion_box dt a {
  text-decoration: none;
  color: #333;
}
.c-btn a:after,
.c-localNavi li a:after,
.mypage_btn01 a:after,
.mypage_btn04 a:after,
.like_btn a:after,
.p-inquiry .accordion_box dt a:after {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -3px;
  content: '';
  border-right: 2px solid #bd0b17;
  border-bottom: 2px solid #bd0b17;
  width: 7px;
  height: 7px;
  display: block;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.c-btn--add:after,
.c-localNavi li--add:after,
.mypage_btn01--add:after,
.mypage_btn04--add:after,
.like_btn--add:after,
.p-inquiry .accordion_box dt--add:after,
.like_btn:after,
.p-inquiry .accordion_box dt:after {
  position: absolute;
  content: url("../images/common/ico_add.png");
  display: block;
  right: 0;
  top: 50%;
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
  margin-top: -18px;
}
.c-btn--down a:after,
.c-localNavi li--down a:after,
.mypage_btn01--down a:after,
.mypage_btn04--down a:after,
.like_btn--down a:after,
.p-inquiry .accordion_box dt--down a:after,
.c-localNavi li a:after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-top: -6px;
}
.c-btn--plain,
.c-localNavi li--plain,
.mypage_btn01--plain,
.mypage_btn04--plain,
.like_btn--plain,
.p-inquiry .accordion_box dt--plain {
  padding-right: 10px;
}
.c-btn--plain a,
.c-localNavi li--plain a,
.mypage_btn01--plain a,
.mypage_btn04--plain a,
.like_btn--plain a,
.p-inquiry .accordion_box dt--plain a {
  font-weight: bold;
  font-size: 17px;
  padding: 10px 0;
}
.c-btn--plain a:after,
.c-localNavi li--plain a:after,
.mypage_btn01--plain a:after,
.mypage_btn04--plain a:after,
.like_btn--plain a:after,
.p-inquiry .accordion_box dt--plain a:after {
  display: none;
}
.c-btn--small a,
.c-localNavi li--small a,
.mypage_btn01--small a,
.mypage_btn04--small a,
.like_btn--small a,
.p-inquiry .accordion_box dt--small a {
  padding: 5px 0;
  font-size: 14px;
}
/* list */
.c-list--news {
  padding: 10px;
}
.c-list--news li {
  border-bottom: 1px dotted #ccc;
  padding-bottom: 15px;
  margin-bottom: 15px;
  line-height: 1.5;
}
.c-list--news li:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.c-list--news dt {
  color: #bd0b17;
  line-height: 1.5;
}
.c-list--news dd {
  line-height: 1.5;
  border-bottom: 1px dotted #ccc;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.c-list--news dd:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.c-list--inline li {
  display: inline-block;
}
.c-list--inline li img {
  display: inline;
}
.c-list--disc li {
  list-style-type: disc;
  line-height: 1.5;
}
.c-list--disc-indent {
  padding-left: 20px;
}
.c-list--disc-indent li {
  list-style-type: disc;
  line-height: 1.5;
}
.c-list--circle {
  padding-left: 1.5em;
}
.c-list--circle li {
  list-style-type: circle;
  line-height: 1.5;
}
.c-list--indent li {
  padding-left: 2em;
  text-indent: -2em;
  line-height: 1.5;
}
.c-list--three-column {
  overflow: hidden;
}
.c-list--three-column li {
  float: left;
  width: 33%;
  margin-bottom: 1em;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.c-list--three-column li:nth-child(3n+1) {
  clear: left;
}
/* media */
.c-media {
  *zoom: 1;
}
.c-media:before,
.c-media:after {
  display: table;
  content: " ";
}
.c-media:after {
  clear: both;
}
.c-media__body {
  overflow: hidden;
}
.c-media--rev > .c-media__body {
  float: right;
}
.c-media--rev-fln .c-media__body {
  float: none;
}
.c-media__image {
  float: right;
  margin-left: 10px;
}
.c-media__image > img {
  display: block;
}
.c-media--rev > .c-media__image {
  float: left;
  margin-left: 0;
}
.c-media--rev-fln .c-media__image {
  float: left;
  margin-left: 0;
  margin-right: 10px;
}
.c-media__image-thumb ul {
  margin-right: -12px;
  padding-top: 10px;
}
.c-media__image-thumb li {
  display: block;
  float: left;
  margin-right: 12px;
}
/* paging */
.c-paging {
  *zoom: 1;
  overflow: hidden;
}
.c-paging:before,
.c-paging:after {
  display: table;
  content: " ";
}
.c-paging:after {
  clear: both;
}
.c-paging__lists {
  float: left;
  position: relative;
  left: 50%;
  font-size: 123.1%;
}
.c-paging__list {
  display: block;
  float: left;
  position: relative;
  left: -50%;
  border: 1px solid #bbbcce;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(41%, #fff), to(#f0f0f0));
  background-image: linear-gradient(to bottom, #fff 0%, #fff 41%, #f0f0f0 100%);
  color: #20417a;
  margin-right: 10px;
  border-radius: 3px;
  margin-bottom: 10px;
}
.c-paging__list-target {
  display: block;
  text-decoration: none;
  padding: 10px 15px;
  background-color: transparent;
}
.c-paging__list > a {
  color: #333;
  background-color: transparent;
}
.c-paging__list > a:hover {
  background-color: transparent;
  color: #333;
}
.c-paging__list.is-current {
  background: #bd0b17;
}
.c-paging__list.is-current .c-paging__list-target {
  color: #fff;
}
.c-paging__list:last-child {
  margin-right: 0;
}
.c-paging__title {
  display: block;
  float: left;
  position: relative;
  left: -50%;
  margin-left: 10px;
  margin-right: 20px;
  padding-top: 7px;
}
.c-paging__result {
  clear: left;
  float: right;
  font-size: 123.1%;
}
.c-paging__result span {
  color: #002465;
  font-size: 125%;
}
.c-paging--twoline .c-paging__result {
  clear: left;
  margin-bottom: 5px;
}
.c-paging--twoline .c-paging__lists {
  clear: right;
}
.c-paging--direction {
  padding-top: 10px;
}
.c-paging--direction .c-paging__lists {
  float: none;
  left: auto;
  display: block;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.c-paging--direction .c-paging__list {
  left: auto;
}
.c-paging--direction .c-paging__list:last-child {
  float: right;
  margin-right: 0;
}
.ttl03 {
  background: #bd0b17;
  color: #fff;
  font-weight: bold;
  font-size: 22px;
  padding: 10px 12px;
  padding-right: 0;
  margin-bottom: 10px;
  border: none;
}
.ttl03 .sub {
  font-size: 13px;
}
.entry2_box {
  border: 3px solid #bd0b17;
  margin-bottom: 10px;
}
.entry2_box img {
  vertical-align: middle;
}
.entry3_box {
  border: 3px solid #bd0b17;
  border-radius: 3px;
  padding: 13px;
  background: url("../images/entry3/bg_introbox.jpg") center bottom no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  font-size: 14px;
  line-height: 1.5;
}
.entry3_box--bgNone {
  background: none;
}
.entry3_sex{
  display: inline-block;
  padding-right: 10px;
  margin-right: 10px;
}
.ttl04 {
  background: #eee;
  font-weight: bold;
  font-size: 19px;
  padding: 10px 0;
  margin-bottom: 10px;
  text-align: center;
  color: #333;
}
.ttl04 small {
  font-size: 16px;
  font-weight: normal;
}
.ttl06 {
  background: #eee;
  font-weight: normal;
  font-size: 16px;
  padding: 6px 10px;
  margin-bottom: 10px;
  text-align: left;
  color: #333;
  margin-left: 5px;
  margin-right: 5px;
}
.ttl06 small {
  font-size: 16px;
  font-weight: normal;
}
.c-title--section {
  border-top: 1px solid #dedede;
  text-align: left;
  padding: 10px 0;
  padding-left: 10px;
  font-size: 16px;
  background: #fff;
  border-bottom: 3px solid #bd0b17;
  -webkit-box-shadow: 0 3px 3px #ccc;
          box-shadow: 0 3px 3px #ccc;
  position: relative;
}
.c-progress {
  padding: 13px 0 17px;
}
.dl_style {
  border-color: #999;
}
.dl_style dt {
  background: #999;
}
.dl_style02 dt {
  background: #eee;
  font-weight: normal;
  font-size: 16px;
}
.dl_style02 dd {
  padding: 12px 10px;
}
.dl_style02 dd a {
  display: inline;
}
.c-fomrHeader{
  margin: 20px auto 30px;
}
#mypage_form dt {
  background: #f5f5f5;
  font-weight: bold;
  font-size: 16px;
  padding: 10px;
  margin: 0 5px;
  margin-bottom: 15px;
  color: #333;
}
#mypage_form dt .hissu {
  background: #bd0b17;
  margin-left: 5px;
  padding: 2px 4px 2px;
  border-radius: 2px;
  line-height: 1;
  color: #fff;
  font-size: 12px;
}
#foreign_entry dt {
  background: #f5f5f5;
  font-weight: bold;
  font-size: 16px;
  padding: 10px;
  margin: 0 5px;
  margin-bottom: 15px;
  color: #333;
}
#foreign_entry dt .hissu {
  background: #bd0b17;
  margin-left: 5px;
  padding: 2px 4px 2px;
  border-radius: 2px;
  line-height: 1;
  color: #fff;
  font-size: 12px;
}
.entryChange{
  position: relative;
}
.entryChange h3{
  background: #F5F5F5;
  font-weight: bold;
  font-size: 19px;
  padding-top:15px;
  margin-top: 20px;
  margin-bottom: 10px;
  text-align: center;
  color: #333; 
  height:44px;
}
.entryChange h3::before{
  content: url(../images/common/ico_accordion_open.png);
  position: absolute;
  top:30px;
  left:30px;
}
.entryChange.active h3::before{
  content:url(../images/common/ico_accordion_close.png);
}
input[type=text],select,input[type=radio],input[type=number],input[type=tel],input[type=email]{
  height:48px;
}
.bank_registration > p.mt5 > input[type=text]{
  height:48px;
  width:120px;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
input[type=image] {
  max-width: 100%;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
.dl_style11 {
  background: #fff;
  margin-bottom: 10px;
  border: none;
  border-radius: 3px;
  overflow: hidden;
}
.dl_style11 dt {
  position: relative;
  border: 1px solid #e10207;
  background: -webkit-gradient(linear, left top, left bottom, from(#bd0b17), color-stop(39%, #bd0b17), color-stop(95%, #870712), color-stop(97%, #870712)) repeat;
  background: linear-gradient(to bottom, #bd0b17 0%, #bd0b17 39%, #870712 95%, #870712 97%) repeat;
  font-weight: normal;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.dl_style11 dt.inner_ac {
  background: #ffeeef;
  border: 1px solid #ffeeef;
  font-weight: normal;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  margin-top: 1px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
}

.dl_style11 dt .icon {
  display: none;
}
.dl_style11 dd {
  padding: 0;
  border-left: 1px solid #bd0b17;
  border-right: 1px solid #bd0b17;
}
.dl_style11.accordion_box dt:after {
  position: absolute;
  content: url("../images/common/ico_accordion_open.png");
  right: 0;
  top: 50%;
  margin-top: -18px;
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
}
.dl_style11.accordion_box dt.open:after {
  content: url("../images/common/ico_accordion_close.png");
}
.c-localNavi {
  background: #f5f5f5;
  padding: 15px 10px 20px;
}
.c-localNavi ul {
  overflow: hidden;
  margin-bottom: 10px;
}
.c-localNavi li {
  text-align: left;
  padding-left: 20px;
}
.accordion_box2 {
  margin-left: 10px;
  margin-right: 10px;
}
.accordion_box2 dt {
  position: relative;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f4f4f0));
  background-image: linear-gradient(to bottom, #fff 0%, #f4f4f0 100%);
  padding: 10px;
  padding-right: 30px;
  border: 1px solid #ccc;
  border-radius: 3px;
  margin-top: 10px;
}
.accordion_box2 dt:after {
  position: absolute;
  content: url("../images/common/ico_add.png");
  right: 0;
  top: 50%;
  margin-top: -18px;
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
}
.accordion_box2 dt.open {
  border-radius: 3px 3px 0 0;
  border-bottom: none;
}
.accordion_box2 dt.open:after {
  content: url("../images/common/ico_minus.png");
}
.accordion_box2 dd {
  padding: 10px;
  border: 1px solid #ccc;
}
.first_btn a {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f4f4f0));
  background-image: linear-gradient(to bottom, #fff 0%, #f4f4f0 100%);
  color: #333;
  border: 1px solid #ccc;
  line-height: 1.3;
  font-size: 16px;
  padding-left: 10px;
  padding-right: 10px;
}
.entry_btn03 a {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#bd0b17), color-stop(39%, #bd0b17), color-stop(95%, #870712), color-stop(97%, #870712));
  background-image: linear-gradient(to bottom, #bd0b17 0%, #bd0b17 39%, #870712 95%, #870712 97%);
  font-size: 16px;
  line-height: 1.3;
  padding-left: 10px;
  padding-right: 10px;
}
.btn_list04 li {
  width: 46%;
}
.form_end2 input {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#bd0b17), color-stop(39%, #bd0b17), color-stop(95%, #870712), color-stop(97%, #870712));
  background-image: linear-gradient(to bottom, #bd0b17 0%, #bd0b17 39%, #870712 95%, #870712 97%);
}
#areaform #tab {
  margin-bottom: 10px;
}
#areaform #tab li.tabnavi {
  border-color: #c00;
  color: #c00;
  border-radius: 3px;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}
#areaform #tab li.tabnavi.now {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#bd0b17), color-stop(39%, #bd0b17), color-stop(95%, #870712), color-stop(97%, #870712));
  background-image: linear-gradient(to bottom, #bd0b17 0%, #bd0b17 39%, #870712 95%, #870712 97%);
  color: #fff;
}
#areaform .tab_box {
  background-color: #ccc;
}
#areaform .inner {
  padding-bottom: 10px;
}
#areaform .inner .mt {
  background: #f5f5f5;
  color: #333;
  font-size: 18px;
  padding: 10px;
}
#areaform .inner .mt input {
  margin-right: 10px;
}
#bankBox {
  margin-left: 10px;
  margin-right: 10px;
}
#bankBox .bankname,
#bankBox .branchname {
  position: relative;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f4f4f0));
  background-image: linear-gradient(to bottom, #fff 0%, #f4f4f0 100%);
  padding: 10px;
}
#bankBox #bank {
  margin-bottom: 30px;
  margin-top: 10px;
}
#bankBox #branch {
  margin-bottom: 20px;
  margin-top: 10px;
}
/* -----------------------------------------------------------------
    Project
----------------------------------------------------------------- */
/* top */
.p-top .top_btn01 {
  background: none;
  padding: 0;
  margin: 0;
}
.p-top .top_btn01 a {
  position: relative;
  display: block;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background-image: linear-gradient(180deg, #fff 0%, #fff 38%, #f4f4f1 94%, #f4f4f1 96%);
  background-repeat: repeat;
  padding: 11px;
  -webkit-box-shadow: 0 3px 3px #e2e2e2;
          box-shadow: 0 3px 3px #e2e2e2;
  font-size: 13px;
  padding-left: 40px;
}
.p-top .top_btn01 a:before {
  position: absolute;
  content: url("../images/top/ico_beginner.png");
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
  display: block;
  left: 0;
  top: 50%;
  margin-top: -28px;
}
.p-top .top_btn01 a:after {
  position: absolute;
  content: url("../images/common/ico_arrow_right_red.png");
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
  display: block;
  right: 5px;
  top: 50%;
  margin-top: -14px;
}
.p-top .ttl04 {
  border-top: 1px solid #dedede;
  text-align: left;
  padding-left: 10px;
  font-size: 16px;
  background: #fff;
  border-bottom: 3px solid #bd0b17;
  -webkit-box-shadow: 0 3px 3px #ccc;
          box-shadow: 0 3px 3px #ccc;
  position: relative;
}
.p-top .ttl04 .links {
  float: right;
  margin-top: -4px;
  padding-right: 5px;
}
.p-top .ttl04 span {
  display: inline-block;
}
.p-top .top_box_list a {
  border: 1px solid #e10207;
  background: -webkit-gradient(linear, left top, left bottom, from(#bd0b17), color-stop(39%, #bd0b17), color-stop(95%, #870712), color-stop(97%, #870712)) repeat;
  background: linear-gradient(to bottom, #bd0b17 0%, #bd0b17 39%, #870712 95%, #870712 97%) repeat;
  border-radius: 3px;
  font-weight: normal;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 19px;
  margin-left: 0;
  margin-right: 0;
}
.p-top .freeword {
  width: 215px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 9px;
  padding-bottom: 9px;
  border-radius: 3px;
}
.p-top #top_pickup ul li {
  padding: 0;
}
.p-top #top_pickup ul li .new {
  background: #bd0b17;
  font-size: 10px;
  padding: 9px 3px;
  border-radius: 3px;
  margin-right: 2px;
}
.p-top #top_pickup ul li a {
  position: relative;
  background: none;
  padding: 10px;
  padding-right: 25px;
  line-height: 1.6;
}
.p-top #top_pickup ul li a:after {
  position: absolute;
  content: url("../images/common/ico_arrow_right_red.png");
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
  display: block;
  right: 5px;
  top: 50%;
  margin-top: -14px;
}
.p-top #top_topics ul li {
  padding: 0;
}
.p-top #top_topics ul li .day {
  color: #bd0b17;
  line-height: 1.6;
}
.p-top #top_topics ul li a {
  color: #333;
  line-height: 1.6;
  position: relative;
  background: none;
  padding: 10px;
  padding-right: 25px;
}
.p-top #top_topics ul li a:after {
  position: absolute;
  content: url("../images/common/ico_arrow_right_red.png");
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
  display: block;
  right: 5px;
  top: 50%;
  margin-top: -14px;
}
.p-top__tvcm {
  position: relative;
  height: 190px;
  margin-bottom: 20px;
}
.p-top__tvcm__bg {
  position: absolute;
}
.p-top__tvcm__links {
  position: absolute;
  top: 50px;
  left: 8px;
}
.p-top__tvcm__links li {
  margin-left: 5px;
  float: left;
  width: 145px;
}
/* search */
.p-search .ttl04 + .p-search__areaAll,
.p-search .ttl04 + .p-search__condition {
  margin-top: -10px;
}
.p-search .search_box {
  background: none;
  padding: 7px 10px;
  margin-bottom: 10px;
}
.p-search .search_list li a {
  border: 1px solid #e10207;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#bd0b17), color-stop(39%, #bd0b17), color-stop(95%, #870712), color-stop(97%, #870712));
  background-image: linear-gradient(to bottom, #bd0b17 0%, #bd0b17 39%, #870712 95%, #870712 97%);
  background-repeat: repeat;
  border-radius: 3px;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.65);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p-search .btn02 a {
  border: 1px solid #e10207;
  background: -webkit-gradient(linear, left top, left bottom, from(#bd0b17), color-stop(39%, #bd0b17), color-stop(95%, #870712), color-stop(97%, #870712)) repeat;
  background: linear-gradient(to bottom, #bd0b17 0%, #bd0b17 39%, #870712 95%, #870712 97%) repeat;
  border-radius: 3px;
  font-weight: normal;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 19px;
  margin-left: 0;
  margin-right: 0;
}
.p-search .back_btn a {
  position: relative;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f4f4f0));
  background-image: linear-gradient(to bottom, #fff 0%, #f4f4f0 100%);
  border: 1px solid #ccc;
  color: #333;
  font-weight: normal;
  font-size: 16px;
  margin-left: 0;
  margin-right: 0;
}
.p-search .back_btn a:before {
  content: url("../images/common/ico_arrow_red.png");
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
  display: block;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -13px;
}
.p-search .dl_style {
  background: #fff;
  margin-bottom: 10px;
  border: none;
  border-radius: 3px;
  overflow: hidden;
}
.p-search .dl_style dt {
  position: relative;
  border: 1px solid #e10207;
  background: -webkit-gradient(linear, left top, left bottom, from(#bd0b17), color-stop(39%, #bd0b17), color-stop(95%, #870712), color-stop(97%, #870712)) repeat;
  background: linear-gradient(to bottom, #bd0b17 0%, #bd0b17 39%, #870712 95%, #870712 97%) repeat;
  font-weight: normal;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.p-search .dl_style dt:after {
  position: absolute;
  content: url("../images/common/ico_accordion_open.png");
  right: 0;
  top: 50%;
  margin-top: -18px;
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
}
.p-search .dl_style dt.open:after {
  content: url("../images/common/ico_accordion_close.png");
}
.p-search .dl_style dd {
  padding: 0;
  border-left: 1px solid #bd0b17;
  border-right: 1px solid #bd0b17;
}
.p-search .search_list02 li,
.p-search .search_list03 li,
.p-search .search_list04 li {
  border-bottom: 1px solid #bd0b17;
  padding: 0;
  margin: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p-search .search_list02 li > label,
.p-search .search_list03 li > label,
.p-search .search_list04 li > label {
  position: relative;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(38%, #fff), color-stop(94%, #f4f4f1), color-stop(96%, #f4f4f1));
  background-image: linear-gradient(to bottom, #fff 0%, #fff 38%, #f4f4f1 94%, #f4f4f1 96%);
  padding: 10px;
}
.p-search .search_list02 li > label:after,
.p-search .search_list03 li > label:after,
.p-search .search_list04 li > label:after {
  content: url("../images/common/ico_arrow_right_red.png");
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -14px;
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
}
.p-search .ttl05 {
  border: 1px solid #e10207;
  background: -webkit-gradient(linear, left top, left bottom, from(#bd0b17), color-stop(39%, #bd0b17), color-stop(95%, #870712), color-stop(97%, #870712)) repeat;
  background: linear-gradient(to bottom, #bd0b17 0%, #bd0b17 39%, #870712 95%, #870712 97%) repeat;
  font-weight: normal;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p-search .ttl05 > label {
  display: block;
}
.p-search #itemContainer {
  margin-left: 5px;
  margin-right: 5px;
}
.p-search .search_box02,
.p-location .location_box {
  position: relative;
  overflow: hidden;
  border: 1px solid #eee;
}
.p-search .search_box02:before,
.p-location .location_box:before {
  position: relative;
  content: '';
  background: #bd0b17;
  height: 3px;
  display: block;
  -webkit-box-shadow: 0 3px 3px #bababa;
          box-shadow: 0 3px 3px #bababa;
}
.p-search .search_box02 .search_head,
.p-location .location_box .search_head {
  background: #fff;
  padding: 15px 5px 0;
  border-bottom: none;
}
.p-search .search_box02 .search_head .title,
.p-location .location_box .search_head .title {
  padding: 15px 5px 10px;
  background: #ffe6e9;
  margin-left: -5px;
  margin-right: -5px;
}
.p-search .search_box02 .search_head .title .new,
.p-location .location_box .search_head .title .new {
  background: #bd0b17;
  font-size: 10px;
  padding: 9px 3px;
  border-radius: 3px;
}
.p-search .search_box02 .search_head .title .txt,
.p-location .location_box .search_head .title .txt {
  line-height: 1.6;
}
.p-search .search_box02 .list,
.p-location .location_box .list {
  margin: 10px 5px;
  margin-right: 3px;
}
.p-search .search_box02 .list li,
.p-location .location_box .list li {
  display: inline-block;
  min-width: 72px;
  width: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #bd0b17;
  border-radius: 2px;
  background: none;
  color: #bd0b17;
  font-weight: bold;
  margin: 0;
  margin-right: 2px;
  margin-bottom: 3px;
  padding: 4px 2px;
}
.p-search .pagenation span,
.p-search .pagenation a {
  display: inline-block;
  margin-right: 1em;
}
.p-search__areaAll {
  background: #eee;
  padding: 20px 10px 10px;
}
.p-search__condition {
  background: #eee;
  padding: 15px 10px;
}

.p-search__condition_sort {
  text-align: center;
  margin-top: -5px;
  /*background: #eee;
  padding: 15px 10px;*/
}
.p-search__condition_sort .sort-btn {
  text-align: center;
  border: 1px solid #bd0b17;
  background: #fff;
  border-radius: 3px;
  font-weight: normal;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 5px 0;
  padding: 4px 0;
  color: #555;
  width: 32%;
  font-size: 14px;
  font-weight: bold;
}
.p-search__condition_sort .sort-btn.sort-active {
  border: 1px solid #bd0b17;
  background: #bd0b17;
  color: #FFF;
  border: 1px solid #e10207;
}

/* top simple-search */
#simple-search-errmsg {
  color: #f00;
}
.simple-search select, .simple-search div.st4 {
  padding: 5px 10px;
  border: 1px solid #999;
  background-color: #fff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  margin: 2px 0;
}
.simple-search .s-srch-ar3 {
  float:left;
}
.simple-search .s-srch-st3 {
  float:right;
}
.simple-search .s-srch-st1 {
  float:clear;
}

.simple-search .s-srch-select01 {
  width: 148px;
}
.simple-search .s-srch-select03 {
  width: 300px;
}

.simple-search div.st4 {
  width: 300px;
  margin: 2px 0;
  padding: 9px 0 9px 10px;
  color: black;
}

.simple-search .freeword {
  width: 300px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 2px 0;
  padding: 9px 0 9px 10px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.simple-search .s-search-btn button {
  border: 1px solid #e10207;
  background: -webkit-gradient(linear, left top, left bottom, from(#bd0b17), color-stop(39%, #bd0b17), color-stop(95%, #870712), color-stop(97%, #870712)) repeat;
  background: linear-gradient(to bottom, #bd0b17 0%, #bd0b17 39%, #870712 95%, #870712 97%) repeat;
  border-radius: 3px;
  font-weight: normal;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 19px;
  margin: 5px 0;
  color: #fff;
  width: 300px;
  font-size: 16px;
  padding: 8px 0;
  display: block;
}

a.s-search-modal {
  cursor:default;
  text-decoration:none;
  color: black;
}

/**
  * かんたん検索　こだわり条件モーダル関連
  **/
/* 条件追加ボタン */
button.s-search-modal-cond-add  {
  display: block;
  width: 100%;
  margin: 12px 0 4px 0;
  padding: 8px 0;
  border: 1px solid #e10207;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: -webkit-gradient(linear, left top, left bottom, from(#bd0b17), color-stop(39%, #bd0b17), color-stop(95%, #870712), color-stop(97%, #870712)) repeat;
  background: linear-gradient(to bottom, #bd0b17 0%, #bd0b17 39%, #870712 95%, #870712 97%) repeat;
  color: #fff;
  font-size: 16px;
  font-weight: normal;
}

.s-srch-select04 h2 {
  position: relative;
  margin: 5px auto; 15px auto;
  padding: 10px 10px;
  border-bottom: 3px solid #bd0b17;
  -webkit-box-shadow: 0 3px 3px #ccc;
          box-shadow: 0 3px 3px #ccc;
  font-size: 16px;
  font-weight:bold
  text-align:center;
}

.s-srch-select04 div.st4-title {
  clear: both;
  padding-left: 4px;
  border-left: 5px solid #bd0b17;
  font-weight:bold
}

.s-srch-select04 ul {
  display: table;
  list-style: none outside;
  width:100%;
  margin-left: 5px;
}
.s-srch-select04 ul > li {
  float:left;
  width: 120px;
  margin: 2px 5px;
}

.s-srch-select04 .st4-mod {
  display: none;
}
.s-srch-select04 .st4-mod + label {
  display: inline-block;
  position: relative;
  width: 120px;
  height: 30px;
  padding: 10px 5px;
  border: 1px solid #bd0b17;
  border-radius: 0.5px;
  background: none;
  color: #bd0b17;
  font-size: 10px;
  font-weight: bold;
  line-height: 1.0;
  text-align: center;
  cursor: pointer;
}
.s-srch-select04 .st4-mod:checked+label {
  background: #bd0b17;
  color: #fff;
}
.s-srch-select04 .st4-mod:checked+label::before {
  color: #fff;
  content: attr(data-on-label);
}

/* レスポンシブ対応 */
@media screen and (max-width:320px){
  /* ボタン1列 */
  .s-srch-select04 ul > li, .s-srch-select04 .st4-mod + label  {
    width: 98%;
  }
  .modaal-container {
    width: 100%;
  }
}

/* mypage */
.p-mypage__login {
  background: #eee;
  padding: 15px 10px;
}
.p-mypage__login dt {
  font-weight: bold;
  color: #333;
  font-size: 16px;
}
.p-mypage__login dd {
  margin-bottom: 10px;
}
.p-mypage__login dd input {
  width: 100%;
  font-size: 16px;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p-mypage__login #login {
  margin-bottom: 20px;
}
.p-mypage .ttl04 {
  font-size: 16px;
}
.p-mypage #itemContainer {
  margin-left: 5px;
  margin-right: 5px;
}
.p-mypage .jpager_box {
  position: relative;
  overflow: hidden;
  border: 1px solid #eee;
}
.p-mypage .jpager_box:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  content: '';
  background: #bd0b17;
  height: 3px;
  display: block;
  -webkit-box-shadow: 0 3px 3px #bababa;
          box-shadow: 0 3px 3px #bababa;
}
.p-mypage .jpager_box .point {
  background: #bd0b17;
  font-size: 10px;
  padding: 9px 3px;
  border-radius: 3px;
}
.p-mypage .jpager_box .job_head {
  background: #ffe6e9;
  padding: 15px 5px 0;
  border-bottom: none;
  margin-top: 10px;
}
.p-mypage .jpager_box .job_head .title {
  padding: 15px 5px 10px;
  background: #ffe6e9;
  margin-left: -5px;
  margin-right: -5px;
}
.p-mypage .jpager_box .job_head .title .txt {
  line-height: 1.6;
}
.p-mypage .jpager_box .list {
  margin: 10px 5px;
  margin-right: 3px;
}
.p-mypage .jpager_box .list li {
  display: inline-block;
  min-width: 72px;
  width: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #bd0b17;
  border-radius: 2px;
  background: none;
  color: #bd0b17;
  font-weight: bold;
  margin: 0;
  margin-right: 2px;
  margin-bottom: 3px;
  padding: 4px 2px;
}
.p-mypage .pagenation .next a {
  color: #bd0b17;
  text-decoration: underline;
}
.p-mypage .pagenation .next a:after {
  content: '>';
}
.p-mypage .pagenation .next span {
  display: none;
}
.mypage_menu li,
.p-location .dl_style11 ul li {
  border-bottom: 1px solid #bd0b17;
  padding: 0;
  margin: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mypage_menu li > a,
.p-location .dl_style11 ul li > a {
  position: relative;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(38%, #fff), color-stop(94%, #f4f4f1), color-stop(96%, #f4f4f1));
  background-image: linear-gradient(to bottom, #fff 0%, #fff 38%, #f4f4f1 94%, #f4f4f1 96%);
  padding: 10px 10px 10px 20px;
}
.mypage_menu li > a:after,
.p-location .dl_style11 ul li > a:after {
  content: url("../images/common/ico_arrow_right_red.png");
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -14px;
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
}
.mypage_menu li:last-child,
.p-location .dl_style11 ul li:last-child {
  border-bottom: 1px solid #bd0b17;
}
.mypage_dl02 dt {
  color: #bd0b17;
  font-weight: normal;
  padding-left: 10px;
  padding-top: 10px;
  margin-bottom: 0;
}
.mypage_dl02 dd a {
  position: relative;
  background: none;
  padding: 10px;
  padding-top: 0;
  padding-right: 25px;
  line-height: 1.6;
  color: #333;
  text-decoration: none;
  border-bottom: 1px dotted #999;
}
.mypage_dl02 dd a:after {
  position: absolute;
  content: url("../images/common/ico_arrow_right_red.png");
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
  display: block;
  right: 5px;
  top: 10px;
  margin-top: -14px;
}
.mypage_dl03 dt {
  position: relative;
  border: 1px solid #e10207;
  background: -webkit-gradient(linear, left top, left bottom, from(#bd0b17), color-stop(39%, #bd0b17), color-stop(95%, #870712), color-stop(97%, #870712)) repeat;
  background: linear-gradient(to bottom, #bd0b17 0%, #bd0b17 39%, #870712 95%, #870712 97%) repeat;
  font-weight: normal;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.mypage_dl03 dt .icon {
  display: none;
}
.mypage_dl03 dd {
  padding: 10px;
  background: none;
  border-left: 1px solid #bd0b17;
  border-right: 1px solid #bd0b17;
  border-bottom: 1px solid #bd0b17;
  border-radius: 0;
}
.mypage_dl03 dd .txt {
  background: #ffeaef;
}
#mypage_form .shokumu_keireki {
  padding-left: 5px;
  padding-right: 5px;
}
#mypage_form dd.bgpnk {
  background: none !important;
  border-top: 1px dotted #999;
  border-bottom: 1px dotted #999;
}
.mypage_btn01 {
  padding: 0;
  float: none !important;
}
.mypage_btn01 a {
  padding: 18px;
}
.mypage_btn04 {
  padding: 0;
  float: none !important;
}
.mypage_btn04 input {
  background: none;
  color: #333;
  letter-spacing: 1em;
  font-size: 18px;
}
.like_btn {
  padding: 0;
  float: none !important;
  margin-right: 5px;
}
.like_btn a {
  background: none;
}
.jpager_box02 {
  border-color: #ccc;
}
.mypage_style04 dt,
.mypage_style04 div.title {
  background: #eee;
  color: #333;
}
/* mypage counseling */
.p-mypageCounseling {
  margin-top: 8px;
}
.p-mypageCounseling .c-title--section {
  margin-bottom: 20px;
}
.p-mypageCounseling__heading {
  border-left: 3px solid;
  padding-left: 10px;
  font-size: 1.64em;
  font-weight: bold;
  margin-bottom: 20px;
}
.p-mypageCounseling__heading--01 {
  border-color: #598b23;
  color: #598b23;
}
.p-mypageCounseling__heading--02 {
  border-color: #c82851;
  color: #c82851;
}
.p-mypageCounseling__heading--03 {
  border-color: #2e816d;
  color: #2e816d;
}
.p-mypageCounseling__heading--04 {
  border-color: #28929d;
  color: #28929d;
}
.p-mypageCounseling__item {
  width: 100%;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.p-mypageCounseling__item li {
  width: 31.5%;
  margin-bottom: 10px;
}
.p-mypageCounseling__item li img {
  vertical-align: middle;
}
.p-mypageCounseling__sengen {
  border: 2px solid;
  padding: 5px;
  text-align: center;
  margin-bottom: 15px;
}
.p-mypageCounseling__sengen--04 {
  color: #2da4b0;
  border-color: #2da4b0;
}
.p-mypageCounseling__caseBox {
  background: #f5f5f5;
  padding: 10px;
  margin-bottom: 15px;
}
.p-mypageCounseling__caseBox h5 {
  margin-left: -10px;
  margin-right: -10px;
}
.p-mypageCounseling__caseBox__title {
  margin-bottom: 10px;
}
.p-mypageCounseling__actionBox {
  padding: 5px;
  margin-bottom: 30px;
}
.p-mypageCounseling__actionBox__title {
  color: #fff;
  font-weight: bold;
  font-size: 1.28em;
  vertical-align: middle;
}
.p-mypageCounseling__actionBox__title:before {
  content: url("../images/mypage/counseling/ico_action_title.png");
  display: inline-block;
  margin-right: 0.5em;
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
  width: 15px;
  vertical-align: middle;
}
.p-mypageCounseling__actionBox__inner {
  background: #fff;
  border-radius: 6px;
  padding: 10px;
  color: #333;
  line-height: 1.5;
}
.p-mypageCounseling__actionBox .c-freedial {
  display: inline-block;
  font-weight: bold;
  font-size: 29px;
  vertical-align: middle;
  line-height: 1;
  letter-spacing: -0.02em;
}
.p-mypageCounseling__actionBox .c-freedial > a {
  display: inline-block;
  text-decoration: none;
}
.p-mypageCounseling__actionBox .c-freedial img {
  margin-right: 5px;
  vertical-align: text-bottom;
}
.p-mypageCounseling__actionBox__illust {
  margin-bottom: -15px;
}
.p-mypageCounseling__actionBox__uketsuke {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p-mypageCounseling__actionBox--01 {
  background: #629527;
}
.p-mypageCounseling__actionBox--01 .c-freedial {
  color: #629527;
}
.p-mypageCounseling__actionBox--01 .c-freedial > a {
  color: #629527;
}
.p-mypageCounseling__actionBox--02 {
  background: #c82851;
}
.p-mypageCounseling__actionBox--02 .c-title {
  color: #c82851;
  margin-bottom: 0;
  font-weight: bold;
}
.p-mypageCounseling__actionBox--02 .c-freedial {
  color: #c82851;
}
.p-mypageCounseling__actionBox--02 .c-freedial > a {
  color: #c82851;
}
.p-mypageCounseling__actionBox--02 .p-mypageCounseling__actionBox__uketsuke {
  font-size: 13px;
}
.p-mypageCounseling__actionBox--03 {
  background: #33907c;
}
.p-mypageCounseling__actionBox--03 .c-freedial {
  color: #33907c;
  padding-top: 12px;
}
.p-mypageCounseling__actionBox--03 .c-freedial > a {
  color: #33907c;
}
.p-mypageCounseling__actionBox--03 i {
  color: #33907c;
}
.p-mypageCounseling__actionBox--04 {
  background: #2da4b0;
}
.p-mypageCounseling__actionBox--04 .c-freedial {
  color: #2da4b0;
}
.p-mypageCounseling__actionBox--04 .c-freedial > a {
  color: #2da4b0;
}
.p-mypageCounseling__actionBox--04 .p-mypageCounseling__actionBox__syanai {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #999;
}
.p-mypageCounseling__actionBox--04 .p-mypageCounseling__actionBox__syanai .c-title {
  text-align: center;
  width: 150px;
  background: #2da4b0;
  color: #fff;
  padding: 5px 0;
  margin-bottom: 7px;
  display: inline-block;
  font-size: 13px;
}
.p-mypageCounseling__actionBox--04 .p-mypageCounseling__actionBox__syanai .c-title + p {
  display: inline-block;
}
.p-mypageCounseling__actionBox--04 .p-mypageCounseling__actionBox__gaibu {
  margin-bottom: 10px;
}
.p-mypageCounseling__actionBox--04 .p-mypageCounseling__actionBox__gaibu .c-title {
  text-align: center;
  width: 150px;
  background: #2da4b0;
  color: #fff;
  padding: 5px 0;
  margin-bottom: 7px;
  display: inline-block;
  font-size: 13px;
}
.p-mypageCounseling__actionBox--04 .p-mypageCounseling__actionBox__gaibu .c-title + p {
  display: inline-block;
}
.p-mypageCounseling__actionBox--04 .p-mypageCounseling__actionBox__lead {
  margin-bottom: 5px;
}
.p-mypageCounseling__actionBox--04 .p-mypageCounseling__actionBox__lead .c-title {
  padding: 5px 0;
  color: #28929d;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  font-weight: bold;
  font-size: 15px;
}
.p-mypageCounseling__actionBox--04 .p-mypageCounseling__actionBox__lead .c-title + p {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 10px;
}
/* inquiry */
.p-inquiry a {
  display: inline-block;
}
.p-inquiry #formbox dt {
  background: #f5f5f5;
  color: #333;
  font-weight: bold;
  font-size: 16px;
}
.p-inquiry .accordion_box {
  border: none;
}
.p-inquiry .accordion_box dt {
  margin-bottom: 0;
}
.p-inquiry .accordion_box dt.open:after {
  display: none;
}
.p-inquiry .accordion_box dd {
  border: 1px solid #ccc;
  border-top: none;
}
/* flow */
.p-flow .dl_style12 dt {
  background: url("../images/flow/bg_flow.jpg") right top no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
}
.p-flow .dl_style12 dt.title {
  color: #54901a;
  padding-left: 15px;
  padding-bottom: 10px;
}
.p-flow .dl_style12 dt.title .icon {
  background: #54901a;
  display: inline-block;
  color: #fff;
  border-radius: 20px;
  padding: 2px 10px;
  margin-left: -5px;
  margin-bottom: 10px;
}
.p-flow .dl_style12 dd {
  background: #f5f5f5;
  padding: 5px;
}
.p-flow .dl_style12 dd .ttl04 {
  background-color: transparent;
  font-weight: normal;
  padding: 0;
  font-size: 16px;
  margin-bottom: 5px;
}
.p-flow .dl_style12 dd .flow {
  background: #fff;
  padding: 10px;
  margin-bottom: 27px;
}
.p-flow .dl_style12 dd .step_icon {
  background: #54901a;
  border: none;
  color: #fff;
  border-radius: 20px;
  padding: 2px 10px;
  font-weight: normal;
}
.p-flow .dl_style12 dd .txt {
  color: #54901a;
  font-size: 16px;
}
.p-flow .dl_style12 dd .arrow:after {
  content: url("../images/flow/img_flow_arrow.png");
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
  bottom: 0;
  margin-left: -131px;
  border: none;
}
.p-flow #howto_entry_wrap .dl_style12 dt {
  background-image: url("../images/flow/bg_entry.jpg");
  padding-right: 23%;
}
.p-flow #howto_entry_wrap .dl_style12 dt.title {
  color: #d03033;
}
.p-flow #howto_entry_wrap .dl_style12 dt.title .icon {
  background: #d03033;
  white-space: nowrap;
}
.p-flow #howto_entry_wrap .dl_style12 dd .step_icon {
  background: #d03033;
}
.p-flow #howto_entry_wrap .dl_style12 dd .txt {
  color: #d03033;
}
/* location */
.p-location .location_box {
  padding: 0;
  margin-left: 5px;
  margin-right: 5px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.p-location .location_box .ttl {
  padding: 10px 10px 0;
  border: none;
  margin-bottom: 0;
}
.p-location .location_box .btn04 a {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#8cc401), color-stop(36%, #8cc401), color-stop(86%, #4f880e), color-stop(94%, #45790d), color-stop(97%, #41730d));
  background-image: linear-gradient(to bottom, #8cc401 0%, #8cc401 36%, #4f880e 86%, #45790d 94%, #41730d 97%);
  font-size: 18px;
  font-weight: normal;
  padding-left: 0;
  padding-right: 0;
}
.p-location .location_box .btn04 a:before {
  content: url("../images/location/ico_tel.png");
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
  text-shadow: 1px 1px 2px rgba(0,0,0,0.25);
  display: inline-block;
  vertical-align: middle;
  margin: -15px 0;
  margin-left: -15px;
}
.p-location .location_box .btn03 a {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#8a8a8a), color-stop(35%, #8a8a8a), color-stop(86%, #4c4c4c), color-stop(93%, #4c4c4c), color-stop(96%, #4c4c4c));
  background-image: linear-gradient(to bottom, #8a8a8a 0%, #8a8a8a 35%, #4c4c4c 86%, #4c4c4c 93%, #4c4c4c 96%);
  font-size: 18px;
  font-weight: normal;
}
.p-location .location_box .btn03 a:before {
  content: url("../images/location/ico_location.png");
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
  display: inline-block;
  vertical-align: middle;
  margin: -15px 0;
  margin-left: -15px;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.25);
}
.p-location .dl_style11 ul li {
  border-left: none;
  border-right: none;
  border-top: none;
}
.p-location .dl_style11 ul li a {
  padding-right: 25px;
}
/* jobcategory */
.p-jobcategory__intro {
  background: url("../images/jobcategory/bg_intro.jpg") top right no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
}
.p-jobcategory__intro .ttl01 {
  color: #bd0b17;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.4;
  padding-top: 8px;
}
.p-jobcategory .dl_style06 {
  border: none;
  background: #e3f0f9;
  padding: 10px 0;
}
.p-jobcategory .dl_style06 dt,
.p-jobcategory .dl_style06 dd {
  background-color: transparent;
}
.p-jobcategory .dl_style06 dt {
  padding-bottom: 0;
}
.p-jobcategory .btn03 a {
  padding: 15px 20px;
  border: 1px solid #1e99dd;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1e99dd), color-stop(38%, #1e99dd), color-stop(94%, #177fb4), color-stop(96%, #177fb4));
  background-image: linear-gradient(to bottom, #1e99dd 0%, #1e99dd 38%, #177fb4 94%, #177fb4 96%);
  text-shadow: 1px 1px 2px rgba(0,0,0,0.29);
  color: #ff0;
  font-size: 18px;
}
.p-jobcategory .btn02 a {
  padding: 15px 20px;
  border: 1px solid #7d7d7d;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#646464), color-stop(38%, #646464), color-stop(81%, #474747), color-stop(96%, #303030), color-stop(98%, #2e2e2e));
  background-image: linear-gradient(to bottom, #646464 0%, #646464 38%, #474747 81%, #303030 96%, #2e2e2e 98%);
  text-shadow: 1px 1px 2px rgba(0,0,0,0.29);
  font-size: 18px;
}
/* callcenter */
.p-callcenter__intro {
  background: url("../images/callcenter/bg_intro.jpg") top right no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  padding-left: 10px;
  padding-right: 10px;
}
.p-callcenter__intro .ttl01 {
  color: #bd0b17;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.4;
  padding-top: 8px;
  padding-bottom: 4px;
}
.p-callcenter .call_box {
  background: #e3f0f9;
  border: none;
  margin-top: 5px;
}
.p-callcenter .call_box .point {
  background: none;
  padding: 0;
}
.p-callcenter .call_box .title {
  color: #266ba4;
  font-size: 19px;
  font-weight: bold;
}
.p-callcenter .call_box .txt {
  font-weight: bold;
  color: #333;
  font-size: 14px;
}
.p-callcenter .dl_style06 {
  background: #e3f0f9;
  padding: 10px;
  border: none;
}
.p-callcenter .dl_style06 dt {
  background: #fff;
  display: inline-block;
  border-radius: 20px;
  color: #3a8bcc;
  line-height: 1;
  margin-bottom: 10px;
  text-align: center;
  padding: 5px 15px;
  font-size: 17px;
}
.p-callcenter .dl_style06 dd {
  background: transparent;
  padding: 0;
  color: #333;
  font-size: 14px;
}
/* voice */
.p-voice .btn_list02 {
  background: #f5f5f5;
  padding: 15px 5px;
}
.p-voice .btn_list02 li {
  display: table-cell;
  float: none;
  padding: 2px;
}
.p-voice .accordion_box2 {
  border-radius: 3px;
  overflow: hidden;
  border-bottom: 1px solid #ccc;
}
.p-voice .accordion_box2 dt {
  margin-top: 0;
  margin-bottom: -1px;
  border-radius: 0;
}
.p-voice .accordion_box2 .icon_q,
.p-voice .accordion_box2 .icon_a {
  color: #c93840;
}
.p-voice .dl_style05 {
  background: #ffeaed;
  border: none;
}
.p-voice .dl_style05 dt {
  text-align: center;
  background-color: transparent;
  padding: 10px 0 0;
}
.p-voice .dl_style05 dd {
  background-color: transparent;
}
/* features */
.p-features__intro {
  background: url("../images/features/bg_intro.jpg") right top no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
}
.p-features__intro .ttl01 {
  font-weight: normal;
  color: #bd0b17;
  line-height: 1.4;
  margin-bottom: 10px;
  padding-top: 8px;
  font-size: 20px;
}
.p-features__intro .open_txt {
  width: 64.5%;
}
.p-features__intro .detail_txt {
  background: rgba(255,255,255,0.8);
  padding-top: 5px;
}
.p-features h3.bb {
  font-size: 18px;
  line-height: 1.4;
}
.p-features .bg_red {
  background: #ffe6e9;
  padding: 13px 10px;
  color: #333;
}
.p-features .bg_red p {
  margin-bottom: 7px;
}
.p-features .btn_list04 {
  display: table;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
}
.p-features .first_btn {
  float: none;
  display: table-cell;
  padding: 0 5px;
  width: 50%;
}
.p-features .first_btn a {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f4f4f0));
  background-image: linear-gradient(to bottom, #fff 0%, #f4f4f0 100%);
  color: #333;
  font-size: 16px;
  padding-left: 10px;
  padding-right: 10px;
  border: 1px solid #ccc;
  line-height: 1.3;
}
.p-features .entry_btn03 {
  float: none;
  display: table-cell;
  padding: 0 5px;
  width: 50%;
}
.p-features .entry_btn03 a {
  padding-left: 10px;
  padding-right: 10px;
  line-height: 1.3;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#bd0b17), color-stop(39%, #bd0b17), color-stop(95%, #870712), color-stop(97%, #870712));
  background-image: linear-gradient(to bottom, #bd0b17 0%, #bd0b17 39%, #870712 95%, #870712 97%);
  text-shadow: 1px 1px 2px rgba(0,0,0,0.15);
  font-size: 16px;
}
/* cast */
.p-cast .dl_style05 {
  border: none;
}
.p-cast .dl_style05 dt {
  background: #518d1a;
  padding-top: 8px;
}
.p-cast .dl_style05 dt a {
  text-decoration: none;
  color: #fff;
}
.p-cast .dl_style05 dd {
  background: none;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid #a0a0a0;
  border-top: 0;
  line-height: 1.6;
}
.p-cast .dl_style05 dd a {
  color: #333;
  text-decoration: none;
}
.p-cast .dl_style05 dd a p {
  text-decoration: underline;
}
.p-cast .dl_style05 dd .style1 {
  color: #c00;
}
.p-cast .dl_style05.entry dt {
  background: #cd2327;
}
.p-cast .dl_style05.entry dd {
  border-color: #cd2327;
}
/* welfare */
.p-welfare__intro {
  background: url("../images/welfare/bg_intro.jpg") top right no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
}
.p-welfare__intro .ttl01 {
  color: #bd0b17;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.4;
  padding-top: 3px;
}
.p-welfare__pointBox {
  border: 1px solid #e1e1e1;
  padding: 10px;
  margin-top: 10px;
}
.p-welfare__pointBox__title {
  color: #eb4d63;
  font-size: 16px;
  margin-bottom: 8px;
}
.p-welfare__pointBox__title img {
  vertical-align: middle;
  margin-right: 5px;
}
.p-welfare__pointBox__title span {
  vertical-align: middle;
}
.p-welfare__serviceBox {
  margin-bottom: 20px;
}
.p-welfare__serviceBox__title {
  font-size: 16px;
  padding: 6px 10px;
  background: #f5f5f5;
  margin-bottom: 10px;
}
.p-welfare__serviceBox__catch {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 6px;
  margin-left: 10px;
}
.p-welfare__serviceBox__catch span {
  color: #c00;
}
.p-welfare__serviceBox__detail {
  margin-left: 10px;
}
.p-welfare__serviceBox__detail span {
  color: #c00;
  font-weight: bold;
}
.p-welfare__serviceBox__more {
  background: #fb9d00;
  font-size: 16px;
  color: #fff;
  text-align: center;
  padding: 6px 0;
}
.p-welfare__serviceBox__more span {
  font-size: 22px;
}
.p-welfare__contactBox {
  background: #f5f5f5;
}
.p-welfare__contactBox a {
  padding: 15px 10px;
  text-decoration: none;
  color: #333;
}
/* firstjob */
.p-firstjob .accordion_box2 {
  border-radius: 3px;
  overflow: hidden;
  border-bottom: 1px solid #ccc;
}
.p-firstjob .accordion_box2 dt {
  margin-top: 0;
  margin-bottom: -1px;
  border-radius: 0;
  font-weight: bold;
  color: #333;
}
.p-firstjob .dl_style05 {
  background: #ffeaed;
  border: none;
}
.p-firstjob .dl_style05 dt {
  text-align: center;
  background-color: transparent;
  padding: 10px 0 0;
}
.p-firstjob .dl_style05 dd {
  background-color: transparent;
}
.p-firstjob .merit_icon {
  background: #c93840;
  border-radius: 3px;
  border: none;
  color: #fff;
}
.p-firstjob .btn03 a {
  background-image: linear-gradient(0deg, #870712 0%, #bd0b17 24%, #bd0b17 98%);
  padding: 20px 0;
  font-size: 19px;
  margin: 0;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.29);
  border: 2px solid #9f0914;
}
.p-firstjob .c-btn--plain {
  padding: 9px;
}
/* news */
.p-news .ttl03 span {
  vertical-align: middle;
}
.p-news .ttl03 span a {
  display: inline-block;
}
.p-news .news_head {
  font-weight: bold;
  font-size: 16px;
}
.p-news .news_head .day {
  color: #c00;
  font-weight: normal;
  font-size: 14px;
}
/* support */
.p-support__bgBox {
  background: #fdeaed;
  padding: 15px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #333;
  margin-bottom: 10px;
}
.p-support__accordion {
  border-radius: 3px;
  overflow: hidden;
  border-bottom: 1px solid #ccc;
}
.p-support__accordion dt {
  font-weight: bold;
  color: #333;
  padding-top: 10px;
  padding-bottom: 10px;
  overflow: hidden;
  margin-top: 0;
  margin-bottom: -1px;
  border-radius: 0;
}
.p-support__accordion dt .point_icon {
  background: #c93840;
  color: #fff;
  width: 76px;
  text-align: center;
  padding: 5px 0;
  font-size: 14px;
  line-height: 1;
  margin-right: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  border-radius: 3px;
}
.p-support__accordion dt .txt {
  display: inline-block;
  width: 165px;
  vertical-align: middle;
}
.p-support__appeal {
  background-image: linear-gradient(180deg, #bd0b17 0%, #bd0b17 40%, #c7303a 95%, #c7303a 99%);
  border: 1px solid #fff;
  -webkit-box-shadow: 1px 1px 0 #cecece, -1px -1px 0 #cecece;
          box-shadow: 1px 1px 0 #cecece, -1px -1px 0 #cecece;
  margin: 10px -5px;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  text-align: center;
  padding: 9px 0;
}

/*お仕事一覧・詳細のフッター用 start */
.footer__btnAreaSearch{
  font-weight: bold;
  font-size: 14px;
}
.footer__btnAreaSearch a{
  padding-left:40px;
  text-decoration: none;
  color: #000;
}
.btn_list_top{
  height:48px;
  line-height:54px;
  background: url("../images/search/btn_link_top_wakaba.png") no-repeat;
}
.btn_list_wakaba{
  background: url("../images/search/btn_link_wakaba.png") no-repeat;
  height:46px;
  line-height:50px;
}
.btn_list_normal{
  height:46px;
  line-height:50px;
  background: url("../images/search/btn_link_nomal.png") no-repeat;
}
/*お仕事一覧・詳細のフッター用 end */
/* ==========================================================================
    myprofile
========================================================================== */

.profile_tab {
  float:left;
  width:33%;
  color: black;
  background-color: #eee;
  text-align: center;
}

.profile_tab a:link {
  color: black;
}

.profile_tab a:visited {
  color: black;
}

/*お仕事検索導線*/
#open{
    display:none;
     position: fixed;
 bottom: -5px;
 max-width: 100%;
 margin:0 auto;
}

#beginner{
position: relative;
display:none;
 position: fixed;
 bottom: -5px;
 max-width: 100%;
 margin:0 auto;
}

#beginner a{
  font-weight: bold;
  font-size: 18px;
  text-decoration: none;
  color: #000;
}

.beginner_text{
 display: table;
 width: 100%;
 position:absolute;
 line-height:30px;
 margin-top:15px;
 top:0;
 height: auto;

}
.something-else-semantic {
   display: table-cell;
   text-align: center;
   vertical-align: middle;
}

#off{
    display: none;
    position:absolute;
    top:0;
}
.btn1{
z-index: 1;
}

.btn2{
z-index: 2;
}
/*お仕事検索導線ここまで*/
/* -----------------------------------------------------------------
    Utility
----------------------------------------------------------------- */
/* clearfix */
.u-cf {
  *zoom: 1;
}
.u-cf:before,
.u-cf:after {
  display: table;
  content: " ";
}
.u-cf:after {
  clear: both;
}
/* margin */
.u-mb0 {
  margin-bottom: 0;
}
.u-mb5 {
  margin-bottom: 5px;
}
.u-mb10 {
  margin-bottom: 10px;
}
.u-mb15 {
  margin-bottom: 15px;
}
.u-mb20 {
  margin-bottom: 20px;
}
.u-mb30 {
  margin-bottom: 30px;
}
.u-mb40 {
  margin-bottom: 40px;
}
.u-mb50 {
  margin-bottom: 50px;
}
.u-mb60 {
  margin-bottom: 60px;
}
.u-mb70 {
  margin-bottom: 70px;
}
.u-mb80 {
  margin-bottom: 80px;
}
.u-ml5 {
  margin-left: 5px;
}
.u-ml10 {
  margin-left: 10px;
}
.u-ml20 {
  margin-left: 20px;
}
.u-ml40 {
  margin-left: 40px;
}
.u-mr10 {
  margin-right: 10px;
}
.u-mr20 {
  margin-right: 20px;
}
.u-mr1e {
  margin-right: 1em;
}
/* position */
.u-position-rel {
  position: relative;
}
/* float */
.u-float-right {
  float: right;
}
.u-float-left {
  float: left;
}
/* align */
.u-align-left {
  text-align: left;
}
.u-align-right {
  text-align: right;
}
.u-align-center {
  text-align: center;
}
.u-vam {
  vertical-align: middle;
}
.u-vab {
  vertical-align: bottom;
}
/* font */
.u-font-bold {
  font-weight: bold;
}
.u-font-normal {
  font-weight: normal;
}
.u-font-10 {
  font-size: 71.42857142857143%;
}
.u-font-11 {
  font-size: 78.57142857142857%;
}
.u-font-12 {
  font-size: 85.71428571428571%;
}
.u-font-13 {
  font-size: 92.85714285714286%;
}
.u-font-15 {
  font-size: 107.14285714285714%;
}
.u-font-16 {
  font-size: 114.28571428571428%;
}
.u-font-17 {
  font-size: 121.42857142857142%;
}
.u-font-18 {
  font-size: 128.57142857142858%;
}
.u-font-19 {
  font-size: 135.71428571428572%;
}
.u-font-20 {
  font-size: 142.85714285714286%;
}
.u-font-21 {
  font-size: 150%;
}
.u-font-22 {
  font-size: 157.14285714285714%;
}
.u-font-23 {
  font-size: 164.28571428571428%;
}
.u-font-24 {
  font-size: 171.42857142857142%;
}
.u-font-26 {
  font-size: 185.71428571428572%;
}
.u-font-28 {
  font-size: 200%;
}
.u-font-30 {
  font-size: 214.28571428571428%;
}
/* color */
.u-color-red {
  color: #c00;
}
.u-color-orange {
  color: #ff3f00;
}
.u-color-blue {
  color: #2863ce;
}
/* display */
.u-display-inline-block {
  display: inline-block;
}
.u-display-none {
  display: none;
}
/* slash */
@media (min-width: 1px) {
  .u-slash {
    font-size: 0;
    border-bottom: 1px solid #ccc;
    width: 35px;
    display: inline-block;
    -webkit-transform: rotate(-45deg) translate(4px, -4px);
        -ms-transform: rotate(-45deg) translate(4px, -4px);
            transform: rotate(-45deg) translate(4px, -4px);
  }
}

/* pagenation */
.c-pagenation {
  border-top: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
  padding-top: 19px;
  padding-bottom: 19px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.c-pagenation > li {
  display: inline-block;
}
.c-pagenation > li > a,
.c-pagenation > li span {
  padding: 6px 10px;
  line-height: 1;
  border-radius: 3px;
  margin-right: 10px;
}
.c-pagenation > li a {
  background: #f5f5f5;
}
.c-pagenation > li .on {
  background: #bd0b17;
  background-image: linear-gradient(0deg, #8e0813 0%, #bd0b17 100%);
  color: #fff;
}

/* ==========================================================================
    myprofile
========================================================================== */

.profile_tab {
  float:left;
  width:33%;
  color: black;
  background-color: #eee;
  text-align: center;
}

.profile_tab a:link {
  color: black;
}

.profile_tab a:visited {
  color: black;
}

.profile_select {
  width: 300px;
}
