@charset "UTF-8";
/*********************
IMPORTING PARTIALS
*********************/
/* normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
	overflow-y: scroll;
	font-family: sans-serif;
	/* 1 */
	-ms-text-size-adjust: 100%;
	/* 2 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong,
.strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn,
em,
.em {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

/*
 * proper formatting (http://blog.fontdeck.com/post/9037028497/hyphens)
*/
p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -ms-hyphens: auto;
      hyphens: auto;
}

/*
 * Addresses margins set differently in IE6/7.
 */
pre {
  margin: 0;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
q:before,
q:after {
  content: '';
  content: none;
}

small, .small {
  font-size: 75%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
  Lists
========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

dd {
  margin: 0;
}

/*
 * Addresses paddings set differently in IE6/7.
 */
menu {
  padding: 0 0 0 40px;
}

ol,
ul {
  padding: 0;
  list-style-type: none;
}

/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
  Embedded content
========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
	text-transform: none;
	/*max-width:300px;*/
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.image-replacement,
.ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.clearfix, .cf {
  zoom: 1;
}
.clearfix:before, .clearfix:after, .cf:before, .cf:after {
  content: "";
  display: table;
}
.clearfix:after, .cf:after {
  clear: both;
}

/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
  font-style: italic;
}

/*********************
COLOR
*********************/
/*********************
LAYOUT
*********************/
/*********************
LAYOUT_COLORS
*********************/
/*********************
FONT_COLOR
*********************/
/* navi */
/* mypage */
/* user-edit */
/*********************
FONT_SIZE
*********************/
/* navi */
/* account */
/* mypage */
/* user_edit */
/* administrator_edit */
/*********************
FONT_FAMILY
*********************/
/*********************
GENERAL STYLES
*********************/
html {
  position: relative;
  height: 100%;
  overflow: auto;
}

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 100%;
  line-height: 1.5;
  color: #333333;
  position: relative;
  background-color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: #00531d;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

p {
  font-size: 100%;
  line-height: 170%;
}

/*********************
RESET STYLES
*********************/
div, p, h1, h2, h3, h4, h5, h6, ul, ol, li, a, form, input, object, dt, dd, dl, iframe, label {
  margin: 0;
  padding: 0;
}

ol, ul, li, dl, dt, dd {
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
}

figure {
  margin: 0;
  float: left;
}

figcaption {
  margin: 2px 0 5px 0;
}

.tp_break {
  text-indent: 0px;
  display: inline-block;
}

.tp_break_sp,
.tp_break_spl {
  display: inline;
}

.tp_break_sp {
  display: inline-block;
}
@media screen and (min-width: 415px) and (max-width: 767px) {
  .tp_break_sp {
    display: inline;
  }
}

.tp_break_spl {
  display: inline;
}
@media screen and (min-width: 415px) and (max-width: 767px) {
  .tp_break_spl {
    display: inline-block;
  }
}

.tp_indent_one {
  text-indent: -1em;
  margin-left: 1em;
}
.tp_indent_two {
  text-indent: -2em;
  margin-left: 2em;
}

.tp_bracket_l, .tp_bracket_r {
  display: inline-block;
}
@media screen and (max-width: 667px) {
  .tp_bracket_l, .tp_bracket_r {
    display: inline-block;
  }
}
.tp_bracket_l {
  margin-left: -0.5em;
}
@media screen and (max-width: 667px) {
  .tp_bracket_l_sp {
    margin-left: -0.5em;
  }
}
.tp_bracket_r {
  margin-right: -0.5em;
}
@media screen and (max-width: 667px) {
  .tp_bracket_r_sp {
    margin-right: -0.5em;
  }
}

.tp_hide_desktop {
  display: none !important;
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  .tp_hide_desktop {
    display: inherit !important;
  }

  .tp_hide_tablet {
    display: none !important;
  }
}
@media screen and (min-width: 668px) and (max-width: 767px) {
  .tp_hide_desktop {
    display: inherit !important;
  }

  .tp_hide_tablet {
    display: none !important;
  }
}
@media screen and (max-width: 667px) {
  .tp_hide_desktop {
    display: inherit !important;
  }

  .tp_hide_phone {
    display: none !important;
  }
}
/*********************
	COMMON
*********************/
.tp_font_gothic {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.tp_font_mincho {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HiraMinProN-W3", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.tp_font_helvetica {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.tp_hide {
  display: none;
}
.tp_bracket_l {
  margin-left: -0.5em;
  display: inline-block;
}
.tp_bracket_r {
  margin-right: -0.5em;
  display: inline-block;
}
.tp_textbox {
  width: 15em;
  padding: 2px 0.5em;
  border: 1px solid #cccccc;
}

.tp_textbox_category {
  width: 8em;
  padding: 2px 0.5em;
  border: 1px solid #cccccc;
}


.tp_check, .tp_check_all {
  border: 1px solid #cccccc;
  cursor: pointer;
}
.tp_btn_positive {
  color: #ffffff;
  font-size: 12px;
  padding: 4px 1.5em;
  background: #3d96fb;
  border: 1px solid #3d96fb;
  border-radius: 50px;
  vertical-align: middle;
  display: inline-block;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: opacity 0.300s ease;
          transition: opacity 0.300s ease;
}
.tp_btn_positive:hover {
  text-decoration: none;
  opacity: 0.7;
}
.tp_btn_positive + .tp_btn_negative {
  margin-left: 1em;
}
.tp_btn_positive[disabled] {
  background: #cccccc;
  border: 1px solid #cccccc;
}
.btn_block02[disabled] {
  background: #cccccc;
  border: 1px solid #cccccc;
}
.tp_btn_positive[disabled]:hover {
  background: #cccccc;
  border: 1px solid #cccccc;
  opacity: 1;
}
.btn_block02[disabled]:hover {
  background: #cccccc;
  border: 1px solid #cccccc;
  opacity: 1;
}
.tp_textbox2 {
  width: 15em;
  padding: 2px 0.5em;
  border: 1px solid #cccccc;
}
.tp_textbox2[readonly] {
  background: #cccccc;
}
.tp_btn_negative {
  color: #ffffff;
  font-size: 12px;
  padding: 4px 1.5em;
  /*background: #444444;*/
  background: #888888;
  /*border: 1px solid #444444;*/
  border: 1px solid #888888;
  border-radius: 50px;
  vertical-align: middle;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: opacity 0.300s ease;
          transition: opacity 0.300s ease;
}
.tp_btn_negative:hover {
  text-decoration: none;
  opacity: 0.7;
}
.tp_btn_action {
  color: #3d96fb;
  font-size: 12px;
  padding: 4px 1.5em;
  background: #ffffff;
  border: 1px solid #3d96fb;
  border-radius: 50px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: opacity 0.300s ease;
          transition: opacity 0.300s ease;
}
.tp_btn_action:hover {
  text-decoration: none;
  opacity: 0.7;
}
.tp_mail_icon {
  padding-left: 60px;
  background: #ffffff url("../images/icon_mail.png") no-repeat 20px 50%/26px;
}
.tp_body {
  background: url("../images/content_bg.jpg") repeat;
}
.tp_header {
  text-align: center;
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
  background: #ffffff;
}
@media screen and (max-width: 768px) {
  .tp_header {
    text-align: left;
    padding-left: 15px;
  }
}
.tp_header_navi {
  position: absolute;
  width: 26px;
  margin-top: -9px;
  top: 50%;
  right: 30px;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: opacity 0.300s ease;
          transition: opacity 0.300s ease;
}
.tp_header_navi:hover {
  opacity: 0.7;
}
.tp_navi {
  color: #ffffff;
  position: absolute;
  width: 300px;
  padding-top: 20px;
  padding-bottom: 20px;
  top: 0px;
  right: 0px;
  background: #000000;
  display: none;
  z-index: 1000;
}
@media screen and (max-width: 768px) {
  .tp_navi {
    width: 260px;
  }
}
.tp_navi_btn {
  position: absolute;
  width: 26px;
  top: 32px;
  right: 30px;
  cursor: pointer;
}
.tp_navi_logout {
  text-decoration: none;
  margin-left: 25px;
  padding-left: 30px;
  background: url("../images/icon_logout.png") no-repeat 0% 50%/12px;
  display: inline-block;
  opacity: 1;
  -webkit-transition: opacity 0.300s ease;
          transition: opacity 0.300s ease;
}
.tp_navi_logout:hover {
  text-decoration: none;
  opacity: 0.7;
}
.tp_navi_logout_main {
  color: #ffffff;
  font-size: 20px;
  display: block;
}
@media screen and (max-width: 768px) {
  .tp_navi_logout_main {
    font-size: 16px;
  }
}
.tp_navi_logout_sub {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #aaaaaa;
  font-size: 12px;
  display: block;
}
@media screen and (max-width: 768px) {
  .tp_navi_logout_sub {
    font-size: 12px;
  }
}
.tp_navi_menu {
  text-align: center;
  border-top: 1px solid #ffffff;
  margin-top: 20px;
}
.tp_navi_menu_box {
  display: inline-block;
}
.tp_navi_menu_box_main {
  color: #ffffff;
  font-size: 20px;
  display: block;
  -webkit-transition: color 0.300s ease;
          transition: color 0.300s ease;
}
@media screen and (max-width: 768px) {
  .tp_navi_menu_box_main {
    font-size: 16px;
  }
}
.tp_navi_menu_box_sub {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #aaaaaa;
  font-size: 12px;
  display: block;
  -webkit-transition: color 0.300s ease;
          transition: color 0.300s ease;
}
@media screen and (max-width: 768px) {
  .tp_navi_menu_box_sub {
    font-size: 12px;
  }
}
.tp_navi_menu_box:hover {
  text-decoration: none;
}
.tp_navi_menu_box:hover .tp_navi_menu_box_main,
.tp_navi_menu_box:hover .tp_navi_menu_box_sub {
  color: #3d96fb;
}
.tp_navi_menu_wrap {
  margin-top: 20px;
}
.tp_navi_menu_wrap.tp_cur .tp_navi_menu_box_main {
  color: #3d96fb;
}
.tp_navi_menu_wrap.tp_cur .tp_navi_menu_box_sub {
  color: #3d96fb;
}
.tp_navi_menu_wrap_policy {
  margin-top: 70px;
}
.tp_navi_menu_wrap_policy .tp_navi_menu_box_main {
  color: #ffffff;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .tp_navi_menu_wrap_policy .tp_navi_menu_box_main {
    font-size: 14px;
  }
}
.tp_navi_menu_wrap_policy .tp_navi_menu_box_sub {
  color: #aaaaaa;
}
.tp_logo_link {
  color: #333333;
}
.tp_logo_link:hover {
  text-decoration: none;
}
.tp_logo_img {
  width: 60px;/*PC画面時のサイズ*/
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .tp_logo_img {
    width: 30px;/*スマホ画面時のサイズ*/
  }
}
.tp_logo_title {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 30px;/*PC画面時のサイズ*/
  vertical-align: middle;
  margin-left: 10px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .tp_logo_title {
    font-size: 25px;/*スマホ画面時のサイズ*/
  }
}
.tp_account {
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  position: relative;
}
.tp_account_inner {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #00531d;
/*
  cursor: pointer;
  opacity: 1;
  -webkit-transition: opacity 0.150s ease;
          transition: opacity 0.150s ease;
*/
}
/*
.tp_account_inner:hover {
  opacity: 0.7;
}
*/
.tp_account_popup {
  color: #333333;
  text-align: left;
  position: absolute;
  width: 400px;
  margin-left: -200px;
  top: 60px;
  left: 50%;
  padding-bottom: 20px;
  border: 1px solid #3d96fb;
  background: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 900;
  display: none;
}
@media screen and (max-width: 767px) {
  .tp_account_popup {
    width: 300px;
    margin-left: -150px;
  }
}
.tp_account_popup_heading {
  position: relative;
  min-height: 90px;
  margin-top: 35px;
  background: #e3f0ff;
}
.tp_account_popup_heading_icon {
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -50px;
  border-radius: 50%;
  overflow: hidden;
}
.tp_account_popup_heading_icon .tp_img {
  display: block;
}
.tp_account_popup_heading_detail {
  font-size: 12px;
  padding-left: 160px;
}
@media screen and (max-width: 767px) {
  .tp_account_popup_heading_detail {
    padding-left: 140px;
  }
}
.tp_account_popup_heading_detail_name {
  padding-top: 0.5em;
}
.tp_account_popup_heading_detail_name .tp_large {
  font-size: 18px;
}
.tp_account_popup_heading_detail_num {
  padding-top: 0.5em;
}
.tp_account_popup_heading_detail_section {
  padding-top: 0.5em;
}
.tp_account_popup_list {
  font-size: 14px;
  padding-top: 35px;
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (max-width: 767px) {
  .tp_account_popup_list {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.tp_account_popup_list_box {
  margin-top: 1.5em;
}
.tp_account_popup_list_box:first-child {
  margin-top: 0em;
}
.tp_account_popup_list_box:after {
  content: ' ';
  height: 0px;
  display: block;
  clear: both;
}
.tp_account_popup_list_box_heading {
  float: left;
  width: 130px;
}
@media screen and (max-width: 767px) {
  .tp_account_popup_list_box_heading {
    width: 100%;
  }
}
.tp_account_popup_list_box_heading .tp_underline {
  border-bottom: 1px solid #3d96fb;
}
@media screen and (max-width: 767px) {
  .tp_account_popup_list_box_heading .tp_underline {
    display: block;
  }
}
.tp_account_popup_list_box_detail {
  line-height: 1.6;
  word-break: break-all;
  float: left;
  width: 100%;
  margin-left: -130px;
  padding-left: 130px;
}
@media screen and (max-width: 767px) {
  .tp_account_popup_list_box_detail {
    margin-left: 0px;
    padding-left: 0px;
  }
}
.tp_account_popup_edit {
  text-align: right;
  margin-top: 35px;
  padding-left: 30px;
  padding-right: 30px;
}
.tp_account_popup_edit_btn {
  color: #ffffff;
  font-size: 12px;
  padding: 6px 35px;
  background: #3d96fb;
  border-radius: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 1;
  -webkit-transition: opacity 0.300s ease;
          transition: opacity 0.300s ease;
}
.tp_account_popup_edit_btn:hover {
  text-decoration: none;
  opacity: 0.7;
}
.tp_account_popup_arrow {
  position: absolute;
  width: 14px;
  height: 14px;
  top: -8px;
  left: 50%;
  margin-left: -10px;
  background: #ffffff;
  border-top: 1px solid #3d96fb;
  border-left: 1px solid #3d96fb;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.tp_account_close {
  position: absolute;
  width: 18px;
  top: 10px;
  right: 10px;
  opacity: 1;
  -webkit-transition: opacity 0.300s ease;
          transition: opacity 0.300s ease;
  cursor: pointer;
}
.tp_account_close:hover {
  opacity: 0.7;
}
.tp_page_title {
  text-align: center;
  margin-top: 130px;
}
@media screen and (max-width: 768px) {
  .tp_page_title {
    margin-top: 10px;
  }
}
.tp_page_title_main {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 26px;
}
@media screen and (max-width: 768px) {
  .tp_page_title_main {
    font-size: 20px;
  }
}
.tp_page_title_sub {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .tp_page_title_sub {
    font-size: 12px;
  }
}
.tp_scroll_btn {
  text-align: center;
  margin-top: 20px;
}
.tp_scroll_btn_inner {
  border: 2px solid #3d96fb;
  padding: 2px 3px;
  background: #ffffff;
  display: inline-block;
  border-radius: 20px;
  -webkit-transition: opacity 0.300s ease;
          transition: opacity 0.300s ease;
}
.tp_scroll_btn_inner_svg {
  vertical-align: top;
  margin-top: 12px;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: -webkit-transform 0.300s ease;
          transition: transform 0.300s ease;
}
.tp_scroll_btn_inner:hover .tp_scroll_btn_inner_svg {
  -webkit-transform: translateY(4px);
      -ms-transform: translateY(4px);
          transform: translateY(4px);
}
.tp_content {
	width: 100%;
	margin-top: 45px !important;
	padding-left: 20px;
	padding-right: 20px;
}
@media screen and (max-width: 768px) {
	.tp_content {
		margin-top: 20px;
		padding-left: 10px;
		padding-right: 10px;
	}
}
.tp_content_inner {
	max-width: 920px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
	background: #ffffff;
	margin-bottom:100px;
}
@media screen and (max-width: 768px) {
	.tp_content_inner {
		padding: 10px;
	}
}
.tp_content_inner_heading {
	font-size: 20px;
	font-weight: bold;
}
.tp_content + .tp_scroll_btn {
	margin-top: 45px;
}
@media screen and (max-width: 768px) {
	.tp_content + .tp_scroll_btn {
		margin-top: 20px;
	}
}
.tp_modal_mask {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #000000;
  display: none;
  z-index: 999;
  opacity: 0.5;
}
.tp_scroll_top {
  position: fixed;
  bottom: 100px;
  right: 50px;
  display: none;
}
@media screen and (max-width: 768px) {
  .tp_scroll_top {
    bottom: 50px;
    right: 20px;
  }
}
.tp_scroll_top_inner {
  text-align: center;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  background: #3d96fb;
  cursor: pointer;
  opacity: 0.7;
  -webkit-transition: opacity 0.300s ease;
          transition: opacity 0.300s ease;
  display: block;
}
.tp_scroll_top_inner_svg {
  margin-top: 18px;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: -webkit-transform 0.300s ease;
          transition: transform 0.300s ease;
}
@media screen and (min-width: 769px) {
  .tp_scroll_top_inner:hover {
    opacity: 1;
  }
  .tp_scroll_top_inner:hover .tp_scroll_top_inner_svg {
    -webkit-transform: translateY(-4px);
        -ms-transform: translateY(-4px);
            transform: translateY(-4px);
  }
}

.tp_footer {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  /* position: fixed;
  bottom: 0;
  width: 100%; */
  color: #333333;
  font-size: 12px;
  text-align: center;
  margin-top: 50px;
  padding-top: 1em;
  padding-bottom: 1em;
  border-top: 1px solid #b9b9b9;
  background: #ffffff;
}
@media screen and (max-width: 768px) {
  .tp_footer {
    margin-top: 100px;
  }
}

.page-admin .tp_account_inner {
  background: #00531d;/*1e4b7d紺から緑*/
}

/*********************
page-mypage
*********************/
.page-mypage .tp_content_heading {
  color: #ffffff;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .page-mypage .tp_content_heading {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.page-mypage .tp_content_heading_main {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .page-mypage .tp_content_heading_main {
    font-size: 20px;
  }
}
.page-mypage .tp_content_heading_sub {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .page-mypage .tp_content_heading_sub {
    font-size: 12px;
  }
}
.page-mypage .tp_content_heading_btn {
  color: #ffffff;
  font-size: 14px;
  text-decoration: none;
  margin-top: 1em;
  padding: 4px 20px;
  border: 1px solid #ffffff;
  border-radius: 50px;
  display: inline-block;
  opacity: 1;
  -webkit-transition: opacity 0.300s ease;
          transition: opacity 0.300s ease;
}
@media screen and (max-width: 768px) {
  .page-mypage .tp_content_heading_btn {
    font-size: 12px;
    margin-top: 5px;
  }
}
.page-mypage .tp_content_heading_btn:hover {
  opacity: 0.7;
}
.page-mypage .tp_content_list {
  font-size: 14px;
  padding: 30px 80px 20px 80px;
  /*padding: 80px;*/
}
@media screen and (max-width: 768px) {
  .page-mypage .tp_content_list {
    font-size: 13px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.page-mypage .tp_content_list_wrap {
  margin-top: 2em;
}
.page-mypage .tp_content_list_wrap:first-child {
  margin-top: 0em;
}
.page-mypage .tp_content_list_box {
  /*color: #333333;*/
  color: #555353;
  opacity: 1;
  -webkit-transition: opacity 0.300s ease;
          transition: opacity 0.300s ease;
}
.page-mypage .tp_content_list_box:hover {
  /*opacity: 0.7;*/
  color:#3d96fb !important;
}
.page-mypage .tp_content_list_box:after {
  content: ' ';
  height: 0px;
  display: block;
  clear: both;
}

.page-mypage .tp_content_list_box_qs {
  /*color: #333333;*/
  color: #555353;
  opacity: 1;
  -webkit-transition: opacity 0.300s ease;
          transition: opacity 0.300s ease;
}
.page-mypage .tp_content_list_box_qs:after {
  content: ' ';
  height: 0px;
  display: block;
  clear: both;
}

.page-mypage .tp_content_list_day {
  float: left;
  width: 120px;
  padding-right: 30px;
}
@media screen and (max-width: 768px) {
  .page-mypage .tp_content_list_day {
    text-align: right;
    width: 110px;
  }
}
.page-mypage .tp_content_list_detail {
  float: left;
  width: 100%;
  padding-left: 120px;
  margin-left: -120px;
}
@media screen and (max-width: 768px) {
  .page-mypage .tp_content_list_detail {
    padding-left: 110px;
    margin-left: -110px;
  }
}
.page-mypage .tp_content_list .tp_read .tp_content_list_box {
/*  color: #aaaaaa;*/
}
.page-mypage .tp_content_list .tp_read .tp_content_list_day:after {
  content: '－既読';
  font-size: 10px;
  text-align: left;
  display: block;
}
@media screen and (max-width: 768px) {
  .page-mypage .tp_content_list .tp_read .tp_content_list_day:after {
    text-align: right;
    content: '－既読';
  }
}
.page-mypage .tp_content_list .tp_answered .tp_content_list_detail:after {
  content: '－回答済';
  font-size: 10px;
  display: block;
}
.page-mypage .tp_content_list .tp_unanswered .tp_content_list_detail:after {
  content: '－未回答';
  font-size: 10px;
  display: block;
}
.page-mypage .tp_content_list .tp_read + .tp_content_list_wrap,
.page-mypage .tp_content_list .tp_answered + .tp_content_list_wrap,
.page-mypage .tp_content_list .tp_unanswered + .tp_content_list_wrap {
  margin-top: 1em;
}
.page-mypage .tp_content_inner_important .tp_content_heading {
  padding-top: 40px;
  padding-bottom: 40px;
  background: url("./../images/customize/head_important_sp.png") no-repeat center/cover;
}
@media screen and (max-width: 768px) {
  .page-mypage .tp_content_inner_important .tp_content_heading {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
/*.page-mypage .tp_content_inner_important .tp_content_list_box {
  color: #bd0000;
}*/
.page-mypage .tp_content_inner_information .tp_content_heading {
  background: url("./../images/customize/head_information_sp.png") no-repeat center/cover;
}
.page-mypage .tp_content_inner_questionary .tp_content_heading {
  background: url("./../images/customize/head_questionary_sp.png") no-repeat center/cover;
}

.page-mypage .tp_content_inner_seminar .tp_content_heading {
  background: url("./../images/customize/head_seminar_sp.png") no-repeat center/cover;
}

/*********************
page-user-edit
*********************/
.page-user-edit .tp_content_inner_heading {
  margin-top: 15px;
  padding-left: 90px;
  padding-right: 90px;
}
@media screen and (max-width: 767px) {
  .page-user-edit .tp_content_inner_heading {
    margin-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
}
.page-user-edit .tp_edit {
  position: relative;
  width: 100%;
  margin-top: 25px;
  display: table;
}
.page-user-edit .tp_edit:before {
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  left: 200px;
  background: #cccccc;
}
@media screen and (max-width: 767px) {
  .page-user-edit .tp_edit:before {
    display: none;
  }
}
.page-user-edit .tp_edit_hide {
  display: none;
}
.page-user-edit .tp_edit_form {
  padding-left: 90px;
  padding-right: 90px;
}
@media screen and (max-width: 767px) {
  .page-user-edit .tp_edit_form {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.page-user-edit .tp_edit_section {
  font-size: 14px;
  border-bottom: 1px solid #cccccc;
}
@media screen and (max-width: 767px) {
  .page-user-edit .tp_edit_section {
    padding: 20px 10px;
  }
}
.page-user-edit .tp_edit_section:first-child {
  border-top: 1px solid #cccccc;
}
.page-user-edit .tp_edit_section:after {
  content: ' ';
  height: 0px;
  display: block;
  clear: both;
}
.page-user-edit .tp_edit_section_heading {
  position: relative;
  float: left;
  width: 200px;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .page-user-edit .tp_edit_section_heading {
    font-size: 16px;
    font-weight: bold;
    position: static;
    width: 100%;
    padding: 0px;
  }
}
.page-user-edit .tp_edit_section_detail {
  float: left;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 220px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: -200px;
}
@media screen and (max-width: 767px) {
  .page-user-edit .tp_edit_section_detail {
    width: 100%;
    margin-top: 0.5em;
    margin-left: 0px;
    padding: 0px;
  }
}
.page-user-edit .tp_edit_section_detail .tp_user_photo {
  width: 100px;
  height: 100px;
  margin-top: 20px;
  border-radius: 50%;
  overflow: hidden;
}
.page-user-edit .tp_edit_section_detail .tp_user_photo_img {
  display: block;
}
.page-user-edit .tp_edit_section_caution {
  color: #cc3333;
  font-size: 12px;
  margin-top: 0.5em;
  display: none;
}
.page-user-edit .tp_edit_section_caution_equal {
  color: #cc3333;
  font-size: 12px;
  margin-top: 0.5em;
  display: none;
}
.page-user-edit .tp_edit_section.tp_required .tp_edit_section_heading:after {
  content: '必須';
  color: #ffffff;
  font-size: 12px;
  float: right;
  margin-top: 1px;
  padding: 2px 5px;
  background: #cc3333;
}
@media screen and (max-width: 767px) {
  .page-user-edit .tp_edit_section.tp_required .tp_edit_section_heading:after {
    float: none;
    margin-top: 0px;
    margin-left: 1em;
    padding: 1px 5px;
    display: inline-block;
  }
}
.page-user-edit .tp_edit_section.tp_invalid .tp_textbox {
  border: 1px solid #cc3333;
}

.page-user-edit .tp_edit_section.tp_invalid .tp_textbox_category {
  border: 1px solid #cc3333;
}

.page-user-edit .tp_edit_section.tp_invalid .tp_edit_section_caution {
  display: block;
}
.page-user-edit .tp_edit_section.tp_invalid_equal .tp_textbox {
  border: 1px solid #cc3333;
}

.page-user-edit .tp_edit_section.tp_invalid_equal .tp_textbox_category {
  border: 1px solid #cc3333;
}

.page-user-edit .tp_edit_section.tp_invalid_equal .tp_edit_section_caution_equal {
  display: block;
}
.page-user-edit .tp_edit_section.tp_address_wrap .tp_address_element {
  margin-left: 0.5em;
  display: inline-block;
}
.page-user-edit .tp_edit_section.tp_address_wrap .tp_address_element:first-child {
  margin-left: 0em;
}
@media screen and (max-width: 768px) {
  .page-user-edit .tp_edit_section.tp_address_wrap .tp_address_element_sp {
    margin-top: 1em;
    display: block;
  }
}
.page-user-edit .tp_edit_section.tp_address_wrap .tp_textbox_short {
  width: 8em;
}
.page-user-edit .tp_edit_section.tp_address_wrap .tp_textbox_long {
  width: 100%;
  margin-top: 1em;
  display: block;
}
.page-user-edit .tp_edit_section.tp_tel_wrap .tp_textbox {
  width: 5em;
}

.page-user-edit .tp_edit_section.tp_tel_wrap .tp_textbox_category {
  width: 5em;
}

@media screen and (max-width: 768px) {
  .page-user-edit .tp_edit_section.tp_tel_wrap .tp_textbox {
    width: 4em;
  }
  
  .page-user-edit .tp_edit_section.tp_tel_wrap .tp_textbox_category {
    width: 4em;
  }
  
}
.page-user-edit .tp_edit_section.tp_tel_wrap .tp_tel_element {
  margin-left: 0.5em;
  display: inline-block;
}
.page-user-edit .tp_edit_section.tp_tel_wrap .tp_tel_element:first-child {
  margin-left: 0em;
}
.page-user-edit .tp_edit_section.tp_mail_wrap .tp_textbox {
  width: 100%;
}

.page-user-edit .tp_edit_section.tp_mail_wrap .tp_textbox_category {
  width: 100%;
}

.page-user-edit .tp_edit_section.tp_mail_wrap .tp_notes {
  font-size: 12px;
  margin-top: 1em;
}
.page-user-edit .tp_edit_section.tp_affiliation_wrap .tp_textbox {
  width: 100%;
}
.page-user-edit .tp_edit_section.tp_career_wrap .tp_textbox {
  width: 100%;
}

.page-user-edit .tp_edit_section.tp_affiliation_wrap .tp_textbox_category {
  width: 100%;
}
.page-user-edit .tp_edit_section.tp_career_wrap .tp_textbox_category {
  width: 100%;
}

.page-user-edit .tp_edit_btn {
  text-align: center;
  margin-top: 35px;
}
.page-user-edit .tp_edit_btn .tp_btn_positive {
  min-width: 8em;
}
.page-user-edit .tp_edit_btn .tp_btn_negative {
  min-width: 8em;
}
.page-user-edit .tp_withdrawal {
  text-align: right;
  /*margin-top: 60px;*/
  margin-top: 20px;
}
.page-user-edit .tp_withdrawal_link {
  color: #333333;
  font-size: 14px;
  text-decoration: underline;
}

/*********************
page-admin-edit
*********************/
.page-admin-edit .tp_content {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .page-admin-edit .tp_content {
    margin-top: 50px;
  }
}
.page-admin-edit .tp_content:first-child {
  margin-top: 45px;
}
@media screen and (max-width: 768px) {
  .page-admin-edit .tp_content:first-child {
    margin-top: 20px;
  }
}
.page-admin-edit .tp_mail_icon_img {
  width: 26px;
  display: block;
}
.page-admin-edit .tp_request {
  font-size: 14px;
  width: 100%;
  margin-top: 20px;
  border: 1px solid #666666;
  display: table;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page-admin-edit .tp_request .tp_btn_positive {
  margin-left: 1em;
}
.page-admin-edit .tp_request_row {
  display: table-row;
}
.page-admin-edit .tp_request_row:nth-child(odd) {
  background: #f0f0f0;
}
.page-admin-edit .tp_request_row:first-child {
  color: #ffffff;
  background: #666666;
}
.page-admin-edit .tp_request_column {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  border-left:1px solid #cccccc;
}
.page-admin-edit .tp_request_column_inner {
  padding: 1em 0em;
}
.page-admin-edit .tp_request_column_btn {
  width: 260px;
}
.page-admin-edit .tp_request_column_popup {
  display: none;
}
@media screen and (max-width: 767px) {
  .page-admin-edit .tp_request_column_popup {
    display: table-cell;
  }
}
.page-admin-edit .tp_refine {
  font-size: 14px;
  margin-top: 20px;
  padding: 20px;
  background: #f0f0f0;
}
.page-admin-edit .tp_refine_cur {
  color: #3d96fb;
  margin-top: 1em;
  padding-bottom: 0.3em;
  border-bottom: 1px solid #333333;
}
.page-admin-edit .tp_refine_setting {
  margin-top: 1em;
}
.page-admin-edit .tp_refine_setting_box {
  margin-left: 2em;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .page-admin-edit .tp_refine_setting_box {
    margin-top: 0.5em;
  }
  .page-admin-edit .tp_request_column {
    border-left:none;
  }
}
.page-admin-edit .tp_refine_setting_box:first-child {
  margin-top: 0em;
  margin-left: 0em;
}
.page-admin-edit .tp_refine_setting_box .tp_textbox {
  width: 12em;
}

.page-admin-edit .tp_refine_setting_box .tp_textbox_category {
  width: 8em;
}


.page-admin-edit .tp_refine_btn {
  text-align: right;
  margin-top: 20px;
}
.page-admin-edit .tp_refine_time {
  width: 165px;
}
.page-admin-edit .tp_bulk {
  text-align: right;
  margin-top: 70px;
}
.page-admin-edit .tp_bulk_heading {
  display: none;
}
@media screen and (max-width: 767px) {
  .page-admin-edit .tp_bulk_heading {
    font-size: 14px;
    text-align: left;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #333333;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .page-admin-edit .tp_bulk {
    padding: 20px;
    background: #f0f0f0;
  }
  .page-admin-edit .tp_bulk .tp_btn_action {
    margin-top: 0.5em;
    display: block;
  }
  .page-admin-edit .tp_bulk .tp_mail_icon {
    width: 130px;
    margin-top: 1em;
  }
  .page-admin-edit .tp_bulk .tp_btn_negative {
    margin-top: 0.5em;
    display: block;
  }
  .page-admin-edit .tp_bulk .tp_btn_positive {
    margin-top: 0.5em;
    display: block;
  }
  .page-admin-edit .tp_bulk .tp_btn_browse {
    margin-top: 0.5em;
    display: block;
  }
}
.page-admin-edit .tp_list {
  position: relative;
  margin-top: 20px;
}
.page-admin-edit .tp_list_count {
  font-size: 12px;
  position: absolute;
  top: 0px;
  left: 0px;
}
.page-admin-edit .tp_list_count_sel {
  font-size: 12px;
  position: absolute;
  top: 0px;
  left: 200px;
}
.input_src_txt_box{
  width: 200px;
}
.btn_sbmit{
	color: #3d96fb;
	border: 1px solid #3d96fb;
	background: #ffffff;
}
/* ↓管理者画面「お知らせ」等でのRWD用　横スクロール↓ */
.overflow_scroll{
  margin-left:20px;
}
/*@media screen and (min-width: 200px) and (max-width: 850px) {
  .overflow_scroll{
    width:80%;
    overflow-x: scroll;
  }
}*/

.scroll_notice{
  display:none;
}
@media screen and (max-width: 767px) {
  .scroll_notice{
    margin-top:1em;
    margin-left:1em;
    text-align:left;
    font-size:12px;
    display:block;
    color:#00531d;/*1e4b7d紺から緑*/
    font-weight:bold;
 }
}
/*@media screen and (min-width: 768px) and (max-width: 850px) {
  .overflow_scroll{
    width:700px;
    overflow-x: scroll;
  }
}*/
@media screen and (min-width: 650px) and (max-width: 767px) {
  .overflow_scroll{
    width:600px;
    overflow-x: scroll;
  }
}
@media screen and (min-width: 510px) and (max-width: 649px) {
  .overflow_scroll{
    width:500px;
    overflow-x: scroll;
  }
}
@media screen and (min-width: 430px) and (max-width: 509px) {
  .overflow_scroll{
    width:400px;
    overflow-x: scroll;
  }
}
@media screen and (min-width: 376px) and (max-width: 429px) {
  .overflow_scroll{
    width:350px;
    overflow-x: scroll;
  }
}
@media screen and (min-width: 370px) and (max-width: 375px) {
  .overflow_scroll{
    width:300px;
    overflow-x: scroll;
  }
}
@media screen and (max-width: 369px) {
  .overflow_scroll{
    width:250px;
    overflow-x: scroll;
  }
}
.min_width700{
  min-width:700px !important;
}
/*.tp_list_section {
  min-width:700px !important;
}*/
/* ↑管理者画面「お知らせ」等でのRWD用　横スクロール ↑*/

@media screen and (max-width: 767px) {
  .page-admin-edit .tp_list_count {
    position: static;
    margin-bottom: -10px;
  }
}
.page-admin-edit .tp_list_count_cur {
  color: #3d96fb;
  font-size: 18px;
}
.page-admin-edit .tp_list_pager {
  text-align: center;
  margin-top: 20px;
}
.page-admin-edit .tp_list_pager_box {
  color: #3d96fb;
  font-size: 12px;
  padding: 0.2em 0.5em;
  border: 1px solid #3d96fb;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: opacity 0.300s ease;
          transition: opacity 0.300s ease;
}
.page-admin-edit .tp_list_pager_box:hover {
  text-decoration: none;
  opacity: 0.7;
}
.page-admin-edit .tp_list_pager_inactive {
  color: #333333;
  background: #f0f0f0;
  border: 1px solid #333333;
  cursor: default;
}
.page-admin-edit .tp_list_pager_cur {
  color: #333333;
  border: 1px solid #333333;
  cursor: default;
}
.page-admin-edit .tp_list_section {
  font-size: 14px;
  width: 100%;
  margin-top: 20px;
  border: 1px solid #666666;
  display: table;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page-admin-edit .tp_list_section_row {
  display: table-row;
  background: #ffffff;
}
.page-admin-edit .tp_list_section_row:nth-child(odd) {
  background: #f0f0f0;
}
.page-admin-edit .tp_list_section_row:first-child {
  color: #ffffff;
  background: #666666;
}
.page-admin-edit .tp_list_section_column {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  border-left:1px solid #cccccc;
}
.page-admin-edit .tp_list_section_column_inner {
  padding: 1em 0em;
}
.page-admin-edit .tp_list_section_column_btn {
  /*width: 220px;*/
  width:370px;
}
.page-admin-edit .tp_list_section_column_time {
  /*width: 165px;*/
  width: 100px;
}
.btn_block {
  margin-top:3px;
}
.btn_block02 {
  margin:3px auto;
  display:block;
}
.tp_list_name{
  width:22%;
}
.tp_list_filename{
  width:22%;
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .page-admin-edit .tp_list_section_column_time {
    /*width: 140px;*/
    width:100px;
  }
  .tp_list_name{
    width:35%;
  }
  .tp_list_filename{
    width:35%;
  }
  .btn_block {
    display:block;
    margin-top:3px;
  }
  .btn_block02 {
    margin:3px auto;
    display:block;
  }
  .page-admin-edit .tp_list_section_column_btn {
    width:200px;
  }
}
.page-admin-edit .tp_list_section_column_check {
  width: 50px;
}
.page-admin-edit .tp_list_section_column_popup {
  display: none;
}
@media screen and (max-width: 767px) {
  .page-admin-edit .tp_list_section_column_popup {
    width: 20%;
    display: table-cell;
  }
  .tp_list_name{
    width:80%;
  }
  .btn_block {
    margin-left: 0em !important;
    display:block;
    margin-top:3px;
  }
  .btn_block02 {
    margin-top:3px;
    margin-left:0px !important;
    display:inline;
  }
  .page-admin-edit .tp_list_section_column {
    border-left:none;
  }
}
@media screen and (max-width: 767px) {
  .page-admin-edit .tp_hide_sp {
    display: none;
  }
}
.page-admin-edit .tp_popup {
  position: absolute;
  width: 300px;
  top: 300px;
  left: 50%;
  margin-left: -150px;
  padding: 20px;
  background: #ffffff;
  border: 1px solid #3d96fb;
  display: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 1000;
}
.page-admin-edit .tp_popup_heading {
  display: none;
}
.page-admin-edit .tp_popup_title {
  font-size: 18px;
  font-weight: bold;
}
.page-admin-edit .tp_popup_close {
  position: absolute;
  width: 18px;
  top: 22px;
  right: 20px;
  cursor: pointer;
}
.page-admin-edit .tp_popup_inner .tp_popup_heading {
  font-size: 14px;
  margin-top: 1.5em;
  border-bottom: 1px solid #3d96fb;
  display: block;
}
.page-admin-edit .tp_popup_inner .tp_request_row,
.page-admin-edit .tp_popup_inner .tp_list_section_row {
  background: #ffffff;
  display: block;
}
.page-admin-edit .tp_popup_inner .tp_request_column,
.page-admin-edit .tp_popup_inner .tp_list_section_column {
  color: #333333;
  font-size: 14px;
  text-align: left;
  display: block;
}
.page-admin-edit .tp_popup_inner .tp_request_column .tp_btn_positive,
.page-admin-edit .tp_popup_inner .tp_list_section_column .tp_btn_positive {
  margin-left: 1em;
}
.page-admin-edit .tp_popup_inner .tp_request_column .tp_btn_active + .tp_btn_active,
.page-admin-edit .tp_popup_inner .tp_list_section_column .tp_btn_active + .tp_btn_active {
  margin-left: 1em;
}
.page-admin-edit .tp_popup_inner .tp_request_column_inner,
.page-admin-edit .tp_popup_inner .tp_list_section_column_inner {
  padding-top: 0.5em;
  padding-bottom: 0px;
}
.page-admin-edit .tp_popup_inner .tp_request_column_popup,
.page-admin-edit .tp_popup_inner .tp_list_section_column_popup,
.page-admin-edit .tp_popup_inner .tp_list_section_column_check {
  display: none;
}
.page-admin-edit .tp_popup_inner .tp_list_section_column_btn,
.page-admin-edit .tp_popup_inner .tp_list_section_column_time {
  width: 100%;
}



/*# sourceMappingURL=../maps/style.css.map */


/*----------------------------------------------------*/
/* 2017/1/18 add */
/*----------------------------------------------------*/

/*----------------------------------------------------*/
/* margin設定 */
/*----------------------------------------------------*/
.margin_center0 {
  margin: 0px auto;
}
.margin_center20 {
  margin: 20px auto;
}
.margin_center30 {
  margin: 30px auto;
}
.margin30 {
  margin: 30px;
}
.margin_top0 {
  margin-top: 0 !important;
}
.margin_top3 {
  margin-top: 3px;
}
.margin_top10 {
  margin-top: 10px;
}
.margin_top20 {
  margin-top: 20px !important;
}
.margin_top50 {
  margin-top: 50px;
}
.margin_top30 {
  margin-top: 30px !important;
}
.margin_top70 {
  margin-top: 70px;
}
.margin_bottom5 {
  margin-bottom: 5px;
}
.margin_bottom10 {
  margin-bottom: 10px;
}
.margin_bottom30 {
  margin-bottom: 30px;
}
.margin_bottom50 {
  margin-bottom: 50px !important;
}
.margin_right10 {
  margin-right: 10px;
}
.margin_right20 {
  margin-right: 20px;
}
.margin_right30 {
  margin-right: 30px;
}
.margin_left0 {
  margin-left: 0 !important;
}
.margin_left5 {
  margin-left: 5px;
}
.margin_left10 {
  margin-left: 10px !important;
}
.margin_left30 {
  margin-left: 30px;
}
.margin_left50 {
  margin-left: 50px;
}
.margin_left70 {
  margin-left: 70px;
}
.margin_left100 {
  margin-left: 100px;
}
.margin_left_1em {
  margin-left: 1em;
}

/*----------------------------------------------------*/
/* padding設定 */
/*----------------------------------------------------*/
.padding1em{
  padding-left:1em !important;
  padding-right:1em !important;
}
.padding0{
  padding:0 !important;
}
.padding05em{
  padding-left:0.5em !important;
  padding-right:0.5em !important;
}
.padding05em2{
  padding-top:0.5em !important;
  padding-bottom:0.5em !important;
}
.padding_top10 {
  padding-top:10px;
}
.padding_top20 {
  padding-top: 20px;
}
.padding_left0{
  padding-left:0 !important;
}
.padding_left10 {
  padding-left: 10px !important;
}
.padding_left20 {
  padding-left: 20px !important;
}
.padding_left30 {
  padding-left: 30px !important;
}
.padding_left50 {
  padding-left: 50px !important;
}
.padding_left_1em{
  padding-left:1.5em;
}
.padding_bottom10 {
  padding-bottom: 10px;
}
.padding_bottom30 {
  padding-bottom: 30px;
}

/*----------------------------------------------------*/
/* height設定 */
/*----------------------------------------------------*/
.height50 {
  height: 50px;
}
.height60 {
  height: 60px;
}
.height100 {
  height: 100px;
}
.height200 {
  height: 200px;
}
.height142px{
  height:142px;
}

.min_height50 {
  min-height: 50px;
}

.min_height150 {
  min-height: 150px;
}

.min_height300 {
  min-height: 300px;
}
.min_height500 {
  min-height: 500px;
}

/*----------------------------------------------------*/
/* font設定 */
/*----------------------------------------------------*/
.font10 {
  font-size: 10px !important;
}
.font12 {
  font-size: 12px !important;
}
.font16 {
  font-size: 16px !important;
}
.font20 {
  font-size: 20px !important;
}
.font25 {
  font-size: 25px !important;
}
.font14 {
  font-size: 14px;
}

.font60p {
  font-size: 60%;
}

.font70p {
  font-size: 70%;
}

.font80p {
  font-size: 80%;
}

.font90p {
  font-size: 90%;
}

.font_blue {
  color:#3d96fb;
  font-weight:bold;
}
.font_chart {
  text-align:center;
  font-size:12px;
  color:#666666;
}
.font_bold {
  font-weight: bold;
}
.red_bold {
  color:#cc0000;
  font-weight: bold;
}
.blue_bold {
  color: #4387E9;
  font-weight: bold;
}
.blk_bold {
  color:#000000;
  font-weight: bold;
}
.attention{
  color:#cc0000;
  text-align:left;
}
.attention02{
  padding-left:1em;
  text-indent:-1em;
  text-align:left;
}

/*----------------------------------------------------*/
/* width設定 */
/*----------------------------------------------------*/
.width14per{
  width:14% !important;
}
.width5p {
  width: 5%;
}
.width10p {
  width: 10%;
}
.width15p {
  width: 15%;
}
.width16per{
  width:16% !important;
}
.width20p {
  width: 20%;
}
.width20per{
  width:20% !important;
}
.width25p {
  width: 25%;
}
.width30p {
  width: 30%;
}
.width35p {
  width: 35%;
}
.width40p {
  width: 40%;
}
.width45p {
  width: 45%;
}
.width50p {
  width: 50%;
}
.width55p {
  width: 55%;
}
.width60p {
  width: 60%;
}
.width65p {
  width: 65%;
}
.width70p {
  width: 70%;
}
.width80p {
  width: 80%;
}
.width90p {
  width: 90%;
}
.width95p {
  width: 95%;
}
.width100p {
  width: 100%;
}
.max_width100p {
  max-width: 100%;
}
.width100per {
  margin-left: 3%;
  margin-right: 3%;
  width: 94%;
  height: 5em;
}
.width10em {
  width: 10em !important;
}
.width40 {
  width: 40px;
}
.width70 {
  width: 70px;
}
.width100 {
  width: 100px;
}
.width200 {
  width: 200px !important;
}
.width300 {
  width: 300px;
}
.width400 {
  width: 400px;
}
.width250_max {
  max-width: 250px;
}
.width300_max {
  max-width: 300px;
}

/*----------------------------------------------------*/
/* float設定 */
/*----------------------------------------------------*/
.float_left {
  float: left;
}
.float_clear {
  clear: both;
}


.tp_content_inner_login {
  max-width: 800px;
  text-align:center;
}
.tp_account_inner_login {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #3d96fb;
}
.text_center {
  text-align: center !important;
}
.text_left {
  text-align: left !important;
}
.text_right {
  text-align: right !important;
}
.filter-button{
  float: right;
  padding-bottom:20px !important;
  width: 100%;
  text-align: right;
  overflow: hidden;
}
.filter-button:after{
  clear: both;
}
.filter-button label{
  white-space: nowrap;
}
.mypage_information{
  padding-top:10px !important;
  padding-right:5px !important;
}
.page-admin .tp_account_inner_mypage {
  background: #3d96fb;
}
.float_right {
  float: right;
  padding-top:0px;
  padding-right:30px;
}
.float_right:after {
  clear:both;
}
.chart600px {
  max-width: 600px;
  margin: 0 auto;
}
.chart400px {
  max-width: 400px;
  margin: 0 auto;
}

.btn_temp {
  color:#FFFFFF;
  padding:0px 4px 0px 10px;
  margin-right:3px;
  font-size:0.8em;
  letter-spacing:0.5em;
}


.btn_emergency {
  background-color:#d9423b;
  color:#FFFFFF;
  padding:0px 4px 0px 10px;
  margin-right:3px;
  font-size:0.8em;
  letter-spacing:0.5em;
}
.btn_important {
  background-color:#7273b4;
  color:#FFFFFF;
  padding:0px 4px 0px 10px;
  margin-right:3px;
  font-size:0.8em;
  letter-spacing:0.5em;
}
.btn_regular {
  background-color:#52a19b;
  color:#FFFFFF;
  padding:0px 4px 0px 10px;
  margin-right:3px;
  font-size:0.8em;
  letter-spacing:0.5em;
}
.btn_action_commit {
  color: #ffffff;
  padding: 4px 1.5em;
  background: #3d96fb;
  border: 1px solid #3d96fb;
  font-size: 16px !important;
}
.btn_action_commit:hover {
  text-decoration: none;
  opacity: 0.7;
}

.btn_action_submit {
  color: #ffffff !important;
  padding: 4px 1.5em;
  background: #ff6347;
  border: 1px solid #ff6347;
  font-size: 16px !important;
}
.btn_action_submit:hover {
  text-decoration: none;
  opacity: 0.7;
}

.btn_action_back{
  color: #ffffff;
  padding: 4px 1.5em;
  background: #888888;
  border: 1px solid #888888;
  font-size: 16px !important;
}
.btn_action_back:hover{
  text-decoration: none;
  opacity: 0.7;
}
.btn_action_back + .btn_action_commit{
  margin-left:1em;
}

.btn_action_commit + .btn_action_submit{
  margin-left:1em;
}

@media screen and (min-width: 768px) {
	.btn_action_back + .btn_action_commit{
	  margin-left:1em;
	}
	.btn_action_commit + .btn_action_submit{
	  margin-left:1em;
	}
}
@media screen and (max-width: 768px) {
	.btn_action_back{
	  margin:10px auto;
	}
	.btn_action_commit{
	  margin:10px auto;
	}
	.btn_action_submit{
	  margin:10px auto;
	}
}


.tp_request_column_inner a {
  color: #333333;
}
.tp_request_column_inner a:hover {
  color: #3d96fb;
}




/* マイページトップページ「New」 */
.page-mypage .tp_content_list .tp_new {
  font-weight:bold;
}
.page-mypage .tp_content_list .tp_new .tp_content_list_box {
  font-weight:bold;
}
.page-mypage .tp_content_list .tp_new .tp_content_list_day:after {
  content: '－New';
  font-size: 10px;
  text-align: left;
  display: block;
  color:#cc0000;
}
@media screen and (max-width: 768px) {
  .page-mypage .tp_content_list .tp_new .tp_content_list_day:after {
    text-align: right;
    content: '－New';
  }
}
/*利用規約 本文*/
.kiyaku_area{
  max-width:750px;
  min-width:300px;
  height:410px;
  padding:10px;
  border:1px solid #a0a0a0;
  overflow-y:scroll;
  line-height:1.4;
  margin:30px auto 0;
  font-size:14px;
  text-align:left;
}
/* 初めての方はこちら */
.tp_btn_first {
  color: #FFFFFF;
  padding: 4px 1.5em;
  background: #eb9100;
  border: 1px solid #eb9100;
  font-size: 16px !important;
  border-radius: 50px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: opacity 0.300s ease;
          transition: opacity 0.300s ease;
}
.tp_btn_first:hover {
  text-decoration: none;
  opacity: 0.7;
}
.page-user-edit .tp_edit02 {
  position: relative;
  width: 100%;
  margin-top: 10px;
  display: table;
}
.page-user-edit .tp_step {
  font-size: 14px;
  border-bottom: 1px solid #cccccc;
  margin-bottom:30px;
}
@media screen and (max-width: 767px) {
  .page-user-edit .tp_step {
    padding: 20px 5px;
  }
}
.page-user-edit .tp_step:first-child {
  border-top: 1px solid #cccccc;
}
.page-user-edit .tp_step:after {
  content: ' ';
  height: 0px;
  display: block;
  clear: both;
}
.page-user-edit .tp_step_detail {
  float: left;
  width:20%;
  text-align:left;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page-user-edit .tp_step_detail_bg {
  background:url("../images/indiv/icon_arrow_blue.png") no-repeat 140px 25px;
}
.page-user-edit .tp_step_detail p {
  padding:0em 1em 0em 2em;
  text-indent:-1em;
}
.page-user-edit .tp_step_detail p.margin_top08 {
  margin-top:0.8em;
}
@media screen and (max-width: 767px) {
  .page-user-edit .tp_step {
    padding: 10px 10px 10px 0px;
  }
  .page-user-edit .tp_step_detail {
    width: 100%;
    margin-top: 0.2em;
    margin-left: 0px;
    padding: 0px ;
    background:none;
  }
  .page-user-edit .tp_step_detail p.margin_top08 {
    margin-top:0em;
  }
}
.page-mypage .tp_content_list .tp_answered .questionary:after {
  content: '－回答済';
  font-size: 10px;
  display: block;
}
.page-mypage .tp_content_list .tp_unanswered .questionary:after {
  content: '－未回答';
  font-size: 10px;
  display: block;
}
.border_left_none {
  border-left:none !important;
}

.notice_item {
  border-left: 5px solid #000;
  text-align: left;
  margin-left: 20px;
  padding: 0 5px;
}
.brd_left {
  border-collapse: collapse;
  border-left: 1px solid #cccccc;
}
.brd_left_wht {
  border-collapse: collapse;
  border-left: 1px solid #ffffff;
}
.brd_bottom {
  border-collapse: collapse;
  border-bottom: 1px solid #cccccc;
}
.brd_bottom01 {
  margin-top: 1em;
  padding-bottom: 0.3em;
  border-bottom: 1px solid #333333;
}
.brd_bottom02 {
  margin-top: 1em;
  padding-bottom: 0.3em;
  border-bottom: 1px solid #666666;
  margin-right: 30%;
  margin-left: 50px;
}
.brd_none {
  border: none !important;
}
.bg_color_wht {
  background-color: #ffffff;
}
.tp_content_inner_set {
  max-width: 600px;
  margin: 0 auto;
}
.tp_content_inner_set02 {
  max-width: 830px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
.tp_content_inner_set02 {
    padding: 20px 10px 5px 10px !important;
  }
}


.upload_area {
  background-color: #f0f0f0;
  width: 70%;
  padding: 20px;
  margin: 20px auto;
}
.no_link {
  cursor: default !important;
  opacity: 1 !important;
}
.link {
  text-decoration: underline;
  margin: 0 25px;
}
@media screen and (max-width: 767px) {
  .display_blk {
    margin-top:2px;
    display:block;
  }
}
.tp_btn_browse {
  color: #ffffff !important;
  font-size: 12px;
  padding: 4px 1.5em;
  background: #ff6347;
  border: 1px solid #ff6347;
  border-radius: 50px;
  vertical-align: middle;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: opacity 0.300s ease;
          transition: opacity 0.300s ease;
}
.tp_btn_browse:hover {
  text-decoration: none;
  opacity: 0.7;
}
.tp_btn_edit {
  color: #ffffff !important;
  font-size: 12px;
  padding: 4px 1.5em;
  background: #228b22;
  border: 1px solid #228b22;
  border-radius: 50px;
  vertical-align: middle;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: opacity 0.300s ease;
          transition: opacity 0.300s ease;
}
.tp_btn_edit:hover {
  text-decoration: none;
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .tp_btn_edit {
    display:block;
    max-width:8em;
    text-align:center;
  }
  .tp_btn_browse {
    display:block;
    max-width:8em;
    text-align:center;
  }
}
.tp_btn_cancel {
  color: #ffffff;
  font-size: 12px;
  padding: 4px 1.5em;
  background: #a9a9a9;
  border: 1px solid #a9a9a9;
  border-radius: 50px;
  vertical-align: middle;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: opacity 0.300s ease;
          transition: opacity 0.300s ease;
}
.tp_btn_cancel:hover {
  text-decoration: none;
  opacity: 0.7;
}
.tp_btn_setting {
  color: #ffffff;
  font-size: 12px;
  padding: 4px 1.5em;
  background: #a9a9a9;
  border: 1px solid #a9a9a9;
  border-radius: 50px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: opacity 0.300s ease;
          transition: opacity 0.300s ease;
}
.tp_btn_setting:hover {
  text-decoration: none;
  opacity: 0.7;
}
.btn_hide {
  display: block;
  max-width: 8em;
  text-align: center;
}
.margin05em{
  margin-left:0.5em !important;
  margin-right:0.5em !important;
}
.decoration_area {
  height: 45px;
  padding: 5px;
  border-bottom: 1px solid #898989;
  border-left: 1px solid #898989;
  border-right: 1px solid #898989;
  border-radius: 0px 0px 5px 5px; /* 角を丸くする */
}
.decoration_area02 {
  display: table-row;
}
/*----------------------------------------------------*/
/*【共通】文字修飾*/
/*----------------------------------------------------*/
/*文字修飾ボタン テーブル*/
.char_deco_table {
  display: table;
  height: 20px;
  margin: 10px 0 0 30px;
  float: left;
  border-collapse: collapse;
}
.char_deco_table .td_bold {
  display: table-cell;
  width: 40px;
}
.char_deco_table .td_bold a {
  display: table-cell;
  padding: 10px 20px;
  background: url(../images/icon_bold_off.png) 10px 0px no-repeat;
}
.char_deco_table .td_bold a:hover {
  display: table-cell;
  background: url(../images/indiv/icon_bold_on.png) 10px 0px no-repeat;
}

/*文字修飾 イタリック*/
.char_deco_table .td_ita {
  display: table-cell;
  width: 40px;
}
.char_deco_table .td_ita a {
  display: table-cell;
  padding: 10px 20px;
  background: url(../images/icon_itaric_off.png) 10px 0px no-repeat;
}
.char_deco_table .td_ita a:hover {
  display: table-cell;
  background: url(../images/indiv/icon_itaric_on.png) 10px 0px no-repeat;
}
/*文字修飾 下線*/
.char_deco_table .td_underline {
  display: table-cell;
  width: 40px;
}
.char_deco_table .td_underline a {
  display: table-cell;
  padding: 10px 20px;
  background: url(../images/icon_underline_off.png) 10px 0px no-repeat;
}
.char_deco_table .td_underline a:hover {
  display: table-cell;
  background: url(../images/indiv/icon_underline_on.png) 10px 0px no-repeat;
}

/*文字修飾 上付き文字*/
.char_deco_table .td_sup {
  display: table-cell;
  width: 40px;
}
.char_deco_table .td_sup a {
  display: table-cell;
  padding: 10px 20px;
  background: url(../images/icon_sup_off.png) 10px 0px no-repeat;
}
.char_deco_table .td_sup a:hover {
  display: table-cell;
  background: url(../images/indiv/icon_sup_on.png) 10px 0px no-repeat;
}

/*文字修飾 下付き文字*/
.char_deco_table .td_sub {
  display: table-cell;
  width: 40px;
}
.char_deco_table .td_sub a {
  display: table-cell;
  padding: 10px 20px;
  background: url(../images/icon_sub_off.png) 10px 0px no-repeat;
}
.char_deco_table .td_sub a:hover {
  display: table-cell;
  background: url(../images/indiv/icon_sub_on.png) 10px 0px no-repeat;
}

/*文字修飾 シンボル*/
.char_deco_table .td_gothic {
  display: table-cell;
  width: 80px;
}
.char_deco_table .td_gothic a {
  display: table-cell;
  padding: 10px 30px;
  background: url(../images/icon_gothic_off.png) 10px 0px no-repeat;
}
.char_deco_table .td_gothic a:hover {
  display: table-cell;
  background: url(../images/indiv/icon_gothic_on.png) 10px 0px no-repeat;
}
.radio_on{
  background-color: #b6caf0;
  margin: 0px 10px 0px 10px;
  padding: 5px 10px 5px 10px;
  min-width: 80px;
  border-radius: 10px;
  display: block;
  font-weight: bold;
  text-align: left;
}
.radio_off{
  margin: 0px 10px 0px 10px;
  padding: 5px 10px 5px 10px;
  min-width: 80px;
  display: block;
  color: #8e8e8e;
  font-weight: bold;
  text-align: left;
}
.check_on{
  padding: 5px 30px 5px 10px;
  min-width: 100px;
  border-radius: 3px;
  display: block;
  font-weight: bold;
  background-color: #b6caf0;
}
.check_off{
  padding: 5px 30px 5px 10px;
  min-width: 100px;
  display: block;
  font-weight: bold;
}
.check_on02{
  padding: 5px 30px 5px 10px;
  width: 200px;
  border-radius: 3px;
  display: block;
  font-weight: bold;
  background-color: #b6caf0;
}
.check_off02{
  padding: 5px 30px 5px 10px;
  width: 200px;
  display: block;
  font-weight: bold;
}
.check_on03{
  margin: auto 10px;
  padding: 10px 5px 10px 5px;
  border-radius: 3px;
  display: block;
  background-color: #b6caf0;

}
.check_off03{
  margin: auto 10px;
  padding: 10px 5px 10px 5px;
  display: block;
}
.check_on04{
  padding: 5px 30px 5px 10px;
  width: 250px;
  border-radius: 3px;
  display: block;
  font-size: 14px;
  background-color: #b6caf0;
}
.check_off04{
  padding: 5px 30px 5px 10px;
  width: 250px;
  display: block;
  font-size: 14px;
}

.message_area{
	width:95%;
	max-width:95%;
	min-height:145px;
	
}

.gothic{
	font-family: "ＭＳゴシック",sans-serif;
}

/*----------------------------------------------------*/
/* 【共通】エラー表示table */
/*----------------------------------------------------*/
.tbl_err {
	clear: both;
	margin: 0px;
	border: 1px solid #868686;
	border-collapse: collapse;
	background-color:#FFFFFF;
	text-align: left;
	font-size: 90%;
	line-height: 160%;
}

.tbl_err th.mm {
	padding: 3px 3px 1px 3px;
	border: 1px solid #868686;
	border-collapse: collapse;
	font-weight: bold;
	background-color: #D9D9D9;
	text-align: center;
	vertical-align: top;
	white-space: nowrap;
}

.tbl_err td {
	padding: 3px;
	border: 1px solid #868686;
	border-collapse: collapse;
}
/*----------------------------------------------------*/
/*【オープンウィンドウエリア】*/
/*----------------------------------------------------*/
.openSpace{
	padding: 10px 20px;
}

/* タイトル*/
.openTitle{
	border-bottom: 2px solid #000000;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 5px 0px;
	font-weight: bold;
}

.openList{
	margin: 0px 0px 5px 0px;
}

table.open_table{
	padding:0;
	margin:0 auto;
	border-collapse:collapse;
	width:90%;
}

table.open_table th{
	background-color:#eeeeee;
	padding: 10px;
	width:20%;
	text-align:left;
	border-bottom:3px solid #ffffff;
}
table.open_table th.th_01{
	border-bottom:none;
}

table.open_table td{
	padding: 10px;
	width:90%;
}
.mail_text{
	margin:0px auto 10px auto;
	width:90%;
}


.clear{
	clear:both;
}

.f_color{
	font-weight:bold;
	color:#ff0000;
}

.doc_uoload{
	float:left;
	margin:10px 0 5px 20px;
	
}
.doc_submit{
	float:right;
	margin:10px 20px 5px 0;
}
.glay{
	background-color:#ebebe4;
}

.color_erea{
	margin:5px 0 0 5px;
	float:left;
	width: 180px;
}
/*----------------------------------------------------*/
/*【サンプル画面用】*/
/*----------------------------------------------------*/
/*---ログイン画面------------------------------*/
.card_shadow{
	box-shadow: 0px 2px 5px 0 rgba(150, 150, 150, 0.5), 0px 0px 5px 0 rgba(0, 0, 0, 0.15), 0px 2px 15px 0 rgba(150, 150, 150, 0.2);
}
/*
.tp_textbox_border{
	border-radius:5px;
}
.tp_textbox_border:focus{
	box-shadow: 0 0 50px 0 rgba(0, 100, 250, 0.3);
}
*/
/*---マイページ-------------------------------*/
/*//画面外にいる状態////*/
.fadein {
	opacity : 0;
	transform : translate(0, 100px);
	transition : all 1000ms;
}
/*//画面内に入った状態////*/
.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);
}
.mypageicon{
	margin:0.2em;
	float:left;
	font-size :2em;
}
.tp_logo_sam{
	float:left;
	margin:2em 0.5em 0 0;
}
.tp_logo_title_sam{
	margin-top:0.3em;
	font-size:1.5em;
	float:left;
}
.tp_logo_img_sam{
	zoom:0.35;
	float:left;
	margin-right:1em;
}
/*------------------------------------*/
/*体裁修正追記*/
/*------------------------------------*/
input,textarea,select{
	border-radius: 3px 3px 3px 3px; /* 角を丸くする */
	padding:5px;
	margin:3px 0px;
	border:0;
	border:1px solid #898989;
}
input:hover, 
textarea:hover, 
input:focus, 
textarea:focus { 
	border-color: #C9C9C9; 
	-webkit-box-shadow: 0px 0px 6px rgba(255,15,135,.7); 
	-moz-box-shadow: 0px 0px 6px rgba(255,15,135,.7); 
	box-shadow: 0px 0px 6px rgba(255,15,135,.7); 
}
.input_size_normal{
	width:150px;
}

.admin_txt_note{
	text-align:left;
	font-size:90%;
}
/*------------------------------------*/
/*グローバルナビゲーション*/
/*------------------------------------*/
.globalnavi {
	font-size:90%;
	vertical-align: sub;
	height: 96px;
	background-color:#FFF;
	-webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);

	position:absolute;
	width:100%;

}
.globalnavi:hover{
	color: #119ff3;
}
.globalnavi_in {
	max-width: 1040px;
	margin:0 auto;
}
.globalnavi_in ul {
	display:flex;
	justify-content: center;
}
.globalnavi_in ul li {
	padding-top: 30px;
	padding-left: 0.5em;
	height: 96px;
	text-align:center;
/*メニューボタンの横幅*/
	width:120px;
}
.globalnavi_in li a:hover,
.globalnavi_in li a.on {
	color:#74b9f1;
	text-decoration: none;
}
.globalnavi_in ul li:hover{

	border-bottom: 3px solid #f2c147;
}
.fixed {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10000;
}
.fixed .globalnavi {
	height: 54px;
	-webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
		box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}
.fixed .globalnavi_in ul li {
	padding: 0;
	margin:14px 0 0 0 ;
	height: 40px;
}
.fixed .tp_logo_sam{
	margin-top:0.3em;
}
.menuBtn {
	padding: 0 0.4em 0 0;
	color: #00531d;
	display:inline;
}
a.menuBtn:hover {
	color: #00531d !important;
}
.fixed .menuBtn {
	padding: 0;
}
.menu_title{
	font-size:0.9em;
	white-space:nowrap;
}
.menu_title_long{
	font-size:0.85em;
}
.material-icons {
	vertical-align: middle;
	zoom:1.5;
	margin-left:-0.3em;
}
.fixed .menu-icon {
	display:none;
}
.tp_header_navi{
	display:none;
}
.areaGNaviSp {
	display: none;
}
/*----------------------------------------------------*/
/* 管理者画面のタイトルにアイコンを付ける
/*----------------------------------------------------*/
.titleicon_member:before {
	content: '';
	display: inline-block;
	height: 35px;
	width: 35px;
	background: url('./../images/title_icon/01_member.png') left no-repeat;
	background-size: contain;
	vertical-align: middle;
}
.titleicon_info:before {
	content: '';
	display: inline-block;
	height: 35px;
	width: 35px;
	background: url('./../images/title_icon/02_info.png') left no-repeat;
	background-size: contain;
	vertical-align: middle;
	padding-right:10px;
}
.titleicon_seminar:before {
	content: '';
	display: inline-block;
	height: 35px;
	width: 35px;
	background: url('./../images/title_icon/03_seminar.png') left no-repeat;
	background-size: contain;
	vertical-align: middle;
}
.titleicon_doc:before {
	content: '';
	display: inline-block;
	height: 35px;
	width: 35px;
	background: url('./../images/title_icon/04_doc.png') left no-repeat;
	background-size: contain;
	vertical-align: middle;
}
.titleicon_log:before {
	content: '';
	display: inline-block;
	height: 35px;
	width: 35px;
	background: url('./../images/title_icon/05_log.png') left no-repeat;
	background-size: contain;
	vertical-align: middle;
}
.titleicon_setting:before {
	content: '';
	display: inline-block;
	height: 35px;
	width: 35px;
	background: url('./../images/title_icon/06_setting.png') left no-repeat;
	background-size: contain;
	vertical-align: middle;
}
.titleicon_dues:before {
	content: '';
	display: inline-block;
	height: 35px;
	width: 35px;
	background: url('./../images/title_icon/07_dues.png') left no-repeat;
	background-size: contain;
	vertical-align: middle;
}
.titleicon_money:before {
	content: '';
	display: inline-block;
	height: 35px;
	width: 35px;
	background: url('./../images/title_icon/09_money.png') left no-repeat;
	background-size: contain;
	vertical-align: middle;
}
.titleicon_point:before {
	content: '';
	display: inline-block;
	height: 35px;
	width: 35px;
	background: url('./../images/title_icon/10_point.png') left no-repeat;
	background-size: contain;
	vertical-align: middle;
}
.titleicon_event:before {
  content: '';
  display: inline-block;
  height: 35px;
  width: 35px;
  background: url('./../images/title_icon/12_seminar.png') left no-repeat;
  background-size: contain;
  vertical-align: middle;
}
/*----------------------------------------------------*/
/* 管理者画面のボタンにアイコンを付ける
/*----------------------------------------------------*/
.btnicon_member {
	background: url('./../images/title_icon/01_member.png') left no-repeat;
	background-size: 30px auto;
	background-color: #fff;
	background-position: 50px 5px;
}
.btnicon_info {
	background: url('./../images/title_icon/02_info.png') left no-repeat;
	background-size: 30px auto;
	background-color: #fff;
	background-position: 50px 5px;
}
.btnicon_seminar {
	background: url('./../images/title_icon/03_seminar.png') left no-repeat;
	background-size: 30px auto;
	background-color: #fff;
	background-position: 50px 5px;
}
.btnicon_doc {
	background: url('./../images/title_icon/04_doc.png') left no-repeat;
	background-size: 30px auto;
	background-color: #fff;
	background-position: 50px 5px;
}
.btnicon_log {
	background: url('./../images/title_icon/05_log.png') left no-repeat;
	background-size: 30px auto;
	background-color: #fff;
	background-position: 50px 5px;
}
.btnicon_setting {
	background: url('./../images/title_icon/06_setting.png') left no-repeat;
	background-size: 30px auto;
	background-color: #fff;
	background-position: 50px 5px;
}
.btnicon_dues {
	background: url('./../images/title_icon/07_dues.png') left no-repeat;
	background-size: 30px auto;
	background-color: #fff;
	background-position: 50px 5px;
}
/*----------------------------------------------------*/
/* 設定画面のボタンにアイコンを付ける
/*----------------------------------------------------*/
.seticon_adminid:before {
	content: '';
	display: inline-block;
	height: 35px;
	width: 45px;
	background: url('./../images/title_icon/01_set_adminid.png') left no-repeat;
	background-size: contain;
	vertical-align: middle;
}
.seticon_memberdiv:before {
	content: '';
	display: inline-block;
	height: 35px;
	width: 45px;
	background: url('./../images/title_icon/02_set_memberdiv.png') left no-repeat;
	background-size: contain;
	vertical-align: middle;
}
.seticon_menberinfo:before {
	content: '';
	display: inline-block;
	height: 35px;
	width: 45px;
	background: url('./../images/title_icon/03_set_memberinfo.png') left no-repeat;
	background-size: contain;
	vertical-align: middle;
}
.seticon_memberregi:before {
	content: '';
	display: inline-block;
	height: 35px;
	width: 45px;
	background: url('./../images/title_icon/04_set_memberregi.png') left no-repeat;
	background-size: contain;
	vertical-align: middle;
}
.seticon_office:before {
	content: '';
	display: inline-block;
	height: 35px;
	width: 45px;
	background: url('./../images/title_icon/05_set_office.png') left no-repeat;
	background-size: contain;
	vertical-align: middle;
}
.seticon_rules:before {
	content: '';
	display: inline-block;
	height: 35px;
	width: 45px;
	background: url('./../images/title_icon/06_set_rules.png') left no-repeat;
	background-size: contain;
	vertical-align: middle;
}
.seticon_info:before {
	content: '';
	display: inline-block;
	height: 35px;
	width: 45px;
	background: url('./../images/title_icon/07_set_info.png') left no-repeat;
	background-size: contain;
	vertical-align: middle;
}
.seticon_mail:before {
	content: '';
	display: inline-block;
	height: 35px;
	width: 45px;
	background: url('./../images/title_icon/08_set_mail.png') left no-repeat;
	background-size: contain;
	vertical-align: middle;
}
.seticon_entry:before {
	content: '';
	display: inline-block;
	height: 35px;
	width: 45px;
	background: url('./../images/title_icon/09_set_entry.png') left no-repeat;
	background-size: contain;
	vertical-align: middle;
}
.seticon_number:before {
	content: '';
	display: inline-block;
	height: 35px;
	width: 45px;
	background: url('./../images/title_icon/10_set_number.png') left no-repeat;
	background-size: contain;
	vertical-align: middle;
}

/* PC用表示_小さい場合 */
@media screen and (max-width: 800px) {
	.menuBtn{
		display:none;
	}
/*	.globalnavi{
		background:hidden;
	}
	.fixed .globalnavi{
		background-color:#fff;
	}*/
	.tp_header_navi{
		display: block;
	}
/*メニュー*/
	.globalnavi{
		height:0;
	}
	.areaGNaviSp {
		display: block;
	}
	.globalnavi_in cf {
		height: 54px;
	}
	.globalnavi_in {
		display: none;
	}
	h1 {
		padding-top: 0px;
		margin: 14px 0;
		font-size: 1em;
	}
	nav.gNaviSp {
		position: fixed;
		z-index: 2;
		top: 0;
		left: 0;
		background: #fff;
		text-align: center;
		transform: translateY(-100%);
		transition: all 0.6s;
		width: 100%;
		opacity:0.9;
	}
	nav.gNaviSp ul {
		margin: 0 auto;
		padding: 0;
		width: 100%;
	}
	nav.gNaviSp ul li {
		font-size: 1.1em;
		list-style-type: none;
		padding: 0;
		width: 100%;
		border-bottom: 1px dotted #ccc;
		background: #fff;
		
	}
	nav.gNaviSp ul li:last-child {
		padding-bottom: 0;
		border-bottom: none;
	}
	nav.gNaviSp ul li a {
		display: block;
		color: #0080cc;
		padding: 1em 0;
		font-weight: bold;
		-webkit-transition: all 0.1s ease-out;
		transition: all 0.7s ease-out;
	}
	nav.gNaviSp ul li a:hover {
		background: #b5e3ff;
		font-weight: bold;
		text-decoration: none;
	}
	nav.gNaviSp.active {
		transform: translateY(0%);
	}
	.menuToggle {
		display: block;
		position: fixed;
		right: 30px;
		top: 3px;
		width: 42px;
		height: 51px;
		cursor: pointer;
		z-index: 3;
		/*background: #0080cc;*/
		text-align: center;
		/*box-shadow: 5px 5px 11px rgba(0,0,0,0.4);*/
	}
	.menuToggle span {
		display: block;
		position: absolute;
		width: 30px;
		border-bottom: solid 3px #0080cc;
		-webkit-transition: .35s ease-in-out;
		-moz-transition: .35s ease-in-out;
		transition: .35s ease-in-out;
		left: 6px;
	}
	.menuToggle span:nth-child(1) {
		top: 9px;
	}
	.menuToggle span:nth-child(2) {
		top: 18px;
	}
	.menuToggle span:nth-child(3) {
		top: 27px;
	}
	.menuToggle span:nth-child(4) {
		border: none;
		color: #0080cc;
		font-size: 9px;
		font-weight: bold;
		top: 34px;
	}
	.menuToggle.active span:nth-child(1) {
		top: 18px;
		left: 6px;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.menuToggle.active span:nth-child(2),
	.menuToggle.active span:nth-child(3) {
		top: 18px;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.areaGNaviSp h1 {
		width: 80%;
		padding-left: 0.5em;
	}
	.tp_logo_sam{
		margin-top:0.5em;
	}
}
/* 常時表示メニュー */
#side_menu {
	background-color:#dde7ff;
	border:double 3px #ccc;
	position: fixed;
	bottom: 100px;
	right: 30px;
	width:150px;
	font-size:90%;
	padding: 30px 30px;
}
/* 処理待ち */
.spinner {
  margin: 100px auto 0;
  width: 70px;
  text-align: center;
}

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #3d96fb;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% { 
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}
/*------------------------------------------*/
/* 処理待ち */
/*------------------------------------------*/
.admin_edit_tbl{
	padding:10px 10px;
	margin:10px auto;
	margin-bottom:20px;
	border-bottom:1px dotted #666;
}
.edit_tbl_td{
	margin:5px auto;
	border-collapse: collapse;
	vertical-align:top;
}
.edit_tbl_td td{
	vertical-align:top;
	padding:3px;
	border: dotted 1px #666;
}

.edit_kubun_main{
	margin:5px auto;
	border-collapse: collapse;
	vertical-align:top;
}
.edit_kubun_main td{
	vertical-align:top;
	padding:3px;
	border: dotted 1px #666;
}
td.row-control{
	padding-top:10px;
}
/*------------------*/
.selec_add{
	margin-top:10px;
	cursor:pointer;
	color: #ffffff;
	font-size: 11px;
	padding: 4px 1.5em;
	background: #3d96fb;
	border: 1px solid #3d96fb;
	border-radius: 50px;
	vertical-align: middle;
	display: inline-block;
	cursor: pointer;
	opacity: 1;
	-webkit-transition: opacity 0.300s ease;
	      transition: opacity 0.300s ease;
}
.admin_pulus{
	margin-top:10px;
	cursor:pointer;
	color: #ffffff;
	font-size: 11px;
	padding: 4px 1.5em;
	background: #3d96fb;
	border: 1px solid #3d96fb;
	border-radius: 50px;
	vertical-align: middle;
	display: inline-block;
	cursor: pointer;
	opacity: 1;
	-webkit-transition: opacity 0.300s ease;
	      transition: opacity 0.300s ease;
}
.pointer_btn{
	cursor:pointer;
}
/*----------------------------------------------------*/
/*メインイメージ
/*----------------------------------------------------*/
.main_image_txt{
	font-size:150%;
	font-weight:bold;
}
.num_style{
	ime-mode:disabled;
}
.notice_txt{
	font-size:80%;
	margin: 2px 0px;
	line-height:1.6;
}
.top_notice_txt{
	font-size:80%;
	margin: 4px 0px;
	line-height:1.6;
}



/*----------------------------------------------------*/
/*文字数カウント
/*----------------------------------------------------*/
.txt_area01{
  width:100%;
  text-align:center;
}
.txt_area02{
  margin:5px auto 0px auto;
  width:90%;
  text-align:right;
}
.box_blue {
  margin:5px 0px 0px auto;
  padding: 4px 1em;
  width:210px;
  font-size: 12px;
  color: #3d96fb;
  font-size: 12px;
  border: 1px solid #3d96fb;
  border-radius: 50px;
  vertical-align: middle;
  -webkit-transition: opacity 0.300s ease;
          transition: opacity 0.300s ease;
  text-align:center;
  font-weight:bold;
}
/*----------------------------------------------------*/
/*----------------------------------------------------*/
.f_gray{
	color:#999;
}
/*----------------------------------------------------*/
/*エリア
/*----------------------------------------------------*/
.txt_size_b{
	padding: 4px 0.5em;
	border: 1px solid #cccccc;
	width:90%;
}
.txt_size_m{
	padding: 4px 0.5em;
	border: 1px solid #cccccc;
	width:60%;
}
.txt_size_s{
	padding: 4px 0.5em;
	border: 1px solid #cccccc;
	width:30%;
}
.txt_size_tel{
	padding: 4px 0.5em;
	border: 1px solid #cccccc;
	width:10%;
}

.area_size_b{
	padding: 4px 0.5em;
	border: 1px solid #cccccc;
	width:90%;
	min-height:100px;
	line-height:1.6;
}
.area_size_m{
	padding: 4px 0.5em;
	border: 1px solid #cccccc;
	width:60%;
	min-height:70px;
	line-height:1.6;
}
.area_size_s{
	padding: 4px 0.5em;
	border: 1px solid #cccccc;
	width:30%;
	min-height:50px;
	line-height:1.6;
}
.select_size_b{
	padding: 4px 0.5em;
	border: 1px solid #cccccc;
	width:90%;
}
.select_size_m{
	padding: 4px 0.5em;
	border: 1px solid #cccccc;
	width:60%;
}
.select_size_s{
	padding: 4px 0.5em;
	border: 1px solid #cccccc;
	width:30%;
}
.select_size_pref{
	padding: 4px 0.5em;
	border: 1px solid #cccccc;
	width:150px;
}

.chk_size_b{
	width:50%;
}
.chk_size_m{
	width:25%;
}
.chk_size_s{
	width:10%;
}
/*----------------------------------------------------*/
/*メインイメージ
/*----------------------------------------------------*/
.main_image_txt{
	font-size:150%;
	font-weight:bold;
}
.num_style{
	ime-mode:disabled;
}
.notice_txt{
	font-size:80%;
	margin: 2px 0px;
	line-height:1.6;
}
.top_notice_txt{
	font-size:80%;
	margin: 4px 0px;
	line-height:1.6;
}

/*----------------------------------------------------*/
/*再構築
/*----------------------------------------------------*/
.reload_area{
	font-weight:bold;
	font-size:140%;
	width:200px;
	margin: 20px auto;
	padding:15px;
	text-align:center;
/*	background-color:#f8f4e6;*/
	border: dotted 2px #ccc;
}
.reload_icon {
	margin: 0px auto;
	width: 64px ;
	height: 64px ;
	text-align: center ;
	background: #f2f2f2 ;
	border-radius: 50% ;	/* 円にすると回転が綺麗 */
}

.target {
	transition: .6s ;		/* アニメーションの秒数を指定 */
	-webkit-transform: rotateZ( 0deg ) ;	/* iOS8(2015年9月頃まで)をサポート */
	transform: rotateZ( 0deg ) ;
	margin: 0 ;
	padding: 0 ;
}

.reload_icon:hover .target {
	-webkit-transform: rotateZ( 360deg ) ;	/* iOS8(2015年9月頃まで)をサポート */
	transform: rotateZ( 360deg ) ;
}
.tp_header_enduser {
  text-align: center;
  position: relative;
  padding-top: 0px;
  padding-bottom: 0px;
  background: #ffffff;
}
@media screen and (max-width: 768px) {
  .tp_header_enduser {
    text-align: center;
    padding-left: 0px;
  }
}
.tp_logo_img_enduser {
	width:auto;
	height:auto;
	max-height:200px;
	vertical-align: middle;
}
/*enq*/
.tp_edit_section_enq {
	font-size: 14px;
	border-bottom: 1px solid #cccccc;
	padding: 20px 10px;
}

.tp_edit_section_enq:first-child {
	border-top: 1px solid #cccccc;
}
.tp_edit_section_enq:after {
	content: ' ';
	height: 0px;
	display: block;
	clear: both;
}
.border_dotted_enq{
	border-top:2px dotted #cccccc;
	padding-top:20px;
}
.tp_edit_section_heading_enq {
	font-size: 16px;
	font-weight: bold;
	position: static;
	width: 100%;
	padding-left:8px;
	color:#1e4b7d;
	border-left:5px solid #1e4b7d;
}
.tp_edit_section_detail_enq {
	width: 100%;
	margin-top: 0.5em;
	margin-left: 0px;
	padding: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.send_from_name{
	text-align:left;
	font-size:80%;
}
/*--------------------------------*/
.serach_kubun_title{
	margin:10px;
	font-weight:bold;
	font-size:90%;
}
.tbl_serach_kubun_tbl{
	padding:0;
	margin:10px auto;
	border-collapse:collapse;
	width:100%;
}
.tbl_serach_kubun_tbl td,th{
	padding:3px;
	vertical-align:top;
	border:dotted 1px #666;
	font-size:80%;
}
.tbl_serach_kubun_tbl th{
	background-color:#ccc;
}

.txt_red {
  color: #cc0000;
}
.required_entry {
  background-color:#cc0000;
  color:#FFFFFF;
  padding-left:5px;
  padding-right:5px;
  font-size:0.8em;
  vertical-align:middle;
}

.btn_seminar_login {
  color: #ffffff;
  padding: 4px 1.5em;
  background: #c3173b;
  border: 1px solid #c3173b;
  font-size: 16px !important;
  border-radius: 5px;
}
.btn_seminar_login:hover {
  text-decoration: none;
  opacity: 0.7;
}

.seminar_list_header {
  margin-bottom: 0px;
  display: flex;
  justify-content: space-between;
}
.seminar_list_sticky{
  position: sticky;
  top: 0;
  z-index: 1;
}
.seminar_list_header img{
  width: 60px;
  vertical-align: middle;
  margin-right: 10px;
}
.seminar_list_header span.top_title{
  vertical-align: middle;
  font-size: 1.5rem;
}
.seminar_list_header .btn{
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .seminar_list_sticky{
    max-width: 100%;
  }
  .seminar_list_header span.top_title {
    font-size: 0.8rem;
  }
  .seminar_list_header img {
    width: 40px;
  }
  .btn_seminar_login {
    font-size: 10px !important;
  }
  .btn_seminar_login span{
    display: block;
  }
}
@media screen and (max-width: 400px) {
  .btn_seminar_login span{
      display: block;
  }
}

.seminar_box {
  font-size: 14px;
  border: 1px solid #cecece;
  border-radius: 5px 5px 5px 5px;
  margin-bottom: 1.5em;
  padding: 10px;
  margin-top: 10px;
  border-radius: 2px;
  position: relative;
  box-shadow: 0 1px 15px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.seminar_date {
  font-size: 20px;
  float: left;
}

.seminar_left {
  /* width:70%; */
  width: 100%;
  float: left;

}

.seminar_right {
  display: none;
  width: 30%;
  float: left;
}

.seminar_title {
  font-size: 2.0em !important;

  font-weight: bold;
  margin-top: 5px;
}

.seminar_sub_title {
  margin-top: 5px;
  font-size: 1.2em;
  ;
}

.seminar_detail {
  margin-top: 5px;
}

.seminar_target {
  margin-top: 5px;
}

.instructor_area {
  display: flex;
  flex-flow: column;
  align-items: flex-end;
}

.seminar_cat {
  line-height: 2.0em;
  text-align: center;
  padding: 5px 1.5rem;
  color: white;
}

.seminar_cat_mypage {
  width: auto;
  padding: 0 20px;
  font-size:80%;
  display: inline-block;
  color: white;
}

.seminar_box_mypage_body {
  width: 100%;
  display: flex;
  height: 15%;
}

.seminar_box_mypage {
  border-bottom: 1px solid black;
  margin-bottom: 5px;
  padding: 10px 2px;
}

.seminar_sp_flex {
  display: flex;
  /* justify-content: space-around; */
  width: 30%;
}

.seminar_title_mypage {
  font-weight: bold;
  margin: 5px 0;
}

.seminar_list_comment {
  font-size:13px;
}
.seminar_list_comment .comment{
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .seminar_box_mypage_body {
    /* width:100%; */
    display: block;
    height: 15%;
    /* border-bottom:1px solid black;
    margin-bottom:5px; */
  }

  .seminar_title_mypage {
    font-size: 18px;
  }

  .seminar_venue_mypage {
    margin-top: 0px;
    margin-left: 20px;
  }

  .seminar_date_mypage {
    margin-top: 3px;
  }

  .seminar_sp_flex {
    display: flex;
    /* justify-content: space-around; */
    width: 100%;
  }
}

.bl_media_container {
  display: flex;
  flex-wrap: wrap;
  /* padding: 10px; */
}

.bl_media_itemWrapper {
  width: calc(100% / 3 - 20px);
  margin: calc(20px / 2);
  outline: 2px solid #cccccc;
  position: relative;
  padding-bottom:60px;
}

/* タブレット　2カラム */
@media screen and (max-width: 1024px) {
  .bl_media_itemWrapper {
    width: calc(100% / 2 - 20px);
  }
}

/* スマホ 1カラム*/
@media screen and (max-width: 599px) {
  .bl_media_itemWrapper {
    width: calc(100% / 1 - 20px);
  }
}

.bl_media_item{
  padding: 10px;
}

.bl_media_thumbnail {
  text-align:center;
}
.bl_media_thumbnail img{
  height: 150px;
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
.top_seminar_comment{
  border-left: 5px solid #548235;
  display: inline;
  font-size: 1.1rem;
  font-weight: bold;
}

.top_seminar_login{
  max-width: 1050px;
  display:flex;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
}

.top_seminar_login .login_box{
  width:45%;
  margin-right:10%;
  /* border-top:#548235 solid 30px; */
  padding:0px 0px 30px;
  background: #ffffff;
  text-align: center;
}

.top_seminar_login .create_id_box {
  width: 45%;
  /* border-top: #c55a11 solid 30px; */
  padding: 0px 0px 30px;
  background: #ffffff;
  text-align: center;
}

.top_seminar_login .login_box .box_title{
  font-size: 1.7rem;
  color: #FFFFFF;
  padding: 5px 20px;
  font-weight: bold;
  background-color: #548235;
}

.top_seminar_login .create_id_box .box_title {
  font-size: 1.7rem;
  color: #FFFFFF;
  padding: 5px 20px;
  font-weight: bold;
  margin-bottom: 10px;
  background-color: #005426;
}

@media screen and (max-width: 768px) {
  .top_seminar_login {
    display: block;
  }
  .top_seminar_login .login_box {
    width: 100%;
    margin-bottom: 50px;
  }
  .top_seminar_login .create_id_box {
    width: 100%;
  }
  .top_seminar_login .create_id_box .box_title {
    margin-bottom: 0px;
  }
}
.top_input_area_pass {
  width: 20em;
}
@media screen and (max-width: 960px) {
  .top_login_text {
    display: block;
  }

  .top_input_area {
    width: 100%;
  }
}

.seminar_btn_area a{
  position: absolute;
  display: block;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}

.tp_content_label {
  padding: 20px 10px 0px;
  font-size: 14px;
  overflow: hidden;
}
.tp_content_label label{
  white-space: nowrap;
}

.info_category_check{
  overflow: hidden;
}
.info_category_check label{
  white-space: nowrap;
}

.tp_content_serach_input {
  padding: 20px 10px 5px;
  font-size: 14px;
}

.seminar_tips{
  padding: 0 10px;
  text-align: right;
  font-weight: bold;
}

.seminar_info_tips{
  display: flex;
  align-items: center;
}
.seminar_info_tips>div:nth-of-type(1) {
  margin-right: auto;
}
@media screen and (max-width: 599px) {
  .seminar_info_tips{
    display: block;
  }
  .seminar_info_tips>div:nth-of-type(2) {
    text-align: right;
  }
}

.seminar_apply_btn{
  font-size:16px;
  background: #ff9d34;
  border-color: #ff9d34;
  width: max-content;
}
.seminar_confirm_btn {
  font-size: 16px;
  width: max-content;
}

.seminar_detail_btn {
  font-size: 1.5rem;
  background: #ff9d34;
  border-color: #ff9d34;
}

.seminar_detail_disable_btn {
  font-size: 1.5rem;
  background: #888888;
  border-color: #888888;
}

.seminar_head {
  padding: 5px;
  margin-bottom: 10px;
  box-sizing: border-box;
}

.seminar_info_status {
  padding: 5px;
  margin-bottom: 10px;
  text-align: center;
  font-size: 1.5rem;
}

.radioAreaType{
  padding: 0 0 30px 0;
  display:flex;
}
.seminar_mode {
    width:30%;
}
.seminar_mode input {
    display: none;
}
.seminar_mode span {
  border-radius: 10px;
  width: 100%;
  display: inline-block;
  font-size: 2rem;
  text-align: center;
  padding: 10px 0;
}

.seminar_mode:nth-child(1) {
  margin-right: 5%;
}
.seminar_mode:nth-child(1) span{
    color: #ff9d34;
    border: 2px solid #ff9d34;
}
.seminar_mode:nth-child(1) input:checked +span{
    color: #ffffff;
    background: #ff9d34;
}

.seminar_mode:nth-child(1) span:hover {
    background-color: #ff9d34;
    color: #ffffff;
}

.seminar_mode:nth-child(2) {
    margin-right: 5%;
}
.seminar_mode:nth-child(2) span{
    color: #a9d18e;
    border: 2px solid #a9d18e;
}
.seminar_mode:nth-child(2) input:checked +span{
    color: #ffffff;
    background: #a9d18e;
}
.seminar_mode:nth-child(2) span:hover {
    background-color: #a9d18e;
    color: #ffffff;
}


.seminar_mode:nth-child(3) span{
    color: #4472c4;
    border: 2px solid #4472c4;
}
.seminar_mode:nth-child(3) input:checked +span{
    color: #ffffff;
    background: #4472c4;
}
.seminar_mode:nth-child(3) span:hover {
    background-color: #4472c4;
    color: #ffffff;
}

@media screen and (max-width: 768px) {
  .seminar_mode span{
    font-size: 1rem;
  }
}

.search_txt {
  background: linear-gradient(transparent 50%, #ffff66 0%);
}

.kubun_inner {
  margin: 20px auto;
  font-weight: bold;
  color: red;
}

.tp_btn_entry_seet {
  color: #ff9d34;
  font-size: 20px;
  font-weight: bold;
  padding: 7px 1.5em;
  border: 3px solid #ff9d34;
  margin: 20px 0px;
  border-radius: 5px;
  vertical-align: middle;
  display: inline-block;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: opacity 0.300s ease;
          transition: opacity 0.300s ease;
}
.tp_btn_entry_seet:hover {
  text-decoration: none;
  color: #fff;
  background-color: #ff9d34;
}

.receive_info{
  text-align:center;
  margin:5px;
}
.receive_info h4{
  margin-bottom:10px;
}
.tbl_receive_info{
	padding:0;
	margin:0 auto;
}
.tbl_receive_info td,th{
  padding: 3px 15px;
	vertical-align:top;
	border:dotted 1px #666;
	font-size:90%;
}

.complete_comment{
  margin: 40px 20px;
}

.seminar_list_info {
  text-indent: -3em;
  padding-left: 3em
}

.seminar_foot{
  margin:40px 0 10px;
  text-align:center;
}

.seminar_info_btn_negative {
  color: #ffffff;
  font-size: 16px;
  padding: 4px 1.5em;
  background: #888888;
  border-color: #888888;
  border-radius: 50px;
  vertical-align: middle;
  display: inline-block;
}
.seminar_info_btn_negative:hover{
  text-decoration: none;
}

/*----------------------------------------------------*/
/* progress bar
/*----------------------------------------------------*/
#progress_bar {
  margin: 0 auto;
  width: 80%;
  height: 30px;
  background-color: #F5F5F5;
  border-radius: 4px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}

#progress_bar_inner {
  box-sizing: border-box;
  background: #008edc;
  height: 100%;
  border-radius: 4px;
  transition: width 0.5s linear;
}