@charset "UTF-8";

/* Reset */
html{ font-size: 10px;}
#sysAll .sysContent {
  padding: 0; }

body{
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
line-height:1.47;
}

#sysAll, #sysAside, #sysMain, #sysFooter {
  margin: 0;
  padding: 0; }

input {
  padding-left: 5px; }

*{
	word-break: normal;
}

a:hover {
  opacity: 0.8; }

#sysRegi div#sysRegisterForm {
    display: none;
}

.name_img{
	height: 13px;
    vertical-align: middle;
}

.dashedBlueBox .name_img{
	height: 12px;
    vertical-align: middle;
    padding-bottom: 1px;
}

.name_img_20{
	height: 20px;
	vertical-align: middle;
}

.name_img_15{
	height: 15px;
	vertical-align: middle;
}

.hide{
display: none;
}

/* Reset input[type="search"] */
input[type="submit"],
input[type="search"] {
  -webkit-appearance: none;
  -webkit-box-sizing: content-box;
  -webkit-border-radius: 0;
  border-radius: 0; }

input[type="search"]:focus {
  outline-offset: -2px; }

input[type="search"]::-webkit-search-decoration {
  display: none; }

/* Layout */
#sysAll {
  max-width: 100%; }

div#sysHeader {
  padding: 0;
  margin: 0;
  border-top: 5px solid #FFCC00; }

div#sysWrap {
  max-width: 960px;
  margin: 0 auto; }

div#sysAside {
  width: 20.83333333333%;
  width: -webkit-calc(200px);
  width: calc(200px);
}

div#sysMain {
  width: 73.95833333333%;
  width: -webkit-calc(94.7916666667% - 200px);
  width: calc(94.7916666667% - 200px);
  /*margin-left: 2.39583333333%;
  margin-right: 1.14583333333%;*/ }

/* plugin*/
/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin: 0 auto 40px;
  padding: 0;
  *zoom: 1; }

.bx-wrapper img {
  width: 100%;
  max-width: 100%;
  display: block; }

/** THEME
===================================*/
.bx-wrapper .bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0); }

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -20px;
  width: 100%; }

/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(../%E3%83%86%E3%83%B3%E3%83%97%E3%83%AC%E3%83%BC%E3%83%88%E3%82%B9%E3%83%88%E3%82%A2Basic_files/images/bx_loader.gif) center center no-repeat white;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000; }

/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 8px; }

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline; }

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #ccc;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #666; }

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url("../img/topMain/slide/arrow-left.png") no-repeat;
  -wetbkit-background-size: 100%;
  background-size: 100%; }

.bx-wrapper .bx-next {
  right: 10px;
  background: url("../img/topMain/slide/arrow-right.png") no-repeat;
  -wetbkit-background-size: 100%;
  background-size: 100%; }

.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-next:hover {
  opacity: 0.9; }

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 46px;
  height: 45px;
  text-indent: -9999px;
  z-index: 99; }

.bx-wrapper .bx-controls-direction a.disabled {
  display: none; }

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center; }

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(../%E3%83%86%E3%83%B3%E3%83%97%E3%83%AC%E3%83%BC%E3%83%88%E3%82%B9%E3%83%88%E3%82%A2Basic_files/images/controls.png) -86px -11px no-repeat;
  margin: 0 3px; }

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0; }

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(../%E3%83%86%E3%83%B3%E3%83%97%E3%83%AC%E3%83%BC%E3%83%88%E3%82%B9%E3%83%88%E3%82%A2Basic_files/images/controls.png) -86px -44px no-repeat;
  margin: 0 3px; }

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px; }

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%; }

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px; }

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666666 \9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%; }

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px; }

/* Header */
.h-logotop {
  margin-top: 6px;
  position: relative;
  left: 50%;
  margin-left: -48.33333%;
  margin-bottom: 6px;
  float: left; }
  
.h-logotop h1 {
  font-size:9px;
  font-weight: normal; }

.h-logotop img{
  /*width: (147 / 960) * 100%;*/
  width: 147px;
  max-width: 147px;}
  
.h-logoall{
  margin-top: 9px;
  position: relative;
  left: 50%;
  /*width: (147 / 960) * 100%;*/
  width: 147px;
  max-width: 147px;
  margin-left: -48.33333%;
  margin-bottom: 10px;
  float: left; }

.h-header,
.h-headerall {
  max-width: 960px;
  margin: 0 auto; }
  .h-header .sysContent,
  .h-headerall .sysContent {
    float: right;
    width: 66%;
    width: -webkit-calc(100% - 217px);
    width: calc(100% - 217px);
    max-width: 466px; }

.h-utilnav {
  font-size: 1.1rem;
  float: right;
  white-space: nowrap; }
  .h-utilnav > .sysDisplayTabletNone {
    white-space: nowrap; }
  .h-utilnav a {
    margin-right: 10px;
    text-decoration: none;
    letter-spacing: normal; }
    .h-utilnav a:before {
      content: "";
      width: 0;
      height: 0;
      border: 5px solid transparent;
      border-left-color: #FFCC00;
      display: inline-block; }

.h-allclass {
  margin-top: 16px;
  float: right;
  white-space: nowrap;
  width: 100%;
  text-align: right; }
  .h-allclass li {
    vertical-align: bottom;
    margin-right: 5px; }
  .h-allclass a, .h-allclass img {
    display: block; }

.h-toggleMenu {
  display: none; }

.h-globnavall {
  font-size: 1.5rem;
  background-color: #dfdfdf;
  margin: 0 auto;
  width: 960px; }
  .h-globnavall a {
    /*min-height: 44px;
    max-width: 52px;*/
    margin: 0 auto;
    padding: 15px 0 16px; }
  .h-globnavall ul {
    display: table;
    width: 70%; }
    .h-globnavall ul li {
      width: 14%;
      text-align: center;
      display: table-cell;
      float: none;
      border-right: 1px solid #fff;
      vertical-align: middle;
      letter-spacing: normal;
      line-height: 1; }
      .h-globnavall ul li.sysText a {
        text-overflow: initial;
        white-space: normal;
        display: block;
        font-size: 13px;
        text-decoration: none;



        color: #666699;
        border: none; }

.h-search {
  padding: 16.5px 10px;
  background-color: #dfdfdf;
  top: -42px;
  right: 86px; }
  .h-search form {
    width: 100%;
    display: table; }
  .h-search .sysItemSearchFormWord {
    display: table-cell;
    width: 100%;
    padding-right: 10px; }
    .h-search .sysItemSearchFormWord input {
      width: 200px !important;
      height: 23px;
      border: none;
      border-top: 1px solid #999; }
  .h-search .sysSearchButton {
    width: 33px;
    height: 23px;
    text-align: center;
    background: #666;
    color: #fff;
    border: 1px solid #ccc;
    font-size: 12px;
    padding: 0;
    cursor: pointer; }

.h-searchall {
  padding: 16.5px 10px;
  background-color: #dfdfdf;
  top: -43px;
  right: 10px; }
  .h-searchall form {
    width: 100%;
    display: table; }
  .h-searchall .sysItemSearchFormWord {
    display: table-cell;
    width: 84%;
    padding-right: 3px; }
    .h-searchall .sysItemSearchFormWord input {
      height: 23px;
      border: none;
      border-top: 1px solid #999; }
  .h-searchall .sysSearchButton {
    width: 33px;
    height: 23px;
    text-align: center;
    background: #666;
    color: #fff;
    border: 1px solid #ccc;
    font-size: 12px;
    padding: 0;
    cursor: pointer; }
/* Header  Sticky*/
body{position:relative;}
.contents #item .sticky_on{
	position:fixed;
	top:0;

	margin:0 auto !important;
	z-index:9999;
}
.sticky_off{
	position:static;	
}
/* Aside */
#sysAside > div {
  margin: 20px auto; }
  #sysAside > div:first-child {
    margin-top: 0; }

.ranking ul {
  border: 1px solid #ccc;
  border-top: none; }

.ranking li {
  display: table;
  width: 100%; }
  .ranking li > div{
    display: table-cell;
    vertical-align: middle; }
  .ranking li:nth-child(2n) {
    background-color: #eee; }
.ranking .sysIconRank {
  width: 29px;
  padding: 0 5px }
.ranking a {
  color: #3333cc;
  font-size: 1.3rem;
  display: block;
  padding: 10px 5px;
  line-height: 1.25; }

.s-bnr li {
  margin: 5px auto; }

.s-nav ul li.sysText a {
  font-size: 1.2rem;
  line-height: 25px;
  background: #eee;
  border-bottom: 1px dotted #ccc;
  padding-left: 10px;
  color: #3333cc;
  text-decoration: underline; }
  .s-nav ul li.sysText a:before {
    content: "";
    border: 5px solid transparent;
    border-left-color: #999;
    width: 0;
    display: inline-block;
    height: 0;
    margin-right: 7px; }
  .s-nav ul li.sysText a:hover {
    background: #ddd; }


/* footer */
.f-checked {
  padding: 10px 20px;
  border: 1px solid #ccc; }
  .f-checked .sysHeadline {
    color: #999;
    margin-bottom: 15px; }
    .f-checked .sysHeadline:before {
      content: "";
      width: 24px;
      height: 20px;
      display: inline-block;
      vertical-align: middle;
      background-image: url("../img/icon/icon_check.png");
      background-repeat: no-repeat;
      -webkit-background-size: contain;
      background-size: contain;
      margin-right: 5px;
      position: relative;
      bottom: 2.5px; }
  .f-checked .sysContent li {
    margin-bottom: 15px; }
  .f-checked .sysContent a {
    color: #3333cc;
    font-size: 1.2rem; }
    .f-checked .sysContent a:before {
      content: "";
      width: 0;
      height: 0;
      border: 5px solid transparent;
      border-left-color: #999;
      display: inline-block;
      vertical-align: middle; }

.f-search form {
  width: 100%;
  display: table; }
.f-search .sysItemSearchFormWord {
  display: table-cell;
  width: 100%;
  padding-right: 10px; }
  .f-search .sysItemSearchFormWord input {
    height: 28px;
    border: 1px solid #999; }
.f-search .sysSearchButton {
  width: 44px;
  height: 28px;
  text-align: center;
  background: #ccc;
  border: 1px solid #999;
  cursor: pointer; }

.p-pagetop { border-bottom: 2px solid #999; }

  .p-pagetop .sysContent { overflow: hidden; }

  .p-pagetop a {
    opacity: 0.8;
 }


  .p-pagetop a:hover { opacity: 1; }
  
.p-gocart a {
  position: fixed;
  right: 5%;
  bottom: 120px;
  width:98px;
  height:98px;
  opacity:0.9;
  z-index:100;
}
.p-gocart a:hover {
  opacity:1;
}

.f-sitemap {
  font-size: 1.4rem; }
  .f-sitemap .pc-4columns {
    overflow: hidden;
    letter-spacing: .1em; }
    .f-sitemap .pc-4columns > li {
      width: 50%;
      float: left;
      border-bottom: 1px solid #fff;

      border-right: 1px solid #fff; }
      .f-sitemap .pc-4columns > li a {
        background-color: #FFCC00; }
        .f-sitemap .pc-4columns > li a:after {
          content: "";
          color: #fff;
          padding-right: 15px;
          background-image: url("../img/icon/icon-arrow-right.png");
          background-repeat: no-repeat;
          -webkit-background-size: contain;
          background-size: contain;
          width: 12px;
          height: 23px;
          vertical-align: middle;
          right: 0;
          top: 25%;
          position: absolute;
          display: block; }
    .f-sitemap .pc-4columns a {
      line-height: 3.5;
      padding: 5px 15px;
      background: #eee;
      border-bottom: 1px dotted #999;
      font-weight: bold;
      position: relative; }
			.f-sitemap .pc-4columns a.line2 {
				line-height: 1.4;
				padding: 10px 15px;
			}
      .f-sitemap .pc-4columns a:after {
        content: "";
        background-image: url("../img/icon/icon_arrow2_lightgray.png");
        height: 27px;
        width: 17px;
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        right: 10px;
        top: 10px; }
	.f-sitemap dl.pc-4columns li:last-child {
    padding-bottom: 5px;
    background: #eee;
    border-bottom: 1px solid #ccc; }
  .f-sitemap a {
    text-decoration: none;
    display: block;
    color: #777; }
  .f-sitemap dt {
    font-weight: bold;
    color: #777;
    line-height: 3.5;
    padding: 5px 0 5px 15px;
    cursor: pointer;
    border-bottom: 1px solid #ccc;
    position: relative; }
    .f-sitemap dt:after {
      content: "";
      background-color: #666;
      width: 2rem;
      height: 2rem;
      text-align: center;
      display: inline-block;
      font-weight: normal;
      float: right;
      -webkit-border-radius: 100%;
      border-radius: 100%;
      margin: 10px 10px 0 0;
      background-image: url("../img/icon/icon_plus.png");
      -webkit-background-size: 100%;
      background-size: 100%; }
    .f-sitemap dt.active:after {
      background-image: url("../img/icon/icon_minus.png");
      -webkit-background-size: 100%;
      background-size: 100%; }
  .f-sitemap dd {
    display: none; }

	.f-sitemap a span.window {
		background-image: url(/img/icon/icon_window.gif);
		background-repeat: no-repeat;
		background-position: right center;
		margin: 0px;
		padding-right: 15px;
	}

.f-tellnum li a {
  max-width: 300px;
  margin: 15px auto;
  display: block; }

.f-othercourse {
  height: 48px;
  text-align: center;
  padding: 18px 0;
  background-color: #dfdfdf; }
  .f-othercourse dd, .f-othercourse dt {
    display: inline-block;
    font-size: 1.1rem;
    color: #777;
    margin-right: 5px; }
    .f-othercourse dd:after, .f-othercourse dt:after {
      margin-left: 5px; }
  .f-othercourse dt:after {
    content: "-"; }
  .f-othercourse dd:after {
    content: "/"; }
  .f-othercourse dd:last-child:after {
    content: ""; }
  .f-othercourse a {
    text-decoration: none;
    color: #777; }

.f-utilnav .sysContent {
  display: table;
  width: 100%; }
.f-utilnav a {
  display: table-cell;
  width: 25%;
  text-decoration: none;
  height: 40px;
  vertical-align: middle;
  background: #666;
  text-align: center;
  color: #fff;
  border-right: 1px solid #fff; }
  .f-utilnav a:last-child {
    border-right: none; }

.f-copyright {
  font-size: 1.1rem;
  text-align: center; }
  .f-copyright img {
    max-width: 138px;
    margin: 15px auto;
    display: block; }


/* module */
/* font */
.font-bold {
  font-weight: bold; }

/* Clearfix */
.h-clearfix:after,
.p-clearfix:after,
.clearfix:after {
  content: "";
  clear: both;
  display: block; }

/* inline-block */
.list-holizontal {
  letter-spacing: -.4em; }
  .list-holizontal li {
    display: inline-block;
    letter-spacing: normal; }

/* icons */
.icon-new:after {
  content: "";
  background-image: url("../img/icon/icon_new.png");
  width: 32px;
  height: 10px;
  display: inline-block;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  margin-left: 10px;
  background-repeat: no-repeat; }

.icon-license:before {
  background-image: url("../img/icon/icon_shikaku.png");
  content: "";
  width: 30px;
  height: 17.5px;
  display: inline-block;
  -webkit-background-size: contain;
  background-size: contain;
  margin-right: 5px;
  vertical-align: middle;
  background-repeat: no-repeat; }

.icon-utility:before {
  background-image: url("../img/icon/icon_jitsuyou.png");
  content: "";
  width: 30px;
  height: 17.5px;
  display: inline-block;
  -webkit-background-size: contain;
  background-size: contain;
  margin-right: 5px;
  vertical-align: middle;
  background-repeat: no-repeat; }

/* MainContent Header */
.mainCnt .sysHeadline {
  background-image: url("../img/topMain/title-pc.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 9.5px; }
  .mainCnt .sysHeadline img {
    max-height: 15px; }

/* top */
#top {
    color: #555;
}

#top h2,#top h3,#top h4 {
    margin-bottom: 0;
}

.top_text {
	padding:10px;
	font-size:12px;}

.p-banner {
  margin-bottom: 10px; }
  .p-banner ul {
    overflow: hidden; }
  .p-banner li {
    width: 48.78049%;
    float: left; }
    .p-banner li:last-child {
      margin-left: 2.34375%; }

.p-pickup .sysContent {
  overflow: hidden;
  margin-top: 10px;
  margin-left: 0.70423%; }
.p-pickup section {
  float: left;
  font-size: 1.2rem;
  line-height: 1.47; }
.p-pickup h4 {
  color: #FF3399;
  font-weight: bold;
  margin-top: 5px; }

.p-topics {
  font-size: 1.2rem;
  line-height: 1.47;
  margin-top:10px }
  .p-topics dl {
    position: relative;
    padding: 10px 15px 10px 20px;
    border-bottom: 1px dashed #ccc;
    width: 96.15385%;
    margin: 0 auto; }
    .p-topics dl:before {
      background-image: url("../img/icon/icon_arrow_yellow.png");
      content: "";
      width: 6px;
      height: 9px;
      display: block;
      background-size: 100%;
      position: absolute;
      left: 0;
      top: 12.5px; }
  .p-topics a {
    color: #3333CC; }

.p-allcourse {
  font-size: 1.3rem;
  overflow: hidden; }
  .p-allcourse .sysContent {
    margin-top: 10px; }
  .p-allcourse a {
    color: #33c;
    font-weight: bold; }
  .p-allcourse .course-all {
    float: right;
    margin-top: 10px; }
    .p-allcourse .course-all:before {
      content: "";
      width: 6px;
      background-image: url("../img/icon/icon_arrow_gray.png");
      height: 9px;
      display: inline-block;
      background-size: contain;
      margin-right: 5px; }

.course-row {
  padding: 10px;
  border-bottom: 1px dotted #999; }
  .course-row h3 {
    margin-bottom: 1px;
    margin-top: 5px; }
    .course-row h3 img {
      max-height: 17px; }
  .course-row:nth-child(2),
  .course-row:nth-child(4) {
    background: #f6f6f6; }
  .course-row nav {
    letter-spacing: -.4em;
    margin-left: 4.22535%; }
    .course-row nav a {
      width: 50%;
      display: inline-block;
      letter-spacing: normal;
      vertical-align: top;
      margin: 5px auto;
      padding-left: 30px; }
      .course-row nav a:before {
        margin-left: -30px; }
      .course-row nav a img {
        max-height: 1.3rem;
        vertical-align: bottom;
        margin-left: 5px; }

.p-aboutcourse {
  font-size: 1.3rem;
  line-height: 1.47; }
  .p-aboutcourse .sysContent {
    width: 96.05634%;
    margin: 10px auto 30px; }
  .p-aboutcourse h3 {
    width: 210px;
    margin-top: 20px; }

.reasons-row {
  background-color: #F7F5F0;
  letter-spacing: -.4em;
  font-size: 1.1rem;
  padding: 20px 15px;
  text-align: center; }
  .reasons-row section {
    width: 48.50747%;
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
    margin-bottom: 15px;
    text-align: left; }
    .reasons-row section:nth-child(2n) {
      margin-left: 2.98507%; }
  .reasons-row h4 {
    margin-bottom: 5px; }
    .reasons-row h4 img {
      max-height: 15px; }
  .reasons-row div {
    overflow: hidden; }

    .reasons-row div img {
      width: 12.37785%;
      width: 38px;
      float: left;
      margin-right: 2.9316%;
      margin-top: 6px;
      margin-bottom: 6px; }
.font-red {
	color: #FF0000;
}
.akawaku {
	color: #FF0000;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	border: 1px solid #FF0000;
}



/* Custom Media Query */
@media screen and (min-width:961px) {
	.h-logoall,
	.h-logotop{
	 	margin-left: -465px !important;
	}
	.h-mainslider{
		margin-left: -480px !important;
	}
	.f-checked{
		margin-left: -461px!important;
	}
}

@media screen and (max-width:300px) {
	.btn-headerSP:first-child{
		display: none;
	}
}


body#top div#sysMain {
    float: right;
}

body#top div#sysAside {
    margin-left:0 !important;
    float: left;
}

body#top .h-search {
        right: 0;
        top: 0 !important;
}

body#top .h-search .sysItemSearchFormWord input {
        width: 100% !important;
        border: 1px solid #ccc;
}

body#top #sysMain {
   margin-right: 1.14583333333%;
}



/* category
---------------------------------------------------- */
#sysItemCategory h1 {
font-size: 9px; 
line-height: 1;
font-weight: normal;
color: #666;
margin: 10px;}


#sysItemCategory .sysPagination {
    display: none;
}


#sysItemCategory #sysMain {
	float: right;
	width: 71.95833333333%;
	width: -webkit-calc(91.7916666667% - 200px);
	width: calc(91.7916666667% - 200px);
}

#sysItemCategory #sysMain .categoryBox {
    border: 1px solid #ccc;
    margin-bottom: 21px;
    padding: 5px 7px 0 4px;
}

#sysItemCategory #sysMain .categoryBox h2 {
    margin-bottom: 16px;
}

#sysItemCategory #sysMain .categoryBox dl {
    margin-left: 12px;
}

#sysItemCategory #sysMain .categoryBox dt {
    font-size: 13px;
    margin-bottom: 8px;
}

#sysItemCategory #sysMain .categoryBox dd {
    border-bottom: 1px dotted #999;
    color: #666;
    font-size: 13px;
    margin-bottom: 15px;
    padding-bottom: 10px;
}

#sysItemCategory #sysMain .categoryBox dt span {
    background-color: #6699cc;
    border-radius: 3px;
    color: #fff;
    font-size: 10px;
    margin-right: 10px;
    padding: 2px 5px;
}

#sysItemCategory #sysMain .categoryBox dt .special {
    background-color: #ff6666;
}

#sysItemCategory #sysMain .categoryBox dt a {
    color: #3333cc;
}

#sysItemCategory #sysMain .categoryBox dd span {
    border: 1px solid #ff3366;
    color: #ff3366;
    float: left;
    font-size: 10px;
    margin: 3px 10px 0 0;
    padding: 0 2px;
}

#sysItemCategory #sysMain .categoryBox dd img {
    padding-top: 5px;
}

#sysItemCategory #sysMain .ipadH2,
#sysItemCategory #sysMain .spH2,
#sysItemCategory #sysMain .sysItemCategoryPankuzu,
#sysItemCategory #sysMain .sysItemList {
    display: none;
}

#sysItemCategory #sysAside {
	float: left;
}

#sysItemCategory .sysItemListDisp {
	display: none;
}

#sysItemCategory .categoryMenu {
	padding-top: 30px;
	margin-bottom: 16px;
	text-align: center;
}

#sysItemCategory .categoryMenu li {
	margin-right: 20px;
	display: inline;
	font-size: 1.3em;
}

#sysItemCategory .categoryMenu li a {
	padding-left: 20px;
	color: #3333CC;
	background: url(../img/category/icon02.gif) no-repeat left center;
}

#sysItemCategory .sysItemList {
	margin-bottom: 21px;
	padding: 5px 0 15px;
	border: 1px solid #CCC;
}

#sysItemCategory .sysItemList .sysList {
	margin: 0 10px;
}

#sysItemCategory .sysItemList .sysList li {
	border-top: none;
	border-bottom: 1px dotted #999;
	font-size: 13px;
	color: #666;
	padding: 10px 5px;
}

#sysItemCategory .sysItemList .sysList li:last-child {
	border-bottom: 1px dotted #999;
}


#sysItemCategory .sysItemList .sysList li a {
	color: #33c;
}

#sysItemCategory .sysItemList .sysList li .sysItemName {
	margin-bottom: 10px;
}

#sysAside .s-search {
	margin-top: 12px !important;
	padding: 44px 10px;
	background: #FFCCCC url(../img/category/title01.gif) no-repeat 7px 14px;
}

#sysAside .s-search .sysItemSearchFormWord {
	margin-right: 8%;
	width: 60%;
	float: left;
}

#sysAside .s-search .sysItemSearchFormWord input {
	height: 26px;
	border: 3px solid #FF6666;
}

#sysAside .s-search .sysSearchButton {
	float: left;
	width: 25%;
	height: 23px;
	text-align: center;
	background: #666;
	color: #fff;
	border: 1px solid #ccc;
	font-size: 12px;
	padding: 0;
	cursor: pointer; 
}

#sysAside .s-checked {
	padding: 10px 0 7px 13px;
	border: 1px solid #CCC;
}

#sysAside .s-checked h2 {


	margin-bottom: 8px;
	padding-left: 27px;
	color: #999;
	font-size: 15px;
	letter-spacing: -1px;
	background: url(../img/category/icon03.gif) no-repeat left 1px;
	font-weight: normal;
}

#sysAside .s-checked li {
	margin-bottom: 10px;
	font-size: 12px;
	letter-spacing: -1px;
}

#sysAside .s-checked li a {
	color: #3333CC;
}

#sysAside .s-checked li a:before {
	content: "";
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-left-color: #999;
	display: inline-block;
	vertical-align: middle;
}

#sysItemCategory #h201 {
     background-color:#FFE6E6;
     padding: 5px 10px;
}


#sysItemCategory #h202 {
     background-color:#D9ECFF;
     padding: 5px 10px;
}

#sysItemCategory #h203 {
     background-color:#DFFFDF;
     padding: 5px 10px;
}






/* commodity
---------------------------------------------------- */
#sysItemDetail .sysItemListOriginalTag .sysCartInForm div .sysNumArea,
#sysBasket .sysItemListArea .sysNumArea,
#sysConfirm .sysNumArea,
#sysItemDetail .sysItemListOriginalTag .sysCartInForm div select {
	display: none;
}

.sysCart .sysNavImg {
	margin: 10px auto;
	text-align: center;
}

.sysCart .sysNextSubmitArea {margin: 30px 0;}


#sysItemDetail .sysItemListOriginalTag .sysCartInForm div {
	color: #fff;
}

#sysItemDetail .sysItemListOriginalTag .sysCartInForm div:nth-of-type(4), #sysItemDetail .sysItemListOriginalTag .sysCartInForm div:nth-of-type(3) {
display: block;
}

#sysItemDetail .sysItemListOriginalTag .sysCartInForm #sysSelections,
#sysItemDetail .sysItemListOriginalTag .sysCartInForm #sysSelections div,
#sysItemDetail .sysItemListOriginalTag .sysCartInForm #sysSelections div select {
     color: #000;
      display: inline-block !important;
}




#sysItemDetail .sysItemListOriginalTag .sysGoCartButton {
       display: block !important;
}


#sysItemDetail .sysItemListOriginalTag .sysCartButton {
position: relative;
	margin-top: 0px;
        width: 100%;
        border: none;
        padding: 0 0 5px 0;
	color: #fff;
	font-size: 20px;
       	text-align: center;
        border-radius: 3px;
        background: url(../img/item/common/btn_cart.png) no-repeat;
        text-indent: -9999px;
        cursor: pointer;  
        background-position: center;  
        height: 45px;  
        width: 463px;
        display: block;
	margin-bottom: 10px;
}
#sysItemDetail .sysItemListOriginalTag .sysCartButton:hover{
  opacity: 0.7;
}

#sysItemDetail .sysItemListOriginalTag .sysGoCartButton {
    background: url(../img/item/common/btn_gocart.png) no-repeat;
}

/*試してみるボタン*/
#sysItemDetail .try .sysItemListOriginalTag .sysCartButton {
	background: url(../img/item/common/btn_cart_try.png) no-repeat;
}
#sysItemDetail .try .sysItemListOriginalTag .sysGoCartButton {
    background: url(../img/item/common/btn_gocart_try.png) no-repeat;
}
#item .try_notice{
	font-size: 14px;
	color: #000;
}

/*予約ボタン*/
#sysItemDetail .reservation .sysItemListOriginalTag .sysCartButton {
	background: url(../img/item/common/btn_cart_reservation.png) no-repeat;
}
#sysItemDetail .reservation .sysItemListOriginalTag .sysGoCartButton {
    background: url(../img/item/common/btn_gocart.png) no-repeat;
}

#item .sysSelect_same_text{
    font-size:14px;
color:#000;
}

#item .link {
	margin-bottom: 40px;
	text-align: center;
}

#item .link li {
	display: inline;
	margin: 0 20px;
}

.f-relation, .f-relation-lower{
    float: left;
    left: 50%;
    margin-bottom: 20px;
    margin-left: -48%;
    position: relative;
    width: 45.9375%;
    border: 1px solid #ccc;
    padding: 10px 20px;
}

.f-checked {
    margin-left: 0 !important;
}

.f-relation .sysHeadline,
.f-relation-lower .sysHeadline {
    color: #999;
    margin-bottom: 15px;
}

.f-relation .sysHeadline:before,
.f-relation-lower .sysHeadline:before {
      content: "";
      width: 24px;
      height: 20px;
      display: inline-block;
      vertical-align: middle;
      background-image: url("../img/icon/icon_check.png");
      background-repeat: no-repeat;
      -webkit-background-size: contain;
      background-size: contain;
      margin-right: 5px;
      position: relative;
      bottom: 2.5px;
}

.f-relation .sysContent li,
.f-relation-lower .sysContent li {
    margin-bottom: 15px;
}

.f-relation .sysContent a,
.f-relation-lower .sysContent a {
    color: #3333cc;
    font-size: 1.2rem;
}

.f-relation .sysContent a:before,
.f-relation-lower .sysContent a:before {
      content: "";
      width: 0;
      height: 0;
      border: 5px solid transparent;
      border-left-color: #999;
      display: inline-block;
      vertical-align: middle;
}

#sysItemDetail .sysItemListOriginalTag .sysCartInForm #sysSelections {
            font-size: 14px;
            margin-bottom: 0px;
	    width: 100%;
}

#sysItemDetail .application .whiteBox:nth-child(2) .sysItemListOriginalTag .sysCartButton {
            background: url("../img/bnr/cart_bg02.jpg") no-repeat center top;
}

#sysItemDetail .sysCartInDone {
         margin-bottom: 10px;
         text-align: center;
}

#sysItemDetail .cart select{
padding: 0px;
margin: 0; }


#item .subjects02 p {margin-bottom:0} 





/* マイページ・フォーム
---------------------------------------------------- */

.sysMypage #sysAside{
	display:none;
}

.sysForm {
	padding:30px 10px;}


.sysMemberRegister,
.sysMypage,
.form-houjin_hattatsushien,
.form-houjin_inquiry,
.form-test_houjin_inquiry,
.form-inquiry,
.form-cancel,
.form-henkou,
.form-cancel_55english {
	font-size:16px;
	color: #666666;
	margin-bottom:30px;
}

.form-houjin_hattatsushien h2,
.form-houjin_inquiry h2,
.form-test_houjin_inquiry, h2
.form-inquiry h2,
.form-cancel h2,
.form-cancel_55english h2,
.form-henkou h2,
.sysMypageMajorHeadLine,
.sysMemberRegister h2,
#sysItemSearch #sysMain h2 {
	background-image: url("../img/guide/titlebar_back.png");
	background-repeat: no-repeat;
	height: 43px;
	background-size: 100% 100%;
	margin-bottom: 30px;
	padding-left: 12px;
	padding-top: 5px;
	background-color:#FFFFFF
}
.test,
.form-bottom,
.sysOrderHistory{
	margin:20px 0;
}

#sysItemSearch  {
	font-size: 16px;
	line-height : 1.5;
	color: #666666;
}

.sysMypageMajorHeadLine,
.sysMypageMinorHeadLine,
.form-bottom ul li,
.sysFormItem,
.sysFormField label,
.sysMypageNav,
.SysMypageMinorHeadLine{
	margin-bottom:20px;
}
#sysMypageIndex .sysFreeArea{
	margin-bottom:24px;
	background-color: #EEE;
	padding: 10px;
}

.sysFormItem {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	overflow:hidden;
	padding-bottom:14px
}

input[type=text],
input[type=password],
input[type=email],
input[type=number],
input[type=tel],
textarea {
  background: linear-gradient(top, #EFEFEF, #FFFFFF);
    background: -moz-linear-gradient(top, #EFEFEF, #FFFFFF);
    background: -webkit-gradient(linear, left top, left bottom, from(#EFEFEF), to(#FFFFFF));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FFEFEFEF', endColorstr='#FFFFFFFF');
  border: #999999 1px solid;
  border-radius: 5px 5px 5px 5px;
    -o-border-radius: 5px 5px 5px 5px;
    -ms-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
  margin: 0.5em 0;
  padding: 0.7em 0.3em;
  width: 100%;
  font-size:16px;
}
select {
	width:100%;
	padding:5px;
	margin: 0.5em 0;
	font-size:16px;
}

input[type="radio"] {
	display:inline-block;
	width:20px;
	height:30px;
	vertical-align:middle;
	margin: 0.5em 0;
}

input[type="checkbox"] {
	display:inline-block;
	width:20px;
	height:20px;
	vertical-align:middle;
	margin: 0.5em 0;
}

label.checkboxlabel {
	display:inline-block;
	width:95%;
	height:35px;
	line-height:35px;
	border:1px solid #CCC;
	margin-bottom: 3px;
	background-color: #F0F0FF;
	padding-left: 3px;
}




































.sysOrderList li,
#sysItemSearch sysItemList ul li{
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px solid #CCC;
}
.sysMypageNav {width:300px}

.sysGender label { float: none!important; }
/* #sysMypageEditMember .sysGender label.sysFormLabel { position: absolute!important;} */
/* #sysMypageEditMember .sysGender .sysFormField { margin-left: 300px;} */

.sysBirthday label { float: none!important; }
/* #sysMypageEditMember .sysBirthday label.sysFormLabel { position: absolute!important;}
#sysMypageEditMember .sysBirthday .sysFormField { margin-left: 300px;} */
.sysBirthday input[type="text"] { width: 45px!important;}

.sysMemberRegister .ethna-error{color:#ff0000;}
.sysFormField label{
	float: left;
	width: 100%;
	margin-bottom:5px;
}
.sysRequired 
 {
	color: #FF3366;
	font-size: 12px;
	padding: 3px;
}


.sysMypage .sysButton,
.sysMemberRegister .sysButton,
.sysItemSearch .sysSearchButton,
.sysBackButton {
border:1px solid #bfbfbf; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;font-size:15px;padding: 10px 10px 10px 10px; text-decoration:none; display:inline-block;text-shadow: -1px -1px 0 rgba(140,140,140,0.3);font-weight:bold; color: #FFFFFF;
 background-color: #DBDBDB; background-image: -webkit-gradient(linear, left top, left bottom, from(#DBDBDB), to(#A6A6A6));
 background-image: -webkit-linear-gradient(top, #DBDBDB, #A6A6A6);
 background-image: -moz-linear-gradient(top, #DBDBDB, #A6A6A6);
 background-image: -ms-linear-gradient(top, #DBDBDB, #A6A6A6);
 background-image: -o-linear-gradient(top, #DBDBDB, #A6A6A6);
 background-image: linear-gradient(to bottom, #DBDBDB, #A6A6A6);
 filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#DBDBDB, endColorstr=#A6A6A6);
  margin: 0.5em 10%;
  white-space: normal;
  width: 80%;
  cursor: pointer;
}

.sysLoginButton,
.sysNextSubmit,
.sysMypageNav .sysButton,
.sysReviewHistoryList input[type="submit"],
#sysMemberRegisterIndex .sysForm input[type="submit"] {
border:1px solid #fe4983; -webkit-border-radius: 5px; -moz-border-radius: 5px;border-radius: 5px;font-size:15px;padding: 10px 10px 10px 10px; text-decoration:none; display:inline-block;text-shadow: -1px -1px 0 rgba(69,69,69,0.3);font-weight:bold; color: #FFFFFF;
 background-color: #FE81A9; background-image: -webkit-gradient(linear, left top, left bottom, from(#FE81A9), to(#D14E78));
 background-image: -webkit-linear-gradient(top, #FE81A9, #D14E78);
 background-image: -moz-linear-gradient(top, #FE81A9, #D14E78);
 background-image: -ms-linear-gradient(top, #FE81A9, #D14E78);
 background-image: -o-linear-gradient(top, #FE81A9, #D14E78);
 background-image: linear-gradient(to bottom, #FE81A9, #D14E78);
 filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#FE81A9, endColorstr=#D14E78);
  margin: 0.5em 10%;
  width: 80%;
  cursor: pointer;
}


.sysZipcode .sysFormField {
  width: 50%;
  min-width: 150px;
  max-width: 300px;
}

.sysZipcode .btn {
	width:50%;
	margin: 0;
}




.sysErrorFormField {
	background-color:#FFCCCC;}

.sysAcceptHtmlMailmagazine,
.sysFax { display:none}
.sysAcceptMailmagazine:before {
    content:"DM送付･";    
    }


.form-houjin_hattatsushien #sysMain,
.form-houjin_inquiry #sysMain,
.form-test_houjin_inquiry #sysMain,
.form-inquiry #sysMain,
.form-cancel #sysMain,
.sysMemberRegister #sysMain,
.sysMypage #sysMain,
#sysItemSearch #sysMain {
	padding-top:16px;
}

.sysRemarks .sysFormField,
.form-cancel .sysFormField {
	color:#777;
	font-size:90%;
}

.sysRemarks:nth-of-type(1) textarea { height: 3rem!important;}
.sysRemarks:nth-of-type(2) textarea { height: 3rem!important;}
.sysRemarks:nth-of-type(3) textarea { height: 3rem!important;}
.sysRemarks:nth-of-type(4) textarea { height: 3rem!important;}



/*Webkit*/
::-webkit-input-placeholder    {color: #AAA}
 
/*Firefox 19以降*/
::-moz-placeholder    {color: #AAA}
 
/*Firefox 18以前*/
:-moz-placeholder    {color: #AAA}
 
/*Windows IE*/
:-ms-input-placeholder    {color: #AAA} 

/* ▼こちらで入れたCSS
--------------------------*/


/* formatting style

--------------------------*/

#contents,#item  {

	font-size: 16px;
	line-height : 1.5; /* 24px */
	color: #666666;
}



#contents h1,h2,h3,h4,h5,h6 { margin-bottom : 24px}
#item h2{clear:both;}
#item h2,h3,h4,h5,h6 { margin-bottom : 24px}

body #item h1 {
font-size: 9px; 
line-height: 1;
font-weight: normal;
margin: 10px;}

#contents h1 {
font-size: 48px; 
line-height: 1} /* 48px */
#contents h2 {
	font-size : 22px;
	line-height : 1.5
} /* 48px */
#contents h3{
font-size : 20px;
line-height : 1.2} /* 24px */



#contents hgroup h2,h4,h5,h6 {
font-size : 16px;
line-height : 1.5} /* 24px */

#contents ul,#item ul {
padding: 0;
margin: 0}

#contents li,#item li {
margin: 0;
padding: 0;
list-style: none}

#contents a img,#item a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#contents img,#item img {
	max-width: 100%;
}

#contents a,#item a {
	color: #3333cc;
}

#contents section,#item section {
	margin-bottom: 40px;
	clear: both;
}

#contents p,#item p {
	margin-bottom : 24px;
	text-align : left;
}


/* table styles
--------------------------*/
#contents table,#item table {
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-collapse: collapse;
	margin-bottom: 24px;
	text-align: left;
}

#contents td,#item td {
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	padding: 10px;
	font-size: 90%;
}

#contents table.small td,
#item table.small td{
	margin: 0px;
	padding: 3px;
	font-size: 80%;
}

#contents td.tdgray,#item td.tdgray {
	background-color: #EFEFEF;
}

#contents td.tdyellow,#item td.tdyellow {
	background-color: #FFFFCC;
}

#contents td.tdpink,#item td.tdpink {
	background-color: #FFF0EE;
}

#contents td.tdwhite,#item td.tdwhite {
	background-color: #FFFFFF;
}

#contents td.tdorange,#item td.tdorange {
	background-color: #FFF0E1;
}

#contents td.tdgreen,#item td.tdgreen {
	background-color: #f3ffd9;
}

#contents td.tdlemon,#item td.tdlemon {
	background-color: #FFFF80;
}

#contents td.tdcenter,#item td.tdcenter {
	text-align: center;
}

#contents .non-frame{
	border-style: none;
	margin-top: 5px;
	margin-bottom: 5px;
}

#contents .td_non-frame{
	border-style: none;
	padding: 0px;
}

#contents .td_non-frame_pad10{
	border-style: none;
	padding: 10px;
}



/* other styles
--------------------------*/
#contents .font-bold,
#item .font-bold {
	font-weight: bold;
}

#contents .emerarud,
#item .emerarud {color: #2bb6b6}

#contents .red,
#item .red {
	color: #FF0000
}

#contents .orange,
#item .orange {
	font-weight: bold;
	color: #FF6600;
}

#contents .pink,
#item .pink {
	font-weight: bold;
	color: #FF3366;
}

#contents .black,
#item .black {
	font-weight: bold;
	color: #000;
}

#contents .gray,
#item .gray {
	color: #999999;
}

#contents .paleblue,
#item .paleblue {
	color: #6699CC;
}

#contents .box-yellow,
#item .box-yellow {
	background-color: #FFFFCC;
	padding: 10px;
	overflow:hidden;
	margin-bottom: 24px;
	word-wrap: break-word;
}

#contents .box-blue,
#item .box-blue {
	background-color: #F0F8FF;
	padding: 10px;
	margin-bottom: 24px;
}

#contents .box-dashed,
#item .box-dashed {
	padding: 10px;
	border: 1px dashed #999999;
	overflow:hidden;
	margin-bottom: 24px;
}

#item .box-gray {
	background-image: url(../img/item/common/box-gray_backimage.png);
	background-repeat: repeat;
	background-position: left top;
	padding: 10px;
	overflow:hidden;
}

#contents .box-pink,
#item .box-pink   {
	background-color: #FFEEEE;
	padding: 10px;
	overflow: hidden;
	margin-bottom: 24px;
}

#contents .box-pinkwaku,
#item .box-pinkwaku {
	border: 3px solid #FF6699;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

#sysItemCategory #pagePath,
#contents #pagePath,
#item #pagePath {
    margin: 20px 0 14px 0;
}



#item #pagePath {
	float:left

}

#sysItemCategory #pagePath li,
#contents #pagePath li,
#item #pagePath li {
    color: #666;
    display: inline;
    font-size: 13px;
    margin-right: 10px;
}

#sysItemCategory #pagePath li a,
#contents #pagePath li a,
#item #pagePath li a {
    color: #3333cc;
    margin-right: 10px;
}


#contents .photo_right,#item .photo_right {
	float: right;
	margin-left: 12px;
	margin-bottom: 12px;
}

#contents .photo_left,#item .photo_left {
	float: left;
	margin-right: 12px;

	margin-bottom: 12px;
}

#contents a.window,#item a.window,span.window,.categoryBox a.window {
	background-image: url(../img/icon/icon_window.gif);
	background-repeat: no-repeat;
	background-position: right center;
	margin: 0px;
	padding-right: 15px;
}

#contents .button {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #FFCC00;
	background: -moz-linear-gradient(top, #FFFFcc, #FFCC00); 
    background: -webkit-gradient(linear, left top, left bottom, from(#FFFFcc), to(#FFCC00));
	background: -webkit-linear-gradient(top, #FFFFcc, #FFCC00);
	background: -o-linear-gradient(top, #FFFFcc, #FFCC00);
	background: linear-gradient(top, #FFFFcc, #FFCC00);
	font-weight: bold;
	text-shadow: 1px 1px 2px #ccc;
	padding: 8px 16px;
	float: right;
	margin-right:10px;
	margin-bottom:10px;
}

#contents .button  a {
	color: #666;
	background-image: url(../img/icon/button_arrow.png);
	background-repeat: no-repeat;
	padding-right: 30px;
	background-size: 17px;
	background-position: right center;
	text-decoration:none
}

#contents .button  a.back {
	color: #666;
	background-image: url(../img/icon/button_arrow2.png);
	background-repeat: no-repeat;
	padding-left: 30px;
	background-size: 17px;
	background-position: left center;
	text-decoration:none
}

#contents .clear,#item .clear {
	clear: both;
}

#contents .overflow,#item .overflow{
	overflow: hidden;
}

#contents .smallsize,
#item .smallsize {
	font-size: 80%;
}
.smallsize2 {
	font-size: 80%;
	display: block;
  line-height: 1.3em;
}

#item .smallsize-ex {
	font-size: 70%;
}

#item .pagetoplink {
float: right;
margin-bottom: 10px;
font-size: 10px;}

.pagetoplink {
float: right;
margin: 10px;
font-size: 10px;}

#item .pagetoplink a,
.pagetoplink a {
color: #999;}


#contents .acMenu .ac_title{
	display: block;
	line-height: 50px;
	cursor: pointer;
	background-repeat: no-repeat;
	background-image: url(../img/icon/icon_plus.png);
	padding: 0 15px;
	background-position: 97% 50%;
	background-size: 22px 22px;
	margin: 0 0 20px 0;
	font-weight: bold;
	background-color: #eee;
    }
#contents .acMenu .ac_inner{
	border: #eee solid 4px; 
	padding: 15px;
    display: none;
	margin: 0 0 20px 0;
	font-size: 95%;
    }
#contents .acMenu .ac_title.active{
    background:url(../img/icon/icon_minus.png) no-repeat;
	background-position: 97% 50%;
	background-size: 22px 22px;
	background-color: #eee;
	margin: 0;
    }


/* ご利用ガイドページ類
---------------------------------------------------- */

#contents {
	margin-bottom: 30px;
}

#contents h2,
.form-houjin_hattatsushien h2,
.form-houjin_inquiry h2,
.form-test_houjin_inquiry h2,
.form-inquiry h2,
.form-cancel h2 {
	background-image: url(../img/guide/titlebar_back.png);
	background-repeat: no-repeat;
	height: 43px;
	background-size: 100% 100%;
	margin-bottom: 30px;
}

#contents h2 img {
	max-height:18px;
	margin-left: 12px;
	margin-top: 12px;
	margin-right: 5px;
}

#contents nav {
	margin-bottom : 24px;
}

#contents nav ul {
	overflow : hidden
}

#contents nav ul li {
	background-color: #FFFFCC;
	border: 1px dashed #FFDD79;
	width: 100%;
	font-weight: bold;
	margin-bottom: 8px;
	vertical-align: middle;
	padding : 5px;
}

#contents nav ul li a {
	color: #666666;
	text-decoration: none;
}

#contents nav ul li.another  {
	background-color: #EEE;
	border: 1px dashed #CCCCCC;
}

#contents nav ul li.another a {
	background-image: url(../img/icon/icon-arrow-right.png);
	background-repeat: no-repeat;
	background-position: right center;

	background-size: 10px;
	padding-right:16px;
}


#contents .convini  {
	width: 100%;
	max-width: 300px;
}

.contents #item p.kounin_flow_arrow {
	display: block;
	text-align: center;
	margin-top: -20px;
	margin-bottom: -15px;
}

#contents h3,#item h3 {
	background-image: url(../img/item/common/h3_backimage.png);
	background-repeat: repeat;
	clear: both;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #FFCC33;
	text-align:left;
	padding: 10px;
}

#contents dl {
	border: 1px solid #CCCCCC;
	margin-bottom: 8px;
	padding: 10px;
	margin-top: 0px;

}

#contents dt {
	background-image: url(../img/guide/icon_subtitle.png);
	background-repeat: no-repeat;
	padding-left: 20px;
	background-size: 15px;
	font-weight: bold;
	margin-bottom: 5px;
	background-position: left center;
	padding-bottom: 10px;
	padding-top: 10px;
}

#contents dd {
	margin-left: 20px;
}

#contents h4 {
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 4px;
	clear: both;
	margin-bottom: 16px;
}

#contents h4.top {
	padding-top: 0px;
}

#contents img.bnr_guide {
	float: right;
	max-width:182px;
	margin-left: 10px;
}

#contents .faq_kouza {
	background-color: #FFE8FF;
	border: 1px dashed #FFCCFF;
	padding: 10px;
	margin-bottom: 24px;
}

#contents h3.kouza {
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #FF6699;
}

#contents .tel_red {
	background-color: #FF9999;
}

#contents .tel_yellow {
	background-color: #FFFF99;
}

#contents .tel_blue {
	background-color: #99FFFF;
}

#contents .tel_white {
	background-color: #FFFFFF;
	text-align: left;
}

#contents .tel_table {
	margin: 0px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	text-align: center;
	
}

#contents .tel_gray {
	background-color: #CCCCCC;
}


#contents .online {
	width: 100%;
	padding: 0px;
	margin-bottom: 24px;
}

#contents .online ul {
	display: block;
}

#contents .online   p.category {
	background-color: #DBDBDB;
	padding: 5px;
	margin-bottom: 10px;
	margin-top: 20px;
	text-align: center;
	font-size: 85%;
}

#contents .online  li {
	margin-bottom: 10px;
	background-image: url(../img/icon/icon_arrow_yellow.png);
	background-repeat: no-repeat;
	background-size: 7px;
	background-position:5px;
	padding-left: 15px;
}

#contents #sitemap li {
	background-image: url(../img/icon/icon_arrow3_yellow.png);
	background-repeat: no-repeat;
	padding-left: 22px;
	background-size: 16px;
	margin-bottom: 8px;
	background-position: 2px;
	margin-left: 20px;
}

#contents #sitemap li.big {
	background-image: url(../img/icon/icon_arrow3_yellow.png);
	background-repeat: no-repeat;
	padding-left: 22px;
	background-size: 16px;
	margin-bottom: 8px;
	background-position: 2px;
	font-weight: bold;
	margin-left: 0px;
}
#contents #sitemap li.small {
	background-image: url(../img/icon/icon_arrow3_yellow.png);
	background-repeat: no-repeat;
	padding-left: 22px;
	background-size: 16px;
	margin-bottom: 8px;
	background-position: 2px;
	font-weight: normal;
	margin-left: 40px;
}

#contents img.guidance {
	width:100%;
	max-width:410px;
}

#contents ul.pctb_3column li {
	border:#CCC solid 2px;
	margin-bottom:24px;
	padding: 5px;
}

#contents ul.pctb_3column li img {
	display: block;
	margin: 0 auto;
}



/* 年間ランキングページ
---------------------------------------------------- */

#contents h2.ranking {
	background-image: none;
	padding: 0px;
	height: auto;
	background-color: #000000;
}

#contents h2.ranking img {
	width: 100%;
	max-width: 769px;
	max-height: none;
	margin: 0 auto;
	display:block;
}

#contents .ranking_123 {
	background-image: url(../img/ranking_year/backimage.png);
	background-repeat: repeat;
	margin-bottom: 24px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	padding-top: 10px;
	padding-right: 8px;
	padding-bottom: 10px;
	padding-left: 8px;

}

#contents .ranking_123 p {
	text-align: center;
}

#contents .ranking_123 .btn {
	background-color: #d14e78;
	background: -webkit-gradient(linear, 0% 100%, 100% 0%, color-stop(0%, #d14e78), color-stop(100%, #fe81a9));
	background: -webkit-linear-gradient(left bottom, #d14e78, #fe81a9);
	background: -moz-linear-gradient(left bottom, #d14e78, #fe81a9);
	background: -o-linear-gradient(left bottom, #d14e78, #fe81a9);
	background: linear-gradient(left bottom, #d14e78, #fe81a9);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	height: 35px;
	border: #D14E78 1px solid;
	white-space: normal;
	width: 80%;
	min-width: 12em;
	cursor: pointer;
	padding-top:5px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0.5em;
	margin-left: auto;
}

#contents .ranking_123 .btn a {
	color: #fff;
	text-decoration:none;
	text-shadow: 1px 1px 2px #666;
	font-weight: bold;
	background-image: url(../img/icon/icon_arrow_circle.png);
	background-repeat: no-repeat;
	padding-left: 30px;
	background-size: 17px;
	background-position: left center;
}

#contents .ranking4-10 {
	border: 3px solid #CCCCCC;
	margin-bottom: 24px;
	padding-right: 5px;
	padding-left: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}

#contents .ranking4-10 p {
	text-align: center;
	margin-bottom: 14px;
}

#contents .ranking4-10 p.rank {
	background-image: url(../img/ranking_year/icon_tiara_pink.png);
	background-repeat: no-repeat;
	background-position: center 5px;
	padding-top: 20px;
	background-size: 24px 18px;
	font-size:18px;
	font-weight: bold;
}

#contents .ranking4-10 p.rank2 {
	background-image: url(../img/ranking_year/icon_tiara_green.png);
	background-repeat: no-repeat;
	background-position: center 5px;
	padding-top: 20px;
	background-size: 24px 18px;
	font-size:18px;
	font-weight: bold;
}

/* よしもと特集ページ
---------------------------------------------------- */
#contents_yosimoto .clearfix:after {
	content: "";
	clear: both;
	display: block;
}
#contents_yosimoto #item h2 {
	margin: 0;
	padding: 0;
	line-height: 0;
	font-size: 0;
}
#contents_yosimoto #ymMain {
	padding-bottom: 2%;
	background: url(../img/event/backimage.gif) repeat left top;
}
#contents_yosimoto #ymMain .ch_txt {
	position: relative;
	background: url(../img/event/ym_main_img.jpg) no-repeat left top;
	width: 920px;
	height: 240px;
}
#contents_yosimoto #ymMain .terauchi {
	position: absolute;
	top: 0;
	left: 52px;
	text-align: left;
	width: 250px;
}
#contents_yosimoto #ymMain .kobayashi {
	position: absolute;
	top: 40px;
	left: 622px;
	text-align: left;
	width: 250px;
}
#contents_yosimoto #ymMain dd {
	font-size: 15px;
	line-height: 1.5;
}
#contents_yosimoto #ymMain p {
	margin: 20px 35px 0;
	padding: 20px 30px;
	background: url(../img/event/ym_bg01.gif) repeat left top;
	color: #fff;
	font-size: 15px;
	line-height: 1.6;
}

#contents_yosimoto .event_news {
	background-color: #FFF;
	padding: 0 20px 10px;
	margin: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 90%;
}

#contents_yosimoto .event_news dl {
	margin: 0;
	padding: 0 0 10px;
	border: none;
}

#contents_yosimoto .event_news dt {
	text-align: left;
	float: left;
	background: url(../img/event/news_icon.gif) no-repeat left center;
	padding: 0px 0px 0px 15px;
	background-size: 5px auto;
	margin: 0;
}

#contents_yosimoto .event_news dd {
	clear: left;
	text-align: left;
	margin: 20px 0 0 0;
	padding: 0px; 
}

#contents_yosimoto .bg_yellow {
	background-image: url(../img/event/backimage.gif);
	background-repeat: repeat;
	text-align: center;
	padding: 0 5% 5%;
}

#contents_yosimoto .bg_white {
	background-image: url(../img/event/backimage_white_sp.gif);
	background-repeat: repeat-y;
	padding: 5% 10%;
	background-size: contain;
}
#contents_yosimoto .bg_pink {

	background-image: url(../img/event/backimage_pink_sp.gif);
	background-repeat: repeat-y;
	background-size: contain;
}
#contents_yosimoto .interview_top {
	background: none;
}
#contents_yosimoto .interview_top h3 {
	padding: 0;
	margin: 0;
	text-align: center;
	border: none;
	background: none;
}
#contents_yosimoto .interview_top p {
	padding: 2% 10% 0 10%;
	color: #fff;
	font-size: 15px;
	line-height: 1.6;
}
#contents_yosimoto .interview{
margin: 0 5%;
padding: 20px;
background: #FFF;
font-size: 90%;
}
#contents_yosimoto .interview img {
	text-align: center;

	width: 100%;
}
#contents_yosimoto .jisage{
padding-left:5em;
text-indent:-5em;
margin-bottom:2px;
}
#contents_yosimoto .interview_video {
	margin: 0 5%;
	padding: 0;
}

#contents_yosimoto img.max-width300 {
	width:100%;
	max-width:300px;
}

/* よくある質問パネル
---------------------------------------------------- */

.CollapsiblePanel {
	margin: 0px 0px 10px;
	padding: 0px;
	border: 1px solid #DFDFDF;
}

.CollapsiblePanelTab {
	margin: 0px;
	padding: 5px 2px 5px 30px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	background-image: url(../img/guide/faqQ.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	font-size: 95%;
	text-align:left;
}

.CollapsiblePanelContent {
	margin: 0px;
	padding: 5px 5px 5px 30px;
	background-image: url(../img/guide/faqA.gif);
	background-repeat: no-repeat;
	background-position: 5px 6px;
	font-size: 95%;
	background-color: #FFFFCC;
	text-align:left;
}

.CollapsiblePanelTab a {
}

.CollapsiblePanelOpen .CollapsiblePanelTab {
	background-color: #EEEEEE;
}

.CollapsiblePanelTabHover,  .CollapsiblePanelOpen .CollapsiblePanelTabHover {
	background-color: #EEEEEE;
}

.CollapsiblePanelFocused .CollapsiblePanelTab {
	background-color: #EEEEEE;
}

.CollapsiblePanelContent #box {
	margin: 10px 5px;
	border: 1px solid #999999;
	padding: 10px 13px;
}
#item .CollapsiblePanelContent .CollapsiblePanelList {
	padding-left: 1.5em;
}
#item .CollapsiblePanelContent .CollapsiblePanelList li {
	list-style-type: disc;
}

/* レイアウト調整共通CSS
---------------------------------------------------- */
.pctb-float-left {
	display: block;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 12px;
	margin-left: auto;
}

.pctb-float-right {
	display: block;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 12px;
	margin-left: auto;
}

img.max-width400 {
	width:100%;
	max-width:400px;
}

img.max-width300 {
	width:100%;
	max-width:300px;
}

img.sp_width130 {
	width:130px;
}

img.sp_width200 {
	width:200px;
}


/* 商品ページ
---------------------------------------------------- */

.spNone{display: none;}

.spPhoto{display: block;}

#item {
width : 100%;
margin : 0 auto;
text-align : center}

#item h2 {
	margin-bottom: 0px;
}

#item .menu {
	margin-bottom: 25px;
	overflow:hidden
}

#item .menu li {
	float: left;
	width:33%;
}

#item .center {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.news {
	border: 3px solid #999;
	background-color: #FFFFE1;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 24px;
	margin-left: 0px;
	padding: 0;
}


.news .ttl {
	margin-bottom: 10px;
	background-color: #999999;
	padding: 10px;
	text-align: left;
}

#item .news .subBox {
	padding: 8px;
	font-size: 90%;
}

#item .cam_bnr {
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
	text-align: center;
}

.action_menu {
	padding-bottom: 10px;
	border: 5px solid #333399;
	border-top: none;
	margin-top: 24px;
	margin-right: auto;
	margin-bottom: 58px;
	margin-left: auto;
	width: auto;
	overflow:hidden;
	clear:both
}

.action_menu div.action_title {
	background-color:#333399;
	padding:10px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #FFFFFF;
}
	
.action_menu li {
	text-align:center;







}

.action_menu li img {
	width:95%;
}

#item h2.t-pink {
	background-image: url(../img/item/common/title_back_pink.png);
	background-repeat: repeat-x;
	height: 73px;
	text-align: center;
	margin-bottom: 36px;
	padding-top:19px;
	vertical-align: middle;
	margin-top:48px;

}

#item h2.t-green {
	background-image: url(../img/item/common/title_back_green.png);

	background-repeat: repeat-x;
	height: 73px;
	text-align: center;
	margin-bottom: 36px;
	padding-top:19px;
	vertical-align: middle;
	margin-top:48px;
}

#item h2.t-aqua {
	background-image: url(../img/item/common/title_back_aqua.png);
	background-repeat: repeat-x;
	height: 73px;
	text-align: center;
	margin-bottom: 36px;
	padding-top:19px;
	vertical-align: middle;
	margin-top:48px;
}

#item h2.t-black {
	background-image: url(../img/item/common/title_back_black.png);

	background-repeat: repeat-x;
	height: 73px;
	text-align: center;
	margin-bottom: 36px;
	padding-top:19px;
	vertical-align: middle;
	margin-top:48px;
}

#item h2.t-blue {
	background-image: url(../img/item/common/title_back_blue.png);
	background-repeat: repeat-x;
	height: 73px;
	text-align: center;
	margin-bottom: 36px;
	padding-top:19px;
	vertical-align: middle;
	margin-top:48px;
}

#item h2.t-emerald {
	background-image: url(../img/item/common/title_back_emerald.png);
	background-repeat: repeat-x;
	height: 73px;
	text-align: center;
	margin-bottom: 36px;
	padding-top:19px;
	vertical-align: middle;
	margin-top:48px;
}

#item h2.t-mauvepink {
	background-image: url(../img/item/common/title_back_mauvepink.png);
	background-repeat: repeat-x;
	height: 73px;
	text-align: center;
	margin-bottom: 36px;
	padding-top:19px;
	vertical-align: middle;
	margin-top:48px;
}


#item h2.t-purple {
	background-image: url(../img/item/common/title_back_purple.png);
	background-repeat: repeat-x;
	height: 73px;
	text-align: center;
	margin-bottom: 36px;
	padding-top:19px;
	vertical-align: middle;
	margin-top:48px;
}

#contents .mb10,body #item .mb10 {
	margin-bottom: 10px !important;
}
#contents .mb20,body #item .mb20 {
	margin-bottom: 20px !important;
}

#contents .mb24,body #item .mb24 {
	margin-bottom:24px !important;
}


#item .mb36 {
	margin-bottom:36px !important;
}

#item .mt10-mb24 {
	margin-top: 10px;
	margin-bottom: 24px;
}

#item .pctb_2culumn_left {
	border: 1px solid #CCCCCC;
	font-size: 90%;
	padding: 10px;
	margin-bottom: 10px;
}

#item .pctb_2culumn_right {
	border: 1px solid #CCCCCC;
	font-size: 90%;
	padding: 10px;
	margin-bottom: 10px;
}

#contents .dotline,
#item .dotline {
	padding-bottom: 24px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	overflow: hidden;
}

.video {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	overflow: hidden;
	max-width: 100%;
	height: auto;
	clear: both;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}
  
.video iframe, .video object, .video embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


#item .voice {
	background-color: #DFEFFF;
	border: 1px dashed #99CCFF;
	padding: 10px;
	font-size: 70%;
	clear: both;
	margin-bottom: 24px;
	overflow: hidden;
	margin-top: 24px;
}

#item .voice p {
	margin-top: 0px;
	margin-bottom: 0px;
}

#item .voice img {
	float: left;
	margin-right: 10px;
	width: 100px;
}

#item .voice img.okada {
	float: right;
	margin: auto;
	width: 57px;
}

#item .exp {
	font-size: 90%;
	border: 1px dotted #FFCC00;
	padding: 12px;
	margin-bottom: 24px;
	overflow: hidden;
}

#item .exp .question {
	color: #9966CC;
}

#item .more  {
	text-align: right;
	margin: 0px;
}
#item .more a {
	text-decoration: none;
	background-color: #E0E0E0;
	padding: 5px;
	color: #666666;
}


#item .exp .exp02,#item .exp .exp03{
	padding:3px;
	margin:3px;
	display:none;
}

#item .jitsugi_syosai{
	display:none;
	overflow:hidden;
}


#item .teachBox {
	padding-bottom: 5px;
	border: 1px solid #CDCDCB;
	overflow: hidden;
	clear: both;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}

#item .teachBox .title {
	margin-bottom: 20px;
	padding: 10px;
	font-size: 16px;
	text-align: center;
	background-color: #FFFF66;
	margin-top: 0px;
	font-weight: bold;

}

#item .teachBox .title02 {
	background-color: #66FFCC;
}

#item .teachBox .subTeach {
	margin: 0 10px 10px;
	overflow: hidden;
}

#item  .teachBox  img {
	margin-right: 20px;
	float: left;
}

#item .arrow {
	margin-bottom: 10px;
	height: 32px;
	width: 34px;
	margin-right: auto;
	margin-left: auto;
}

#item .teachTitle {
	margin: 0 auto 20px;
	padding: 10px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	background-color: #FF99CC;
}

#item .supervisor {
	margin: 0;
	background-color: #FDF4E8;
	padding: 15px;
	font-size: 90%;
}
#item  .profile   {
	color: #999;
	font-size: 70%;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCCCCC;
	padding-top: 10px;
	margin-top: -10px;
}

#item h4 {
	background-color: #FFFFB3;
	padding: 5px;
	clear: both;
}


#item .native_sound {
	background-color: #F0F8FF;
	border: 3px solid #CCCCCC;
	padding: 8px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	margin-bottom: 24px;
	clear: both;
}

#item .native_sound p {
	font-weight: bold;
	color: #6699CC;
	display: table-cell;
	vertical-align: middle;
}
#item .native_point {
	font-weight: bold;
	padding: 10px;
	border: 2px dotted #FF6699;
	background-color: #FFE1E1;
	line-height: 180%;
	font-size: 120%;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
#item .native_method {
	border: 3px solid #7B7BD2;
	padding-top: 16px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-bottom: 24px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

#item .chargebox {
	background-image: url(../img/item/common/charge_backimage.png);
	background-repeat: repeat;
	background-position: left top;
	overflow: hidden;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}

#item .chargebox .chargebox_inner {
	background-color: #FFFFFF;
	padding: 7px;
	overflow: hidden;
}

#item  .title-middle  p  {
	text-align:left;
	font-weight: bold;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	font-size:18px;
}

#item .title-middle {
	margin-bottom: 10px;
}

#item  .course  {
	color: #6699CC;
	font-weight: bold;
	margin-bottom: -1px;
}
#item .chargebox .pricebox p {
	text-align: center;
	margin-bottom: 10px;
}

#item .chargebox .pricebox2 p {
	margin-bottom: 5px;
}

#item .chargebox .price {
	font-size: 26px;
	font-weight: bolder;
}

#item  .chargebox  .list-title {
	background-color: #C5D8EB;
	padding: 3px;
	margin-right: 5px;
}
#item .chargebox .list {
	line-height: 200%;
}

#item .chargebox table.kouzagaiyou {
	border-top: 0;
	border-left: 0;
	border-collapse: separate;
	border-spacing: 2px;
	margin: 0 auto 1em;
}
#item .chargebox table.kouzagaiyou th,
#item .chargebox table.kouzagaiyou td {
	border: 0;
	padding: 5px;
}

#item  .chargebox  .cambox {
	position: relative;
	background: #FF6699;
	font-size: 90%;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	color: #FFFFFF;
	padding: 8px;
	margin-top: 20px;
	margin-bottom: 30px;
} 

#item  .chargebox  .cambox:after {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0; 
	width: 0; 
	position: absolute;
	 pointer-events: none; 
	 border-color: rgba(255, 102, 153, 0); 
	 border-bottom-color: #FF6699; 
	 border-width: 20px; 
	 margin-left: -20px; 
}

#item  .chargebox  .heartbox  p  {
	font-size: 80%;
}

#item  .chargebox  .heartbox  p.title  {
	background-image: url(../img/item/common/charge_icon_heart.png);
	background-repeat: no-repeat;
	background-position: 5px;
	background-size:24px;
	padding-left: 35px;
	font-weight: bold;
	color: #F75D84;
	font-size: 100%;
	margin-bottom: 10px;
	background-color: #FFDDDD;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
}

#item  .chargebox  .heartbox  a  {
	background-image: url(../img/item/common/charge_icon_arrow.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 13px;
	background-size:9px;
}
#item  .chargebox  .heartbox  a.no_arrow  {
	background:none;
	padding-left: 0;
}

#item  .chargebox  .sidebar  .topLink  li {
	max-width:176px;
	margin-right: auto;
	margin-bottom: 3px;
	margin-left: auto;
}

#item .chargebox .sidebar {
	margin-top: 0px;
	margin-right: auto;

	margin-bottom: 0px;

	margin-left: auto;
}

#item  .chargebox  .sidebar  .otodoke ,#item .application_flexbox .otodoke{
	border: 2px solid #999;
	width: 65%;
	text-align: center;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 12px;
	margin-left: auto;
	font-weight: bold;
	color: #FF3366;
	line-height: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	background-color: #fff;
}
#item .application_flexbox .otodoke{
	width: 100%;
}

#item .chargebox .sidebar .otodoke p ,#item .application_flexbox .otodoke p{
	text-align: center;
	margin-bottom: 5px;
	font-size: 80%;
	font-weight: normal;
	color: #666666;
	margin-top: 5px;
}

#item .chargebox .sidebar .otodoke .zengo,#item .application_flexbox .otodoke .zengo {
	font-size: 70%;
	color: #999999;
	letter-spacing: -1px;
}

#item .chargebox .sidebar .otodoke .title,#item .application_flexbox .otodoke .title {
	background-color: #999999;
	padding: 4px;
	text-align: center;
	margin-bottom: 8px;
	color:#FFF;
}

#item  .chargebox  .sidebar  .bnr  li a {
	max-width:182px;
	margin-bottom: 7px;
	float: left;
	margin-right: 7px;
	width: 47%;
}

#item .chargebox .sidebar .pdf {
	background-color: #FFECEC;
	padding: 10px;
	font-size: 75%;
	clear: both;
}

#item .chargebox .sidebar .pdf a {
	background-image: url(../img/icon/pdf.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;
}
.application  {
	overflow: hidden;
	margin-bottom: 24px;
	background-image: url(../img/item/common/application_backimage.png);
	background-repeat: repeat;
	background-position: left top;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.application_inner    {
	background-color: #FFFFFF;
	overflow: hidden;
	margin-bottom: 20px;
	border: 1px solid #666666;
	text-align: left;
	padding: 10px;
}
.application_inner  p  {
	margin-bottom: 5px;
}

.application  .subjects02  {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding:  0 0 5px 0;
	margin-bottom: 10px;
}

.application  .subjects02  p  {
	margin-bottom: 0px;
}

#item .telBox {
	background-color: #EFE0D1;
	border-radius: 11px;
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
	padding: 20px 12px;
}

#item .telBox p {
	margin-bottom: 15px;
	padding-bottom: 12px;
	color: #545454;
	font-size: 13px;
	text-align: center;
	border-bottom: 1px solid #fff;
	font-weight: bold;
	margin-right: auto;
	margin-left: auto;
}

#item .telBox .tel {
	text-align: center;
}

#item nav {
	margin-bottom : 24px;
}

#item nav ul {
	overflow : hidden
}

#item nav ul li {
	background-color: #FFFFCC;
	border: 1px dashed #FFDD79;
	width: 100%;
	font-weight: bold;
	margin-bottom: 8px;
	vertical-align: middle;
	padding : 5px;
}

#item nav ul li a {
	color: #666666;
	text-decoration: none;
}


/* すらすら話せる55段階式英会話
-------------------------------------------------------------- */
/* 共通
---------------------------------------------------- */
#topicpath {
  margin-bottom: 14px;
}

#topicpath ul {
  float: left;
  margin: 24px 0 0 15px;
}

#topicpath ul li {
  color: #666;
  display: inline;
  font-size: 13px;
  margin-right: 12px;
}

#topicpath ul li a {
  color: #3333cc;
  margin-right: 10px;
}

#topicpath h1 {
  float: right;
  font-size: 9px;
  line-height: 1;
  font-weight: normal;
  margin: 10px;
}

#en55 .telBox {
  background-color: #EFE0D1;
  border-radius: 11px;
  -moz-border-radius: 11px;
  -webkit-border-radius: 11px;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 56px;
  margin-left: auto;
  padding: 20px 12px;
}

#en55 .telBox p {
  margin-bottom: 15px;
  padding-bottom: 12px;
  color: #545454;
  font-size: 15px;
  text-align: center;
  border-bottom: 1px solid #fff;
  margin-right: auto;
  margin-left: auto;
  line-height: 1.5;

}

#en55 .telBox .tel {
  text-align: center;
}

#en55 #faq {
  margin-bottom: 50px;
  line-height: 1.5;
}

#en55 #faq h3 {
  margin-bottom: 14px;
}

#en55 #faq .CollapsiblePanel {
  margin-bottom: 1px;
  border-radius: 3px;

  border: 1px solid #bfbdbb;
}

#en55 #faq .CollapsiblePanelTab {

  padding: 9px 10px 7px 40px;
  background-image: url(../img/item/55english-new/icn_question_01.png);
  background-position: 8px center;
  font-size: 14px;
}

#en55 #faq .CollapsiblePanelContent {
  padding: 9px 10px 7px 40px;
  background-image: url(../img/item/55english-new/icn_answer_01.png);
  background-position: 8px 7px;
  font-size: 14px;
}






#en55 #faq .CollapsiblePanelContent .orange {
  color: #FF6600;
  font-weight: bold;
}

#en55 .gate-content {
  display: none;
}

/* 独自
---------------------------------------------------- */
#en55 .no-pc { display: none; }
#en55 .no-sp { display: block; }

#en55 .cf:before,
#en55 .cf:after {
  content: "";
  display: table;
}

#en55 .cf:after {
  clear: both;
}

#en55 .f-min {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

#en55 .sprite {
  overflow: hidden;
  text-indent: 300%;
  white-space: nowrap;
}

#en55 .variable-img img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

#en55 .hd-01 {
  margin-bottom: 2.5%;
  padding-top: 0.8%;
  padding-bottom: 0.8%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  line-height: 1.5;
  background-image: url(../img/item/55english-new/bg_hd_01.png);
  background-position: left top;
  background-repeat: repeat;
  color: #fff;
  font-size: 30px;
}

#en55 .campaign-set .campaign-set-content {
  margin-bottom: 3.6%;
}

#en55 .campaign-set .plus {
  width: 85.42%;
  margin: 0 auto;
}

/* s1
------------------------------------------ */
#en55-s1 {
  position: relative;
  margin-top: 5.7%;
  margin-bottom: 6.7%;
}

#en55-s1 h2 {
  position: absolute;
  text-indent: -300%;
}

#en55-s1 .intro {
  position: absolute;
  top: 0;
  left: 0;
}

#en55-s1-content {
  padding-top: 142.4%;
}

#en55-s1-inner {
  padding-bottom: 6.9%;
  border: 5px solid #eceae3;
  background-color: #f4f2ec;
}

#en55-s1-inner .profile {
  margin-left: 5.7%;
  margin-right: 6.8%;
  margin-bottom: 0.9%;
  padding-top: 15.1%;
}

#en55-s1-inner .profile p {
  position: relative;
  width: 32.7%;
  float: left;
}

#en55-s1-inner .profile p:before {
  content: "";
  position: absolute;
  top: -33px;
  left: -13px;
  display: block;
  width: 72.4%;
  height: 0;
  padding-bottom: 36.5%;
  background-image: url(../img/item/55english-new/en55_s1_profile_img_02.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain;
}

#en55-s1-inner .profile dl {
  width: 65.7%;
  float: right;
  margin-top: 12.3%;
  padding-bottom: 1.5%;
  background-image: url(../img/item/55english-new/en55_s1_profile_bg_01.png);
  background-position: left bottom;
  background-repeat: repeat-x;
}

#en55-s1-inner .profile dl dt {
  display: inline-block;
  width: 109px;
  height: 23px;
  margin-bottom: 2.0%;
  padding: 0 4px 0 8px;
  line-height: 23px;
  background-image: url(../img/item/55english-new/en55_s1_profile_bg_02.png);
  background-position: left top;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}

#en55-s1-inner .profile dl dd {
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 1.8;
  color: #333;
  font-size: 14px;
}

#en55-s1-inner .s1-list {
  margin-left: 6.8%;
  margin-right: 6.8%;
}

#en55-s1-inner .s1-list h3 {
  margin-bottom: 2.1%;
  padding: 0.9% 2.4% 0.9% 2.4%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.5;
  background-image: url(../img/item/55english-new/bg_hd_01.png);
  background-position: left top;
  background-repeat: repeat;
  color: #fff;
  font-size: 24px;
}

#en55-s1-inner .s1-list .txt {
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 1.7;
  color: #333;
  font-size: 19px;
}

#en55-s1-inner .s1-list .txt .l {
  margin-left: -8px;
}


#en55-s1-inner .s1-list .txt .note {
  color: #178fb2;
  font-weight: bold;
}

#en55-s1-inner .s1-list .txt .mark {
  padding: 4px 5px 5px 5px;
  background-color: #bc1d1d;
  color: #fff;
}

#en55-s1-inner .s1-list .txt ~ .txt {
  margin-top: 4.1%;
}

#en55-s1-inner .s1-list ~ .s1-list {
  margin-top: 5.9%;
}

#en55-s1-inner .s1-list .c-img {
  margin-top: 4.5%;
}

#s1-c2 .c-img {

  width: 84.9%;
  margin: 0 auto;
}

#s1-c3 .float-layout .l-txt {
  width: 69.4%;
  float: left;
}

#s1-c3 .float-layout .r-img {
  width: 26.9%;
  float: right;
  margin-top: 1.4%;
}

#s1-c5 .float-layout .l-txt {
  width: 49.8%;
  float: left;
}

#s1-c5 .float-layout .r-img {
  width: 43.7%;
  float: right;
  margin-top: 3.0%;
  margin-right: 3.0%;
}

/* s2
------------------------------------------ */
#en55-s2 {
  position: relative;
  margin-top: 6.875%;
  margin-bottom: 5.412%;
  background-image: url(../img/item/55english-new/en55_s2_bg_01.png);
  background-position: left top;
  background-repeat: repeat;
}

#en55-s2 h2 {
  position: absolute;
  top: 0;
  left: 0;
}

#en55-s2-content {
  position: relative;
  padding-top: 56.5%;
  padding-bottom: 5.4%;
}

#en55-s2-inner {
  padding: 4% 3.6% 4% 3.6%;
  background-image: url(../img/item/55english-new/en55_s2_bg_02.png);
  background-position: left top;
  background-repeat: repeat;
}

#en55-s2 .s2-list {
  padding: 8px 2px 2.8% 2px;
  border: 6px solid #cce0ed;
  background-color: #fff;
}

#en55-s2 .s2-list ~ .s2-list {
  margin-top: 2.1%;
}

#en55-s2 .s2-list h3 {
  position: relative;
  margin-bottom: 4.1%;
  padding: 2.9% 8.1% 1.0% 78px;
  border-top: 4px solid #072856;
  border-bottom: 3px double #d8d8d8;
  color: #072856;
}

#en55-s2 .s2-list h3 .num {
  position: absolute;
  top: 14%;
  left: -13px;
  display: block;
  width: 76px;
  height: 78px;
  padding: 2.2% 0 2.2% 2.8%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-image: url(../img/item/55english-new/en55_s2_bg_03.png);
  background-position: left top;
  background-repeat: no-repeat;
  color: #fff;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 40px;
  font-weight: normal;
}

#en55-s2 .s2-list h3 .num:before {
  content: "";
  position: absolute;
  top: -6px;
  left: 0;
  display: block;
  border-style: solid;
  border-width: 6px 6px 0 0;
  border-color: transparent;
  border-right-color: #072856;
}

#en55-s2 .s2-list h3 {
  line-height: 1.2;
  font-size: 30px;
}

#en55-s2 .s2-list h3 .c {
  margin-left: -17px;
  margin-right: -23px;
}

#en55-s2 .s2-list h3 .big {
  font-size: 50px;
}

#en55-s2 .s2-list h3 .small {
  font-size: 40px;
}

#en55-s2 .s2-list .float-layout {
  margin-right: 6.3%;
  margin-left: 6.3%;
}

#en55-s2 .s2-list .float-layout .left {
  width: 56.283%;
  float: left;
}

#en55-s2 .s2-list .float-layout .right {
  width: 39.267%;
  float: right;
  margin-top: -2.0%;
}

#s2-c1 .img-layout {
  margin: 2.5% 6.3% 0 6.3%;
}

#s2-c1 .img-layout .left {
  width: 48%;
  float: left;
}

#s2-c1 .img-layout .right {
  width: 48%;
  float: right;
}

#s2-c1 .img-layout .left dt, #s2-c1 .img-layout .right dt {
  margin-bottom: 5.0%;
  padding-top: 2.0%;
  padding-bottom: 2.0%;
  text-align: center;
  background: #2a9bc9;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}

#s2-c1 .img-layout .left dt {
  margin-bottom: 16.0%;
}

#en55-s2 #s2-c3 h3 .big {
  font-size: 38px;
}

#en55-s2 #s2-c3 h3 .small {
  font-size: 34px;
}

#en55-s2 #s2-c4 h3 {
  padding-bottom: 2.5%;
}

#en55-s2 #s2-c4 h3 .big {
  font-size: 42px;
}

#en55-s2 #s2-c4 h3 .small {
  font-size: 34px;
}

#en55-s2 #s2-c5 h3 .big {
  font-size: 44px;
}

#s2-c3 .c-img {
  margin-top: 1.8%;
  margin-right: 6.7%;
  margin-left: 6.9%;
}

#s2-c4 .float-layout {
  margin-bottom: 3.3%;
}


#s2-c4 ul {
  margin: 3.3% 8.6% 0 8.6%;
  line-height: 1.5;
  color: #329cc7;
  font-size: 20px;
  font-weight: bold;
}


#s2-c4 .link {
  margin: 3.3% 6.3% 0 6.3%;
}

#s2-c4 .link a {
  display: block;
  padding: 1.5%;
  text-align: center;
  text-decoration: none;
  line-height: 1.5;
  background-color: #329cc7;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}

#s2-c5 .float-layout {
  margin-top: 3.3%;
}

#en55-s2 .s2-list .txt {
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 1.7;
  font-size: 20px;
}

#en55-s2 .s2-list .txt .l {
  margin-left: -8px;
}

#en55-s2 .s2-list .c-txt {
  margin-right: 6.3%;
  margin-left: 6.3%;
}

#en55-s2 .s2-list .txt ~ .txt {
  margin-top: 3.3%;
}

#en55-s2 .s2-list .float-layout .txt ~ .txt {
  margin-top: 7.3%;
}

#en55-s2 .s2-list .txt .mark {
  padding: 4px 5px 5px 5px;
  background-color: #fffaa4;
  font-weight: bold;
}

/* s3
------------------------------------------ */
#en55-s3 {
  position: relative;
  margin-top: 2.5%;
  margin-bottom: 7.7%;
}

#en55-s3 h2 {
  position: absolute;
  top: 0;
  left: 0;
}

#en55-s3-content {
  padding-top: 29.0625%;
}

#en55-s3-inner {
  padding-top: 6.25%;
  padding-bottom: 4.375%;
  background-image: url(../img/item/55english-new/en55_s3_bg_01.png);
  background-position: left top;
  background-repeat: repeat;
}

#en55-s3 .s3-list-all {
  -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
  
  padding: 10px;
  background-color: #d3cdb6;
}

#en55-s3 .s3-list-all ~ .s3-list-all {
  margin-top: 2.1%;
}

#en55-s3 .s3-list {
  -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
  
  padding: 0 6.4% 3.8% 5.1%;
  background-color: #fff;
}

#en55-s3 .s3-list h3 {
  margin-bottom: 3.2%;
  padding-top: 5.0%;
  text-align: center;
  line-height: 1.3;
  color: #333;
  font-size: 24px;
  font-weight: normal;
}

#en55-s3 .s3-list h3 span {
  color: #d32222;
  font-weight: bold;
}

#en55-s3 .s3-list h3 .big {
  font-size: 55px;
}

#en55-s3 .s3-list h3 .small {
  font-size: 45px;
}

#en55-s3 .s3-list h3 .r {
  margin-right: -23px;
}

#en55-s3 .s3-list .float-layout .img {
  width: 17.9574%;
  float: left;
  margin-top: 1.1%;
}

#en55-s3 .s3-list .float-layout .fl-inner {
  width: 76.872%;
  float: right;
}

#en55-s3 .s3-list .float-layout .fl-inner .txt,
#en55-s3 .s3-list .center-layout .txt {
  line-height: 36px;
  background-image: url(../img/item/55english-new/en55_s3_bg_02.png);
  background-position: left bottom;
  background-repeat: repeat;
  font-size: 19px;
}

#en55-s3 .s3-list .float-layout .fl-inner .txt .l,
#en55-s3 .s3-list .center-layout .txt .l {
  margin-left: -8px;
}

#en55-s3 .s3-list .float-layout .fl-inner .txt .mark,
#en55-s3 .s3-list .center-layout .txt .mark {
  background-color: #fff668;
}

#en55-s3 .s3-list .float-layout .fl-inner .name,
#en55-s3 .s3-list .center-layout .name {
  text-align: right;
  line-height: 36px;
  font-size: 17px;
}

#en55-s3 .s3-list .float-layout .fl-inner .name .big,
#en55-s3 .s3-list .center-layout .name .big {
  font-size: 19px;
}

#en55-s3 .s3-list .float-layout .fl-inner .name .small,
#en55-s3 .s3-list .center-layout .name .small {
  font-size: 12px;
}

#en55-s3 #s3-c2 h3 .big {
  font-size: 51px;
}

#en55-s3 #s3-c2 h3 .small {
  font-size: 42px;
}

#en55-s3 #s3-c4 h3 .big {
  font-size: 47px;
}

#en55-s3 #s3-c4 h3 .small {
  font-size: 40px;
}

#en55-s3 #s3-c5 h3 .big {
  font-size: 40px;

}

#en55-s3 #s3-c5 h3 .small {
  font-size: 35px;
}

/* s4
------------------------------------------ */
#en55-s4 {
  position: relative;
  margin-bottom: 8.3%;
  background-color: #edeeee;
}

#en55-s4 h2 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;

}

#en55-s4 .human {

  position: absolute;
  top: 0;
  left: 0;
  padding-top: 21.458%;
}

#en55-s4-content {
  position: relative;
  padding-top: 27.396%;
}

#en55-s4 .s4-list {
  padding-top: 3.5%;
  padding-bottom: 4.2958%;
  background-image: url(../img/item/55english-new/en55_s4_bg_01.png);
  background-position: left top;
  background-repeat: repeat;
}

#en55-s4 .s4-list ~ .s4-list {

  margin-top: 3.3333%;
}

#en55-s4 .s4-list h3 {
  margin-left: 1px;
  line-height: 1.3;
  background-color: #28468a;
  color: #fff;
  font-size: 35px;
}

#en55-s4 .s4-list .txt {
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 1.5;
  color: #333;
  font-size: 19px;
}

#en55-s4 .s4-list .txt .l {
  margin-left: -8px;
}

#en55-s4 .s4-list .note {
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 1.5;
  color: #666;
  font-size: 14px;
}

#en55-s4 .s4-list .link {
  position: relative;
  margin-top: 3.3333%;
  margin-right: 11.25%;
  margin-left: 9.375%;
  padding-left: 17px;
}

#en55-s4 .s4-list .link a {
  padding-bottom: 1px;
  border-bottom: 1px solid #d00;
  line-height: 1.5;
  text-decoration: none;
  color: #d00;
  font-size: 18px;
}

#en55-s4 .s4-list .link a:hover {
  opacity: 1;
  border-bottom: none;
}

#en55-s4 .s4-list .link:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  display: block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #d00;
  border-right: 2px solid #d00;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#s4-c1 {
  width: 66.667%;
  margin-left: auto;
}

#s4-c1 h3, #s4-c4 h3 {
  margin-right: 5.625%;
  margin-bottom: 4.8541%;
  padding-left: 4.7%;
  padding-top: 2.6%;
  padding-bottom: 2.3%;
}

#s4-c1 .txt, #s4-c4 .txt {
  margin-right: 11.25%;
  margin-left: 9.375%;
}

#s4-c1 .note {
  margin-top: 3.3333%;
  margin-right: 11.25%;
  padding-left: 9.375%;
}

#s4-c2 h3 {
  margin-right: 1px;
  margin-bottom: 3.15%;
  padding-left: 3.0208%;
  padding-top: 1.8%;
  padding-bottom: 1.7%;
}

#s4-c2 .txt, #s4-c3 .txt {
  margin-right: 7.2917%;
  margin-left: 7.2917%;
}

#s4-c3 h3, #s4-c5 h3 {
  margin-right: 1px;
  margin-bottom: 3.15%;
  padding-top: 1.8%;
  padding-bottom: 1.7%;
  text-align: center;
}

#s4-c4 {
  width: 66.667%;
}

#s4-c5 h3 {
  margin-bottom: 4.375%;
}

#s4-c5 .float-layout {
  margin-left: 7.917%;
  margin-right: 7.2917%;
}

#s4-c5 .float-layout .f-img {
  width: 39.066%;
  float: left;
}


#s4-c5 .float-layout .f-txt {
  width: 55.528%;
  float: right;
}

/* s5
------------------------------------------ */
#en55-s5 {
  margin-top: 10.9375%;
  margin-bottom: 12.1%;
}

#en55-s5 h2 {
  margin-bottom: 1.4%;
}

#en55-s5 .s5-lead {
  margin-bottom: 2.6375%;
}

#en55-s5 .s5-lead .txt {
  line-height: 1.7;
  color: #333;
  font-size: 19px;
}

#en55-s5 .s5-lead ul {
  margin: 2.3% 3.4375% 2.3% 3.4375%;
  padding: 2.8% 5.0% 2.6% 5.0%;
  border-radius: 10px;
  border-width: 6px;
  border-style: solid;
  border-color:  #e9e5d8;
}

#en55-s5 .s5-lead ul li {
  margin-left: 1.3em;
  text-indent: -1.3em;
  line-height: 1.8;
  color: #333;
  font-size: 20px;
  font-weight: bold;
}

#en55-s5 .s5-lead ul li span {
  color: #be1f1f;
}

#en55-s5 .s5-pickup {
  margin-bottom: 3.75%;
  padding-top: 3.125%;
  background-color: #edf5f9;
}

#en55-s5 .s5-pickup .float-layout {
  margin-left: 3.125%;
  margin-right: 3.125%;
}

#en55-s5 .s5-pickup .float-layout h2 {
  width: 54.9%;
  float: left;
  margin-top: 2.0%;
  line-height: 1.5;
  color: #333;
  font-size: 15px;
  font-weight: normal;
}

#en55-s5 .s5-pickup .float-layout h2 .big {

  margin-left: -18px;
  color: #e6438e;
  font-size: 30px;
  font-weight: bold;
}

#en55-s5 .s5-pickup .float-layout h2 .and {
  margin-left: -12px;
  margin-right: -12px;

}

#en55-s5 .s5-pickup .float-layout h2 .end {

  margin-right: -12px;

}

#en55-s5 .s5-pickup .float-layout p {

  width: 44%;
  float: right;
}

#en55-s5 .s5-pickup ul {
  margin-top: 0.4%;
  margin-left: 3.125%;
  margin-right: 3.125%;
  margin-bottom: 4.17%;
}

#en55-s5 .s5-pickup ul li {
  width: 24.444%;
  float: left;
  padding-top: 0.6%;
  padding-bottom: 0.6%;
  border-radius: 5px;
  border-style: solid;
  border-width: 2px;
  border-color: #f086a2;
  -webkit-box-sizing: border-box;

  box-sizing: border-box;
  text-align: center;
  line-height: 1.5;
  background-color: #fff;
  color: #444;
  font-size: 16px;
  font-weight: bold;
}

#en55-s5 .s5-pickup ul li ~ li {
  margin-left: 0.7%;
}

#en55-s5 .s5-pickup ul li:nth-child(4n+1) {
  margin-left: 0;
}

#en55-s5 .s5-pickup ul li:nth-child(n+5) {
  margin-top: 0.7%;
}

#en55-s5 .s5-program {
  
}

#en55-s5 .s5-program h2 {
  margin-bottom: 2.1%;
  padding-top: 1.3%;
  padding-bottom: 0.9%;
  text-align: center;
  line-height: 1.5;
  background: #0e357f;
  color: #fff;
  font-size: 30px;
}

#en55-s5 .p-list-all ~ .p-list-all {
  margin-top: 4.0%;
}

#en55-s5 .p-list-all h3 {
  margin-bottom: 3.4375%;
}

#en55-s5 .p-list-all h3 a {
  position: relative;
  display: block;
  background-color: #eef6f9;
  background: -webkit-linear-gradient(0deg, #dee5e8 0%, #eff7f9 43%);
  background: -moz-linear-gradient(0deg, #dee5e8 0%, #eff7f9 43%);
  background: -o-linear-gradient(0deg, #dee5e8 0%, #eff7f9 43%);
  background: -ms-linear-gradient(0deg, #dee5e8 0%, #eff7f9 43%);
  background: linear-gradient(0deg, #dee5e8 0%, #eff7f9 43%);
  text-decoration: none;
}

#en55-s5 .p-list-all h3 a:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 45px;
  height: 100%;
}

#en55-s5 .p-list-all h3 a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  display: block;
  width: 30px;
  height: 15px;
  margin-top: -7px;
  background-image: url(../img/item/55english-new/en55_s5_icn_01.png);
  background-position: left top;
  background-repeat: no-repeat;

}

#en55-s5 .p-list-all h3 .on:after {
  background-position: 0 -15px;
}

#en55-s5 .p-list-all h3 .icn {
  display: inline-block;
  width: 94px;
  height: 94px;
  margin: 2.1% 2.1% 2.1% 2.1%;
  padding-top: 2.1%;
  line-height: 1.5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50%;
  text-align: center;
}

#en55-s5 .p-list-all h3 .small {
  position: relative;
  top: -4px;
  color: #fff;
  font-size: 21px;
}

#en55-s5 .p-list-all h3 .big {
  color: #fff;
  font-size: 35px;
}

#en55-s5 .p-list-all h3 .title {
  line-height: 1.3;
  font-size: 35px;
	position:relative;
	display:inline-block;
	vertical-align:middle;
}

#en55-s5 .p-list-all h3 .title .sub{
	display:block;
	font-size:70%;
}
#en55-s5 .p-list-all h3 .more {
  position:absolute;
  top: 0.75em;
	right:-7em;
  padding:0.25em 0.5em;
  letter-spacing: 0.1em;
  color: #fff;
  font-size: 40%;
}
#en55-s5 #pl-c3 h3 .more {
	right:-4.5em;
}
#en55-s5 #pl-c5 h3 .more {
	right:-5.5em;
}
#en55-s5 .p-list-all h3 .img {
  position: absolute;
  display: inline-block;
}

#en55-s5 .p-list-content {
  margin-left: 3.125%;
  margin-right: 3.125%;
}

#en55-s5 .p-list {
  width: 49.042%;
  float: left;
  border-bottom: 1px solid #d0d0d0;
}

#en55-s5 .p-list:nth-child(2n) {
  float: right;
}

#en55-s5 .p-list:nth-child(n+3) {
  margin-top: 2.2%;
}

#en55-s5 .p-list > dl {
  padding-bottom: 2.2%;
}

#en55-s5 .p-list > dl dl {
  margin-bottom: 2.4%;
}

#en55-s5 .p-list > dl dl dt {
  width: 15.575%;
  float: left;
  margin-right: 6px;
  padding: 1px 4px 1px 6px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.2em;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}

#en55-s5 .p-list > dl dl dt span {
  font-size: 20px;
}

#en55-s5 .p-list > dl dl dd {
  width: 81.2%;
  float: left;
  margin-top: 1.0%;

  line-height: 1.3;
  font-size: 20px;
  font-weight: bold;
}

#en55-s5 .p-list > dl > dt .l {
  margin-left: -17px;
}

#en55-s5 .p-list > dl > dd .l {
  margin-left: -8px;
}

#en55-s5 .p-list > dl dd {
  line-height: 1.6;
  color: #333;
  font-size: 16px;
}

#pl-c1 h3 a:before {
  background-color: #e23482;
  background: -webkit-linear-gradient(90deg, #d23079 0%, #e4428b 43%);
  background: -moz-linear-gradient(90deg, #d23079 0%, #e4428b 43%);
  background: -o-linear-gradient(90deg, #d23079 0%, #e4428b 43%);
  background: -ms-linear-gradient(90deg, #d23079 0%, #e4428b 43%);
  background: linear-gradient(0deg, #d23079 0%, #e4428b 43%);
}

#pl-c1 h3 .icn {
  background-color: #e53b8b;
  background: -webkit-linear-gradient(-41deg, #e23482 49%, #e74592 49%);
  background: -moz-linear-gradient(-41deg, #e23482 49%, #e74592 49%);
  background: -o-linear-gradient(-41deg, #e23482 49%, #e74592 49%);
  background: -ms-linear-gradient(-41deg, #e23482 49%, #e74592 49%);
  background: linear-gradient(-41deg, #e23482 49%, #e74592 49%);
}

#pl-c1 h3 .more {
  background-color: #e23482;
  background: -webkit-linear-gradient(90deg, #d23079 0%, #e4428b 43%);
  background: -moz-linear-gradient(90deg, #d23079 0%, #e4428b 43%);
  background: -o-linear-gradient(90deg, #d23079 0%, #e4428b 43%);
  background: -ms-linear-gradient(90deg, #d23079 0%, #e4428b 43%);
  background: linear-gradient(0deg, #d23079 0%, #e4428b 43%);
}

#pl-c1 h3 .img {
  top: 8px;
  right: 87px;
  width: 16.77%;
}

#pl-c1 .p-list > dl dl dt {
  background-color: #e23482;
}

#pl-c1 .p-list > dl dl dd {
  color: #e23482;
}

#pl-c2 h3 a:before {
  background-color: #ff5700;
  background: -webkit-linear-gradient(0deg, #ed5100 0%, #ff6312 43%);
  background: -moz-linear-gradient(0deg, #ed5100 0%, #ff6312 43%);
  background: -o-linear-gradient(0deg, #ed5100 0%, #ff6312 43%);
  background: -ms-linear-gradient(0deg, #ed5100 0%, #ff6312 43%);
  background: linear-gradient(0deg, #ed5100 0%, #ff6312 43%);
}

#pl-c2 h3 .icn {
  background-color: #ff6000;
  background: -webkit-linear-gradient(-41deg, #ff5700 49%, #ff6900 49%);
  background: -moz-linear-gradient(-41deg, #ff5700 49%, #ff6900 49%);
  background: -o-linear-gradient(-41deg, #ff5700 49%, #ff6900 49%);
  background: -ms-linear-gradient(-41deg, #ff5700 49%, #ff6900 49%);
  background: linear-gradient(-41deg, #ff5700 49%, #ff6900 49%);
}

#pl-c2 h3 .more {
  background-color: #ff5700;
  background: -webkit-linear-gradient(0deg, #ed5100 0%, #ff6312 43%);
  background: -moz-linear-gradient(0deg, #ed5100 0%, #ff6312 43%);
  background: -o-linear-gradient(0deg, #ed5100 0%, #ff6312 43%);
  background: -ms-linear-gradient(0deg, #ed5100 0%, #ff6312 43%);
  background: linear-gradient(0deg, #ed5100 0%, #ff6312 43%);
}

#pl-c2 h3 .img {
  top: 6px;
  right: 87px;
  width: 11.5625%;
}

#pl-c2 .p-list > dl dl dt {
  background-color: #ff5700;
}

#pl-c2 .p-list > dl dl dd {
  color: #ff5700;
}

#pl-c3 h3 a:before {
  background-color: #348b11;
  background: -webkit-linear-gradient(0deg, #318110 0%, #429322 43%);
  background: -moz-linear-gradient(0deg, #318110 0%, #429322 43%);
  background: -o-linear-gradient(0deg, #318110 0%, #429322 43%);
  background: -ms-linear-gradient(0deg, #318110 0%, #429322 43%);
  background: linear-gradient(0deg, #318110 0%, #429322 43%);
}

#pl-c3 h3 .icn {
  background-color: #3b9414;
  background: -webkit-linear-gradient(-41deg, #348b11 49%, #459b1a 49%);
  background: -moz-linear-gradient(-41deg, #348b11 49%, #459b1a 49%);
  background: -o-linear-gradient(-41deg, #348b11 49%, #459b1a 49%);
  background: -ms-linear-gradient(-41deg, #348b11 49%, #459b1a 49%);
  background: linear-gradient(-41deg, #348b11 49%, #459b1a 49%);
}

#pl-c3 h3 .more {
  background-color: #348b11;
  background: -webkit-linear-gradient(0deg, #318110 0%, #429322 43%);
  background: -moz-linear-gradient(0deg, #318110 0%, #429322 43%);
  background: -o-linear-gradient(0deg, #318110 0%, #429322 43%);
  background: -ms-linear-gradient(0deg, #318110 0%, #429322 43%);
  background: linear-gradient(0deg, #318110 0%, #429322 43%);
}

#pl-c3 h3 .img {
  top: 9px;
  right: 117px;
  width: 6.875%;
}

#pl-c3 .p-list > dl dl dt {
  background-color: #348b11;
}

#pl-c3 .p-list > dl dl dd {
  color: #348b11;
}

#pl-c4 h3 a:before {
  background-color: #0040a0;
  background: -webkit-linear-gradient(0deg, #003c95 0%, #124da7 43%);
  background: -moz-linear-gradient(0deg, #003c95 0%, #124da7 43%);
  background: -o-linear-gradient(0deg, #003c95 0%, #124da7 43%);
  background: -ms-linear-gradient(0deg, #003c95 0%, #124da7 43%);
  background: linear-gradient(0deg, #003c95 0%, #124da7 43%);
}

#pl-c4 h3 .icn {
  background-color: #0040a0;
  background: -webkit-linear-gradient(-41deg, #003997 49%, #004aa6 49%);
  background: -moz-linear-gradient(-41deg, #003997 49%, #004aa6 49%);
  background: -o-linear-gradient(-41deg, #003997 49%, #004aa6 49%);
  background: -ms-linear-gradient(-41deg, #003997 49%, #004aa6 49%);
  background: linear-gradient(-41deg, #003997 49%, #004aa6 49%);
}

#pl-c4 h3 .more {
  background-color: #0040a0;
  background: -webkit-linear-gradient(0deg, #003c95 0%, #124da7 43%);
  background: -moz-linear-gradient(0deg, #003c95 0%, #124da7 43%);
  background: -o-linear-gradient(0deg, #003c95 0%, #124da7 43%);
  background: -ms-linear-gradient(0deg, #003c95 0%, #124da7 43%);
  background: linear-gradient(0deg, #003c95 0%, #124da7 43%);
}

#pl-c4 h3 .img {
  top: 8px;
  right: 94px;
  width: 13.4375%;
}

#pl-c4 .p-list > dl dl dt {
  background-color: #003997;
}

#pl-c4 .p-list > dl dl dd {
  color: #003997;
}

#pl-c5 h3 a:before {
  background-color: #92109b;
  background: -webkit-linear-gradient(0deg, #880f90 0%, #9a21a2 43%);
  background: -moz-linear-gradient(0deg, #880f90 0%, #9a21a2 43%);
  background: -o-linear-gradient(0deg, #880f90 0%, #9a21a2 43%);
  background: -ms-linear-gradient(0deg, #880f90 0%, #9a21a2 43%);
  background: linear-gradient(0deg, #880f90 0%, #9a21a2 43%);
}

#pl-c5 h3 .icn {
  background-color: #9b13a4;
  background: -webkit-linear-gradient(-41deg, #92109b 49%, #a219aa 49%);
  background: -moz-linear-gradient(-41deg, #92109b 49%, #a219aa 49%);
  background: -o-linear-gradient(-41deg, #92109b 49%, #a219aa 49%);
  background: -ms-linear-gradient(-41deg, #92109b 49%, #a219aa 49%);
  background: linear-gradient(-41deg, #92109b 49%, #a219aa 49%);
}

#pl-c5 h3 .more {
  background-color: #92109b;
  background: -webkit-linear-gradient(0deg, #880f90 0%, #9a21a2 43%);
  background: -moz-linear-gradient(0deg, #880f90 0%, #9a21a2 43%);
  background: -o-linear-gradient(0deg, #880f90 0%, #9a21a2 43%);
  background: -ms-linear-gradient(0deg, #880f90 0%, #9a21a2 43%);
  background: linear-gradient(0deg, #880f90 0%, #9a21a2 43%);
}

#pl-c5 h3 .img {
  top: 8px;
  right: 94px;
  width: 12.92%;
}

#pl-c5 .p-list > dl dl dt {
  background-color: #92109b;
}

#pl-c5 .p-list > dl dl dd {
  color: #92109b;
}

/* s6
------------------------------------------ */
#en55-s6 {
  margin-top: 6.892%;
}

#en55-s6 .lead {
  margin-bottom: 1.3%;
  line-height: 1.5;
  color: #333;
  font-size: 14px;
}

#en55-s6 .table-layout {
  width: 100%;
  border-spacing: 0;
  border-top: 1px solid #999;
  border-left: 1px solid #999;
}

#en55-s6 .table-layout.plus {
  border-top: none;
}

#en55-s6 .table-layout thead th {
  width: 100%;
  padding-top: 0.6%;
  padding-bottom: 0.6%;
  border-bottom: 1px solid #999;
  border-right: 1px solid #999;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.5;
  background-color: #fff0e1;
  color: #333;
  font-size: 18px;
  font-weight: normal;
}

#en55-s6 .table-layout tbody tr th,
#en55-s6 .table-layout tbody tr td {
  border-bottom: 1px solid #999;
  border-right: 1px solid #999;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.6;
  color: #333;
}

#en55-s6 .table-layout tbody tr th {
  width: 15%;
  padding-left: 1.8%;
  text-align: left;

  background-color: #efefef;

  font-size: 16px;
  font-weight: normal;
}

#en55-s6 .table-layout tbody tr td .before {
  text-decoration: line-through;
}

#en55-s6 .table-layout tbody tr td .after {
  color: #ff3366;
  font-weight: bold;
}

#en55-s6 .table-layout tbody tr td:nth-of-type(1) {
  width: 55%;
  padding: 1.2% 1.8% 1.2% 1.8%;
  font-size: 14px;
}

#en55-s6 .table-layout tbody tr td:nth-of-type(2) {
  padding-top: 0.5%;
  padding-bottom: 0.5%;
  text-align: center;
}

#en55-s6 .note {
  margin-top: 1.3%;
  line-height: 1.5;
  color: #666;
  font-size: 11px;
}

/* s7
------------------------------------------ */
#en55-s7 {
  margin-top: 5.7375%;
  margin-bottom: 3.5%;
}

#en55-s7 h2 {
  margin-bottom: 3.125%;
}

#en55-s7 .s7-c1 .info-all {
  margin-top: 3.125%;
  margin-bottom: 3.125%;
  padding: 15px;
  background-image: url(../img/item/55english-new/en55_s7_bg_01.png);
  background-position: left top;
  background-repeat: repeat;
}

#en55-s7 .s7-c1 .info {
  padding-top: 3.6%;
  padding-bottom: 2.1%;
  background: #fff;
}

#en55-s7 .s7-c1 .info dl {
  text-align: center;
}

#en55-s7 .s7-c1 .info dl dt {
  line-height: 1.5;
  color: #c92323;
  font-size: 35px;
  font-weight: bold;
}

#en55-s7 .s7-c1 .info dl dd {
  line-height: 1.3;
  font-size: 18px;
}

#en55-s7 .s7-c1 .info dl dd .date {
  color: #d00;
  font-size: 21px;
  font-weight: bold;
}

#en55-s7 .s7-c1 .info dl dd .note {
  font-size: 15px;
}

#en55-s7 .s7-c1 .info p {
  position: relative;
  display: table;
  margin: 2.0% auto 0;
  padding-left: 17px;
}

#en55-s7 .s7-c1 .info p:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  display: block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #d00;
  border-right: 2px solid #d00;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#en55-s7 .s7-c1 .info p a {
  padding-bottom: 1px;
  border-bottom: 1px solid #d00;
  line-height: 1.5;
  text-decoration: none;
  color: #d00;
  font-size: 18px;
}

#en55-s7 .s7-c1 .info p a:hover {
  opacity: 1;
  border-bottom: none;
}

#en55-s7 .s7-c1 .variable-img:nth-of-type(2) {
  width: 90.9%;
  margin: 0 auto;
}

#en55-s7 .s7-c2 {
  margin-bottom: 4.6%;
}

#en55-s7 .s7-c2-content {
  padding: 0 10px 10px 10px;
  background-color: #e5dfdc;
}

#en55-s7 .s7-c2-content ~ .s7-c2-content {
  margin-top: 2.1%;
}

#en55-s7 .s7-c2-content h3 {
  margin-bottom: 1.0%;
  padding-top: 1.5%;
  padding-left: 3.3%;
  line-height: 1.5;
  color: #552e07;
  font-size: 25px;
  font-weight: bold;
}

#en55-s7 .s7-c2-inner {
  padding: 3.2% 3.2% 3.2% 3.2%;
  background: #fff;
}

#en55-s7 .s7-c2-content .left {
  width: 61.0%;
  float: left;
}

#en55-s7 .s7-c2-content .right {
  width: 35.2%;
  float: right;
}

#en55-s7 .s7-c2-content:nth-of-type(2) .left {
  width: 64.6%;
}

#en55-s7 .s7-c2-content:nth-of-type(2) .left .txt {
  margin-bottom: 0;
}

#en55-s7 .s7-c2-content:nth-of-type(2) .left .note {
  margin-top: 2.0%;
  margin-bottom: 3.0%;
  line-height: 1.5;
}

#en55-s7 .s7-c2-content:nth-of-type(2) .left .link {

  position: relative;
  padding-left: 17px;
  line-height: 1.5;
}

#en55-s7 .s7-c2-content:nth-of-type(2) .left .link:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  display: block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #d00;
  border-right: 2px solid #d00;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#en55-s7 .s7-c2-content:nth-of-type(2) .left .link a {
  padding-bottom: 1px;
  border-bottom: 1px solid #d00;
  text-decoration: none;
  color: #d00;
  font-size: 18px;
}

#en55-s7 .s7-c2-content:nth-of-type(2) .left .link a:hover {
  opacity: 1;
  border-bottom: none;
}

#en55-s7 .s7-c2-content:nth-of-type(2) .right {
  width: 32.5%;
}

#en55-s7 .s7-c2-inner .left .txt {
  margin-bottom: 4.0%;
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 1.5;

  color: #333;

  font-size: 17px;
}

#en55-s7 .s7-c2-inner .left .note {
  line-height: 1.5;
  color: #666;

  font-size: 11px;
}

#en55-s7 .s7-c2-inner .left .info-all {
  
}

#en55-s7 .s7-c2-inner .left .info-all .btn {
  position: relative;
  border-radius: 5px;
  text-align: center;
  background-color:  #b00000;
  background: -webkit-linear-gradient(90deg, #a00000 0%, #bb0000 100%);
  background: -moz-linear-gradient(90deg, #a00000 0%, #bb0000 100%);
  background: -o-linear-gradient(90deg, #a00000 0%, #bb0000 100%);
  background: -ms-linear-gradient(90deg, #a00000 0%, #bb0000 100%);
  background: linear-gradient(0deg, #a00000 0%, #bb0000 100%);
}

#en55-s7 .s7-c2-inner .left .info-all .btn:before {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background-color:  #d50000;
  background: -webkit-linear-gradient(90deg, #cb0000 0%, #db0000 100%);
  background: -moz-linear-gradient(90deg, #cb0000 0%, #db0000 100%);
  background: -o-linear-gradient(90deg, #cb0000 0%, #db0000 100%);
  background: -ms-linear-gradient(90deg, #cb0000 0%, #db0000 100%);
  background: linear-gradient(0deg, #cb0000 0%, #db0000 100%);
}

#en55-s7 .s7-c2-inner .left .info-all .btn a {
  position: relative;
  z-index: 2;
  display: block;
  padding: 2.1% 0 3.4% 0;
  line-height: 1.5;
  text-decoration: none;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
}

#en55-s7 .s7-c2-inner .left .info-all .btn a:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 35px;
  display: block;
  width: 42px;
  height: 42px;
  background-image: url(../img/item/55english-new/en55_s7_icn_04.png);
  background-position: left top;
  background-repeat: no-repeat;
}

#en55-s7 .s7-c2-inner .left .info-all .btn .on:before {
  background-position: 0 -42px;
}

#en55-s7 .s7-c2-inner .left .info dl {
  margin-bottom: 2.5%;
  padding-top: 5.5%;
  line-height: 1.5;
}

#en55-s7 .s7-c2-inner .left .info dl dt {
  color: #cf0000;
  font-size: 18px;
  font-weight: bold;
}

#en55-s7 .s7-c2-inner .left .info dl dd {
  font-size: 16px;
}

#en55-s7 .s7-c2-inner .left .info .table-layout {
  width: 100%;
  border-spacing: 0;
  border-top: 1px solid #999;
  border-left: 1px solid #999;
}

#en55-s7 .s7-c2-inner .left .info .table-layout.plus {
  border-top: none;
}

#en55-s7 .s7-c2-inner .left .info .table-layout thead th {
  width: 100%;
  padding-top: 0.6%;
  padding-bottom: 0.6%;
  border-bottom: 1px solid #999;
  border-right: 1px solid #999;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.5;
  background-color: #fff0e1;
  color: #333;
  font-size: 18px;
  font-weight: normal;
}

#en55-s7 .s7-c2-inner .left .info .table-layout tbody tr th,
#en55-s7 .s7-c2-inner .left .info .table-layout tbody tr td {
  border-bottom: 1px solid #999;
  border-right: 1px solid #999;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.6;
  color: #333;
}

#en55-s7 .s7-c2-inner .left .info .table-layout tbody tr th {
  width: 27%;
  padding-left: 1.8%;
  text-align: left;
  background-color: #efefef;
  font-size: 16px;
  font-weight: normal;
}

#en55-s7 .s7-c2-inner .left .info .table-layout tbody tr td .before {
  text-decoration: line-through;
}

#en55-s7 .s7-c2-inner .left .info .table-layout tbody tr td .after {
  color: #ff3366;
  font-weight: bold;
}

#en55-s7 .s7-c2-inner .left .info .table-layout tbody tr td:nth-of-type(1) {
  padding: 1.2% 1.8% 1.2% 1.8%;
  font-size: 14px;
}

#en55-s7 .s7-c2-inner .left .info .table-layout tbody tr td:nth-of-type(2) {
  padding-top: 0.5%;

  padding-bottom: 0.5%;
  text-align: center;
}

#en55-s7 .s7-c2-inner .left .info .note {
  margin-top: 2.3%;
}

#en55-s7 .s7-c3 {
  padding-top: 2.6%;
  padding-bottom: 4.2%;
  background-color: #0e357f;
  background-image: url(../img/item/55english-new/en55_s7_bg_02.png);

  background-position: center top;

  background-repeat: no-repeat;
}

#en55-s7 .s7-c3 h3 {
  margin-bottom: 4.0%;
  text-align: center;
  line-height: 1.2;
  color: #fff;
  font-size: 45px;
}

#en55-s7 .s7-c3 .lead {
  margin-bottom: 1.0%;
  margin-left: 4.375%;
  margin-right: 4.375%;
  color: #fff;
  font-size: 16px;
}

#en55-s7 .s7-c3 .lead a {
  position: relative;
  padding-right: 18px;
  color: #fff;
}

#en55-s7 .s7-c3 .lead a:after {
  content: "";
  position: absolute;
  top: 3px;
  right: 2px;
  display: block;
  width: 12px;
  height: 10px;
  background-image: url(../img/item/55english-new/en55_s7_icn_01.png);

  background-position: left top;
  background-repeat: no-repeat;
}

#en55-s7 .s7-c3-content {
  margin-left: 4.375%;
  margin-right: 4.375%;
  margin-bottom: 1.5%;
  padding: 2.8% 3.2% 1.5% 3.2%;
  background-color: #fff;
}

#en55-s7 .s7-c3-content .left,
#en55-s7 .s7-c3-aside .info-all .left {
  width: 56.79%;
  float: left;
}

#en55-s7 .s7-c3-content .right,
#en55-s7 .s7-c3-aside .info-all .right {
  width: 39.1%;
  float: right;
}

#en55-s7 .form {
  line-height: 1.5;
}

#en55-s7 .form .title {
  margin-bottom: 2.2%;
  line-height: 1.2;
  color: #0e357f;
  font-size: 20px;
  font-weight: bold;
}

#en55-s7 .form .price {
  margin-bottom: 2.2%;
  font-size: 30px;
  font-weight: bold;
}

#en55-s7 .form .price .big1 {
  text-decoration: line-through;
  font-size: 30px;
}

#en55-s7 .form .price .big2 {
  color: #d50000;
  font-size: 30px;
}

#en55-s7 .form .price .yen1 {
  font-size: 17px;
}

#en55-s7 .form .price .yen2 {
  color: #d50000;
  font-size: 17px;
}

#en55-s7 .form .price .small {
  margin-left: 3px;
  font-size: 10px;
}

#en55-s7 .form #sysSelections div {
  font-size: 14px;
  font-weight: bold;
}

#en55-s7 .form select {
  -ms-appearance: none;
  -o-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  
  outline: none;
  cursor: pointer;
  width: 88.9%;
  margin: 1px 0 0 0;
  padding: 10px 10px 8px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0;
  border: 1px solid #000;
  background-color: #fff;
  background-image: url(../img/item/55english-new/en55_s7_icn_02.png);
  background-position: right center;
  background-repeat: no-repeat;
  font-size: 15px;
  font-weight: bold;
}

#en55-s7 .form select::-ms-expand {
  display: none;
}

#en55-s7 .form .sysCartButton {
  outline: none;
}

#en55-s7 .form .sysCartButton:hover {
  opacity: 0.8;
}

#en55-s7 .s7-c3-aside {
  margin-left: 4.375%;
  margin-right: 4.375%;
}

#en55-s7 .s7-c3-aside .title a {
  position: relative;
  display: block;
  padding-top: 1.0%;
  padding-bottom: 1.0%;
  text-align: center;
  line-height: 1.5;
  text-decoration: none;
  background-color: #ddd;
  color: #2d2d2d;
  font-size: 20px;
  font-weight: bold;
}

#en55-s7 .s7-c3-aside .title a:hover {
  opacity: 0.9;
}

#en55-s7 .s7-c3-aside .title a:after {
  content: "";
  position: absolute;
  top: 10px;
  right: 25px;
  display: block;
  width: 26px;
  height: 26px;
  background-image: url(../img/item/55english-new/en55_s7_icn_03.png);
  background-position: left top;
  background-repeat: no-repeat;
}

#en55-s7 .s7-c3-aside .title .on:after {
  background-position: 0 -26px;
}

#en55-s7 .s7-c3-aside .info-all {
  padding: 2.8% 3.2% 1.5% 3.2%;
  background-color: #fff;

}

#en55-s7 .s7-c3-aside .info-all .right {
  margin-top: 1.5%;
}

/* ▼PCTB用　ここに800px以上のCSSを記述*/ 

@media screen and (min-width : 800px) {
.pc-hide2{display: none;}
	
.spNone{display: block;	}
.spPhoto{display: none;	}

.pctb-float-left {
	float: left;
	margin-right:20px;
	margin-bottom:24px;
}

.pctb-float-right {
	float: right;
	margin-left:20px;
	margin-bottom:24px;
}

ul.pctb_3column li {
	float: left;
	border-bottom: none;
	border-top: none;
	border-right :none;
	width: 30%;
	padding: 1%;

	margin-right: 5px
}

#sysItemCategory #pagePath,
#contents #pagePath,
#item #pagePath {
    margin: 20px 0 14px 15px;
}

#contents .ranking4-10 {
	margin-right:5px;
	width: 47%;
	float:left
}


#item .menu li {
	width:20%;
}

#item .menu li img {
	width:100%;
}

.news {
	margin-right: 20px;
	margin-left: 20px;
}

.action_menu {
	margin-right: 20px;
	margin-left: 20px;
}

.action_menu li {
	width: 49%;
	float: left;
	position: relative;
}

.action_menu li img {
	width:100%;
}

.action_menu img.single {
	width:500px;
}


#contents {
	padding-right:20px;
	padding-left:20px;
}

#contents nav {
	margin-bottom : 24px;
}

#contents nav ul {
	overflow : hidden
}

#contents nav ul li {
	background-color: #FFFFCC;
	float: left;
	border: 1px dashed #FFDD79;
	margin-right: 1%;
	text-align: center;
	width: 32%;
	font-weight: bold;
	margin-bottom: 8px;
	vertical-align: middle;
	padding : 12px 0;
}

#contents nav ul li a {
	color: #666666;
	text-decoration: none;
	display : block;
}


#contents nav ul li.another  {
	background-color: #EEE;
	border: 1px dashed #CCCCCC;
	margin-right:1%;
	padding-right:0
}




img.sp_width130 {
	width:auto;
}

img.sp_width200 {
	width:auto;
}

#item .pctb_2culumn_left {
	width: 47%;
	float: left;
	clear: both;
	margin-right: 10px;
}

#item .pctb_2culumn_right {
	width: 47%;
	float: right;
}

#item .native {
	width: 740px;
	margin: 0 auto 48px auto;
}

#item  .supervisor  .profile  {
	overflow: hidden;
}

#item .chargebox .chargebox_inner {
	padding: 15px;
}

#item .teachBox .subTeach {
	margin: 0 20px 30px;
	overflow:hidden
}

#item .chargebox .main_left {
	float: left;
	width: 75%;
	margin-right: 20px;
}

#item .chargebox .sidebar {
	float: right;
	width: 20%;
}

#item  .chargebox  .sidebar  .otodoke,#item .application_flexbox .otodoke {
	width: 100%;
}

#item .chargebox .sidebar .bnr li a {
	max-width:182px;
	margin-bottom: 7px;
	float: none;
	margin-right: 0px;
	width: 100%;
}

#item .application {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

#item  .title-middle  p  {
	text-align:left;
	display: table-cell;
	vertical-align: middle;
	font-weight: bold;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 24px;
	margin-left: 0;
}
#item .title-middle {
	margin-bottom: 10px;
}

#contents dl.catalog {
	float: left;
	margin-right:10px;
}

.takken_slide {
	max-width:600px;
	margin:0 auto;
}

#item h1 {
float: right; 
}

.acMenu .ac_title{
	display: block;
	line-height: 50px;
	cursor: pointer;
	background-repeat: no-repeat;
	padding: 0 15px;
	background-position: 97% 50%;
	background-size: 22px 22px;
	margin: 0 0 20px 0;
	font-weight: bold;
	background-color: #DDD;
	background-image: url(../img/icon/icon_plus.png);
    }
.acMenu .ac_inner{
	border: #DDD solid 4px; 
	padding: 15px;
    display: none;
	margin: 0 0 20px 0;
	font-size: 95%;
    }
.acMenu .ac_title.active{
    background:url(../img/icon/icon_minus.png) no-repeat;
	background-position: 97% 50%;
	background-size: 22px 22px;
	background-color: #DDD;
	margin: 0;
    }

#item nav {
	margin-bottom : 24px;
}

#item nav ul {
	overflow : hidden
}

#item nav ul li {
	background-color: #FFFFCC;
	float: left;
	border: 1px dashed #FFDD79;
	margin-right: 1%;
	text-align: center;
	width: 32%;
	font-weight: bold;
	margin-bottom: 8px;
	vertical-align: middle;
	padding : 12px 0;
}

#item nav ul li a {
	color: #666666;
	text-decoration: none;
	display : block;
}
}


/* よしもと特集ページ
---------------------------------------------------- */
#contents_yosimoto {
	margin: 0 20px;
}
#contents_yosimoto .bg_white {
	padding: 20px 60px;
	background-image: url(../img/event/backimage_white.gif);
}

#contents_yosimoto .bg_pink {
	padding: 0 30px 20px;
	background-image: url(../img/event/backimage_pink.gif);
}

#contents_yosimoto .event_news {
	background-color: #FFF;
	padding: 0 0 20px 0;

	margin: 0 50px 40px 70px; 
}


#contents_yosimoto .event_news dl {
	margin: 0px 20px 0px 130px;

	padding: 20px 0 0 0;
	border: none;
}


#contents_yosimoto .event_news dt {
	text-align: left;
	float: left;
	background: url(../img/event/news_icon.gif) no-repeat left center;
	padding: 0px 0px 0px 15px;
	background-size: 5px auto;
	margin: 0;
}

#contents_yosimoto .event_news dd {
	clear: none;
	text-align: left;
	margin: 0 0 0 10em;
	padding: 0px; 
}
#contents_yosimoto .interview_top {
	padding: 0 55px;
	background: url(../img/event/interview_bg.gif) no-repeat left top;
}
#contents_yosimoto .interview_top h3 {
	padding: 40px 0 0 0;
	margin: 0;
	text-align: center;
	border: none;
	background: none;
}
#contents_yosimoto .interview_top .imgR {
	padding: 0 0 40px 30px;
	float: right;
}

#contents_yosimoto .interview_top p {
	padding: 20px 0 0 0;
	color: #fff;
	font-size: 15px;
	line-height: 1.6;
}
#contents_yosimoto .interview{
margin: 0 30px;
}
#contents_yosimoto .interview_video {
	margin: 0 30px;
}
#contents_yosimoto .bg_yellow {
	padding: 20px;
}
}

/* common style（分割用）
---------------------------------------------------- */
.contents #item{
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	margin-bottom:40px;
}
.contents #item h1{
	margin:10px 10px 1.5em 0.5em;
	text-align:center;
	float:none;
	line-height: 1.5;
	color:#999;
}

.contents #item #pagePath{
	margin:0 0 14px 15px;
}

.contents #item h2{
  text-align: center;
  margin: 3% 0 2.5% 0;
	padding:0;
	color:#fff;
	font-size:200%;
	line-height:125%;
	padding:1.5% 0 1%;
}
.contents #item #mainImg {
	border:none !important;
	margin:0 0 20px;
	padding:0;
}
.contents #item #mainImg img{
	width:100%;
}

.contents #item .tbNone li ul,.contents #item .tbNone li ul li{
	width:100% !important;	
}

.contents #item section{
	margin-bottom:80px;
	clear:both;	
}

.contents #item .dashedBlueBox,.contents #item .actionCts{
	clear:both;	
}
.contents #item .text_column3 li{
	padding-bottom:10px;
}
/* read_txt */
.contents #item  #read_txt{
	border-radius: 8px;
	background-color:#ffeef2;
	border:#FFFFFF 3px solid;
	box-shadow:0px 0px 6px -2px #dc426f;
	margin:2% 1%;
	padding:0;
}
.contents #item  #read_txt h2{
	border-radius: 8px 8px 0 0;
	text-align:left;
	font-size:130%;
	color:#f15683;
	background:none;
	border:none;
	background-image:url(../img/item/common/read_txt_ttl_icon.png), url(../img/item/common/read_txt_ttl_bg.png);
	background-repeat:no-repeat, repeat;
	background-position:2% center, left top;
	padding:1.5% 2% 1.5% 66px;
	margin:0;
}
.contents #item  #read_txt p{
	padding:2%;
	margin:0;
	font-size:90%;
}

.contents #item  #read_txt p img{
	float: right;
	margin-left: 20px;
}

/* about */
.contents #item #about_img{
	text-align:center;
	width:460px;
	margin:0 auto 50px;
}
/*foot nav*/
.contents #item #pageNav a{
	background:#afafaf;	
}

/*固定追従フッター*/
.contents #fix_footer{
	position:fixed;
	bottom: 0;
	left:0;
	width:100%;
	z-index:100;
	font-size:0;
	line-height:0;
}
.contents #fix_footer ul {
	background-color: rgba(0,0,0,0.5);
	width:100%;
}
.contents #fix_footer li:nth-child(1){
	float:left;
	width:47%;
	margin:1.5% 2%;
}
.contents #fix_footer li:nth-child(2){
	float:left;
	width:47%;
	margin:1.5% 2% 1.5% 0;
}
.contents #fix_footer .b_long li{
	float:none;
	width:96%;
}
.contents #fix_footer .b_long li:last-child{
	width:100%;
	margin:0;
}
.contents #fix_footer .b_long{padding:0.5% 0 0;}
.contents #fix_footer .menu_btn {
	margin-left: 82%;
	width: 18%;
	padding-bottom:10px;
}
.contents .menu_btn {
	cursor: pointer;	
}
.contents #fix_footer .menu_btn img{
	border-radius: 5px 0 0 5px;

	box-shadow: 0 0 3px 2px rgba(0,0,0,0.15);
}


/*固定追従メニュー*/
#fix_nav{
	display:none;
	background-color: rgba(0,0,0,0.7);
	width:100%;
	height:100%;
	z-index:200;
	position:fixed;
	top: 0;
	right:0;
	text-align:left;

	font-size:14px;

}
#fix_nav_inner{

	position:fixed;

	right:0;
	background: #e9e9e9;
	width:83%;
}
#fix_nav ul li{

	border-bottom: #a0a0a0 1px solid;
}
#fix_nav ul li ul li{
	border-top: #a0a0a0 1px solid;
	border-bottom: none;
}
#fix_nav ul li a {
	padding: 4%;
	display: block;
	text-decoration: none;
	color: #333;
}
#fix_nav ul li ul li a {
	padding-left: 6%;
	color: #666;
}
#fix_nav .close_btn {
	position:absolute;
	left:-20.48%;
	width:20.48%;
	border-bottom:none;
	bottom:0;
	cursor: pointer;
	padding:0;
	margin:0;
}
#fix_nav .close_btn img{
	vertical-align: bottom;
}




/*行政書士（分割）*/
#contents_gyosei #item .tbNone li{
	background:#7e7edd;
}
#contents_gyosei #item .tbNone,#contents_gyosei #item .tbNone li a{
	background:#9797e0;
}
#contents_gyosei #item .tbNone li a.on,#contents_gyosei #item .tbNone li a:hover{
	background:#7e7edd;
}

#contents_gyosei #item .tbNone ul li a{
	background:rgba(151,151,224,.7);
}
#contents_gyosei #item .tbNone li:after{
		background: -moz-linear-gradient(top, #9696df 0%, #b3b2e8 100%);
		background: -webkit-linear-gradient(top, #9696df 0%,#b3b2e8 100%);
		background: linear-gradient(to bottom, #9696df 0%,#b3b2e8 100%);
}
#contents_gyosei #item .tbPhoto p {
	background:#9797e0;
}
#contents_gyosei #item h2{
	background: #9797e0;
	border-top: #b2b1e7 6px solid;
	border-bottom: #b2b1e7 6px solid;
}
#contents_gyosei ul.pctb_3column li {
    border: #CCC solid 2px;
    margin-bottom: 40px;
	margin-right:48px;
    padding: 15px;
	text-align:left !important
}
#contents_gyosei ul.pctb_3column li img {
	display: block;
margin: 0 auto;
}
#contents_gyosei ul.pctb_3column li:last-child{
	margin-right:0
}
.helptxt {
	margin-bottom:10px !important
}
.helptxt img{
     display:block !important;
}
/*経営数学の才能開発（分割）*/
#contents_keiei #item .tbNone li {
background: #484848;
}

#contents_keiei #item .tbNone,#contents_keiei #item .tbNone li a {
background: #000000;
}
#contents_keiei #item .tbNone,#contents_keiei #item .tbNone li a:hover {
background: #202020;
}
#contents_keiei #item .tbNone li:after {
background: -moz-linear-gradient(to bottom, #3c3c3c 0%,#ffffff 100%);
background: -webkit-linear-gradient(to bottom, #3c3c3c 0%,#ffffff 100%);
background: linear-gradient(to bottom, #3c3c3c 0%,#ffffff 100%);
}
#contents_keiei #item h2 {
background:url(../img/item/common/title_blackborder.gif);
border-top: #666666 6px solid;
border-bottom: #666666 6px solid;
}
#contents_keiei #item .tbPhoto p {
	background: #000000;
}

/*宅健（分割）*/
#contents_takken #item .tbNone li {
background: #159726;
}

#contents_takken #item .tbNone,#contents_takken #item .tbNone li a {
background: #49b957;
}
#contents_takken #item .tbNone ul li a{

	background:rgba(73,185,87,.7);
}
#contents_takken #item .tbNone li:after {
background: -moz-linear-gradient(to bottom, #9adca3 0%,#daf5dd 100%);
background: -webkit-linear-gradient(to bottom, #9adca3 0%,#daf5dd 100%);
background: linear-gradient(to bottom, #9adca3 0%,#daf5dd 100%);
}
#contents_takken #item h2 {
background: #49b957;
border-top: #76cb81 6px solid;
border-bottom: #76cb81 6px solid;
}
#contents_takken #item .tbPhoto p {
	background: #49b957;
}

/*保育士、心理学入門（分割）*/
#contents_hoiku #item .tbNone li,#contents_psychology #item .tbNone li{
	background:#e83d6e;
}
#contents_hoiku #item .tbNone,#contents_hoiku #item .tbNone li a,#contents_psychology #item .tbNone,#contents_psychology #item .tbNone li a{
	background:#e85680;
}
#contents_hoiku #item .tbNone li a.on,#contents_hoiku #item .tbNone li a:hover,#contents_psychology #item .tbNone li a.on,#contents_psychology #item .tbNone li a:hover{
	background:#e83d6e;
}
#contents_hoiku #item .tbNone ul li a,#contents_psychology #item .tbNone ul li a{
	background:rgba(232,86,128,.7);
}
#contents_hoiku #item .tbNone li:after,#contents_psychology #item .tbNone li:after{
		background: -moz-linear-gradient(top, #e85680 0%, #ffc3d4 100%);
		background: -webkit-linear-gradient(top, #e85680 0%,#ffc3d4 100%);

		background: linear-gradient(to bottom, #e85680 0%,#ffc3d4 100%);

}
#contents_hoiku #item .tbPhoto p,#contents_psychology #item .tbPhoto p {

	background:#e85680; 
}
#contents_hoiku #item h2,#contents_psychology #item h2,#contents_hoiku_wr_schooling #item h2{
	background: #ec5782;
	border-top: #f080a2 6px solid;
	border-bottom: #f080a2 6px solid;
}
/*保育士（分割）*/
#contents_hoiku #item #mainImg{
	margin:0;
}
#contents_hoiku #item #bnr_area{
	padding-top:15px;
	background-color:#f7f7f7;
}
#contents_hoiku #item .cv_area{
	padding:2% 0;
	background-color:#f7f7f7;
	font-size:0;
	line-height:0;
}
#contents_hoiku #item .cv_area ul.cv_area_inner li{
	float:left;
}
#contents_hoiku #item .cv_area ul.cv_area_inner li.cv_set{
	width:57.81%;
	margin:0 1.56%;
}
#contents_hoiku #item .cv_area ul.cv_area_inner li.cv_2cal{
	margin-right:1.56%;
	width:37.5%;
}
#contents_hoiku #item .cv_area ul.cv_area_inner li.cv_2cal ul li{
	float:none;
}
#contents_hoiku #item .kamoku{
	text-align:center;
	background-color:#f7f7f7;
	padding:0.6em 0 1.5em 1.2em;
	margin:0;
	font-size:115%;
}

#contents_hoiku #item .kamoku:before{
	-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent transparent transparent #3333cc;
    border-image: none;
    border-style: solid;
    border-width: 0.4em;
    content: "";
    display: inline-block;
    height: 0;
    width: 0;
}
#contents_hoiku #item .cv_sub{
	padding-bottom:40px;
}
#contents_hoiku #item .cv_sub div{
	font-size:0;
	line-height:0;
}

#contents_hoiku #item section .hoiku_list .acMenu{position:relative; padding:1em 1em; margin-bottom:2em;}
#contents_hoiku #item section .hoiku_list .acMenu .ac_box{display:none;padding:1em; margin:1.5em 0 0;background:#fff;filter:alpha(opacity=80); -moz-opacity:0.8; opacity:0.8;}
#contents_hoiku #item section .hoiku_list .acMenu h4{position:relative; text-align:left;margin-bottom:0; background:none;}
#contents_hoiku #item section .hoiku_list .acMenu h4:before{position:absolute; content:"●"; width:1em; height:1em; margin:auto 0;}
#contents_hoiku #item section .hoiku_list .acMenu .ac_title{display:block; position:absolute;height:3.5em; margin-bottom:0; top:1.5em; right:1em; background:#fff url(/img/item/hoiku/textbook_toggleon.gif) center no-repeat; box-sizing:border-box; border-radius:5px; border:1px solid #dbdbdb;}
#contents_hoiku #item section .hoiku_list .acMenu .active{background-image:url(/img/item/hoiku/textbook_toggleoff.gif);}
#contents_hoiku #item section .hoiku_list .acMenu .ac_box p{margin:0; padding:0;}
#contents_hoiku #item section .hoiku_list .acMenu .ac_box .jitsuginaiyo{text-align:left; margin-top:1em;}
#contents_hoiku #item section .hoiku_list .acMenu .ac_box .jitsuginaiyo dt{font-weight:bold; font-size:110%; color:#ec5782; margin-bottom:0.25em;}
#contents_hoiku #item section .hoiku_list .acMenu .ac_box .jitsuginaiyo dd{text-indent:-1em; padding-left:1em; margin-bottom: 0.5em;}
#contents_hoiku #item section .hoiku_list .acMenu .ac_box .jitsuginaiyo .bold{font-weight:bold;}
#contents_hoiku #item section .hoiku_list .acMenu .ac_box a{text-align:left;}

#contents_hoiku #item section .hoiku_list .li01{background:#fdf1e6 url(/img/item/hoiku/textbook_hoikugenri.jpg) no-repeat 0.25em 0.25em;}
#contents_hoiku #item section .hoiku_list .li01 h4{color:#ed6e01;}

#contents_hoiku #item section .hoiku_list .li02{background:#fbedea url(/img/item/hoiku/textbook_kyouikugenri.jpg) no-repeat 0.25em 0.25em;}
#contents_hoiku #item section .hoiku_list .li02 h4{color:#d5432b;}

#contents_hoiku #item section .hoiku_list .li03{background:#fffbe7 url(/img/item/hoiku/textbook_jidoukateihukushi.jpg) no-repeat 0.25em 0.25em;}
#contents_hoiku #item section .hoiku_list .li03 h4{color:#97712c;}

#contents_hoiku #item section .hoiku_list .li04{background:#fef5f7 url(/img/item/hoiku/textbook_syakaihukushi.jpg) no-repeat 0.25em 0.25em;}
#contents_hoiku #item section .hoiku_list .li04 h4{color:#e84984;}


#contents_hoiku #item section .hoiku_list .li05{background:#eef9f9 url(/img/item/hoiku/textbook_hoikunoshinri.jpg) no-repeat 0.25em 0.25em;}
#contents_hoiku #item section .hoiku_list .li05 h4{color:#00afab;}

#contents_hoiku #item section .hoiku_list .li06{background:#f4f9fc url(/img/item/hoiku/textbook_kodomonohoken.jpg) no-repeat 0.25em 0.25em;}
#contents_hoiku #item section .hoiku_list .li06 h4{color:#0350a3;}

#contents_hoiku #item section .hoiku_list .li07{background:#f6ecf4 url(/img/item/hoiku/textbook_kodomonoshoku.jpg) no-repeat 0.25em 0.25em;}
#contents_hoiku #item section .hoiku_list .li07 h4{color:#9f3a91;}

#contents_hoiku #item section .hoiku_list .li08{background:#f8fae6 url(/img/item/hoiku/textbook_hoikujisshuriron.jpg) no-repeat 0.25em 0.25em;}
#contents_hoiku #item section .hoiku_list .li08 h4{color:#0ea743;}

#contents_hoiku #item section .hoiku_list .li09{background:#fdeff3 url(/img/item/hoiku/textbook_jitsugishiken.jpg) no-repeat 0.25em 0.5em;}
#contents_hoiku #item section .hoiku_list .li09 h4{color:#ec5782;}
#contents_hoiku #item section .hoiku_list .li09 .ac_box{margin-top:0.5em;}

#contents_hoiku #item .taisakulist li {
	text-align:left;
	list-style:disc !important;
	margin-left:20px !important
}
#contents_hoiku #item .listlink {
	background: #e83d6e !important;
	padding-top: 0.5em !important;
	padding-left:0 !important
}
#contents_hoiku #case {
	margin-bottom: 2%;
}
#contents_hoiku #caseBox {
	display: none;
}

#contents_hoiku #caseBox .codeTbl table,
#contents_hoiku #caseBox .codeTbl2 table {
	margin: 0;
	border: #999 2px solid;
	border-collapse: collapse;
}
#contents_hoiku #caseBox table th {
	padding: 5px 0;
}
#contents_hoiku #caseBox table th,
#contents_hoiku #caseBox table td {
	text-align: center;
	width: 20%;
	border-left: #999 1px solid;
	border-right: #999 1px solid;
	border-top: #999 2px solid;
	border-bottm: #999 2px solid;
	border-collapse: collapse;
}
#contents_hoiku #caseBox dl {
	margin: 0 5% 2%;
	padding: 1% 2% 2%;
	text-align: left;
}
#contents_hoiku #caseBox dl.exp {
	border: #ff6631 1px solid;
}
#contents_hoiku #caseBox dl dt {
	padding: 5px 0;
	color: #FF6600;
	font-weight: bold;
}
#contents_hoiku #caseBox dl dd {
	margin-bottom: 15px;
}
#contents_hoiku #caseBox p {
	margin: 0;
	padding: 5px 0 2px;
	text-align: center;
}
#contents_hoiku #case p {
	margin: 0;
}
#contents_hoiku #case .btn_more {
	padding: 4px 50px;
	text-align: center;
	background: #999;
	border-radius: 20px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
}
#contents_hoiku #case .comment {
	margin-right: 3%;
	float: left;
	width: 45%;
}
#contents_hoiku #case .difficult {
	margin-right: 3%;
	float: left;
}
#contents_hoiku #case .notice {
	float: left;
	padding: 4px 10px;
	background: #fff4e8;
	position: relative;
	border: 2px solid #ff6631;
	width: 52%;
	color: #ff6631;
}
#contents_hoiku #case .notice:after,
#contents_hoiku #case .notice:before {
	right: 100%;
	top: 40%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
#contents_hoiku #case .notice:after {
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #fff4e8;
	border-width: 6px;
	margin-top: -6px;
}
#contents_hoiku #case .notice:before {
	border-color: rgba(153, 153, 153, 0);
	border-right-color: #ff6631;
	border-width: 9px;
	margin-top: -9px;
}
#contents_hoiku #case p {
	margin: 0 5%;
	text-align: left;
	font-weight: bold;
}



/* 保育士講座（今が大チャンス） */
#contents #test .btn_more {
	margin: 1% auto;
	padding: 4px 50px;
	text-align: center;
	background: #999;
	border-radius: 20px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
}
#contents #testBox {
	padding: 10px 20px 0;

	display: none;
}
#contents #testBox dl dt {
	padding-bottom: 0;
	margin-bottom: 0;
	background-position: left 14px;
}
#contents #testBox h4 {
	margin-bottom: 0;
	border: none;
}
#contents #testBox dl {
	padding: 0 15px 10px;
}

/*保育士実技試験対策*/
#contents_hoiku09 #item table.center{margin-bottom:1.5em;}

#item .aligncenter{text-align:center;}
#contents_hoiku09 #item .optionicon{display:inline-block; margin-top:1.25em; position:relative;}
#contents_hoiku09 #item .optionicon:before{position:absolute; font-size:70%; color:#fff; content:"オプション"; padding:0.2em; background:#ef4242; border-radius:3px; top:-2em; left:0;}
#contents_hoiku09 #item .dashedBlueBox{margin:2em 0 1em;}
#contents_hoiku09 #item .navigate{margin-bottom:3em;}
#contents_hoiku09 #item .schedule{background:#fff5f8; padding:1em 1em 1.5em; box-sizing:border-box;}
#contents_hoiku09 #item .schedule h4{background:none; color:#e95083; font-size:150%;}
#contents_hoiku09 #item .schedule h4 span{position:relative;}
#contents_hoiku09 #item .schedule h4 span:before{background:url(/img/item/common/lp/icon_check.png) no-repeat center;z-index:2; width:2.25em; height:2.25em; content:""; background-size:contain; position:absolute; left:-2.6em;}
#contents_hoiku09 #item .schedule h4 span:after{background:#ff79a0;z-index:1; width:2.5em; height:2.5em; content:""; border-radius:100%; position:absolute; left:-2.75em;}
#contents_hoiku09 #item .schedule .start{position:relative;box-sizing: border-box;background:#fff;border:solid 2px #ffa53b; border-radius:5px;}
#contents_hoiku09 #item .schedule .start dt{background:#fc8800; color:#fff; font-weight:bold; text-align:center; font-size:120%; padding:0.5em; margin-bottom:1em; position:relative;}
#contents_hoiku09 #item .schedule .start dt:before{content:""; width:0; height:0; border:1em solid transparent; bottom:-1.5em;border-top:0.75em solid #fc8800;position: absolute; left:0; right:0; margin:0 auto; z-index:2;}
#contents_hoiku09 #item .schedule .start dd{box-sizing: border-box;color:#ff5385; font-weight:bold; font-size:120%; padding:0 0.5em 1em;}
#contents_hoiku09 #item .schedule .start dd li{text-align:left; padding-left:1em; color:#666666; font-weight:normal; font-size:80%; position:relative;}
#contents_hoiku09 #item .schedule .start dd li:before{content:"●";width:1em;height:1em;color:#ff5385;}
#contents_hoiku09 #item .schedule .start,#contents_hoiku09 #item .schedule .part{margin-bottom:2.75em;}
#contents_hoiku09 #item .schedule .bottom{margin-bottom:0;}
#contents_hoiku09 #item .schedule .part{background:#fff; border-radius:5px;padding:1em; box-sizing: border-box; position: relative; padding-left:2.75em;}
#contents_hoiku09 #item .schedule .part:before{position:absolute; content:""; width:1.5em; height:1.5em; left:0.75em;top:0.9em; background:url(/img/item/hoiku/icon_checkbox.gif) no-repeat center; background-size:contain;}
#contents_hoiku09 #item .schedule .start:after,#contents_hoiku09 #item .schedule .part:after{position: absolute; left:0; right:0; bottom:-2.25em; margin:0 auto;content:""; width:1.5em; height:1.5em;background:url(/img/item/hoiku_lp/arrow_doubleunder.png) no-repeat center;background-size:contain;}
#contents_hoiku09 #item .schedule .bottom{display: inline-block; width:14em; text-align:center; color:#ff79a0; padding-left:1em; font-weight:bold;}
#contents_hoiku09 #item .schedule .bottom:after,#contents_hoiku09 #item .schedule .bottom:before{content:none;}
#contents_hoiku09 #item .schedule .part .day10r,#contents_hoiku09 #item .schedule .part .day10{display:inline-block; position: absolute; background:#ff79a0; padding:0.5em; border-radius:50%; font-size:80%; color:#fff; font-weight:bold; bottom:-3em; left:55.5%;}
#contents_hoiku09 #item .schedule .part .day10r:before,#contents_hoiku09 #item .schedule .part .day10:before{content:""; width:0; height:0; border:0.4em solid transparent;border-right:1.5em solid #ff79a0;position: absolute;top:0;bottom:0; left:-1.25em; margin:auto 0; z-index:2;}

/*高認試験（分割）*/
#contents_kounin #item .tbNone li{
	background:#e83d6e;
}
#contents_kounin #item .tbNone,#contents_kounin #item .tbNone li a{
	background:#e85680;
}
#contents_kounin #item .tbNone li a.on,#contents_kounin #item .tbNone li a:hover{
	background:#e83d6e;
}
#contents_kounin #item .tbNone ul li a{
	background:rgba(232,86,128,.7);
}
#contents_kounin #item .tbNone li:after{
		background: -moz-linear-gradient(top, #e85680 0%, #ffc3d4 100%);
		background: -webkit-linear-gradient(top, #e85680 0%,#ffc3d4 100%);
		background: linear-gradient(to bottom, #e85680 0%,#ffc3d4 100%);
}
#contents_kounin #item .tbPhoto p {
	background:#e85680; 
}
#contents_kounin #item h2{
	background: #ec5782;
	border-top: #f080a2 6px solid;
	border-bottom: #f080a2 6px solid;
}

/*fp（分割）*/
#contents_fp #item .tbNone li{
	background:#5fcbfe;
}
#contents_fp #item .tbNone,#contents_fp #item .tbNone li a{
	background:#37befe;
}
#contents_fp #item .tbNone li a.on,#contents_fp #item .tbNone li a:hover{
	background:#5fcbfe;
}
#contents_fp #item .tbNone li:after{
		background: -moz-linear-gradient(top, #37befe 0%, #a4e2ff 100%);
		background: -webkit-linear-gradient(top, #37befe 0%,#a4e2ff 100%);
		background: linear-gradient(to bottom, #37befe 0%,#a4e2ff 100%);
}
#contents_fp #item .tbPhoto p {
	background:#37befe; 
}
#contents_fp #item h2{
	background: #37befe;
	border-top: #66ccff 6px solid;
	border-bottom: #66ccff 6px solid;
}

/* ケアマネジャー（分割） */
#contents_care #item .tbNone li{
	background:#84d6ae;
}
#contents_care #item .tbNone,#contents_care #item .tbNone li a{
	background:#60c895;
}
#contents_care #item .tbNone li a.on,#contents_care #item .tbNone li a:hover{
	background:#84d6ae;
}
#contents_care #item .tbNone li:after{
		background: -moz-linear-gradient(top, #84d6ae 0%, #b5f1d3 100%);
		background: -webkit-linear-gradient(top, #84d6ae 0%,#b5f1d3 100%);
		background: linear-gradient(to bottom, #84d6ae 0%,#b5f1d3 100%);
}
#contents_care #item .tbPhoto p {
	background:#5ac490; 
	font-size:130%;
}
#contents_care #item h2{
	background: #66cc9a;
	border-top: #8addb4 6px solid;
	border-bottom: #8addb4 6px solid;
}

/* 看護国試（分割） */
#contents_kango #item .tbNone li{
	background:#84d6ae;
}
#contents_kango #item .tbNone,#contents_kango #item .tbNone li a{
	background:#60c895;
}
#contents_kango #item .tbNone li a.on,#contents_kango #item .tbNone li a:hover{
	background:#84d6ae;
}
#contents_kango #item .tbNone ul li a{
	background:rgba(96,200,149,.7);
}
#contents_kango #item .tbNone li:after{
		background: -moz-linear-gradient(top, #84d6ae 0%, #b5f1d3 100%);
		background: -webkit-linear-gradient(top, #84d6ae 0%,#b5f1d3 100%);
		background: linear-gradient(to bottom, #84d6ae 0%,#b5f1d3 100%);
}
#contents_kango #item .tbPhoto p {
	background:#5ac490; 
}
#contents_kango #item h2{
	background: #66cc9a;
	border-top: #8addb4 6px solid;
	border-bottom: #8addb4 6px solid;
}

/* 簿記3級（分割） */
#contents_boki #item .tbNone li{
	background:#6dc778;
}
#contents_boki #item .tbNone,#contents_boki #item .tbNone li a{
	background:#49b957;
}
#contents_boki #item .tbNone li a.on,#contents_kango #item .tbNone li a:hover{
	background:#6dc778;
}
#contents_boki #item .tbNone ul li a{
	background:rgba(73,185,87,.7);
}
#contents_boki #item .tbNone li:after{
		background: -moz-linear-gradient(top, #6dc778 0%, #dcf7df 100%);
		background: -webkit-linear-gradient(top, #6dc778 0%,#dcf7df 100%);
		background: linear-gradient(to bottom, #6dc778 0%,#dcf7df 100%);
}
#contents_boki #item .tbPhoto p {
	background:#49b957; 
}
#contents_boki #item h2{
	background: #49b957;
	border-top: #6dc778 6px solid;
	border-bottom: #6dc778 6px solid;
}

/* 筆ペン字（分割） */
#contents_fudepenji #item .tbNone li{
	background:#bd99b8;
}
#contents_fudepenji #item .tbNone,#contents_fudepenji #item .tbNone li a{
	background:#ad80a7;
}
#contents_fudepenji #item .tbNone li a.on,#contents_fudepenji #item .tbNone li a:hover{
	background:#bd99b8;
}
#contents_fudepenji #item .tbNone li:after{
		background: -moz-linear-gradient(top, #ad80a7 0%, #ecd5e9 100%);
		background: -webkit-linear-gradient(top, #ad80a7 0%,#ecd5e9 100%);
		background: linear-gradient(to bottom, #ad80a7 0%,#ecd5e9 100%);
}
#contents_fudepenji #item .tbPhoto p {
	background:#ad80a7; 
}
#contents_fudepenji #item h2{
	background: #ad80a7;
	border-top: #bd99b8 6px solid;
	border-bottom: #bd99b8 6px solid;
}

/* ボールペン字（分割） */
#contents_penji #item .tbNone li{
	background:#ea82bd;
}
#contents_penji #item .tbNone,#contents_penji #item .tbNone li a{
	background:#e563ad;

}
#contents_penji #item .tbNone li a.on,#contents_penji #item .tbNone li a:hover{
	background:#ea82bd;
}
#contents_penji #item .tbNone li:after{
		background: -moz-linear-gradient(top, #e767b1 0%, #fef9fd 100%);
		background: -webkit-linear-gradient(top, #e767b1 0%,#fef9fd 100%);
		background: linear-gradient(to bottom, #e767b1 0%,#fef9fd 100%);
}
#contents_penji #item .tbPhoto p {
	background:#ea82bd; 
}
#contents_penji #item h2{
	background: #e563ad;
	border-top: #ea82bd 6px solid;
	border-bottom: #ea82bd 6px solid;
}

/* ネイティブ・イングリッシュ（分割） */
#contents_native-english #item .tbNone li{
	background:#87d6b0;
}
#contents_native-english #item .tbNone,#contents_native-english #item .tbNone li a{
	background:#66cc9a;
}
#contents_native-english #item .tbNone li a.on,#contents_native-english #item .tbNone li a:hover{
	background:#87d6b0;
}
#contents_native-english #item .tbNone li:after{
		background: -moz-linear-gradient(top, #87d6b0 0%, #eefff3 100%);
		background: -webkit-linear-gradient(top, #87d6b0 0%,#eefff3 100%);
		background: linear-gradient(to bottom, #87d6b0 0%,#eefff3 100%);
}
#contents_native-english #item .tbPhoto p {
	background:#66cc9a; 
}
#contents_native-english #item h2{
	background: #66cc9a;
	border-top: #87d6b0 6px solid;
	border-bottom: #87d6b0 6px solid;
}

/*こども環境管理士（分割）*/
#contents_kodomo #item .tbNone li{
	background:#e83d6e;
}
#contents_kodomo #item .tbNone,#contents_kodomo #item .tbNone li a{
	background:#e85680;
}
#contents_kodomo #item .tbNone li a.on,#contents_kodomo #item .tbNone li a:hover{
	background:#e83d6e;
}
#contents_kodomo #item .tbNone ul li a{
	background:rgba(232,86,128,.7);
}
#contents_kodomo #item .tbNone li:after{
		background: -moz-linear-gradient(top, #e85680 0%, #ffc3d4 100%);
		background: -webkit-linear-gradient(top, #e85680 0%,#ffc3d4 100%);
		background: linear-gradient(to bottom, #e85680 0%,#ffc3d4 100%);
}
#contents_kodomo #item .tbPhoto p {
	background:#e85680; 
}
#contents_kodomo #item h2{
	background: #ec5782;
	border-top: #f080a2 6px solid;
	border-bottom: #f080a2 6px solid;
}
#contents_kodomo #item .bannerlist {
	float:right;
	margin:0;
	padding:0;
}
#contents_kodomo #item .bannerlist li {
	float:right;
	margin:0;
	padding:0 0 0 4px;
}
#contents_kodomo #item .actionCts li{
	float:none;
	margin:0 auto;
}

#contents_kodomo #item .prof_name{
	border-bottom: 1px dashed #cccccc;
	padding-bottom:16px;
}
#contents_kodomo #item .profile{
	border-top:none;
}
#contents_kodomo #item .new_teacher p{
	margin-bottom:0;
}
#contents_kodomo #item #carrier_exam {
	background-color:#ffeeee;
	padding:15px;
	font-size:90%;
	margin-bottom:20px;
	text-align:left;
}

/*臨床心理（分割）*/
#contents_clinical #item .tbNone li{
	background:#8f5287;
}
#contents_clinical #item .tbNone,#contents_clinical #item .tbNone li a{
	background:#ad80a7;
}
#contents_clinical #item .tbNone li a.on,#contents_clinical #item .tbNone li a:hover{
	background:#8f5287;
}
#contents_clinical #item .tbNone ul li a{
	background:rgba(143,82,135,.7);
}
#contents_clinical #item .tbNone li:after{
		background: -moz-linear-gradient(top, #b689b0 0%, #eddff0 100%);
		background: -webkit-linear-gradient(top, #b689b0 0%,#eddff0 100%);
		background: linear-gradient(to bottom, #b689b0 0%,#eddff0 100%);
}
#contents_clinical #item .tbPhoto p {
	background:#ad80a7; 
}

#contents_clinical #item h2{
	background: #ad80a7;
	border-top: #cbadc8 6px solid;
	border-bottom: #cbadc8 6px solid;
}

#contents_clinical {
	font-size: 16px;
	line-height: 1.5;
	color: #666666;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}
#contents_clinical section {

    margin-bottom: 40px;
    clear: both;

}
#contents_clinical p {
	margin-bottom: 24px;

	text-align: left;

}
#contents_clinical a {
    color: #3333cc;
}
#contents_clinical a.window {
    background-image: url(../img/icon/icon_window.gif);
    background-repeat: no-repeat;
    background-position: right center;
    margin: 0px;
    padding-right: 15px;
}
#contents_clinical .difference h4{
	background:none;
}
#contents_clinical em {
	font-style: normal;
	color: #ff6600;
	font-weight: bold;
}
#contents_clinical h4 {
	margin-top: 10%;
}




/* charge */
#contents_clinical section#charge,
#contents_clinical section#c_charge {
	margin-bottom: 0;
}
#c_charge {
	padding: 10px;
	background: url(../img/item/clinician/charge_backimage.png) repeat left top;
}
#c_chargeInner {
	padding: 15px;
	background: #fff;
}
#c_charge_main h3 {
	background: none;
	padding: 0;
	border: 0;
	margin-bottom: 10px;
}
#c_charge .chargePrice {
	padding: 20px 0;
}
#c_charge .chargePrice dt {
	color: #69c;
	font-weight: bold;
}
#c_charge .chargePrice dt span {
	color: #666;
	font-size: 80%;
	font-weight: normal;
}
#c_charge .chargePrice dd.otoku {
	color: #f36;
	font-weight: bold;
	font-size: 80%;
}
#c_charge .chargePrice dd .monthly {
	background: #ffc;
	padding: 10px;
	overflow: hidden;
	margin-bottom: 24px;
	word-wrap: break-word;
}
#c_charge .chargePrice dd .price {
	font-size: 1.8em;
	font-weight: bold;
}
#c_charge .chargeTbl table {
	border: #999 1px solid;
	border-collapse: collapse;
	text-align: left;
}
#c_charge .chargeTbl table th {
	border: #999 1px solid;
	background: #ffff80;
	text-align: center;
	width: 25%;
}
#c_charge .chargeTbl table td {
	border: #999 1px solid;
	text-align: right;
}
#c_charge .chargeTbl table td.gray {
	background: #efefef;
	text-align: center;
	text-align: left;
}
#c_charge .line {
	border-bottom: #ccc 1px dotted;
}
#c_charge .otodoke {
	border: 2px solid #999;
	width: 100%;
	text-align: center;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 12px;
	margin-left: auto;
	font-weight: bold;
	color: #FF3366;
	line-height: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#c_charge .otodoke p {
	text-align: center;
	margin-bottom: 5px;
	font-size: 80%;
	font-weight: normal;
	color: #666666;
	margin-top: 5px;
}
#c_charge .otodoke .zengo {
	font-size: 70%;
	color: #999999;
	letter-spacing: -1px;
}
#c_charge .otodoke .title {
	background-color: #999999;
	padding: 4px;
	text-align: center;
	margin-bottom: 8px;
	color:#FFF;
}
#c_charge .otodoke .red {
    color: #f00;
}
#c_charge .pdf {
	background-color: #FFECEC;
	padding: 10px;
	font-size: 75%;
	clear: both;
	text-align: center;
}
#c_charge .pdf a {
	background-image: url(../img/icon/pdf.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;
}

#chargeCmp dl dt {
	margin-bottom: 2%;
	padding: 5px 10px 5px 50px;
	background: #ffdddd url(../img/item/clinician/charge_icon_heart.png) no-repeat 5px;
	background-size: 24px;
	color: #F75D84;
	font-weight:bold;
}
#chargeCmp dl dd {
	font-size: 80%;
	margin-bottom: 5%;
}
#chargeCmp dl dd a {
	background: url(../img/item/clinician/charge_icon_arrow.png) no-repeat left;
    padding-left: 13px;
    background-size: 9px;
}

/* clinical page */
#contents_clinical .dashedBox {
	border: #999 dashed 1px;
	margin-bottom: 25px;
	padding: 15px;
}
#contents_clinical .dashedBox dt {
	text-align: center;
	margin-bottom: 10px;
	font-weight: bold;
}
#contents_clinical .dashedBox dd {
	margin-bottom: 20px;
}
#contents_clinical .dashedPinkBox {
	border: #999 dashed 1px;
	margin-bottom: 25px;
	background: #fee;
	padding: 15px;
}
#contents_clinical .dashedPinkBox dt {
	padding-bottom: 10px;
	border-bottom: #ccc dashed 1px;
}
#contents_clinical .dashedPinkBox .profile {
	font-size: 0.8em;
	padding: 10px 0;
	color: #999;
}

/* support */
#c_support .curriculumTbl table {

	border: 1px solid #999;
	border-collapse: collapse;
	text-align: left;
	font-size: 0.9em;
}

#c_support .curriculumTbl table th {
	border: 1px solid #999;
	border-collapse: collapse;
	text-align: center;

	background: #fff0ee;
	padding: 3px;
}
#c_support .curriculumTbl table td {
	border: 1px solid #999;
	border-collapse: collapse;
	padding: 3px 5px;
}
#c_support .curriculumTbl table td.gray {
	background: #efefef;
	text-align: center;
}
#c_support .optionCR {
	margin-top: 4%;
}
#c_support .optionCR dt {
	float: right;
	width: 80%;
	font-weight: bold;
}
#c_support .optionCR dd.optionImg {
	width: 19%;
	float: left;
	margin-bottom: 4%;
	padding-right: 2%;
}
#c_support .optionCR dd.optionTxt {
	margin-left: 20%;
}


/* 調整 */
#contents_clinical .imgC,
#contents_clinical .txtC {
	text-align: center;
}
#contents_clinical .imgL {
	float: left;
	display: inline;
}
#contents_clinical .txtS {
	font-size: 90%;
}
#contents_clinical .txtSS {
	font-size: 80%;
}
#contents_clinical .txtB {
	font-weight: bold;
}
#contents_clinical .mr20 {
	margin-right: 20px;
}
/* color */
#contents_clinical .pink {
	font-weight: bold;
    color: #f36;
}
#contents_clinical .orange {
	font-weight: bold;
    color: #f60;
}
#contents_clinical .green {
	font-weight: bold;
    color: #2bb6b6;
}
/* clearfix */
#contents_clinical .clearfix:after,.clearfix:after{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
#contents_clinical .clearfix,.clearfix {
	min-height: 1px;
}
* html #contents_clinical .clearfix,* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

#sysWrap .clearfix:after,.clearfix:after{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
#sysWrap .clearfix,.clearfix {
	min-height: 1px;
}
* html #sysWrap .clearfix,* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}
/*保育士筆記試験スクーリング*/
#contents_hoiku_wr_schooling .bg_gray_boder{
	background:#f7f7f7;
	border:1px solid #dfdddd;
	border-radius: 10px;
	padding:20px 25px 0;
	margin:0 20px 60px;
	position: relative;
	z-index: 2;
}
#contents_hoiku_wr_schooling .bg_gray_boder:before{
	content:"";
	width:9em;
	height:3em;
	background:url(../img/item/hoiku/hoiku_wr_schooling/section02_bottomarrow.gif) no-repeat center bottom;
	background-size: contain;
	position:absolute;
	bottom:-2.9em;
	left:0;
	right:0;
	z-index:1;
	margin:0 auto;
}
#contents_hoiku_wr_schooling .illust_coukaku{text-align:center; position: relative;}
#contents_hoiku_wr_schooling .timetable h4{text-align: left; padding-left:1em;}
#contents_hoiku_wr_schooling .timetable h4 span{color:#ff0000; font-weight:normal; font-size:80%;}
#contents_hoiku_wr_schooling .timetable h4.day{width:4em;}
#contents_hoiku_wr_schooling .timetable table{width:100%; margin-bottom: 10px;}
#contents_hoiku_wr_schooling .timetable table th{font-size: 90%; font-weight:normal; background:#ffffcc; text-align:center; padding: 0.5em; border-right:#999 1px solid;border-bottom:#999 1px solid;}
#contents_hoiku_wr_schooling .coution{border:#cccccc solid 1px; padding:10px;}
#contents_hoiku_wr_schooling .coution h4{font-size:130%; text-align:left; color:#ff5489; padding-left:1.25em; background:url(/img/item/hoiku/hoiku_wr_schooling/coution_h.gif) no-repeat left center; background-size:1em; margin-bottom:0;}
#contents_hoiku_wr_schooling .coution ul{margin-left:1em;}
#contents_hoiku_wr_schooling .coution li{text-align:left; margin-bottom:0.5em; position: relative; padding-left:1em;}
#contents_hoiku_wr_schooling .coution li:before{content:"・"; width:1em; height:1em; position: absolute; left:0;}
#contents_hoiku_wr_schooling #application #ikebukuro,#contents_hoiku_wr_schooling #application #yokohama{color:#ff5489; font-weight:bold; font-size:110%; margin-bottom: 0.5em;}
#contents_hoiku_wr_schooling #application #ikebukuro a,#contents_hoiku_wr_schooling #application #yokohama a{display:inline-block; padding-left:0.5em; font-size:80%; color:#002aff; font-weight:normal;}
#contents_hoiku_wr_schooling #application .pinknozl{position:relative;; color:#ff5489; background:#ffdfe9; font-weight:bold; padding:10px; display:inline-block; border-radius:10px;}
#contents_hoiku_wr_schooling #application .pinknozl:before{
	content: "";
	width: 0;
	height: 0;
	border: 1em solid transparent;
	border-top: 1.25em solid #ffdfe9;
	position: absolute;
	bottom: -2em;
	left: 2em;
}
#contents_hoiku_wr_schooling #application .price{font-weight:bold;}
#contents_hoiku_wr_schooling #application .time{color:#ff0000;}
#contents_hoiku_wr_schooling #application .toggle_area{display:none;}
#contents_hoiku_wr_schooling #application .acMenu .ac_title{text-align: center;background:#959595; border-radius:50px;margin-top:20px;}
#contents_hoiku_wr_schooling #application .acMenu .ac_title img{vertical-align: middle;}
#contents_hoiku_wr_schooling #application .acMenu .icon{background:url(/img/item/hoiku/hoiku_wr_schooling/toggle_other_arrow.gif) no-repeat left center; background-size:1em; padding-left:1.25em;}
#contents_hoiku_wr_schooling #application .acMenu .active .icon{background:url(/img/item/hoiku/hoiku_wr_schooling/toggle_other_arrow2.gif) no-repeat left center; background-size:1em; padding-left:1.25em;}

/*獲得LP共通スタイル
---------------------------------------------------- */
#sysItemDetail .lp #item .actionCts ul .dial{
	width:100%;	
}
#sysItemDetail .lp #item  .chargebox  .heartbox  p.title{padding-left:35px; padding-right:5px;}
#sysItemDetail .lp #item{font-size:14px; line-height:150%;}
#sysItemDetail .lp #item h2{
	margin:0 0 1em;
	line-height: 120%;
  padding: 0.5em 0.2em;
}
#sysItemDetail .lp #item h3{
	border:none;
	color:#fff;
	font-weight:bold;
	text-align:center;
}
#sysItemDetail .lp #item .bigchance{padding:0 0.5em;}
#sysItemDetail .lp #item .bigchance .top{
	margin:0;
	background:url(/img/item/hoiku_lp/bigchancettl_bg.gif) no-repeat 1em bottom;
	background-size:contain;
	text-align:left;
	box-sizing:border-box;
}
#sysItemDetail .lp #item .nozl .request,#sysItemDetail .lp #item .nozl .online{display:inline-block; position:relative; margin-top:0.75em;}
#sysItemDetail .lp #item .nozl a img{max-width:none; width:100%;}
#sysItemDetail .lp #item .nozl .request:after,#sysItemDetail .lp #item .nozl .online:after{content:""; background-size:contain; position:absolute;}
#sysItemDetail .lp #item .bigchance h3{background:none; padding:0; margin:0 0 0.5em;}
#sysItemDetail .lp #item .bigchance .top p{margin:0; padding-bottom:1.5em;}
#sysItemDetail .lp #item .bigchance .reason{background:#f7f7f7; border:solid 1px #e4e4e4; border-radius:5px; box-sizing:border-box; margin-bottom:1em; position:relative;}
#sysItemDetail .lp #item .bigchance .reason h4{margin-bottom:1em;}
#sysItemDetail .lp #item .bigchance .r1 h4{background:url(/img/item/hoiku_lp/reason1_bg.png) no-repeat;}
#sysItemDetail .lp #item .bigchance .r1:after,#sysItemDetail .lp #item .bigchance .r2:after{content:""; position:absolute; bottom:0; background-size:contain;}
#sysItemDetail .lp #item .bigchance .r2 h4{background:url(/img/item/hoiku_lp/reason2_bg.png) no-repeat;}
#sysItemDetail .lp #item .bigchance .reason h4,#sysItemDetail .lp #item .bigchance .reason .what{text-align:left;}
#sysItemDetail .lp #item .bigchance .reason .what{border-top:dotted 1px #919191; padding:1em 0 0 3em; margin-bottom:0.5em; position:relative;}
#sysItemDetail .lp #item .bigchance .reason .what:before{position:absolute; content:"重要!"; font-weight:bold; left:0; bottom:0; width:3em; border-radius:50%; background:#009966; color:#fff; text-align:center; line-height:180%; padding-left:0.1em;}
#sysItemDetail .lp #item .bigchance .reason .what:after{ content: ""; width: 0;height: 0;position: absolute; bottom:0.55em; left:3em; margin: 0 auto; background: none; border: 0.3em solid transparent;border-left: 0.5em solid #009966;}
#sysItemDetail .lp #item .bigchance .reason p{margin-bottom:1em;}
#sysItemDetail .lp #item .bigchance .letstart{margin:3.5em auto 0; border-radius:50px; position:relative; font-weight:bold; line-height:190%;}

#sysItemDetail .lp #item .bigchance .letstart .bold{font-size:120%;}

#sysItemDetail .lp #item .bigchance .letstart:before{content:""; background-size:contain; position:absolute; bottom:0; left:0;}
#sysItemDetail .lp #item strong{	color:#ff8000;}
#sysItemDetail .lp #item strong.pink{color:#ff4482;}
#sysItemDetail .lp #item .topbnr{
	clear:both;
	margin-bottom:0.5em;
	text-align-last:center;	
}
#sysItemDetail .lp #item .left{float:left;}
#sysItemDetail .lp #item .right{float:right;}
#sysItemDetail .lp #item .fv #mainImg,#sysItemDetail .lp #item .fv p,#sysItemDetail .lp #item .fv p{
	margin-bottom:0;
	padding:0;
}
#sysItemDetail .lp #item .cvarea{padding:0 0 1.87%;}
#sysItemDetail .lp #item .inner{
	margin: 0 1.87%;
	padding: 1.61% 1.61% 1%;
	border-radius: 5px;
}
#sysItemDetail .lp #item .inner a {
  display: inline-block;
  vertical-align: middle;
}
#sysItemDetail .lp #item .fv .cvarea .price {float: none;}

#sysItemDetail .lp #item .inner .price {
    float: left;
    width: 38%;
    display: inline-block;
}
#sysItemDetail .lp #item .inner .check {
    float: right;
    width: 60%;
    display: inline-block;
}
#sysItemDetail .lp #item .inner .check {
    float: right;
    width: 60%;
    display: inline-block;
}
#sysItemDetail .lp #item .inner .left,#sysItemDetail .lp #item .inner .right{width:49%;}
#sysItemDetail .lp #item .topaside{
	padding:15px 4%;
}
#sysItemDetail .lp #item .topaside li a{
	display: block;
	line-height: 60px;
	font-weight: bold;
	font-size: 90%;
	color: #fff;
	text-decoration: none;
	text-align: center;
	border-radius: 50px;
	background:#afafaf;
	width:48%;
}
#sysItemDetail .lp #item .topaside li span{position:relative;}
#sysItemDetail .lp #item .topaside li span:before{
	content:"";
	width:0;
	height:0;
	vertical-align:middle;
	border: 0.3em solid transparent;
	border-left: 0.4em solid #fff;
	position:absolute;
	top:0;
	bottom:0;
	left:-0.5em;
	margin:auto 0;
}
#sysItemDetail .lp #item .subpop{
	position:relative;
	padding-bottom: 0.3em;
	line-height:120%;
}
#sysItemDetail .lp #item .subpop .subtxt{
	background:#fff88f;
	position:absolute;
	display:inline-block;
	left:0;
	right:0;
	margin:0 auto;
	font-size:65%;
	top:-1em
}

#sysItemDetail .lp #item .subpop .subtxt:before{
	content: "";
	position: absolute;
	display: inline-block;
	bottom:0;
	top:0;
	margin:auto 0;
	left: -1.4em;
	border: 0.75em solid transparent;
	border-right: 0.75em solid #fff88f;
}
#sysItemDetail .lp #item .subpop .subtxt:after{
	content: "";
	position: absolute;
	display: inline-block;
	top:0;
	bottom:0;
	margin:auto 0;
	right: -1.4em;
	border: 0.75em solid transparent;
	border-left: 0.75em solid #fff88f;
}
#sysItemDetail .lp #item .floattxt{width:60%;}
#sysItemDetail .lp #item .floatimg{width:38%;}
#sysItemDetail .lp #item .center{text-align:center; margin-bottom:1em;}
#sysItemDetail .lp #item .checkicon{
	border:none;
	padding:1em 0.3em 0;
	background:none;
	text-align:center;
	clear:both;
	overflow:hidden;
}
#sysItemDetail .lp #item .method .zindx{
	position:relative;
	z-index:10;	
}
#sysItemDetail .lp #item .checkicon span,#sysItemDetail .lp #item .step h3 span,#sysItemDetail .lp #item .point h3 span{
	display:inline-block;
	position:relative;
}
#sysItemDetail .lp #item .checkicon span{padding-left:3.3em;}
#sysItemDetail .lp #item .checkicon .br,#sysItemDetail .lp #item .step h3 .br{padding:0;}
#sysItemDetail .lp #item .checkicon span:before,#sysItemDetail .lp #item .step h3 span:before{background:url(/img/item/common/lp/icon_check.png) no-repeat center;}
#sysItemDetail .lp #item .checkicon span:before,#sysItemDetail .lp #item .step h3 span:before,#sysItemDetail .lp #item .checkicon span:after,#sysItemDetail .lp #item .step h3 span:after{
	content:"";
	background-size:contain;
	position:absolute;
	left:0;	
}
#sysItemDetail .lp #item .checkicon span:before{z-index:2; width:2.25em; height:2.25em; left:0.35em; bottom:-0.35em;}
#sysItemDetail .lp #item .checkicon span:after{z-index:1; border-radius:100%; width:3em; height:3em; bottom:-0.75em;}

#sysItemDetail .lp #item .checkicon span.br:before,#sysItemDetail .lp #item .step h3 span.br:before,#sysItemDetail .lp #item .checkicon span.br:after,#sysItemDetail .lp #item .step h3 span.br:after{content:none;}

#sysItemDetail .lp #item .step h3 span:before{z-index:2; width:1.75em; height:1.75em; left:0.35em; bottom:-0.2em;}
#sysItemDetail .lp #item .step h3 span:after{z-index:1; border-radius:100%; width:2em; height:2em; bottom:-0.35em; left:0.25em;}


#sysItemDetail .lp #item .much{
	margin-bottom:2em;	
}
#sysItemDetail .lp #item .flex{
	box-sizing:border-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display:-ms-flexbox;
	display: -o-flex;
	display: flex;
	-ms-flex-pack:justify;
	-webkit-box-pack:justify;
	-moz-box-pack:justify;
	-webkit-flex-pack:justify;
	-moz-flex-pack:justify;
	-webkit-justify-content:space-between;
	-moz-justify-content:space-between;
	justify-content:space-between;
	align-content:space-between;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}
#sysItemDetail .lp #item .much div{
	border-radius:5px;
	position:relative;
}
#sysItemDetail .lp #item .much dl{
	padding:0 0 1em;
	background:#fff;
	text-align:left;
	border-radius:5px;
}
#sysItemDetail .lp #item .much dt{
	border-radius:5px 5px 0 0;	
}
#sysItemDetail .lp #item .much .merit dt,#sysItemDetail .lp #item .much .demerit dt{
	background:#ffb11b;
	color:#fff;
	font-weight:bold;
	padding:0 0 0 2.7em;
	position:relative;
	margin-bottom:0.5em;
	font-size:115%;
	line-height:170%;
}
#sysItemDetail .lp #item .much .demerit dt{
	background:#9fb9c2;	
}
#sysItemDetail .lp #item .much .merit dt:before,#sysItemDetail .lp #item .much .demerit dt:before{
	content:"";
	width:2em;
	height:2em;
	background:url(../img/item/takken_lp/method_merit_ttlicon.png) no-repeat center;
	position:absolute;
	top:0;
	bottom:0;
	left:0.5em;
	margin:auto 0;
	background-size:contain;
}
#sysItemDetail .lp #item .much .demerit dt:before{
	background:url(../img/item/takken_lp/method_demerit_ttlicon.png) no-repeat center;
	background-size:contain;
}
#sysItemDetail .lp #item .much .reco{
	position:relative;	
}
#sysItemDetail .lp #item .much .reco:before{
	position:absolute;
	left:0;
	right:0;
	top:-2.5em;
	margin:0 auto;
	content:"";
	width:2em;
	height:2em;
	background-size:contain;
}
#sysItemDetail .lp #item .much .reco dt{padding:1em 0.5em 0.5em;}
#sysItemDetail .lp #item .much .corres .reco dt{padding:1.5em 1.5em 0.5em;}
#sysItemDetail .lp #item .much h4{
	color:#fff;
	border-radius:5px 5px 0 0;
	padding-top:0.3em;
	padding-bottom:0.3em;
	margin-bottom:0;
	z-index:1;
}
#sysItemDetail .lp #item .much h4 .color,#sysItemDetail .lp #item .step h2 .color,#sysItemDetail .lp #item .point h2 .color,#sysItemDetail .lp #item .format h2 .color{
	color:#fff88f;
	display:inline-block;
	position:relative;
}
#sysItemDetail .lp #item .much h4 span:before,#sysItemDetail .lp #item .much h4 span:after{content:"";	position:absolute; background-size:contain; z-index:2;}
#sysItemDetail .lp #item .much h4 span:after{z-index:0;}
#sysItemDetail .lp #item .much .selfstudy h4 span:before{background:url(/img/item/common/lp/method_icon_selflean.png) no-repeat center bottom;}
#sysItemDetail .lp #item .much .school h4 span:before{background:url(/img/item/common/lp/method_icon_school.png) no-repeat center bottom;}
#sysItemDetail .lp #item .much .corres h4 span:before{background:url(/img/item/common/lp/method_icon_corres.png) no-repeat center bottom;}
#sysItemDetail .lp #item .much .selfstudy h4 span:before,#sysItemDetail .lp #item .much .school h4 span:before,#sysItemDetail .lp #item .much .corres h4 span:before{background-size:contain;}
.lp #item .much .selfstudy:before,.lp #item .much .school:before,.lp #item .much .corres:before{
	width: 0;
	height: 0;
	position: absolute;
}
#sysItemDetail .lp #item .much .selfstudy:after,#sysItemDetail .lp #item .much .school:after,#sysItemDetail .lp #item .much .corres:after{

	width: 2em;

	height:10em;
	position: absolute;
}

#sysItemDetail .lp #item .much .reco{
	position:relative;	
}
#sysItemDetail .lp #item .much .reco dt{
	padding:1em 0.5em 0.5em;
}
#sysItemDetail .lp #item .much .corres .merit dd{
	padding:0;
	margin-bottom:0;	
}
#sysItemDetail .lp #item .much .merit dd,#sysItemDetail .lp #item .much .demerit dd,#sysItemDetail .lp #item .much .reco dd,#sysItemDetail .lp #item .much .corres .merit dd ul li{
	padding:0 0.5em 0 2.2em;
	margin-bottom:0.5em;
	position:relative;
	font-size:90%;
}
#sysItemDetail .lp #item .much .merit dd:before,#sysItemDetail .lp #item .much .demerit dd:before,#sysItemDetail .lp #item .much .reco dd:before,#sysItemDetail .lp #item .much .corres .merit dd ul li:before{
	content:"";
	width:1em;
	height:1em;
	background:url(/img/item/common/lp/merit_list.gif) no-repeat center;
	background-size:contain;
	position:absolute;
	top:0.25em;
	left:1.1em;
	z-index:2;
}
#sysItemDetail .lp #item .much .demerit dd:before{background:url(/img/item/common/lp/demerit_list.gif) no-repeat center;background-size:contain;}
#sysItemDetail .lp #item .much .reco dd:before{background:url(/img/item/common/lp/reco_icon.png) no-repeat center;background-size:contain; width:0.8em; height:0.85em; top:0.35em; left:1.17em;}
#sysItemDetail .lp #item .much .reco dd:after{content:""; width:1em; height:1em; border-radius:100%; position:absolute; top:0.25em; left:1.1em;}
#sysItemDetail .lp #item .much .corres .merit dd:before,#sysItemDetail .lp #item .much .reco .nonelist:before,#sysItemDetail .lp #item .much .reco .nonelist:after,#sysItemDetail .lp #item .much .demerit .nonelist:before{
	content:none;	
}
#sysItemDetail .lp #item .much .selfstudy .demerit,#sysItemDetail .lp #item .much .school .demerit{
	margin-bottom:3em;	
}
#sysItemDetail .lp #item .much .corres{
	width:100%;
	clear:both;	
}
#sysItemDetail .lp #item .much .reco .nonelist,#sysItemDetail .lp #item .much .demerit .nonelist{
	padding:0 1em;
	margin-bottom:0;
	box-sizing:border-box;
}
/*#sysItemDetail .lp #item .much .demerit .nonelist:before,#sysItemDetail .lp #item .much .demerit .nonelist:after{
	position:absolute; content:""; width:4em; height:4em; top:5em; left:0; right:0; margin:0 auto;
}
#sysItemDetail .lp #item .much .demerit .nonelist:before{background:url(../img/item/common/lp/icon_point.png) no-repeat center; background-size:contain; width:3.5em; height:3.5em; z-index:2;}
#sysItemDetail .lp #item .much .demerit .nonelist:after{border-radius:100%;}*/
#sysItemDetail .lp #item .much .corres .demerit{
	position:relative;
}
#sysItemDetail .lp #item .actionCts{
	background:#55a6be;
	border:none;
	padding:0.5em;
	margin-bottom:5em;
}
#sysItemDetail .lp #item .actionCts p{
 margin:0;
 margin-top:-1.5em;
 background:none;
 padding:0;
}
#sysItemDetail .lp #item .actionCts .flex{
	background:#fff;
	border-radius:5px;
	padding:0.1em 1em 0.5em;
	-ms-flex-align:baseline;/*--- IE10 ---*/
	align-items:baseline;
	
}
#sysItemDetail .lp #item .actionCts .li{
	float:none;
}
#sysItemDetail .lp #item .icatch{
	margin-bottom:0;
	text-align:center;	
}
#sysItemDetail .lp #item .icatch img{
	vertical-align:bottom;	
}
#sysItemDetail .lp #item .colum{
	background:#eeeeee;
	padding:1em;
	clear:both;
	margin:1em 0.5em 5em;
}
#sysItemDetail .lp #item .colum .inner{
	border-radius:5px;
	background:#fff;
	margin:0;
}
#sysItemDetail .lp #item .colum h4{
	border-bottom:dotted 1px #eeeeee;
	font-weight:bold;
	padding:0.3em;
	background:#fff;
	font-size:130%;
	text-align:left;
}
#sysItemDetail .lp #item .colum p{
	padding:1em 0.5em 0.5em;
}
#sysItemDetail .lp #item .sys55 .inner .left{
	display:inline-block;
	height:auto;
	margin:0.5em;
	padding:0;
}
#sysItemDetail .lp #item .navi .inner .right{

	display:inline-block;
	margin:0.5em 0 0.5em 0.5em;
	padding:0;
}
#sysItemDetail .lp #item .sys55 .inner .left img{
	vertical-align:middle;	
}
#sysItemDetail .lp #item .colum h4,#sysItemDetail .lp #item .colum p{margin-bottom:0;}
#sysItemDetail .lp #item .colum p{font-size:0.8em;}
#sysItemDetail .lp #item .sys55 img{
	margin:0 0.5em;
}
#sysItemDetail .lp #item .navi .flex{
	padding:0 0.5em;	
}


#sysItemDetail .lp #item .navi .flex,#sysItemDetail .lp #item .navi .flex p{
	position:relative;
}
#sysItemDetail .lp #item .navi p span{
	display:block;
	position:relative;
	margin-left:2.5em;
	margin-top:0.3em;
	font-weight:bold;
}
#sysItemDetail .lp #item .navi p span:before,#sysItemDetail .lp #item .navi p span:after{
	content:"";
	width:2.5em;
	height:2.5em;
	position:absolute;
	top:0;

	left:-2.8em;
	bottom:0;
	margin:auto 0;
}
#sysItemDetail .lp #item .navi p span:before{z-index:3; width:2em; height:2em; left:-2.55em;}
#sysItemDetail .lp #item .navi p span:after{border-radius:100%;}
#sysItemDetail .lp #item .navi p span:before{background:url(../img/item/common/lp/step_navi_iocn01.png) no-repeat center;}
#sysItemDetail .lp #item .navi .step2 span:before{background:url(../img/item/common/lp/step_navi_iocn02.png) no-repeat center;}
#sysItemDetail .lp #item .navi .step3 span:before{background:url(../img/item/common/lp/step_navi_iocn03.png) no-repeat center;}
#sysItemDetail .lp #item .navi p span:before,#sysItemDetail .lp #item .navi .step2 span:before,#sysItemDetail .lp #item .navi .step3 span:before{background-size:contain;}
#sysItemDetail .lp #item .step .root{
	padding:1em;
	border:dotted 2px #eeeeee;
	position:relative;
	margin:0.5em 0.5em 2em;
	width:auto;
}
#sysItemDetail .lp #item .root dt{
	border-radius: 5px;
	background: #ccc;
	font-size: 120%;
	font-weight:bold;
	padding: 0.1em;
	color:#4b4b4b;
}
#sysItemDetail .lp #item .root .yotsuya dt{color:#fff;}
#sysItemDetail .lp #item .root dt,#sysItemDetail .lp #item .root dd{
	position:relative;	
}
#sysItemDetail .lp #item .point h3{
	width:auto;
	position:relative;
	border:none;
	background:none;
	padding:0;
	text-align:center;
	margin:3em 0.5em 1em;
}
#sysItemDetail .lp #item .point h3 span{
	display:inline-block;
	background:#fff;
	padding:0 0.5em;
}
#sysItemDetail .lp #item .point h3:before{
	content:"";
	width:100%;
	height:1px;
	position:absolute;
	top:62%;
	left:0;
	margin:auto;
}
#sysItemDetail .lp #item .process{
	background:none;
	width:auto;	
}
#sysItemDetail .lp #item .process li{
	margin:0 0.5em 2.5em;
	border:solid 1px #ebebeb;
	background:#f9f9f9;
	border-radius:5px;
	padding:2.5em 2em;
	width:auto;
	position:relative;
}
#sysItemDetail .lp #item .process .s3{margin-bottom:1.5em;}
#sysItemDetail .lp #item .process li:before,#sysItemDetail .lp #item .point .process .s1:before,#sysItemDetail .lp #item .point .process .s2:before{
	content:"";
	width:1.25em;
	height:1.25em;
	background:#e7e7e7;
	position:absolute;
	bottom:-1.25em;
	left:0;
	right:0;
	margin:0 auto;
}
#sysItemDetail .lp #item .process li:after,#sysItemDetail .lp #item .point .process .s1:after,#sysItemDetail .lp #item .point .process .s2:after{
	content: "";
	width: 0;
	height: 0;
	border: 1.25em solid transparent;
	border-top: 1.25em solid #e7e7e7;
	position: absolute;
	bottom: -3.25em;
	right: 0;
	left: 0;
	margin: 0 auto;
}
#sysItemDetail .lp #item .process .s4:after,#sysItemDetail .lp #item .process .s4:before,#sysItemDetail .lp #item .point .process .s3:after{
	content:none;	
}
#sysItemDetail .lp #item .point .process .s3:before{
	content:"";
	width:2em;
	height:3em;
	background-size:contain;
	position:absolute;
	bottom:-3.25em;
	left:0;
	right:0;
	margin:0 auto;
}
#sysItemDetail .lp #item .point .process .result{
	background:none;
	border:none;
	align-items:center;
	margin:0 auto 3em;
}
#sysItemDetail .lp #item .point .process .result strong{
	color:#ff8000;
}
#sysItemDetail .lp #item .iconpoint{
	position:relative;
	padding-left:4.5em;
}
#sysItemDetail .lp #item .iconpoint:before,#sysItemDetail .lp #item .iconpoint:after{
	content:"";
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	margin:auto 0;
}
#sysItemDetail .lp #item .iconpoint:before{left:0.2em; width:3.5em; height:3.5em; background:url(../img/item/common/lp/icon_point.png) no-repeat center; z-index:3; background-size:contain;}
#sysItemDetail .lp #item .iconpoint:after{width:4em; height:4em; border-radius:100%;}
#sysItemDetail .lp #item .point .colum p{
	width:100%;		
}
#sysItemDetail .lp #item .point .colum .right{
	float:right; margin-left:0.5em;
}
#sysItemDetail .lp #item .point .point2 .s3 p{
	width:100%;
}
#sysItemDetail .lp #item .point .point2 .s3 .flex{
	-ms-flex-pack:justify;/*--- IE10 ---*/
	justify-content:space-between;
	align-items:center;
	padding:1.5em 0;
}

#sysItemDetail .lp #item .point .point2 .s3 .flex p{
	width:25%;
	position:relative;
}
#sysItemDetail .lp #item .point .point2 .s3 .flex .plus:after,#sysItemDetail .lp #item .point .point2 .s3 .flex .equal:after{
	content:"+";
	font-weight:bold;
	color:#c4c4c4;
	text-align:center;
	background:#fff;
	border:solid 1px #ededed;
	border-radius:50%;
	position:absolute;
}
#sysItemDetail .lp #item .point .point2 .s3:before{
	content:none;	
}
#sysItemDetail .lp #item .checkbook h2 .br_pctb{display:block;}
#sysItemDetail .lp #item .day8 .center,#sysItemDetail .lp #item .checkbook .center{
	margin-bottom:1.5em;	
}

#sysItemDetail .lp #item .day8 .flex,#sysItemDetail .lp #item .checkbook .flex{
	padding:0 1.5em 1em;
	position:relative;
	z-index:1;
}
#sysItemDetail .lp #item .day8 .flex p,#sysItemDetail .lp #item .checkbook .flex p{margin:0 0 1em; padding:0;}
#sysItemDetail .lp #item .day8 .flex,#sysItemDetail .lp #item .checkbook .flex{align-items:flex-start;}
#sysItemDetail .lp #item .checkbook .flex{
	background:none;
}
#sysItemDetail .lp #item .day8 .flex:before{
	content:"";
	height:1px;
	background:#fff;
	position:absolute;
	top:-1px;
	left:0;
	right:0;
	margin:0 auto;
	z-index:2;
}
#sysItemDetail .lp #item .day8 h2,#sysItemDetail .lp #item .checkbook h2{
	padding:0;
	text-align:center;
	line-height:120%;
	background:none;	
	position:relative;
	z-index:3;
}
#sysItemDetail .lp #item .day8 h2{
	margin:-0.5em auto 0.5em;
}
#sysItemDetail .lp #item .checkbook h2{
	margin:-0.5em auto 0.1em;
}
#sysItemDetail .lp #item .checkbook h2{
	color:#fff;
 	font-weight:bold;
	letter-spacing: 0.05em;
	font-size:220%;
}
#sysItemDetail .lp #item .checkbook .bg{
	display:block;
	padding:0.3em;
	position:relative;
}
#sysItemDetail .lp #item .checkbook .bg:before{
	content:"";
	width:100%;
	height:0.3em;
	background:#fff;
	position:absolute;
	top:0;
	left:0;
	right:0;
	margin:0 auto;
}
#sysItemDetail .lp #item .day8 h2 .color{
	color:#ff9000;
	font-size:150%;
}
#sysItemDetail .lp #item .day8 h2 .border{position:relative; z-index:5;}
#sysItemDetail .lp #item .day8 h2 .border:before{
	content:"";
	width:100%;
	height:0.4em;
	background:#fff88f;
	position:absolute;
	bottom:0.1em;
	z-index:-1;
}
#sysItemDetail .lp #item ul.cap li,#sysItemDetail .lp #item p.cap{
	position:relative;
	padding:0 0 0 1em;
	margin:0 0 0.5em;
	font-size:80%;
	text-align:left;
	line-height:150%;
}
#sysItemDetail .lp #item ul.cap li a{
	color:#ff6600;
}
#sysItemDetail .lp #item ul.cap li:before,#sysItemDetail .lp #item p.cap:before{
	content:"※";
	width:1em;
	height:1em;
	position:absolute;
	left:0;
	margin:auto 0;	
}
#sysItemDetail .lp #item h2.default_ttl{
	font-size:250%;
	padding:0.3em 0.2em;
}
#sysItemDetail .lp #item .format h4{
	font-weight:bold;
	padding:0 0 0 1.2em;
	position:relative;
	background:none;
	text-align:left;
	margin:0 0 0.5em 0.2em;
	font-size:120%;
}
#sysItemDetail .lp #item .format h4:before{
	content:"";
	width:1em;
	height:1em;
	border-radius:50%;
	position:absolute;
	left:0;
	top:0.25em;
	bottom:0;
}
#sysItemDetail .lp #item .format .stepup{margin:0 1em;}	
#sysItemDetail .lp #item .format .stepup .step4 li .img{text-align:center;}
#sysItemDetail .lp #item .format .stepup .setpnum{
		font-weight:bold;
		height:3em;
		width:6em;
		display:inline-block;
		vertical-align:bottom;
		border-radius:3em 3em 0 0;
		text-align:center;
		color:#fff88f;
		margin:2em auto 0;
		padding:0.7em 0 0;
		position:relative;
		z-index:10;
}
#sysItemDetail .lp #item .format .stepup .arrowdown{

	margin-top:4em;
	margin-bottom:-2px;
}
#sysItemDetail .lp #item .format .stepup .navi55 .arrwdown{position:relative;}
#sysItemDetail .lp #item .format .stepup .arrowdown:after,#sysItemDetail .lp #item .format .stepup .navi55 .arrwdown:after,#sysItemDetail .lp #item .support .last:after{
	content:"";
	width:2em;
	height:2em;
	background-size:contain;
	position:absolute;
	top:-1.5em;
	left:0;
	right:0;
	margin:0 auto;
	z-index:3;
}
#sysItemDetail .lp #item .format .stepup .arrowdown:before{
	content: "";
	width: 0;
	height: 0;
	border: 2em solid transparent;
	border-top: 2em solid #fff;
	position: absolute;
	top: -1.3em;
	right: 0;
	left: 0;
	bottom: 0;
	margin: 0 auto;
	z-index:2;
}
#sysItemDetail .lp #item .format .stepup .setpnum span{
	font-size:150%;
	display:block;
	line-height:65%;
}
#sysItemDetail .lp #item .format .stepup .demo{
	background:#fafafa;
	border:solid 1px #ebebeb; 
	border-radius:5px;
	width:auto;
	padding:1em;
	margin:0 1em 2em;
	box-sizing:border-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display:-ms-flexbox;
	display: -o-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack:justify;
	-webkit-align-content: space-between;
	justify-content:center;
	/*justify-content:space-between;*/
	align-content:space-between;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}
#sysItemDetail .lp #item .format .stepup .demo_float p{
	text-align:center;
	
}
#sysItemDetail .lp #item .format .stepup .step2{
	padding:0;
	border:none;
	background:none;
	justify-content:center;
	/*justify-content: flex-start;*/
}

#sysItemDetail .lp #item .format .stepup .demo ul li,
#sysItemDetail .lp #item .format .stepup .demo_float ul li{
	width:100%;
	background:#ffefb0;
	padding:0.5em 0.5em 0.5em 1.5em;
	margin:0 0 0.5em;
	border-radius:5px;
	color:#111111;
	font-size:80%;
	border:none;
	text-align:left;
	font-weight:bold;
	position:relative;
}
#sysItemDetail .lp #item .format .stepup .demo_float ul{
	padding-bottom:1em;
}

#sysItemDetail .lp #item .format .stepup .demo ul li:before,
#sysItemDetail .lp #item .format .stepup .demo_float ul li:before{
	content:"";
	width:0.5em;
	height:0.5em;
	background:#fff;
	border-radius:100%;
	position:absolute;
	top:0;
	bottom:0;
	left:0.5em;
	margin:auto 0;
}
#sysItemDetail .lp #item .format .stepup .demo .img{margin:0 auto 1.5em !important;}
#sysItemDetail .lp #item .format .stepup .navi55 .iconpoint{
	background:#f7fcf8;
	border:solid 1px #d3efd8;
	border-radius:5px;
	color:#777777;
	font-size:110%;
	font-weight:bold;
	padding:1.5em 1.5em 1.5em 6em;
	margin-top:4em;
}
#sysItemDetail .lp #item .format .stepup .navi55 .iconpoint:before{left:1.2em;}
#sysItemDetail .lp #item .format .stepup .navi55 .iconpoint:after{left:1em;}
#sysItemDetail .lp #item .format .stepup .navi55 .arrwdown:after{
	bottom:-0.5em;
	top:inherit;	
}
/*#sysItemDetail .lp #item .format .stepup .process li p{width:auto;}*/
#sysItemDetail .lp #item .format .stepup .process .s3:before{
	content:"試験合格!";
	width:6em;
	font-size:120%;
	text-align:center;
	font-weight:bold;
	color:#fff;
	height:2.5em;
	line-height:3.5em;
	bottom:-2.5em;
	z-index:3;
}
#sysItemDetail .lp #item .format .stepup .process .s3:after{
		border: 6em solid transparent;
		bottom:-10.5em;

		z-index:2;
}
#sysItemDetail .lp #item .format .stepup .process .s4 p{
	text-align:center;
	font-weight:bold;
	color:#ff9000;
	text-shadow: #fff 2px 2px 0px, #fff -2px 2px 0px,
 #fff 2px -2px 0px, #fff -2px -2px 0px;
}
#sysItemDetail .lp #item .checkbook .flex{padding-bottom:0;}
#sysItemDetail .lp #item .checkbook h3{
	background:none;
	width:100%;
	text-align:left;
	position:relative;
}
#sysItemDetail .lp #item .checkbook h3 .small{margin-bottom:0.5em; line-height:130%;}
#sysItemDetail .lp #item .checkbook h3:before{
	width:3em;
	height:3em;
	background:url(/img/item/common/lp/checkbook_icon.gif) no-repeat center;
	background-size:contain;
	position:absolute;
}
#sysItemDetail .lp #item .checkbook h3 .small{
	display:block;

	font-size:70%;
	text-indent:-0.5em;
}
#sysItemDetail .lp #item .student .exp{
	margin:0 1em 2em;
	background:none;
	padding:0;
}
#sysItemDetail .lp #item .student .exp h3{
	line-height:150%;
	text-align:left;
	position:relative;
}
#sysItemDetail .lp #item .student .exp h3:before,#sysItemDetail .lp #item .student .exp h3:after{

	content:"";
	background-size:contain;
	position:absolute;
	top:0;
	bottom:0;
	left:0.8em;
	margin:auto 0;	
}
#sysItemDetail .lp #item .student .exp h3:after{background:url(../img/item/common/lp/icon_voice.png) no-repeat center; z-index:3;}
#sysItemDetail .lp #item .student .exp h3:before{border-radius:100%;}
#sysItemDetail .lp #item .student .exp .ttl{
	margin:0 1em 1em 11em;	
}
#sysItemDetail .lp #item .student .exp p{
	margin:0 1em 1em;	
}
#sysItemDetail .lp #item .student .exp .pink{
	padding:0;
	border-bottom:1px solid #3fae51;
}
#sysItemDetail .lp #item .student .exp .smallsize{line-height:120%;}
#sysItemDetail .lp #item .student .exp .question{
	color:#ff6600;
	font-weight:bold;
	position:relative;
	text-indent:2.2em;
	display:inline-block;
}
#sysItemDetail .lp #item .student .exp .question:before{
	content:"";
	width:2em;
	height:1px;
	background:#ff6600;
	position:absolute;
	top:0.6em;
	left:0;
}
#sysItemDetail .lp #item .student .exp .more a{
	background:#ff6600;
	position:relative;
	padding-left:1.2em;
	color:#fff;
}
#sysItemDetail .lp #item .student .exp .more .continue:before{
	content: "";
	width: 0;
	height: 0;
	border:0.3em solid transparent;
	border-top:0.5em solid #fff;
	position: absolute;
	top:0.8em;
	left:0.4em;
}
#sysItemDetail .lp #item .student .exp .more .collapse:before{
	content: "";
	width: 0;
	height: 0;
	border:0.3em solid transparent;
	border-bottom:0.5em solid #fff;
	position: absolute;
	top:0.8em;
	left:0.4em;
}
#sysItemDetail .lp #item .support{
	margin-bottom:0;
	padding-bottom:0;
}
#sysItemDetail .lp #item .support .checkicon{
	text-align:left;
	margin:0 0.5em 1em;
}
#sysItemDetail .lp #item .support p{
	margin:0 0.5em 1em;
}
#sysItemDetail .lp #item .support p .right{
	width:11em;
	margin-left:0.5em;	
}
#sysItemDetail .lp #item .support .last{
	padding-top:4em;
	margin-bottom:1.5em;
	text-align:center;
	position:relative;	
}
#sysItemDetail .lp #item .support .last:after{
	width:3em;
	height:3em;
	top:0;
}
#sysItemDetail .lp  #item .chargebox .cp,#sysItemDetail .lp  #item .chargebox .cp p{
	text-align:center;	
}
#sysItemDetail .lp  #item .chargebox .cp h3{
	background:none;
	margin:0;
	padding:0;
}
#sysItemDetail .lp  #item .chargebox .cp h3 img{
	vertical-align:bottom;
}
#sysItemDetail .lp  #item .chargebox .cp .border{
	border:solid 6px #55be66;
	border-top:none;
	padding:0.5em;
}
#sysItemDetail .lp  #item .professor .font-bold{font-size:120%; line-height:150%;}
#sysItemDetail .lp  #item .professor .date{color:#666;}
#sysItemDetail .lp  #item .professor .date img{display:block; margin:0 auto 0.5em;}
#sysItemDetail .lp  #item .professor .date .name{font-weight:bold; font-size:120%; display:block; padding-top:0.3em;}
#sysItemDetail .lp  #item .professor h4.profile{font-weight:bold; background:none; border-bottom:none; padding:1em 0 0; margin:0; font-size:90%; text-align:left;}
#sysItemDetail .lp  #item .professor h4.profile:before{content:"< "; width:1em; height:1em;}
#sysItemDetail .lp  #item .professor h4.profile:after{content:" >"; width:1em; height:1em;}
#sysItemDetail .lp  #item .professor p.profile{border-top:none;}
#sysItemDetail .lp #item .process li.pointcolum{padding:1em 0;}
#sysItemDetail .lp #item .process li.pointcolum .inner{background:#fff; width:100%; padding:1em;}
#sysItemDetail .lp #item .process li.pointcolum .inner:not(:target) {width:96%; /* IE9,10 */}
#sysItemDetail .lp #item .process li.pointcolum .inner .iconpoint{position:relative;}
#sysItemDetail .lp #item .process li.pointcolum .inner .iconpoint:before,#sysItemDetail .lp #item .process li.pointcolum .inner .iconpoint:after{position:absolute; content:""; top:0; bottom:0; left:0; margin:auto 0;}
#sysItemDetail .lp #item .process li.pointcolum .inner .iconpoint:before{left:0.1em; width:3.5em; height:3.5em; background:url(../img/item/common/lp/icon_point.png) no-repeat center; z-index:3; background-size:contain;}
#sysItemDetail .lp #item .process li.pointcolum .inner .iconpoint:after{width:4em; height:4em;border-radius:100%;}
#sysItemDetail .lp #item .process li.pointcolum .inner .iconpoint li{position:relative; background:none; margin:0 0 0.2em; padding:0 0 0 1.25em; border:none; text-align:left;}
#sysItemDetail .lp #item .process li.pointcolum .inner .iconpoint li:before{position:absolute; content:"★"; width:1em; height:1em;top:0;left:0;background:none; margin:0;}
#sysItemDetail .lp #item .process li.pointcolum .inner .iconpoint li:after{content:none;}
/* 獲得LP 3つの理由バージョン共通設定 */
#sysItemDetail .lp #item .cvarea.select_reason{padding:1.87% 0;}
#sysItemDetail .lp #item .cvarea.select_reason h2{text-align:center; padding:0; background:none; margin:-7.3% 0 0;}
#sysItemDetail .lp #item .cvarea.select_reason .inner{padding-bottom:1.61%;}
#sysItemDetail .lp #item .cvarea.select_reason ul{padding:1% 0.3% 0;}
#sysItemDetail .lp #item .cvarea.select_reason ul li{width:32%; float:left; margin-right:2%; background-color:#fff; border-radius: 5px;}
#sysItemDetail .lp #item .cvarea.select_reason ul li a{display:inline;}
#sysItemDetail .lp #item .cvarea.select_reason ul li:nth-child(3){margin-right:0;}
#sysItemDetail .lp #item .cvarea.select_reason ul li img{vertical-align: bottom; margin:0 auto;}
.lp #item .cvarea.select_reason ul li dl dt{padding:6px 0; border-top-left-radius: 5px; border-top-right-radius: 5px; background-color:#55be66; }
#sysItemDetail .lp #item .cvarea.select_reason ul li dl dd.cvarea_btn{ padding:0 3% 5%; }


/*宅健獲得LP*/
#contents_takkenlp #item .cvarea.select_reason{background:#95d39e;}
#contents_takkenlp #item h2,#contents_takkenlp #item h3,#contents_takkenlp #item .subpop,#contents_takkenlp #item .much h4,#contents_takkenlp #item .point h3:before,#contents_takkenlp #item .root .yotsuya dt,#contents_takkenlp #item .format .stepup .setpnum,#contents_takkenlp #item .format .stepup .process .s3:before,#contents_takkenlp #item .student .exp h3:before,#contents_takkenlp #item .much h4 span:after,#contents_takkenlp #item .checkicon span:after,#contents_takkenlp #item .step h3 span:after,#contents_takkenlp #item .navi p span:after,#contents_takkenlp #item .process li.pointcolum .inner .iconpoint:after,#sysItemDetail .lp #item .iconpoint:after,#contents_takkenlp #item .much .demerit .nonelist:after{background:#56be66;}

#sysItemDetail #contents_takkenlp #item .checkicon,#contents_takkenlp #item .subpop .subtxt,#contents_takkenlp #item .colum h4,#contents_takkenlp #item .navi p span{color:#55be66;}

#contents_takkenlp #item .cvarea{background:#3fae51; padding-top:0;}

#contents_takkenlp #item .inner{
	background:url(/img/item/takken_lp/fv_bg_stripe.png) repeat;
}
#contents_takkenlp #item .nozl .request:after{background:url(/img/item/takken_lp/bt_request_nozl.png) no-repeat center;}
#contents_takkenlp #item .fv .cvarea .inner .left{width:58%;}
#contents_takkenlp #item .fv .cvarea .inner .right{width:41%;}
#contents_takkenlp #item .passrate .subpop .subtxt:after{
	right: -1.4em;
	border: 0.75em solid transparent;
	border-left: 0.75em solid #fff88f;
}

#sysItemDetail #contents_takkenlp #item .checkicon{border-bottom:1px solid #55be66;}
#contents_takkenlp #item .much .selfstudy:before,#contents_takkenlp #item .much .school:before,#contents_takkenlp #item .much .corres:before{
	border: 2em solid transparent;
	border-top:2em solid #dff1e1;
	}
#contents_takkenlp #item .much .selfstudy:after,#contents_takkenlp #item .much .school:after,#contents_takkenlp #item .much .corres:after{background:#dff1e1;}
#contents_takkenlp #item .much div{background:#dff2e2;}
#contents_takkenlp #item .much .reco:before{background:url(../img/item/takken_lp/arrow_doubleunder.png) no-repeat center;}


#contents_takkenlp #item .much .merit dd:before,#contents_takkenlp #item .much .demerit dd:before,#contents_takkenlp #item .much .reco dd:before,#contents_takkenlp #item .much .corres .merit dd ul li:before{background:url(../img/item/takken_lp/merit_list.gif) no-repeat center;}
#contents_takkenlp #item .much .demerit dd:before{
	background:url(../img/item/takken_lp/demerit_list.gif) no-repeat center;
	background-size:contain;
}
#contents_takkenlp #item .much .reco dd:after{background:#76cc84;}
#contents_takkenlp #item .navi p span:before{background:url(../img/item/takken_lp/step_navi_iocn01.gif) no-repeat center;}
#contents_takkenlp #item .navi .step2 span:before{background:url(../img/item/takken_lp/step_navi_iocn02.gif) no-repeat center;}
#contents_takkenlp #item .navi .step3 span:before{background:url(../img/item/takken_lp/step_navi_iocn03.gif) no-repeat center;}
#contents_takkenlp #item .point .process .s3:before{background:url(../img/item/takken_lp/aroww_toriple_bottom.gif) no-repeat center;}
#contents_takkenlp #item .day8 h2,#contents_takkenlp #item .checkbook h2{color:#3fae51;}
#contents_takkenlp #item .format h4,#sysItemDetail #contents_takkenlp #item .checkbook h3{color:#3fae51;}
#contents_takkenlp #item .format h4:before,#contents_takkenlp #item .checkbook .bg{background:#3fae51;}
#contents_takkenlp #item .format .stepup .arrowdown:after,#contents_takkenlp #item .format .stepup .navi55 .arrwdown:after,#contents_takkenlp #item .support .last:after{background:url(../img/item/takken_lp/arrow_doubleunder.png) no-repeat center;}
#sysItemDetail #contents_takkenlp #item .format .stepup .process .s3:after{border-top: 2.5em solid #55be66;}
#contents_takkenlp #item .format .stepup .process .s4{background:#f7fcf8; border:solid 1px #d4efd8;}
#sysItemDetail #contents_takkenlp #item .checkbook h3{border-bottom:1px solid #3fae51;}
#contents_takkenlp #item .checkbook h2{
	color:#fff;
	text-shadow: #3fae51 2px 2px 1px, #3fae51 -2px 2px 1px,
 #3fae51 2px -2px 1px, #3fae51 -2px -2px 1px, #3fae51 2px 2px 1px, #3fae51 -2px 2px 1px,
 #3fae51 2px -2px 1px, #3fae51 -2px -2px 1px, #3fae51 2px 2px 1px, #3fae51 -2px 2px 1px,
 #3fae51 2px -2px 1px, #3fae51 -2px -2px 1px, #3fae51 2px 2px 1px, #3fae51 -2px 2px 1px,
 #3fae51 2px -2px 1px, #3fae51 -2px -2px 1px, #3fae51 2px 2px 1px, #3fae51 -2px 2px 1px,
 #3fae51 2px -2px 1px, #3fae51 -2px -2px 1px;
}
#contents_takkenlp #item .day8 .flex,#sysItemDetail .lp #item .checkbook .flex{border:solid 1px #3fae51;}
#contents_takkenlp #item .day8 .flex{background:#f7fcf8;}
#contents_takkenlp #item .student .exp{border:solid 1px #3fae51;}
#contents_takkenlp #item .student .exp h3{color:#3fae51;}
#contents_takkenlp #item .student .exp .pink{color:#3fae51;}
#contents_takkenlp #item .student .exp h3{background:#f7fcf8;}


/*保育士獲得LP*/
#contents_hoikulp #item .cvarea .inner{background: url(/img/item/hoiku_lp/fv_bg_stripe.png) repeat;}
#contents_hoikulp #item .cvarea{background:#ffafc7;}
#contents_hoikulp #item .cvarea.select_reason ul li dl dt{background-color:#ff79a0; }
#contents_hoikulp #item .point h3:before,#contents_hoikulp #item .format h4:before,#contents_hoikulp #item .navi p span:after{background:#ff5385;}
#contents_hoikulp #item .subpop,#contents_hoikulp #item h2,#contents_hoikulp #item .much h4,#contents_hoikulp #item .root .yotsuya dt,#contents_hoikulp #item h3,#contents_hoikulp #item .format .stepup .setpnum,#sysItemDetail #contents_hoikulp #item .format .stepup .process .s3:before,#contents_hoikulp #item .checkbook .bg,#contents_hoikulp #item .student .exp h3:before,#contents_hoikulp #item .much h4 span:after,#contents_hoikulp #item .checkicon span:after,#contents_hoikulp #item .step h3 span:after,#contents_hoikulp #item .process li.pointcolum .inner .iconpoint:after,#contents_hoikulp #item .much .demerit .nonelist:after{background:#ff79a0;}
#contents_hoikulp #item .subpop .subtxt,#sysItemDetail #contents_hoikulp #item .checkicon,#contents_hoikulp #item .colum h4,#contents_hoikulp #item .navi p span,#contents_hoikulp #item .day8 h2,#contents_hoikulp #item .checkbook h2,#contents_hoikulp #item .format h4,#contents_hoikulp #item .checkbook h3,#contents_hoikulp #item .student .exp h3,#contents_hoikulp #item .student .exp .pink,#contents_hoikulp #item .professor .font-bold,#contents_hoikulp #item .professor .date .name,#contents_hoikulp  #item .professor h4.profile,#contents_hoikulp #item .process li.pointcolum .inner .iconpoint li:before,#contents_hoikulp #item .bigchance .reason h4,#contents_hoikulp #item .bigchance .reason .what,#contents_hoikulp #item .bigchance .letstart .bold{color:#ff5385;}
#sysItemDetail #contents_hoikulp #item .checkicon{border-bottom:1px solid #ff5385;}
#contents_hoikulp #item .much div,#contents_hoikulp #item .much .selfstudy:after,#contents_hoikulp #item .much .school:after,#contents_hoikulp #item .much .corres:after{background:#ffe0f0;}
#contents_hoikulp #item .much .reco:before{background:url(../img/item/hoiku_lp/arrow_doubleunder.png) no-repeat center;}
#contents_hoikulp #item .much .selfstudy:before,#contents_hoikulp #item .much .school:before,#contents_hoikulp #item .much .corres:before{border: 2em solid transparent; border-top:2em solid #ffe0f0;}
#contents_hoikulp #item .point .process .s3:before{background:url(../img/item/hoiku_lp/aroww_toriple_bottom.gif) no-repeat center;}
#contents_hoikulp #item .iconpoint:before{background:url(../img/item/hoiku_lp/icon_point.png) no-repeat center;}
#contents_hoikulp #item .format .stepup .arrowdown:after,#contents_hoikulp #item .format .stepup .navi55 .iconpoint:after,#contents_hoikulp #item .support .last:after{background:url(../img/item/hoiku_lp/arrow_doubleunder.png) no-repeat center;}
#sysItemDetail #contents_hoikulp #item .format .stepup .process .s3:after{border-top: 2.5em solid #ff79a0;}
#contents_hoikulp #item .checkbook h3{border-bottom:1px solid #ff79a0;}
#contents_hoikulp #item .checkbook h2{
	color:#fff;
	text-shadow: #ff79a0 2px 2px 1px, #ff79a0 -2px 2px 1px,
 #ff79a0 2px -2px 1px, #ff79a0 -2px -2px 1px, #ff79a0 2px 2px 1px, #ff79a0 -2px 2px 1px,
 #ff79a0 2px -2px 1px, #ff79a0 -2px -2px 1px, #ff79a0 2px 2px 1px, #ff79a0 -2px 2px 1px,
 #ff79a0 2px -2px 1px, #ff79a0 -2px -2px 1px, #ff79a0 2px 2px 1px, #ff79a0 -2px 2px 1px,
 #ff79a0 2px -2px 1px, #ff79a0 -2px -2px 1px, #ff79a0 2px 2px 1px, #ff79a0 -2px 2px 1px,
 #ff79a0 2px -2px 1px, #ff79a0 -2px -2px 1px;
}
#sysItemDetail #contents_hoikulp #item .day8 .flex,#sysItemDetail #contents_hoikulp #item .checkbook .flex{border:solid 1px #ff79a0; background:#fff;}
#sysItemDetail #contents_hoikulp #item .day8 .flex{background:#fbf3f6;}
#contents_hoikulp #item .student .exp{border:solid 1px #ff79a0;}
#contents_hoikulp #item .student .exp h3{background:#fdeef5;}
#contents_hoikulp #item .format .stepup .process .s4{background:#fdeef5; border:solid 1px #ff79a0;}
#contents_hoikulp #item .format .process .s2:before,#contents_hoikulp #item .format .process .s2:after{content:none;}
#contents_hoikulp #item .bigchance .r1:after{background:url(/img/item/hoiku_lp/bigchance_reazon1_bg.png) no-repeat center;}
#contents_hoikulp #item .bigchance .r2:after{background:url(/img/item/hoiku_lp/bigchance_reazon2_bg.png) no-repeat center;}
#contents_hoikulp #item .bigchance .letstart{border:solid 3px #ffc9e5;}
#contents_hoikulp #item .bigchance .letstart:before{background:url(../img/item/hoiku_lp/bigchance_subcolum_bg.png) no-repeat center bottom;}
#contents_hoikulp #item .nozl .request:after{background:url(/img/item/hoiku_lp/bt_request_nozl.png) no-repeat center;}
#contents_hoikulp #item .nozl .online:after{background:url(/img/item/hoiku_lp/bt_online_nozlu.png) no-repeat center;}
#sysItemDetail #contents_hoikulp #item .format .stepup .dvd_bg {border:none; margin-bottom:0;}
#contents_hoikulp #item .format .stepup .video{margin-top:0;}
#sysItemDetail #contents_hoikulp #item .much .reco dd:after{background:#ff6390;}

/*臨床心理士獲得LP(mori add)*/

/* override */
#sysItemDetail #contents_clinicianlp #item .topaside li a {
	line-height: 1.3;
	padding: 8px;
	font-size: 100%;
	text-align: left;
}
#sysItemDetail #contents_clinicianlp #item .topaside li span {
	display: block;
	margin: 0 auto;

}
#sysItemDetail #contents_clinicianlp #item .topaside li a.left span {
	width: 17em;
}
#sysItemDetail #contents_clinicianlp #item .topaside li a.right span {
	width: 11em;
}

#sysItemDetail #contents_clinicianlp #item .topaside li span:before {
	display: block;
	top: 40%;
	bottom: auto;
	left: -1em;
}

#sysItemDetail #contents_clinicianlp #item .subpop .subtxt {
	width: 24em;
}
#sysItemDetail #contents_clinicianlp #item .subpop .color {
	color:#fff88f;
}

#sysItemDetail #contents_clinicianlp #item .checkicon span::after {
	bottom: -1em;
}



/* common */
#sysItemDetail #contents_clinicianlp #item .h_disc {
	font-weight: bold;
	padding: 0 0 0 1.2em;
	position: relative;
	background: none;
	text-align: left;
	margin: 0 0 0.5em 0.2em;
	font-size: 150%;
	color: #ad80a7;
	line-height: 1.3;
}
#sysItemDetail #contents_clinicianlp #item .h_disc:before {
	content: "";
	width: 1em;
	height: 1em;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 0.25em;
	bottom: 0;
	background-color: #ad80a7;
}


/* コピペ */

#contents_clinicianlp #item .cvarea{ background:#e5cae1; }
#contents_clinicianlp #item .cvarea .inner{
	background: url(/img/item/clinician_lp/fv_bg_stripe.png) repeat;
}

#contents_clinicianlp #item .cvarea.select_reason ul li dl dt{ background-color:#ad80a7; }

#contents_clinicianlp #item h2,
#contents_clinicianlp #item .subpop,
#contents_clinicianlp #item .checkbook .bg,
#contents_clinicianlp #item .checkicon span:after,
#contents_clinicianlp #item .student .exp h3:before,
#contents_clinicianlp #item .much h4,
#contents_clinicianlp #item .much h4 span:after,
#contents_clinicianlp #item .much .demerit .nonelist:after{ background:#ad80a7; }

#sysItemDetail #contents_clinicianlp #item .checkicon,
#contents_clinicianlp #item .subpop .subtxt,
#contents_clinicianlp #item .colum h4,
#contents_clinicianlp #item .day8 h2,
#contents_clinicianlp #item .checkbook h2,
#contents_clinicianlp #item .checkbook h3,
#contents_clinicianlp #item .student .exp h3,
#contents_clinicianlp #item .student .exp .pink { color:#ad80a7; }

#sysItemDetail #contents_clinicianlp #item .checkicon{ border-bottom:1px solid #ad80a7; }

#contents_clinicianlp #item .much div,
#contents_clinicianlp #item .much .selfstudy:after,
#contents_clinicianlp #item .much .school:after,
#contents_clinicianlp #item .much .corres:after { background:#e5cae1; }
#contents_clinicianlp #item .much .selfstudy:before,
#contents_clinicianlp #item .much .school:before,
#contents_clinicianlp #item .much .corres:before{
	border: 2em solid transparent;
	border-top: 2em solid #e5cae1;
}
#sysItemDetail #contents_clinicianlp #item .much .reco dd:after{ background:#b58cb0; }
#contents_clinicianlp #item .much .reco:before{
	background:url(../img/item/clinician_lp/arrow_doubleunder.png) no-repeat center;
}


#sysItemDetail #contents_clinicianlp #item .day8 .flex{
	border:solid 1px #ad80a7;
	background:#fdeef5;
}

#contents_clinicianlp #item .student .exp{ border:solid 1px #ad80a7; }
#contents_clinicianlp #item .student .exp h3{ background:#f8ebf6; }


#contents_clinicianlp #item .nozl .request:after{
	background:url(/img/item/clinician_lp/bt_request_nozl.png) no-repeat center;
}
#contents_clinicianlp #item .nozl .online:after{
	background:url(/img/item/clinician_lp/bt_online_nozlu.png) no-repeat center;
}



/* 新規追加 */

#contents_clinicianlp #item .method .student .exp .smallsize{
	text-align: right;
}


#contents_clinicianlp #item #input {
	margin-bottom: 0;
}
#contents_clinicianlp #item #output {
	margin-top: -40px;
}
#contents_clinicianlp #item #input h2,
#contents_clinicianlp #item #output h2 {
	background: none;
	padding-top: 0;
}
#contents_clinicianlp #item #input h2 .titletext,
#contents_clinicianlp #item #output h2 .titletext {
	display: block;
	background-color: #e73357;
	padding: 0.8em 1em 0.5em;
	margin-top: -0.3em;
	line-height: 1.2;
}



#contents_clinicianlp #item #developVoice {
	margin-top: 30px;
	margin-bottom: 20px;

	background-color: #fdf4e8;
	padding: 30px 40px 20px;
	position: relative;
}
#contents_clinicianlp #item #developVoice h4 {
	margin-bottom:0;
	text-align:center;
	background: url(../img/item/clinician_lp/developer_voice.png) no-repeat center;
	background-size:contain;
	box-sizing:border-box;
	font-weight:bold;
	color:#fff;
	padding: 0;
	font-size:250%;
	line-height:300%;
	width: 8em;
}
#contents_clinicianlp #item #developVoice h4 span{
	font-size:70%;
}
#contents_clinicianlp #item #developVoice h4:after{
	content: "";
	height: 0;
	width: 0;
	border: 0.2em solid transparent;
	border-left: 1em solid #ad80a7;
	position: absolute;
	top: 50%;
	right: -0.8em;
	margin: auto 0;
}
#contents_clinicianlp #item #developVoice .profile {
	border: none;
	font-size: 90%;
}
#contents_clinicianlp #item #developVoice .profile img {
	float: left;
	margin-right: 20px;
}
#contents_clinicianlp #item #developVoice .profile .green{
	font-weight: bold;
	color: #2bb6b6;
}
#contents_clinicianlp #item #developVoice p {
	font-size: 110%;
}

#contents_clinicianlp #item .dashedBlueBox {
	margin-bottom: 40px;
}





#contents_clinicianlp #item ul#curriculum {
	display:-ms-flexbox;
	display: flex;
	-ms-flex-pack:justify;
	justify-content: space-between;
	margin-bottom: 1em;
}

#contents_clinicianlp #item ul#curriculum li {
	width: 32%;
	border-width: 1px;
	border-style: solid;
	background-color: #fffcdb;
}
#contents_clinicianlp #item ul#curriculum li.curriculum01 { border-color: #ee86a7; }
#contents_clinicianlp #item ul#curriculum li.curriculum02 { border-color: #f6ad3a; }
#contents_clinicianlp #item ul#curriculum li.curriculum03 { border-color: #65aadd; }

#contents_clinicianlp #item ul#curriculum li h5 {
	color: #fff;
	font-weight: bold;
	padding: 0.4em 0.6em;
	text-align: left;
	position: relative;
	font-size: 140%;
	line-height: 1.0;
	margin-bottom: 0;
}
#contents_clinicianlp #item ul#curriculum li.curriculum01 h5 { background-color: #ee86a7; }
#contents_clinicianlp #item ul#curriculum li.curriculum02 h5 { background-color: #f6ad3a; }
#contents_clinicianlp #item ul#curriculum li.curriculum03 h5 { background-color: #65aadd; }

#contents_clinicianlp #item ul#curriculum li h5 img {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 40%;
}
#contents_clinicianlp #item ul#curriculum li p {
	margin-bottom: 0;
}
#contents_clinicianlp #item ul#curriculum li p.curriculum_copy {
	width: 60%;
	font-size: 120%;
	font-weight: bold;
	padding: 0.6em 1em 0.6em 0.6em;
	color: #333;
}
#contents_clinicianlp #item ul#curriculum li p.curriculum_text {
	font-size: 75%;
	line-height: 1.4;
	padding: 0 1.5em 1em 1em;
}
#contents_clinicianlp #item ul#curriculum li p.curriculum_text img {
	float: right;
	width: 40%;
}

#contents_clinicianlp #item ul#curriculum li p.curriculum_img {
	clear: both;
	padding: 0 0.6em 0.6em;
	text-align: center;
}
#contents_clinicianlp #item ul#curriculum li.curriculum01 p.curriculum_img { padding-top: 2em; }

#contents_clinicianlp #item ul#curriculum + p {
	font-size: 90%;
}



#contents_clinicianlp #item .hikaku{
	background:url(../img/item/clinician_lp/input02_bg.png) repeat-y;
	background-size:contain;
	position:relative;
}
#contents_clinicianlp #item .hikaku h4{
	background:url(../img/item/clinician_lp/input02_bg_top.png) no-repeat;
	background-size:contain;
	width:100%;
	padding:1.5em 0 1.5em 7em;
	margin:0;
	text-align:left;
	font-weight:bold;
	position:relative;
}
#contents_clinicianlp #item .hikaku .giza{
	display:block;
	padding:1.5em;
	background:url(../img/item/clinician_lp/input02_giza.png) no-repeat center;
	background-size:contain;
	text-align:center;
	font-weight:bold;
	position:absolute;
}
#contents_clinicianlp #item .hikaku h4 .giza{
	top:-2.5em;
	left:0.25em;
	box-sizing:border-box;
	line-height: 1.1;
}



#contents_clinicianlp #item .hikaku .geshu_area {
	display:-ms-flexbox;
	display: flex;
}

#contents_clinicianlp #item .hikaku .geshu1,
#contents_clinicianlp #item .hikaku .geshu2,
#contents_clinicianlp #item .hikaku .kodawari {
	padding:0 1.25em 2em 1.25em;
}

#contents_clinicianlp #item .hikaku .geshu1 {
}
#contents_clinicianlp #item .hikaku .geshu1 dt{
	width:3.2em;
	background:#6666cc;
	color:#fff;
	box-sizing:border-box;
	font-weight:bold;
	clear:left;
	text-align:center;
	margin-top:0;
	font-size: 110%;
}
#contents_clinicianlp #item .hikaku .geshu1 dd {
	padding: 0.5em 1em;
	margin-bottom:1.5em;
	background:#fff;
	border:solid 1px #999;
	position:relative;
	text-align:left;
	font-size: 110%;
}
#contents_clinicianlp #item .hikaku .geshu1 dd.cmpany_b:after{
	content:"";
	display:block;
	background:url(../img/item/clinician_lp/input02_img01.png) no-repeat center;
	background-size:contain;
	position:absolute;
}

#contents_clinicianlp #item .hikaku .geshu2 {
}
#contents_clinicianlp #item .hikaku .geshu2 dt{
	width:5em;
	background:#ff6699;
	color:#fff;
	box-sizing:border-box;
	font-weight:bold;
	clear:left;
	text-align:center;
	margin-top:0;
	margin-bottom: 0.4em;
	font-size: 110%;
}
#contents_clinicianlp #item .hikaku .geshu2 dd {
	padding: 0.5em 1em;
	margin-right:30%;
	margin-bottom:1.5em;
	background:#fff;
	border:solid 1px #ff6699;
	position:relative;
	text-align:left;
	font-size: 110%;
}
#contents_clinicianlp #item .hikaku .geshu2 .giza{
	right:-2.5em;
	bottom:-3.5em;
}
#contents_clinicianlp #item .hikaku .geshu2 dd:after{
	content:"";
	display:block;
	background:url(../img/item/clinician_lp/input02_img02.png) no-repeat center;
	background-size:contain;
	position:absolute;
}

#contents_clinicianlp #item .hikaku .kodawari{
	background:url(../img/item/clinician_lp/input02_bg_bottom.png) no-repeat bottom;
	background-size:contain;	
	padding:1em 1em 1em 1.25em;
}
#contents_clinicianlp #item .hikaku .kodawari dt{
	float:right;
	width:15%;
	text-align:center;
	font-size:75%;
	line-height: 1.3;
}
#contents_clinicianlp #item .hikaku .kodawari dd{
	padding: 1.2em 0.5em 0;
	margin-top: 0;
	margin-bottom:1.2em;
	margin-left:1em;
	background:#fff;
	border:solid 1px #999;
	position:relative;
	z-index:0;
	font-size: 110%;
}

#contents_clinicianlp #item .hikaku .kodawari h5{
	margin-bottom:0;
	position:absolute;
	top:-0.9em;
	left:0.5em;
	letter-spacing:0.3em;
	color:#fff;
	z-index:1;
	background-color:#999;
	padding:3px 10px 3px 15px;
	border-radius: 20px;
}

#contents_clinicianlp #item .hikaku .kodawari p{
	text-align:left;
	z-index:2;
	padding:0.5em 0 0 0.5em;
	box-sizing:border-box;
}
#contents_clinicianlp #item .hikaku .kodawari p:after{
	content:"";
	width:2em;
	height:2em;
	position:absolute;
	top:0;
	bottom:0;
	right:-1.1em;
	margin:auto 0;
	background:#fff;
	border-right:solid 1px #999;
	border-bottom:solid 1px #999;
	transform:rotate(-45deg);
	z-index:-1;
}



#sysItemDetail #contents_clinicianlp #item .colum {
	margin-bottom: 2em;
}
#sysItemDetail #contents_clinicianlp #item .colum p {
	font-size: 0.9em;
}
#sysItemDetail #contents_clinicianlp #item .colum p img.left {
	margin-right: 1em;
	margin-bottom: 1em;
}



#contents_clinicianlp #item .tensaku {
	width: 100%;
	padding: 1.5em 0 0.5em 1.5em;
	margin-bottom: 20px;
	background-color: #fffded;
}
#contents_clinicianlp #item .tensaku h5 {
	text-align: left;
	float: left;
	padding-right: 1.5em;
}
#contents_clinicianlp #item .tensaku .tensaku_copy {
	text-align: left;
	float: left;
}
#contents_clinicianlp #item .tensaku .tensaku_img{
	clear: both;
	text-align: center;
}


#contents_clinicianlp #item #colum_teacher h4 #colum_teacher_profile {
	display:block;
	margin-top: 0.2em;
	color: #666;
	font-size: 65%;
	font-weight: normal;
	line-height: 1.4;
}


#contents_clinicianlp #item #output03 {
	padding-bottom: 1.5em;
}

#contents_clinicianlp #item #output03 .left {
	width: 25%;
}
#contents_clinicianlp #item #output03 .right {

	width: 75%;
}


#contents_clinicianlp #item .green_area {
	border-radius: 10px;

	padding: 1.5em;

}
#contents_clinicianlp #item .green_area h4 {
	background-color: transparent;
	color: #66b03f;
	font-size: 120%;
	text-align: left;
	margin-bottom: 0.5em;
	padding: 0;
}
#contents_clinicianlp #item .green_area p {
	padding: 0;
	margin: 0;
	font-size: 90%;
}

#contents_clinicianlp #item #output03 .green_area {
	background: #f5f9ec url(../img/item/clinician_lp/output03_img02.png) no-repeat right bottom;
}





#sysItemDetail #contents_clinicianlp #item .checkbook .flex {
	border: solid 1px #ad80a7;
	background: #fff;
	z-index: 0;
}

#contents_clinicianlp #item .checkbook h2{
	background-color: #ad80a7;
	margin: -0.5em auto 0.1em;
	color:#fff;
	text-shadow: #ad80a7 2px 2px 1px, #ad80a7 -2px 2px 1px,
 #ad80a7 2px -2px 1px, #ad80a7 -2px -2px 1px, #ad80a7 2px 2px 1px, #ad80a7 -2px 2px 1px,
 #ad80a7 2px -2px 1px, #ad80a7 -2px -2px 1px, #ad80a7 2px 2px 1px, #ad80a7 -2px 2px 1px,
 #ad80a7 2px -2px 1px, #ad80a7 -2px -2px 1px, #ad80a7 2px 2px 1px, #ad80a7 -2px 2px 1px,
 #ad80a7 2px -2px 1px, #ad80a7 -2px -2px 1px, #ad80a7 2px 2px 1px, #ad80a7 -2px 2px 1px,
 #ad80a7 2px -2px 1px, #ad80a7 -2px -2px 1px;
}
#sysItemDetail #contents_clinicianlp #item .checkbook h3 {
	color: #ad80a7;
	border-bottom:1px solid #ad80a7;
	padding: 0.5em 1em;
	margin-left: 0;
}
#contents_clinicianlp #item .checkbook h3:before {
	display: none;
}
#contents_clinicianlp #item .checkbook h3 img {
	vertical-align: middle;
	margin-right: 0.5em;
}



#contents_clinicianlp #item ul#tensakuoption {
	margin-top: 2em;
	margin-bottom: 6em;
}

#contents_clinicianlp #item ul#tensakuoption li {
	position: relative;
	border: 2px solid #ffe67e;
	border-radius: 10px;
}


#contents_clinicianlp #item ul#tensakuoption li h5 {
	position: relative;
	padding: 0.6em 0.6em 0.4em;
	margin-bottom: 0;
	color: #0ba95f;
	text-align: left;
	font-size: 160%;
	font-weight: bold;
	line-height: 1.0;
	border-bottom: 1px solid #bee2d7;
}
#contents_clinicianlp #item ul#tensakuoption li h5 img {
	position: absolute;
	top: -1.3em;
	left: 0.8em;
}
#contents_clinicianlp #item ul#tensakuoption li h5 span {
	display: inline-block;
	padding: 2px 4px;
	border: 1px solid #333;
	color: #333;
	font-size: 60%;
	float: right;
}

#contents_clinicianlp #item ul#tensakuoption li p {
	margin-bottom: 0;
}
#contents_clinicianlp #item ul#tensakuoption li p.tensakuoption_copy {
	font-size: 110%;
	font-weight: bold;
	padding: 0.6em 1em 0.6em 0.6em;
	color: #e94a47;
}
#contents_clinicianlp #item ul#tensakuoption li p.tensakuoption_text {
	font-size: 90%;
	line-height: 1.4;
	padding: 0 1.5em 1em 1em;
}


#sysItemDetail #contents_clinicianlp  #item .support .last {
	background: url(../img/item/clinician_lp/arrow_doubleunder2.png) no-repeat center top;
	background-size: 45px 45px;
}


#sysItemDetail #contents_clinicianlp #item .support .icatch {
	margin-bottom: 0;
}


#sysItemDetail #contents_clinicianlp #item .student .exp .question {
	color: #ad80a7;
	font-size: 110%;
}
#sysItemDetail #contents_clinicianlp #item .student .exp .question:before {
	background-color: #ad80a7;
}

#contents_clinicianlp #item #faq h3 {
	color: #666;
	text-align: left;
	border-left: 5px solid #ffcc33;
}
#contents_clinicianlp #item #faq h4 {
	text-align: left;
	padding-left: 15px;
	margin-top: 20px;
	margin-bottom: 14px;
}
#contents_clinicianlp #item #faq h3 + h4:first-child {
	margin-top: 0;
}
#contents_clinicianlp #item #h205 {
	font-size:110%;
	line-height: 1.5;
}

#contents_clinicianlp #item #h205 h3 {
	text-align:left;
	color:#666;
	
}


/*法人・団体受講*/
#contents.group #item{
	text-align:left;
}
#contents.group h2 {
	background:none;
	height:auto;
	padding:0;
}
#contents.group h2 img{
	padding:0;
	margin:0;
	width:100%;
	height:auto;
	max-height:none;
}

#contents.group ul#group_exam {
	background-color:#ffeeee;
	padding:15px;
	font-size:90%;
	margin-bottom:20px;
}
#contents.group ul li#group_img img{
	padding-right:20px;
	width:140px;
	float:left;
}

#contents.group dl#recommend{
	padding:1% 2.5% 2%;
}
#contents.group dl#recommend dt{
}
#contents.group dl#recommend dd{
	width:49.5%;
	float:left;
	padding:0;
	margin:0;
}

#contents.group dl#recommend dd:nth-child(odd){
	float:right;
}
#contents.group #estimate_btn{
	text-align:center;
}
#contents.group #estimate_btn img{
	margin:0 auto;
}
#contents.group ul#process{
	padding:0 2% 0;
}

#contents.group ul#process li {
	background:#ffeeee url(../img/group/process_bg.png) center bottom no-repeat;
	padding:10px 15px 38px;
	font-size:90%;
	margin-bottom:5px;
}#contents.group ul#process li:last-child {
	padding:10px 15px 10px;

	background:#ffeeee;
}
#contents.group ul#process li dl{
	display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
 
}
#contents.group ul#process li dl,#contents.group ul#process li dl dt,#contents.group ul#process li dd{
	padding:0;
	margin:0;
	border:none;
}
#contents.group ul#process li dl dt{
 flex-shrink:0;
  -webkit-flex-shrink:0;
  padding-right:10px;
  width:52px;
}
/*受講サポート期限自動表記*/
.support_bnr{
	line-height:0;
	margin-bottom:20px;
}


/*cv_area*/

/*#item .cv_area{
	background-color:#55be66;
	padding:0 0 15px;
	margin-top:20px;
}
#item .cv_area p{
	margin:0;
	padding:0;
}
#item .cv_area ul.cv_area_inner{
	background-color:#fff;
	width:895px;
	padding: 7px 0 7px 12px;
  margin: 0 10px 0 13px;
}
#item .cv_area ul.cv_area_inner li {
    float: left;
}

#item .cv_area ul.cv_area_inner li.cv_set{
	margin:0 10px 0 0;
	width:370px;
}
#item .cv_area ul.cv_area_inner li.cv_2cal{
	width:240px;
	margin-right:10px;
}*/


/*調整したもの*/
#item .cv_area{
	font-size:0;
	line-height:0;
	background-color: #55be66;
  padding: 0 0 15px;
	margin-bottom: 30px;
}

#item .cv_area p {
	margin-bottom: -6px;
}

#item .tb-hide sp-hide{
	margin-bottom: 0;
}

#item .cv_area ul.cv_area_inner{
background-color: #fff;
margin: 5px 15px;
padding: 10px 0;
}

#item .cv_area ul.cv_area_inner li{
	float:left;
}

#item .cv_area ul.cv_area_inner li.cv_set{
	width:37.81%;
	margin:0 1.56%;
}
#item .cv_area ul.cv_area_inner li.cv_2cal{
	margin-right:1.56%;
	width:27.5%;;
}
#item .cv_area ul.cv_area_inner li.cv_2cal ul li{
	float:none;
}
#item .mt10{
	margin-top: 10px !important;
}
#item .mt20{
	margin-top: 20px !important;
}

#item .Link2 li{
	width: 30%;
	display: inline-block;
	vertical-align: top;
}
#item .Link2_box{
	text-align: center;
} 
/*actionCts2*/
#item .actionCts2{
border: #339 5px solid;	
margin-bottom: 25px;
}
#item .actionCts2 p {
    background: #339;
    text-align: center;
    padding: 5px 0 10px 0;
    margin-bottom: 0;
    color: #fff;
    font-size: 1.3em;
    font-weight: bold;
}
#item .actionCts2 ul {
    margin: 10px 0;
    padding-left: 1.5%;
} 
#item .actionCts2 ul li {
    width: 49%;
    float: left;
    position: relative;
}
#item .actionCts2 ul li.single{
      margin: 0 auto;
	    float: none;
}
#item .title1{
	  font-weight: bold;
    color: #ffffff;
    font-size: 100%;
    margin-bottom: 25px;
    background-color: #ff6d94;
	  padding: 5px 5px 5px 15px;
}

#item .further_txt1{
    color: #ff5385;
}
#item .pink_f{
	color: #ff5385;
	font-weight: bold;
}
#item .gray_f{
	color: #ccc;
	font-weight: bold;
}
#item .further_box{
	border: 2px solid #ff79a0;
	padding: 13px 13px 10px;
	margin-bottom: 15px;
	
}
#item .further_box p{
	margin-bottom: 5px;
}
#item .further_txt{
font-size: 13px;	
}
#item .member_box{
	border: 2px solid #ccc;
	padding: 13px 13px 10px;
	margin-bottom: 15px;
	
}
#item .member_box p{
	margin-bottom: 5px;
}


#item .txt_ctr{
	text-align: center;
}
#item .s_txt{
	font-size: 80%;
}

#item  .send_title{
	margin-bottom: 15px;;
	font-weight: bold;
  color: #ffffff;
  font-size: 100%;

  background-color: #ff6d94;
  padding: 5px 5px 5px 15px;
}

#item .send_list{
	text-align: left;
	padding-left: 3px;
	margin-bottom: 15px;
}
#item .send_list li::before{
	content: "●";
	color: #ff6d94;
	padding: 5px;
}
#item .send_list .time::before{
	content: none;
}	
#item .send_list .time{
  margin: 3px 0 5px 0;
}
/*55english*/
#item2{
	margin-left: 4.375%;
  margin-right: 4.375%;
}
#item2 .send_title2 {
  margin-bottom: 15px;
  font-weight: bold;
  color: #ffffff;
  font-size: 17px;
  background-color: #2c5690;
  padding: 5px 5px 5px 15px;
}
#item2 .send_list2 {
  text-align: left;
  padding-left: 3px;
  margin-bottom: 20px;
	color: #ffffff;
	font-size: 16px;
}
#item2 .send_list2 .m_w{
	color: #ffffff;
  margin: 3px 5px 3px 0;
}

/*個人情報の取扱について*/
#privacy{
	margin: 40px 0 10px;
}
#privacy .txt1 {
    padding: 0 0 0 0.5em;
    border-left: #FFCC33 4px solid;
    font-size: 17px;
    margin-top: 15px;
    /*font-weight: bold;*/
	  
 }
#privacy .privacy_box p{
margin-bottom:0;
padding:10px 10px 0;
}
#privacy .privacy_box {
    text-align: left;
    height: 90px;
    overflow-y: scroll;
    border: #aaa solid 1px;
    margin: 20px auto 10px;
}
#privacy .privacy_box a{
    color: #3333cc;
}
#item .further_box .dsp_b{
	  display: block;
}
#item .further_box .line-hit{
	  line-height: 1.15;
	  margin-bottom: 8px;
	  margin-top: -3px;
}
/*kodomokanji*/

#item .cours_dl dt{
	  float: left;
	  color: #ff6d94;
    margin: 0 20px 7px 0;
    font-weight: bold;
	  font-size: 90%;
}
#item .cours_dl dd{
	  float: left;
	  color: #999999;
	  font-size: 80%;
}
#item .mt_ajs{
	  margin-top: -10px;
}
#item .cours_txt{
	  color: #ff6d94;
    font-size: 80%;
	   margin-bottom: 15px;
}

#item .cours_txt2{
   color: #ff6d94;
   font-size: 90%;
   margin-bottom: 6px;
	 border: solid 1px #f30c0c;
   padding: 4px;
   max-width: 113px;
}

#item .mb_5{
	margin-bottom: 5px;
}
#item .chargebox .sidebar .otodoke .hasso{
	font-size: 16px;
  color: #FF3366;
	font-weight: bold;
}
#item .otodoke .hasso,#item .application_flexbox .otodoke .hasso{
font-size: 16px;
  color: #FF3366;
	font-weight: bold;
}
#item .f_size60{
	font-size: 60%;
	margin-bottom: 0;
	color: #FF0000;
}
#item .f_size75{
	font-size: 75%;
	margin-bottom: 0;
	color: #FF0000;
}
.commission_bnr{
	margin-top: 10px;
}

#item .h30_merit{
	text-align: left;
	margin-bottom: 15px;
}
#item .h30_merit p{
	margin-bottom: 0px;
	margin-top: 10px;
}
#item .orenge_f{
	color: #FF8C00;
	font-weight: bold;
}
#item .title-middle .h30_ttl{
	border: 2px solid #ff5385;
  padding: 7px;
	font-size: 2rem;
	color: #ff5385;
}
#item .osusume_area{
	background-color: #FFF0EE;
	-webkit-border-radius: 8px;
  padding: 5px 15px 15px 15px;
	margin: 20px 0 25px 0;
}
#item .pink_t{
	color: #ff5385;
}

#item .send_list .cd_txt li::before{
	display: none;
}
#item .send_list .cd_txt{
	text-indent: 1em;
  line-height: 1.5rem;
}
#item .chargebox .heartbox a.bk_no {

    background-image: none;
    padding-left: 0px;
}
#item p.g_txt{
	color: #6699cc;
  text-align: center;
  margin: 15px 0 10px 0;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.2;
}
#item p.g_txt span{
	font-size: 26px;
}
#item  .chargebox  .cambox.pale_p {
	background: #ff7ca8;
} 
#item  .chargebox  .cambox.pale_p:after {
	border-bottom-color: #ff7ca8; 
}




/* 療育 料金表
-------------------------*/
/* 見出し */
.ryoiku_price .price_head {
	margin-bottom: 20px;
	padding: 5px 10px !important;
	font-size: 90%;
	border-bottom: 1px dotted #999;
	letter-spacing: 0.05em;
	background: none !important;
	position: relative;
}
.ryoiku_price .price_head:before {
	content: "";
	position: absolute;
	display: inline-block;
	left: 0;
	bottom: 0;
	width: 13px;
	height: 13px;
	border-radius: 50%;
}

.ryoiku_price .price_img {
	float: right;
	padding-right: 15px;
}

/* 料金表 */
.ryoiku_price .price_tbl {
	float: left;
	width: 100%;
	margin: 0 0 5px !important;
	border-collapse: separate !important;
	border-spacing: 5px;
	border: 0 !important;
}
.ryoiku_price .price_tbl th {
	padding: 3px 10px;
	background-color: #c09b5c;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	font-weight: normal;
	border-radius: 5px;
}
.ryoiku_price .price_tbl td {
	border-radius: 5px;
	text-align: center;
	vertical-align: middle;
	color: #7f4c15;
	padding: 10px;
	border: 0 !important;
}
.ryoiku_price .price_tbl .price_dankai {
	color: #fff;
}
.ryoiku_price .price_tbl .price_dankai:first-letter {
	font-size: 130%;
}
.ryoiku_price .price_tbl .price_a { background-color: #e97b9b; }
.ryoiku_price .price_tbl .price_b { background-color: #ef885a; }
.ryoiku_price .price_tbl .price_c { background-color: #E5B83C; }
.ryoiku_price .price_tbl .price_d { background-color: #A5C44D; }
.ryoiku_price .price_tbl .price_e { background-color: #61BD80; }
.ryoiku_price .price_tbl .price_f { background-color: #56BACC; }
.ryoiku_price .price_tbl .price_g { background-color: #C38ACD; }
.ryoiku_price .price_tbl .price_defg { background-color: #56BACC; }

.ryoiku_price .price_tbl .price_part {
	color: #fff;
	padding: 3px 5px;
}

.ryoiku_price .price_tbl .price_meyasu { background-color: #f1debc; }

.ryoiku_price .price_tbl_abc td { background-color: #f8f7de; }
.ryoiku_price .price_tbl_defg td { background-color: #ebf3e1; }

.ryoiku_price .price_tbl .price {
	font-size: 140% !important;
	color: #ed346d;
}

.ryoiku_price .price_tbl .tax{
	font-size: 60%;
}

.ryoiku_price .price_tbl .tax_inc{
        display: inline-block;
        margin: 10px 0;
	color: #ed346d;
}


.ryoiku_price .price_tbl + .kome {
	clear: both;
	margin-bottom: 20px !important;
}
.ryoiku_price .kome li {
	text-indent: -1em;
	margin-left: 1em !important;
	font-size: 80%;
	text-align: left;
}
.ryoiku_price .kome li:before {
	content: "※";
}
.ryoiku_price .kome strong {
	color: #ed346d;
	font-weight: normal;
}

/* 分割払いなら */
.ryoiku_price .bunkatsu {
	margin-bottom: 25px;
	padding: 15px;
	width: 100%;
	background-color: #fcecef;
	border: 1px dotted #aaa;
	border-radius: 5px;
}
.ryoiku_price .bunkatsu p {
	margin-bottom: 5px !important;
}
.ryoiku_price .bunkatsu .bunkatsu_tsukiduki {
	font-size: 110%;
	line-height: 1.4;
}
.ryoiku_price .bunkatsu .bunkatsu_tsukiduki .price {
	font-size: 130% !important;
	color: #ed346d;
}

.ryoiku_price .bunkatsu .bunkatsu_tsukiduki .tax{
	font-size: 60%;
}


.ryoiku_price .bunkatsu .small {
	font-size: 90%;
}

.ryoiku_price .bunkatsu .kome {
	font-size: 90%;
	margin-top: 8px;
}




ul.kome li {
	text-indent: -1em;
	margin-left: 1em !important;
	text-align: left;
}
ul.kome li:before {
	content: "※";
}


/* 硬筆書写技能検定対策講座
-----------------------------------*/
/* プレゼント */
.shosha-penji_present {
	margin: 0 auto 24px;
	background-color: #f69;
}

#item .shosha-penji_present h3 {
	background: none;
	border: 0;

	color: #fff;
	font-weight: bold;
	text-align: left;
	position: relative;
}
.shosha-penji_present h3 span {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	color: #f69;
	text-align: center;
	background-color: #fdfed2;
	border-radius: 50%;
	transform:rotate(-15deg);
}
#item .shosha-penji_present h4 {
	margin: 0 0 0.5em 1em;
	background: none;
	color: #fdfed2;
	font-weight: bold;
	text-align: left;
	text-indent: -1em;
}
.shosha-penji_present h4:before {
	content: "■";
}

.shosha-penji_present p,
.shosha-penji_present ul {
	margin-bottom: 20px;
	color: #fff;
}


/* 看護国試お友達紹介CP
-----------------------------------*/
.kango_friendcp {
	margin: -10px 0 24px;
	border: 4px solid #ff7967;
	border-radius: 5px;
}

#item .kango_friendcp h3 {
	margin: 0;
	padding: 0;
	background: none;
	border: 0;
}
.kango_friendcp h3 img {
	margin-top: -12px;
}

.kango_friendcp_wrapper {
	padding: 0 5px 15px;
}

#item .kango_friendcp h4 {
	margin: 0 0 0.3em;
	padding: 0 0 0.2em;
	background: none;
	font-size: 1.8rem;
	color: #ff7967;
	font-weight: bold;
	text-align: center;
	border-bottom: 2px solid #ff7967;
}

#item .kango_friendcp dl {
	margin: 15px 10px 5px;
	display: flex;
	flex-wrap: wrap;
}
.kango_friendcp dl dt {
	margin: 0 2% 10px 0;
	padding: 5px;
	width: 15%;
	color: #fff;
	font-size: 1.4rem;
	text-align: center;
	background-color: #ff7967;
	border-radius: 2px;
}
#item .kango_friendcp dl dd {
	margin-bottom: 10px;
	padding: 5px 0;
	width: 83%;
	font-size: 1.4rem;
	text-align: left;
}
#item .kango_friendcp dl dd span {
	font-weight: bold;
	color: #E73C26;
}
#item .kango_friendcp dl dd img {
	margin-top: 10px;
}

#item .kango_friendcp ul.kome {
	margin: 0 10px;
}
.kango_friendcp ul.kome li {
	font-size: 1.3rem;
}




/* 療育先取り＆復習CP
-----------------------------------*/
body #item #ryoiku_d-g_cp h1 {
	margin: 0;
	float: none;
	margin-bottom: 30px;
}

#ryoiku_d-g_cp.main_left img {
	vertical-align: bottom;
}
#ryoiku_d-g_cp .ryoiku_d-g_cp_nayami p.aligncenter {
	margin-bottom: 0;
}

#ryoiku_d-g_cp .ryoiku_d-g_cp_chance {
	width: 682px;
	margin: 0 auto 30px;
	padding: 5px 30px 30px;
	line-height: 1.87;
	background: url("/img/item/ryoiku/d-g_cp/chance_bg.png") repeat-y;
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
}

#ryoiku_d-g_cp .ryoiku_d-g_cp_chance img {
	width: 200px;
	margin-top: 10px;
	float: right;
	margin-left: 12px;
	margin-bottom: 12px;
}

#ryoiku_d-g_cp .ryoiku_d-g_cp_chance strong {
	color: #ec3569;
	font-weight: bold;
}

.ryoiku_price .price_tbl .price_kokugo {
	background-color: #E96986;
	color: #fff;
}
.ryoiku_price .price_tbl .price_sansuu {
	background-color: #5BA6F3;
	color: #fff;
}
.ryoiku_price .price_tbl .price_ss {
	background-color: #6CB947;
	color: #fff;
}

#item .chargebox .heartbox a.window {
	background-image: url(../img/item/common/charge_icon_arrow.png),
		url(../img/icon/icon_window.gif);
	background-repeat: no-repeat;
	background-position: left, right;
	padding-left: 13px;
	padding-right: 15px;
	background-size: 9px;
}
#item .chargebox .heartbox a.window.no_arrow  {
	background-image: url(../img/icon/icon_window.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-left: 0;
}

#item #ryoiku_d-g_cp .set_btn a,#application .set_btn a{
	display: block;
	padding: 10px 36px;
	line-height: 125%;
	font-weight: bold;
	font-size: 150%;
	color: #fff;
	text-decoration: none;
	border-radius: 150px;
	position: relative;
	background-color: #888;
	background-image: none;
}
#item #ryoiku_d-g_cp .set_btn a:before,#application .set_btn a:before {
	content: "";
	width: 0;
	height: 0;
	border: 0.5em solid transparent;
	border-left: 0.6em solid #fff;
	position: absolute;
	top: 0;
	right: 0.4em;
	bottom: 0;
	margin: auto 0;
}
#application .set_btn a{
	max-width:500px;
	font-size: 120%;
}

#ryoiku_d-g_cp .ryoiku_d-g_cp_voice {
	width: 100%;
	height: 745px;
	margin-bottom: 25px;
	background: #445a52 url("/img/item/ryoiku/d-g_cp/voice_bg.png") no-repeat top center;
	border-radius: 10px;
}

#ryoiku_d-g_cp .ryoiku_d-g_cp_voice h2 {
	padding: 25px 0 7px;
}

#ryoiku_d-g_cp .ryoiku_d-g_cp_voice ul {
	width: 647px;
	height: 635px;
	margin: 0 auto;
	position: relative;
}
#ryoiku_d-g_cp .ryoiku_d-g_cp_voice ul li {
	position: absolute;
}
#ryoiku_d-g_cp .ryoiku_d-g_cp_voice ul li.voice_01 { top: 6px; left: 7px; }
#ryoiku_d-g_cp .ryoiku_d-g_cp_voice ul li.voice_02 { top: 38px; left: 239px; }
#ryoiku_d-g_cp .ryoiku_d-g_cp_voice ul li.voice_03 { top: 0; right: 0; }
#ryoiku_d-g_cp .ryoiku_d-g_cp_voice ul li.voice_04 { bottom: 165px; left: 0px; }
#ryoiku_d-g_cp .ryoiku_d-g_cp_voice ul li.voice_05 { top: 181px; left: 90px; }
#ryoiku_d-g_cp .ryoiku_d-g_cp_voice ul li.voice_06 { top: 185px; right: 92px; }
#ryoiku_d-g_cp .ryoiku_d-g_cp_voice ul li.voice_07 { bottom: 181px; right: 0; }
#ryoiku_d-g_cp .ryoiku_d-g_cp_voice ul li.voice_08 { bottom: 0; left: 18px; }
#ryoiku_d-g_cp .ryoiku_d-g_cp_voice ul li.voice_09 { bottom: 106px; right: 200px; }
#ryoiku_d-g_cp .ryoiku_d-g_cp_voice ul li.voice_10 { bottom: 17px; right: 21px; }


@media screen and (max-width:681px) {

	body #item #ryoiku_d-g_cp h1 {
		margin-bottom: 1.5em;
	}

	#ryoiku_d-g_cp .ryoiku_d-g_cp_chance {
		width: 100%;
		padding: 0 15px 20px;
	}

	#ryoiku_d-g_cp .ryoiku_d-g_cp_chance img {
		width: 150px;
		float: none;
		display: block;
		margin: 0 auto 1em;
	}


	#ryoiku_d-g_cp .ryoiku_d-g_cp_voice {
		height: auto;
		padding-bottom: 18vw;
		background: #445a52 url("/img/item/ryoiku/d-g_cp/voice_logo_sp.png") no-repeat bottom 20px center;
		background-size: 70.625% auto;
	}

	#ryoiku_d-g_cp .ryoiku_d-g_cp_voice h2 {
		padding: 15px 0 10px;
		text-align: center;
	}
	#ryoiku_d-g_cp .ryoiku_d-g_cp_voice h2 img {
		width: 91.5625%;
	}

	#ryoiku_d-g_cp .ryoiku_d-g_cp_voice ul {
		width: 96%;
		height: auto;
		position: static;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#ryoiku_d-g_cp .ryoiku_d-g_cp_voice ul li {
		position: static;
		width: 49%;
	}

}




/* ▼TB用*/ 
@media screen and (min-width:481px) and (max-width:800px) {
	.tb-hide2{display: none;}
	#item .chargebox .sidebar .topLink li{
	display: inline-block;	
	vertical-align: top;
	}	
}
/* ▼sp用*/ 
@media screen and (max-width:480px) {
	.sp-hide2{display: none;}
}@charset "utf-8";
/* CSS Document */

.meta_refresh h2{
font-size:28px;
}
.meta_refresh p{
font-size:14px;
}




/*「メルマガ購読する」を非表示にする
-----------------------------------*/
.sysAcceptMailmagazine{
 display:none;
}


/*高認にフキダシを設定　ここから-----------------------------------*/
.balloon2-right{
position:relative;
display:inline-block;
margin:0;
padding:2px 10px;
min-width:4em;
max-width:100%;
color:#666666;
font-size:120%;
background:#FFFFCC;
border:2px solid #999999;
box-sizing:border-box;
border-radius:10px !important;
}

.balloon2-right:before{
content:"";
position:absolute;
top:50%;
right:-20px;
margin-top:-5px;
border:5px solid transparent;
border-left:5px solid #FFFFCC;
transform:scaleX(3);
z-index:2;
}

.balloon2-right:after{
content:"";
position:absolute;
top:50%;
right:-28px;
margin-top:-7px;
border:7px solid transparent;
border-left:7px solid #999999;
transform:scaleX(3);
z-index:1;
}

.balloon2-right p{
margin:0 !important;
padding:0;
text-align:center !important;
font-weight:bold !important;
}
/*高認にフキダシを設定　ここまで-----------------------------------*/


/* 注文確認画面のお届け先情報を非表示 */
#sysConfirm .sysOrder .nav li:nth-of-type(1) { display:none; }
@media screen and (max-width:480px){
@charset "UTF-8";


/* 10-0 Only Smartphone
----------------------------------------------------------------------*/

div#empty{width:100%;}

div#sysAside,#sysWrap div#sysMain { width: 100%; float: none; margin: 0 auto; padding: 0 5px; }

/* plugin */
.bx-wrapper { margin-bottom: 20px; }

.bx-wrapper .bx-pager { padding-top: 3px; }

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto { bottom: auto; }

.bx-wrapper .bx-controls-direction a { width: 23px; height: 22.5px; margin-top: -8px; }

/* header */
#sysHeader { background-color: #FFCC00; }

.h-logoall, .h-logotop { margin-bottom: 10px; margin-left: -47.91667%; }

.h-toggleMenu { display: block; margin-top: 10px; float: right; letter-spacing: 5px; white-space: nowrap; }

.btn-headerSP { display: inline-block; }
.btn-headerSP > a, .btn-headerSP > span { text-indent: -9999px; width: 47px; height: 47px; display: block; background-repeat: no-repeat; -webkit-background-size: 100%; background-size: 100%; border-radius: 3px; cursor: pointer; }

.btn-hCart { background-image: url("../img/header/bt_cart.png"); }

.btn-hMenu { background-image: url("../img/header/bt_menu.png"); }

.h-toggleMenu-inner { display: none; position: fixed; width: 100%; left: 0; top: 0; background: #222; background: rgba(0, 0, 0, 0.8); z-index: 999; padding: 10px 20px 20px; height: 100vh; overflow-x: hidden; overflow-y: scroll; }
.h-toggleMenu-inner a { line-height: 2.5; padding: 5px 15px; background: #fff; border-bottom: 1px solid #999; font-weight: bold; position: relative; display: block; text-decoration: none; letter-spacing: 0.2rem; color: #777; font-size: 1.4rem; }
.h-toggleMenu-inner a:after { content: ""; background-image: url("../img/icon/icon_arrow2_lightgray.png"); height: 27px; width: 17px; background-size: contain; background-repeat: no-repeat; position: absolute; right: 10px; top: 10px; }

.h-toggleMenu-header { padding: 10px 15px 5px; background-color: #eee; white-space: normal; }

.icon-hMenu { background-image: url("../img/header/btn-menu.png"); text-indent: -9999px; display: inline-block; max-width: 110px; width: 50%; height: 36px; -webkit-background-size: contain; background-repeat: no-repeat; background-size: contain; background-position: center; }

.btn-hMenu-close { background-image: url("../img/header/btn-close.png"); text-indent: -9999px; display: inline-block; max-width: 89.33333px; width: 50%; height: 36px; background-repeat: no-repeat; -webkit-background-size: contain; background-size: contain; float: right; cursor: pointer; }

.h-globnavall {
        display: block !important;
        width: 100%;
	font-size: 1.3rem;
}

.h-globnavall ul {
		width: 100% !important;
}

.h-globnavall li {
		width: 25% !important;
}

.h-globnavall ul li:nth-child(5) {
		display: none;
}

.h-globnavall li:last-child { border-right: 0; }



/* footer */
.f-search { width: 95%; width: -webkit-calc(100% - 20px); width: calc(100% - 20px); margin: 20px auto; }

.f-relation {
	margin: 0 20px 20px;
	width: 90%;
	float: none;
	left: 0;
}

.f-checked {
	left: 0;
	margin: 0 20px !important;
	width: 90%;
}

.f-sitemap { font-size: 1.1rem; }
.f-sitemap li { white-space: nowrap; text-overflow: ellipsis; }

.f-tellnum li img { margin: 20px auto; }

.f-utilnav { font-size: xx-small; }

.f-copyright .sysContent { font-size: x-small; }


.p-pagetop { border-bottom: 2px solid #999; }

  .p-pagetop .sysContent { overflow: hidden; }

.p-pagetop a.spPageTop {
    color: #fff;
    text-decoration: none;
    background-color: #999;
    display: inline-block;
    text-align: center;
    padding: 6px;
    font-size: 1.2rem;
    float: right;
    margin-right: 10px; }

.p-pagetop .btn-info { display: none;}

.p-pagetop .spPageTop { display: block;}

.p-gocart a {
  width:86px;
  height:86px;
  right:5px;
  bottom: 15px;
}

/* module */
.sp-hide { display: none; }

/* JS toggle module */
.js-sphide { display: none; }

/* top */

body#top div#sysAside {
	float: none;
	width:100%;
}
body#top div#sysMain {
    float: none;
	width:100%;
}
.ranking .sysHeadline {
  background-image: url("../img/topMain/title-pc.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 9.5px; }
  .ranking .sysHeadline img {
    max-height: 15px; }

.ranking ul {
  margin-bottom: 20px; }


.p-pickup .sysContent { margin-left: 0; }
.p-pickup section { float: none; }
.p-pickup h4 { width: 95.75856%; margin: 0.5px auto 0; }
.p-pickup p { width: 95.75856%; margin: 0 auto 12.5px; }

.p-topics dl { padding-left: 10px; width: 89.32039%; }

.p-allcourse { font-size: 1.4rem; }

.course-row { padding: 0; border-bottom: none; }
.course-row:nth-child(2),.course-row:nth-child(4) { background: #fff; }
.course-row h3 { background-color: #FFFFCC; padding: 10px 0; cursor: pointer; position: relative; }
.course-row h3:after { content: ""; background-color: #666; width: 2rem; height: 2rem; text-align: center; display: inline-block; font-weight: normal; float: right; -webkit-border-radius: 100%; border-radius: 100%; margin: 0 10px 0 0; background-image: url("../img/icon/icon_plus.png"); -webkit-background-size: 100%; background-size: 100%; }
.course-row h3.active:after { background-image: url("../img/icon/icon_minus.png"); -webkit-background-size: 100%; background-size: 100%; }
.course-row nav { margin-left: 0; }
.course-row nav a { width: 100%; border-bottom: 1px dotted #ccc; color: black; text-decoration: none; line-height: 2.5; padding: 5px 15px 5px 5px; font-weight: bold; position: relative; margin: 0 auto; }
.course-row nav a:before { margin-left: 0; }
.course-row nav a:after { content: ""; background-image: url("../img/icon/icon_arrow2_lightgray.png"); height: 27px; width: 17px; background-size: contain; background-repeat: no-repeat; position: absolute; right: 10px; top: 10px; }
.course-row nav a img { max-height: 1.4rem; vertical-align: auto; vertical-align: initial; }

.reasons-row { background-color: transparent; padding: 0; }
.reasons-row section { width: 100%; background-color: #F7F5F0; margin-bottom: 5px; padding-bottom: 6px; }
.reasons-row section:nth-child(2n) { margin-left: 0; }
.reasons-row h4 { margin-bottom: 0; padding: 12px 15px 6px; cursor: pointer; position: relative; }
.reasons-row h4:after { content: ""; background-color: #666; width: 2rem; height: 2rem; text-align: center; display: inline-block; font-weight: normal; float: right; -webkit-border-radius: 100%; border-radius: 100%; margin: 0; background-image: url("../img/icon/icon_plus.png"); -webkit-background-size: 100%; background-size: 100%; }
.reasons-row h4.active:after { background-image: url("../img/icon/icon_minus.png"); -webkit-background-size: 100%; background-size: 100%; }
.reasons-row div { padding: 10px 15px 5px; }



/* sysItemCategory */

#sysItemCategory .f-checked { margin: 0 10px !important; }

#sysItemCategory div#sysMain { width: 100%; float: none; margin: 0 auto; padding: 0 5px; }

#sysItemCategory div#sysAside { display: none; }

/*#sysItemCategory .sysDisplayMobileNone{display: block !important;}*/


#sysItemCategory .categoryMenu {text-align: left;}
	
#sysItemCategory .categoryMenu li {margin-right: 10px;}

#sysItemCategory #sysMain .searchBox {
		margin: 0 10px 20px;
		padding: 14px 0 17px 7px;
		background-color: #FFCCCC;
		text-align: center;
}

#sysItemCategory #sysMain .searchBox p {
		margin-bottom: 8px;
}
	
#sysItemCategory #sysMain .searchBox input[type="text"] {
		margin-right: 6px;
		height: 26px;
		width: 70%;
		float: left;
		border: 3px solid #FF6666;
}
	
#sysItemCategory #sysMain .searchBox .btn {
                margin: 20px 0 0;
		float: left;
		width: 25%;
		height: 23px;
		text-align: center;
		background: #666;
		color: #fff;
		border: 1px solid #ccc;
		font-size: 12px;
		padding: 0;
		cursor: pointer;
}



/* sysItemDetail */

#contents,#item  {
	font-size: 13px;
}

#item .voice {
	font-size: 80%;
}

.pdf {display: none;}

#sysItemDetail .sysItemListOriginalTag .sysCartButton {
    background: url(../img/item/common/btn_cart_l_sp.png) center center / 100% 100% no-repeat;
    width:282px;
    height:55px;
    padding:0;
    text-indent: -9999px;

    cursor: pointer;  
    max-width: 100%;
    max-height: auto;


    margin-left: auto;
    margin-right: auto;
}

#sysItemDetail .sysItemListOriginalTag .sysGoCartButton {
    background: url(../img/item/common/btn_gocart_l_sp.png) center center / 100% 100% no-repeat;
}

/*試してみるボタン*/
#sysItemDetail .try .sysItemListOriginalTag .sysCartButton {
	background: url(../img/item/common/btn_cart_l_try_sp.png) no-repeat;
	-webkit-background-size: 100%;
    background-size: 100%;
}
#sysItemDetail .try .sysItemListOriginalTag .sysGoCartButton {
    background: url(../img/item/common/btn_gocart_l_try_sp.png) no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
}

/*予約ボタン*/
#sysItemDetail .reservation .sysItemListOriginalTag .sysCartButton {
	background: url(../img/item/common/btn_cart_reservation_sp.png) no-repeat;
	-webkit-background-size: 100%;
    background-size: 100%;
}
#sysItemDetail .reservation .sysItemListOriginalTag .sysGoCartButton {
    background: url(../img/item/common/btn_cart_sp2.png) no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
}

#sysItemDetail #sysFooter .f-checked {
       width: 90%;
}

#sysItemDetail div#sysHeader .h-globnavall {
	display: none !important;
}

#item .link {
		margin: 0 40px;
}
	
#item .link li {
		display: inherit;
		margin: 0 0 10px;
}

.mb0 {
	margin-bottom: 0 !important;
}

.mb15 {
	margin-bottom: 15px !important;
}

.mb25 {
	margin-bottom: 25px !important;
}

.pt30 {
	padding-top: 30px !important;
}

/* すらすら話せる55段階式英会話
-------------------------------------------------------------- */
/* 共通
---------------------------------------------------- */
#en55 .telBox p {
  font-size: 14px;
}

/* 独自
---------------------------------------------------- */
#en55 .no-pc { display: block; }
#en55 .no-sp { display: none; }

#en55 .hd-01 {
  font-size: 18px;
}

#en55 .campaign-set .campaign-set-content a:hover {
  opacity: 1;
}

/* s1
------------------------------------------ */
#en55-s1-inner .profile {
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 25px;
  padding-top: 100px;
  padding-bottom: 5px;
  background-image: url(../img/item/55english-new/en55_s1_profile_bg_01.png);
  background-position: left bottom;
  background-repeat: repeat-x;
}

#en55-s1-inner .profile p {
  width: 48%;
  float: none;
  margin: 0 auto;
}

#en55-s1-inner .profile p:before {
  top: -16px;
}

#en55-s1-inner .profile dl {
  width: 100%;
  float: none;
  margin-top: 5px;
  background-image: none;
}

#en55-s1-inner .profile dl dd {
  line-height: 1.5;
  font-size: 12px;
}

#en55-s1-inner .s1-list {
  margin-left: 5px;
  margin-right: 5px;
}

#en55-s1-inner .s1-list h3 {
  font-size: 18px;
}

#en55-s1-inner .s1-list .txt {
  font-size: 14px;
}

#s1-c2 .c-img {
  width: 80%;
}

#s1-c3 .float-layout .l-txt {
  width: 100%;
  float: none;
}

#s1-c3 .float-layout .r-img {
  width: 60%;
  float: none;
  margin: 15px auto 15px;
}

#s1-c5 .float-layout .l-txt {
  width: 100%;
  float: none;
}

#s1-c5 .float-layout .r-img {
  width: 80%;
  float: none;
  margin: 15px auto 15px;
}

/* s2
------------------------------------------ */
#en55-s2-inner {
  padding: 0;
}

#en55-s2 .s2-list h3 {
  padding: 8px 5px 5px 22px;
}

#en55-s2 .s2-list h3 .num {
  left: -13px;
  width: 30px;
  height: 30px;
  padding: 5px 0 5px 8px;
  background-size: cover;
  font-size: 18px;
}

#en55-s2 .s2-list h3 {
  line-height: 1.2;
  font-size: 16px;
}

#en55-s2 .s2-list h3 .big {
  font-size: 18px;
}

#en55-s2 .s2-list h3 .small {
  font-size: 18px;
}

#en55-s2 .s2-list .float-layout {
  margin-right: 5px;
  margin-left: 5px;
}

#en55-s2 .s2-list .float-layout .left {
  width: 100%;
  float: none;
}

#en55-s2 .s2-list .float-layout .right {
  width: 60%;
  float: none;
  margin: 10px auto 10px;
}

#s2-c1 .img-layout {
  margin-top: 5%;
}

#s2-c1 .img-layout .left {
  width: 100%;
  float: none;
}

#s2-c1 .img-layout .right {
  width: 100%;
  float: none;
  margin-top: 5.0%;
}

#s2-c1 .img-layout .left dt, #s2-c1 .img-layout .right dt {
  padding-top: 2.0%;
  padding-bottom: 2.0%;
  font-size: 14px;
}

#s2-c1 .img-layout .left dd, #s2-c1 .img-layout .right dd {
  width: 90%;
  margin: 0 auto;
}

#s2-c1 .img-layout .left dt {
  margin-bottom: 5.0%;
}

#en55-s2 #s2-c3 h3 .big {
  font-size: 18px;
}

#en55-s2 #s2-c3 h3 .small {
  font-size: 16px;
}

#s2-c3 .c-img {
  width: 60%;
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
}

#en55-s2 #s2-c4 h3 .big {
  font-size: 18px;
}

#en55-s2 #s2-c4 h3 .small {
  font-size: 16px;
}

#s2-c4 ul {
  margin-left: 5px;
  margin-right: 5px;
  line-height: 1.5;
  font-size: 14px;
}

#s2-c4 .link {
  margin-left: 5px;
  margin-right: 5px;
}

#s2-c4 .link a {
  padding-top: 1.5%;
  padding-bottom: 1.5%;
  font-size: 14px;
}

#en55-s2 #s2-c5 h3 .big {
  font-size: 18px;
}

#en55-s2 .s2-list .txt {
  font-size: 14px;
}

#en55-s2 .s2-list .c-txt {
  margin-right: 5px;
  margin-left: 5px;
}

/* s3
------------------------------------------ */
#en55-s3 .s3-list-all ~ .s3-list-all {
  margin-top: 10px;
}

#en55-s3 .s3-list {
  padding-left: 5px;
  padding-right: 5px;
}

#en55-s3 .s3-list h3 {
  font-size: 16px;
}

#en55-s3 .s3-list h3 .big {
  font-size: 18px;
}

#en55-s3 .s3-list h3 .small {
  font-size: 18px;
}

#en55-s3 .s3-list .float-layout .img {
  display: none;
}

#en55-s3 .s3-list .float-layout .fl-inner {
  width: 100%;
  float: none;
}

#en55-s3 .s3-list .float-layout .fl-inner .txt,
#en55-s3 .s3-list .center-layout .txt {
  font-size: 14px;
}

#en55-s3 .s3-list .float-layout .fl-inner .name,
#en55-s3 .s3-list .center-layout .name {
  font-size: 14px;
}

#en55-s3 .s3-list .float-layout .fl-inner .name .big,
#en55-s3 .s3-list .center-layout .name .big {
  font-size: 14px;
}

#en55-s3 .s3-list .float-layout .fl-inner .name .small,
#en55-s3 .s3-list .center-layout .name .small {
  font-size: 14px;
}

#en55-s3 #s3-c2 h3 .big {
  font-size: 18px;
}

#en55-s3 #s3-c2 h3 .small {
  font-size: 18px;
}

#en55-s3 #s3-c4 h3 .big {
  font-size: 18px;
}

#en55-s3 #s3-c4 h3 .small {
  font-size: 18px;
}

#en55-s3 #s3-c5 h3 .big {
  font-size: 18px;
}

#en55-s3 #s3-c5 h3 .small {
  font-size: 18px;
}

/* s4
------------------------------------------ */
#en55-s4 .human {
  display: none;
}

#en55-s4-content {
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
}

#en55-s4 .s4-list {
  padding-top: 0;
}

#en55-s4 .s4-list h3 {
  margin-left: 0;
  font-size: 18px;
}

#en55-s4 .s4-list .txt {
  font-size: 14px;
}

#en55-s4 .s4-list .note {
  font-size: 12px;
}

#s4-c1 {
  width: 100%;
  margin-left: 0;
}

#s4-c1 h3, #s4-c4 h3 {
  margin-right: 0;
}

#s4-c1 .txt, #s4-c4 .txt {
  margin-right: 5px;
  margin-left: 5px;
}

#s4-c1 .note {
  margin-right: 5px;
  padding-left: 5px;
}

#en55-s4 .s4-list .link {
  display: table;
  margin-left: auto;
  margin-right: auto;
  padding-left: 13px;
}

#en55-s4 .s4-list .link a {
  font-size: 13px;
}

#en55-s4 .s4-list .link:before {
  top: 6px;
  width: 5px;
  height: 5px;
}

#s4-c2 .txt, #s4-c3 .txt {
  margin-right: 5px;
  margin-left: 5px;
}

#s4-c4 {
  width: 100%;
}

#s4-c5 .float-layout {
  margin-left: 5px;
  margin-right: 5px;
}

#s4-c5 .float-layout .f-img {
  display: none;
}

#s4-c5 .float-layout .f-txt {
  width: 100%;
  float: none;
}

/* s5
------------------------------------------ */
#en55-s5 .s5-lead .txt {
  line-height: 1.5;
  font-size: 14px;
}

#en55-s5 .s5-lead ul {
  margin-left: 0;
  margin-right: 0;
  padding: 8px 8px 8px 8px;
  border-width: 3px;
}

#en55-s5 .s5-lead ul li {
  margin-left: 0;
  text-indent: 0;
  line-height: 1.5;
  font-size: 14px;
}

#en55-s5 .s5-pickup .float-layout {
  margin-left: 5px;
  margin-right: 5px;
}

#en55-s5 .s5-pickup .float-layout h2 {
  width: 100%;
  float: none;
  line-height: 1.4;
  font-size: 16px;
}

#en55-s5 .s5-pickup .float-layout h2 .big {
  margin-left: 0;
  font-size: 18px;
}

#en55-s5 .s5-pickup .float-layout p {
  width: 80%;
  float: none;
  margin: 5px auto 5px;
}

#en55-s5 .s5-pickup ul {
  margin-left: 5px;
  margin-right: 5px;
}

#en55-s5 .s5-pickup ul li {
  width: 100%;
  float: none;
  font-size: 14px;
}

#en55-s5 .s5-pickup ul li ~ li {
  margin-top: 5px;
  margin-left: 0;
}

#en55-s5 .s5-pickup ul li:nth-child(n+5) {
  margin-top: 5px;
}

#en55-s5 .s5-program h2 {
  padding-left: 5px;
  padding-right: 5px;
  font-size: 18px;
}

#en55-s5 .p-list-all h3 a:hover {
  opacity: 1;
}

#en55-s5 .p-list-all h3 a:before {
  width: 30px;
}

#en55-s5 .p-list-all h3 a:after {
  right: 5px;
  width: 20px;
  height: 10px;
  margin-top: -4px;
  background-size: cover;
}

#en55-s5 .p-list-all h3 .on:after {
  background-position: 0 -10px;
}

#en55-s5 .p-list-all h3 .icn {
  width: 52px;
  height: 52px;
  margin: 5px 10px 5px 5px;
  padding-top: 10px;
  letter-spacing: 0.1em;
}

#en55-s5 .p-list-all h3 .small {
  top: -3px;
  font-size: 10px;
}

#en55-s5 .p-list-all h3 .big {
  font-size: 20px;
}

#en55-s5 .p-list-all h3 .title {
  font-size: 18px;
}

#en55-s5 .p-list-all h3 .more {
  display: none;
}

#en55-s5 .p-list-all h3 .img {
  display: none;
}

#en55-s5 .p-list-content {
  margin-left: 0;
  margin-right: 0;
}

#en55-s5 .p-list {
  width: 100%;
  float: none;
  margin-bottom: 10px;
}

#en55-s5 .p-list > dl dl dt {
  width: 16%;
  margin-right: 14px;
  padding: 1px 2px 1px 2px;
  font-size: 14px;
}

#en55-s5 .p-list > dl dl dt span {
  font-size: 14px;
}

#en55-s5 .p-list > dl dl dd {
  width: 79%;
  margin-top: 1.0%;
  line-height: 1.5;
  font-size: 14px;
}

#en55-s5 .p-list > dl dd {
  line-height: 1.5;
  font-size: 14px;
}

#en55-s6 .table-layout thead th {
  padding: 5px;
  font-size: 16px;
}

#en55-s6 .table-layout tbody tr {
  display: block;
}

#en55-s6 .table-layout tbody tr th {
  padding: 5px;
  text-align: center;
}

#en55-s6 .table-layout tbody tr th,
#en55-s6 .table-layout tbody tr td {
  display: block;
  width: 100%;
}

#en55-s6 .table-layout tbody tr td:nth-of-type(1) {
  width: 100%;
  padding: 5px;
}

#en55-s6 .table-layout tbody tr td:nth-of-type(2) {
  padding-top: 5px;
  padding-bottom: 5px;
}

#en55-s6 .table-layout tbody tr td img {
  width: 50%;
}

#en55-s6 .table-layout.plus tbody tr td img {
  width: 37%;
}

/* s7
------------------------------------------ */
#en55-s7 .s7-c1 .info-all {
  padding: 5px;
}

#en55-s7 .s7-c1 .info dl dt {
  font-size: 18px;
}

#en55-s7 .s7-c1 .info dl dd {
  font-size: 14px;
}

#en55-s7 .s7-c1 .info dl dd .date {
  font-size: 14px;
}

#en55-s7 .s7-c1 .info dl dd .note {
  font-size: 14px;
}

#en55-s7 .s7-c1 .info p {
  padding-left: 13px;
}

#en55-s7 .s7-c1 .info p:before {
  top: 6px;
  width: 5px;
  height: 5px;
}

#en55-s7 .s7-c1 .info p a {
  font-size: 14px;
}

#en55-s7 .s7-c2-content {
  padding: 0 5px 5px 5px;
}

#en55-s7 .s7-c2-content h3 {
  line-height: 1.3;
  font-size: 18px;
}

#en55-s7 .s7-c2-inner {
  padding: 5px;
}

#en55-s7 .s7-c2-content .left {
  width: 100%;
  float: none;
}

#en55-s7 .s7-c2-content .right {
  width: 50%;
  float: none;
  margin: 10px auto 0;
}

#en55-s7 .s7-c2-content:nth-of-type(2) .left {
  width: 100%;
}

#en55-s7 .s7-c2-content:nth-of-type(2) .left .link {
  display: table;
  margin: 0 auto;
  padding-left: 13px;
}

#en55-s7 .s7-c2-content:nth-of-type(2) .left .link:before {
  top: 6px;
  width: 5px;
  height: 5px;
}

#en55-s7 .s7-c2-content:nth-of-type(2) .left .link a {
  font-size: 14px;
}

#en55-s7 .s7-c2-content:nth-of-type(2) .right {
  width: 50%;
  margin-top: 10px;
}

#en55-s7 .s7-c2-inner .left .txt {
  font-size: 14px;
}

#en55-s7 .s7-c2-inner .left .info-all .btn:before {
  top: -2px;
  left: -2px;
}

#en55-s7 .s7-c2-inner .left .info-all .btn a {
  font-size: 16px;
}

#en55-s7 .s7-c2-inner .left .info-all .btn a:hover {
  opacity: 1;
}

#en55-s7 .s7-c2-inner .left .info-all .btn a:before {
  top: 8px;


  left: 20px;
  width: 20px;
  height: 20px;
  background-size: cover;
}

#en55-s7 .s7-c2-inner .left .info-all .btn .on:before {
  background-position: 0 -20px;
}

#en55-s7 .s7-c2-inner .left .info dl dt {
  font-size: 14px;
}

#en55-s7 .s7-c2-inner .left .info dl dd {
  font-size: 14px;
}

#en55-s7 .s7-c2-inner .left .info .table-layout thead th {
  padding: 5px;
  font-size: 16px;
}

#en55-s7 .s7-c2-inner .left .info .table-layout tbody tr {
  display: block;
}

#en55-s7 .s7-c2-inner .left .info .table-layout tbody tr th {
  padding: 5px;
  text-align: center;
}

#en55-s7 .s7-c2-inner .left .info .table-layout tbody tr th,
#en55-s7 .s7-c2-inner .left .info .table-layout tbody tr td {
  display: block;
  width: 100%;
}

#en55-s7 .s7-c2-inner .left .info .table-layout tbody tr td:nth-of-type(1) {
  width: 100%;
  padding: 5px;
}

#en55-s7 .s7-c2-inner .left .info .table-layout tbody tr td:nth-of-type(2) {
  padding-top: 5px;
  padding-bottom: 5px;
}

#en55-s7 .s7-c3 {
  padding-top: 10px;
  padding-bottom: 5px;
  background-position: center -33%;
}

#en55-s7 .s7-c3 h3 {
  font-size: 18px;
}

#en55-s7 .s7-c3 .lead {
  margin-left: 5px;
  margin-right: 5px;
  font-size: 14px;
}

#en55-s7 .s7-c3-content {
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 5px;
}

#en55-s7 .s7-c3-content .left,
#en55-s7 .s7-c3-aside .info-all .left {
  width: 100%;
  float: none;
}

#en55-s7 .s7-c3-content .right,
#en55-s7 .s7-c3-aside .info-all .right {
  width: 50%;
  float: none;
  margin-left: auto;
  margin-right: auto;
}

#en55-s7 .form .title {
  font-size: 16px;
}

#en55-s7 .form .price {
  font-size: 16px;
}

#en55-s7 .form .price .big1 {
  font-size: 16px;
}

#en55-s7 .form .price .big2 {
  font-size: 16px;
}

#en55-s7 .form .price .yen1 {
  font-size: 14px;
}

#en55-s7 .form .price .yen2 {
  font-size: 14px;
}

#en55-s7 .s7-c3-aside {
  margin-left: 5px;
  margin-right: 5px;
}

#en55-s7 .s7-c3-aside .title a {
  font-size: 16px;
}

#en55-s7 .s7-c3-aside .title a:hover {
  opacity: 1;
}

#en55-s7 .s7-c3-aside .title a:after {
  top: 6px;
  right: 10px;
  width: 18px;
  height: 18px;
  background-size: cover;
}

#en55-s7 .s7-c3-aside .title .on:after {
  background-position: 0 -18px;
}

#en55-s7 .s7-c3-aside .info-all .right {
  margin-top: 20px;
}

/*common style（分割用）
----------------------------------------------------*/
#item{box-sizing: border-box;}

.contents #item #pagePath {
  float:none;
	text-align:left;
}
.contents #item h2{
	padding:3% 0 2.5%;
}
.contents #item .actionCts ul li {width:100%;}
/* read_txt */
.contents #item  #read_txt h2{
	background-position:3% center, left top;
	background-size:7%,auto;
	padding:3% 4% 3% 12%;
}
.contents #item  #read_txt p{
	padding:3% 4%;
}
.contents #item  #read_txt p img{
	display:none;
}

/* nav */
.contents #item .tbNone{display: none;}
.contents #item .tbPhoto{display: block;}

.contents #item .tbPhoto {
	margin-bottom: 6%;
}
.contents #item .tbPhoto p {
	padding:0.3em 1em;
	font-size: 150%;
	font-weight:bold;
	text-align:center;
	color:#fff;
	line-height:120%;
	width: 100%;
	border-radius: 5px;
	margin-bottom: 0;
	position:relative;
}
.contents #item .tbPhoto p::after {
	content: "";
	width: 2rem;
	height: 2rem;
	text-align: center;
	display: inline-block;
	font-weight: normal;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	background-image: url("../img/icon/icon_plus.png");
	-webkit-background-size: 100%;
	background-size: 100%;
	position:absolute;
	top:0;
	bottom:0;
	right:0.5em;
	margin:auto 0;
}
.contents #item .tbPhoto p.active::after {
	background-image: url("../img/icon/icon_minus.png");
	-webkit-background-size: 100%;
	background-size: 100%;
}
.contents #item .tbPhoto p img {
	text-align: left;
	width: 90%;
	vertical-align: middle;
}
.contents #item .tbPhoto ul {
	background: #f6f6f6;
}
.contents #item .tbPhoto ul li a {
	position: relative;
	padding: 5%;
	border-bottom: #ccc 1px dotted;
	display: block;
	color: #626262;
	text-decoration: none;
	font-weight: bold;
	text-align:left;
}
.contents #item .tbPhoto ul li.sub a {
	padding-left: 9%;
}
.contents #item .tbPhoto ul li a::after {
	position: absolute;
	top: 40%;
	right: 5%;
	display: block;
	content: '';
	width: 10px;
	height: 10px;
	border-top: 5px solid #d1d1d1;
	border-right: 5px solid #d1d1d1;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
/* Header  Sticky*/
.sticky_on{
	width:98%;
}
/* top */
.contents #item .coursemenu{
	margin: 2.5%;
	text-align:left;
}
.contents #item .coursemenu li p {
	width: 11%;
	padding-bottom: 0.5%;
	margin-bottom: 0;
}
.contents #item .coursemenu li .menuImg {
	float: left;
	display: inline;
}
.contents #item .coursemenu li dl {
	margin-left: 13%;
}
.contents #item .coursemenu dl dt {
	padding-bottom: 0.3em;
	color: #ff6600;
	font-weight: bold;
	text-decoration: underline;
}
.contents #item .coursemenu dl dd {
	font-size: 0.8em;
}
.contents #item .coursemenu li:nth-child(odd){
	background: #f6f6f6;
}
.contents #item .coursemenu li a {
	position: relative;
	padding: 2% 7% 2% 2%;
	display: block;
	color: #333 !important;
	text-decoration: none;
}
.contents #item .coursemenu li a::after {
	position: absolute;
	top: 40%;
	right: 2%;
	display: block;
	content: '';
	width: 10px;
	height: 10px;
	border-top: 4px solid #d1d1d1;
	border-right: 4px solid #d1d1d1;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
/* pageNav */
.contents #item #pageNav {
	margin: 5% 1%;
}
.contents #item #pageNav .prev {
	width: 49%;
	float: left;
}
.contents #item #pageNav .next {
	width: 49%;
	float: right;
	text-align: right;
}


.contents #item .next a:before{
	content:"";
	width:0;
	height:0;
	border:0.5em solid transparent;
	border-left:0.6em solid #fff;
	position:absolute;
	top:0;
	right:0.4em;
	bottom:0;
	margin:auto 0;
}
.contents #item .prev a:before{
	content:"";
	width:0;
	height:0;
	border:0.5em solid transparent;
	border-right:0.6em solid #fff;
	position:absolute;
	top:0;
	left:0.4em;
	bottom:0;
	margin:auto 0;
}

.contents #item .next a:before{
	content:"";
	border:0.4em solid transparent;
	border-left:0.4em solid #fff;
	position:absolute;
	right:0em;
}
.contents #item .prev a:before{
	content:"";
	border:0.4em solid transparent;
	border-right:0.4em solid #fff;
	left:0;
}
.contents #item .prev a,.contents #item .next a{
	display:block;
	background:#b48aae;
	line-height:35px;
	font-weight:bold;
	font-size:90%;
	color:#fff;
	text-decoration:none;
	text-align:center;
	border-radius:50px;
	position:relative;
}
/* actionCts */
.contents #item .actionCts {
	border: #339 5px solid;
}
.contents #item .actionCts p {
	background: #339;
	text-align: center;
	padding: 2% 2% 4% 2%;
	margin-bottom: 0;
	color: #fff;
	font-size: 1em;
	font-weight: bold;
}
.contents #item .actionCts ul {
	margin: 10px 0;
	padding: 2% 4%;
}

.contents #item .actionCts ul li {
    text-align: center;
}
/* about */
.contents #item #about_img{
	width:100%;
	margin-bottom: 20px;
}
/* support */
.contents #item .dashedBlueBox {
	background: #dfefff;
	border: #9cf dashed 1px;
	padding: 1% 2% 2% 2%;
}
.contents #item .dashedBlueBox dt {
	text-align: left;
}
.contents #item .dashedBlueBox dd {
	font-size: 0.7em;
}
.contents #item .dashedBlueBox .voice{
	font-weight:bold;
	color:#fff;
	text-align:center;
	padding:0.7em;
	position:relative;
	z-index:1;
	margin:0 0 0.5em;
	font-size:70%;
	border:none;
}
.contents #item .dashedBlueBox .imgset {
		width:22%;
		float:left;
		margin-right:0.5em;
}
.contents #item .dashedBlueBox .imgset .voice{
	display:block;
	float:none;
	width:9.3em;
}

.contents #item .dashedBlueBox .voice:before{
	content:"";
	height:1.5;
	width:8em;
	background:#3399cc;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
	z-index:-1;
	border-radius:45%;
}
.contents #item .dashedBlueBox .voice:after{
	content:"";
	height:0;
	width:0;
	border:0.4em solid transparent;
	position:absolute;
	right:-0.5em;
	bottom:0;
	margin:auto;
	transform:rotate(30deg);
	z-index:-1;
}
.contents #item .dashedBlueBox dd{
	margin-left:10em;	
}
.contents #item .dashedBlueBox dd{
		margin-left:0;
		text-align:left;
}
.contents #item .dashedBlueBox dd.emerarud {
	margin-left:0;
	margin-top: 0.5em;
	padding: 0.7em;
	border: 1px  dashed #999;
}
.contents #item .dashedBlueBox dd.emerarud img {
	float: right;
	margin: auto;
}

.name_img{
	height: 11px;
	vertical-align: middle;
}

.dashedBlueBox .name_img{
	height: 10px;
	vertical-align: middle;
}

#en55-s3-inner .name_img_20{
	height: 15px;
	vertical-align: middle;
}

.name_img_15{
	height: 13px;
	vertical-align: middle;
}
/* 特商法ページ
---------------------------------------------------- */
#main_tradelaw h2{
	margin-bottom: 20px;
}

#main_tradelaw dl{
	border-bottom: 1px dotted #BFBFBF;
	overflow:hidden;
}
#main_tradelaw dl:nth-child(even){
	background:#EDEDED;
}
#main_tradelaw dt{
	font-weight:bolder;
	padding:10px 0 10px 20px;
}
#main_tradelaw dd{
	padding:0px 20px 10px 20px;
}



/* カート最終確認ページ調整
---------------------------------------------------- */
.sysOrder .sysConfirmInfo,
.sysDetail .sysConfirmInfo{width: 70%;}

.sysOrder .sysConfirmButton,
.sysDetail .sysConfirmButton{width: 30%;}


/* 購入ステップを進めるためのボタンデザイン */
.sysCart #sysMain .sysNextSubmitArea .sysNextSubmit {
  width: 90% !important;
}

/* アコーディオン */
.acMenu .ac_title{
	display: block;
	line-height: 50px;
	cursor: pointer;
	background-repeat: no-repeat;
	padding: 0 15px;
	background-position: 97% 50%;
	background-size: 22px 22px;
	margin: 0 0 20px 0;
	font-weight: bold;
	background-color: #DDD;
	background-image: url(../img/icon/icon_plus.png);
    }
.acMenu .ac_inner{
	border: #DDD solid 4px; 
	padding: 15px;
    display: none;
	margin: 0 0 20px 0;
	font-size: 95%;
    }
.acMenu .ac_title.active{
    background:url(../img/icon/icon_minus.png) no-repeat;
	background-position: 97% 50%;
	background-size: 22px 22px;
	background-color: #DDD;
	margin: 0;
    }




/* 臨床心理士（分割）
---------------------------------------------------- */
#contents_clinical {
	font-size: 13px;
}

#contents_clinical .tbNone{display: none;}
#contents_clinical .tbPhoto{display: block;}


/* nav */

#contents_clinical #clinicianNavSp p {
	background:#ad80a7; 
}
#contents_clinical #clinicianNavSp ul {
	background: #f6f6f6;
}
#contents_clinical #clinicianNav{
	display:none;
}
/*top-text-*/
#contents_clinical .top_kohza_rink{
	width:960px;
	margin:0 auto;
	background-image:url(../img/item/clinician/top_kohza_rink_girl.png);
	background-repeat: no-repeat;
	background-position: bottom 24px right 70px;
	box-shadow:0 0 10px #c4a7c1;
}
#contents_clinical .top_kohza_rink a{
	box-sizing:border-box;
	display:block;
	padding:30px 0;
	position:relative;
	text-align:center;
	color:#555555;
	font-size:160%;
	font-weight:bold;
	text-decoration:none;
}

#contents_clinical .top_kohza_rink a:before{
	content:'';
	width:8%;
	height:40%;
	background:none;
	background-size:contain;
	position:absolute;
	bottom:20px;
	left:90px;
}
#contents_clinical .top_kohza_rink a:after{
	content:'';
	width:8%;
	height:40%;
	background:none;
	background-size:contain;
	position:absolute;
	top:20px;
	right:190px;
}

#contents_clinical .top_kohza_rink .large{
	font-size:195%;
	color:#a86ba0;	
}

#contents_clinical .top_kohza_rink .kochira{
	position:absolute;
	width:40%;
	background:url(../img/item/clinician/top_kohza_rink_arrow.png) repeat-y left;
	background-size:contain;
	bottom:-10px;
	right:15px;
	text-shadow: #fff 2px 2px 0px, #fff -2px 2px 0px,
             #fff 1px -1px 0px, #fff -2px -2px 0px;
	font-size:90%;
}
#contents_clinical .top_kohza_rink .kochira:after{
	content:"";
	width:0;
	height:0;
	border:35px solid transparent;
	border-left:40px solid #fbd7d7;
	position:absolute;
	top:-17px;
	right:-75px;
	margin:auto 0;
}
#contents_clinical .top_kohza_rink{
	width:95%;
	margin:0 3% 2em;
	background:none;
	box-shadow:0 0 10px #c4a7c1;
}
#contents_clinical .top_kohza_rink a{
	box-sizing:border-box;
	display:block;
	padding:0.5em 0 1em;
	position:relative;
	text-align:center;
	color:#555555;
	font-size:150%;
	font-weight:bold;
	text-decoration:none;
}

#contents_clinical .top_kohza_rink .block{
	display:block;
}




#contents_clinical .top_kohza_rink .kochira{
	position:absolute;
	width:85%;
	background:url(../img/item/clinician/top_kohza_rink_arrow.png) repeat-y left;
	background-size:contain;
	bottom:-10%;
	left:2%;
	z-index:1;
	text-shadow: #fff 2px 2px 0px, #fff -2px 2px 0px,
             #fff 1px -1px 0px, #fff -2px -2px 0px;
	font-size:90%;
}
#contents_clinical .top_kohza_rink .kochira:after{
	content:"";
	border:25px solid transparent;
	border-left:35px solid #fbd7d7;
	position:absolute;
	right:-60px;
	top:-20%;
	margin:auto 0;
}
#contents_clinical .top_kohza_rink .kochira:after{
	content:"";
	border:20px solid transparent;
	border-left:35px solid #fbd7d7;
	position:absolute;
	left:97%;;
	z-index:-1;
	margin:auto 0;
}
/* about */
#contents_clinical .field h4{
	margin:0 0 0.5em;
	color:#5d6bb6;
	font-size:120%;
	text-align:center;
	padding:0.5em 0;
	font-weight:bold;
}

#contents_clinical .field ul{
	box-sizing:border-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display:-ms-flexbox;
	display: -o-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack:justify;
	-webkit-align-content: space-between;
	justify-content:space-between;
	align-content:space-between;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	width:100%;
	background:url(../img/item/clinician/way_bg.png) no-repeat bottom 10%  right 23%;
}
#contents_clinical .field li{
	width:49.5%;
	vertical-align:middle;
	box-sizing:border-box;
	border-radius:10px;
	border:#6bbf72 2px solid;
	margin-bottom:1em;
}
#contents_clinical .field h5,#contents_clinical .field p{
	padding:0 1em;	
}
#contents_clinical .field h5{
	padding-top:1em;
	color:#000;
	font-size:100%;
	text-align:center;
	margin-bottom:0.5em;
	font-weight:bold;
}
#contents_clinical .field .img{
	margin-bottom:0.5em;
	text-align:center;
}
#contents_clinical .field ul{
	background:none;
}
#contents_clinical .field li{
	width:100%;
}
/* clinician_way */
#contents_clinical .way{
	width:920px;
	margin:0 auto;
}
#contents_clinical .way h4{
	background:#f27186;
	text-align:center;
	color:#fff;
	font-size:180%;
	padding:0.25em 0;
}

#contents_clinical .way p{
	margin:0;
}
#contents_clinical .cap a{
	text-decoration:none;
}
#contents_clinical .cap a span{
	display:inline-block;
	padding-left:1em;
	text-indent:-1em;
	font-size:80%;
	color:#111;
	text-align:left;
}
#contents_clinical .way h5,#contents_clinical .way02 dt{
	font-weight:bold;
	font-size:150%;
	text-align:center;
	color:#000;	
}
#contents_clinical .way01,#contents_clinical .way02,#contents_clinical .way03,#contents_clinical .way04,#contents_clinical .way05,#contents_clinical .way06{
	padding:0.7em 1em;
	box-sizing:border-box;
}

#contents_clinical .way02,#contents_clinical .way03,#contents_clinical .bottom_arrow{
	position:relative;	
}
#contents_clinical .bottom_arrow:before{
	content:"";
	height:0;
	width:0;
	border:3em solid transparent;
	border-top:2em solid #a1d078;
	position:absolute;
	bottom:-7.5em;
	left:0;
	right:0;
	margin:0 auto;
}
#contents_clinical .bottom_arrow:after{
	content:"";
	width:3em;
	height:3em;
	background:#a1d078;
	position:absolute;
	bottom:-3em;
	left:0;
	right:0;
	margin:0 auto;
}
#contents_clinical .way01{
	background:#fffcd6;
	border:solid 1px #a1d078;
	z-index:6;
	margin-bottom:2em;
}
#contents_clinical .way01 h5{
	margin-bottom:0.25em;
}
#contents_clinical .way01 h5:before{
	content:"";
	width:2.5em;
	height:1.5em;
	background:#fff;
	position:absolute;
	top:-1px;
	left:-1px;
	border:solid 1px #fff;
	border-bottom:solid 1px #a1d078;
	border-right:solid 1px #a1d078;;
}
#contents_clinical .way01 h5:after{
	content:"";
	width:2.5em;
	height:1.5em;
	background:#fff;
	position:absolute;
	top:-1px;
	right:-1px;
	border:solid 1px #fff;
	border-bottom:solid 1px #a1d078;
	border-left:solid 1px #a1d078;;
}
#contents_clinical .way01 h5 span{
	font-size:70%;
}

#contents_clinical .way02{
	background:url(../img/item/clinician/way_02bg_strp.png);
	padding:1em;
	z-index:5;
	margin-bottom:3em;
}
#c_graduate .way02{
	background:#e6efbd;
	width:80%;
	margin:0 auto 1em;
	padding-bottom:0.5em;
}
#contents_clinical .way02 dl{
	background:#e6efbd;
	padding:1.5em;
	margin-right:2.5em;
	border:solid #a1d078 1px;
}
#contents_clinical .way02 .bottom_arrow:before{
	content:"";
	border:3em solid transparent;
	border-top:2em solid #a1d078;
	bottom:-10em;
}
#contents_clinical .way02 .bottom_arrow:after{
	content:"";
	width:3em;
	height:5em;
	background:#a1d078;
	position:absolute;
	bottom:-5em;
}
#contents_clinical .way02:after{
	content:"合格";
	position:absolute;
	width:3em;
	line-height:2em;
	background:#f27186;
	font-weight:bold;
	font-size:180%;
	color:#fff;
	text-align:center;
	border-radius:50%;
	bottom:-12%;
	left:49%;
}
#contents_clinical #c_graduate .way02:after{
	content:none;	
}
#contents_clinical .flex{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display:-ms-flexbox;
	display: -o-flex;
	display: flex;
	display: -webkit-box; /* Android 2~4 */ 
	-webkit-box-pack: justify; /* Android 2~4 */
	-webkit-justify-content: space-between;
	-ms-flex-pack:justify;
	-webkit-align-content: space-between;
	justify-content:space-between;
	align-content:stretch;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}
#contents_clinical .way02 .flex div{
	width:49%;
	background:#fff;
	padding:1em;
	/*-webkit-box-flex: 1; /* Android 2~4 */
	/*-webkit-flex: 1;/*--- iOS8以前Safari用 ---*/
}
#contents_clinical .way02 dt,#contents_clinical .way02 dd{
	width:100%;
	margin-bottom:0.5em;
	background:none;
	padding:0;
	text-align:center;
}
#contents_clinical .way02 dt{
	color:#b3422d;
}
#contents_clinical .way02 .flex div h5{
	font-size:120%;
	margin-bottom:0.5em;	
}
#contents_clinical .way02 .flex div ul{
	text-align:left;
	margin-left:1em;
}
#contents_clinical .way02 .flex div li{
	display:block;
	text-indent:-1em;
	padding-left:1em;
	margin-bottom:1em;
  clear:both;
}
#contents_clinical .way02 .flex div li:before{
	content:"・";
	width:1em;
	height:1em;
	padding-right:0.25em;
	float:left;
}
#contents_clinical .way02 .flex div li span{
	display:inline-block;
	float:left;
	vertical-align:middle;
}
#contents_clinical .way02 .flex div li .kakko{
	text-indent:0;
	margin-left:1.5em;
	font-size:90%;
	position:relative;
	margin-bottom:0.5em;
}
#contents_clinical .way02 .flex div li .kakko:before{
	content:"";
	width:0.5em;
	height:2.8em;
	border:solid 1px #000;
	border-right:none;
	position:absolute;
	left:-1em;
}
#contents_clinical .way02 .flex div li .kakko:after{
	content:"";
	width:0.5em;
	height:2.8em;
	border:solid 1px #000;
	border-left:none;
	position:absolute;
	top:0;
	right:-1em;
}
#contents_clinical .way02 .varicle{
	position:absolute;
	display:inline-block;
	top:20%;
	right:-1.8em;
	width:1em;
	font-size:130%;
	color:#915389;
	font-weight:bold;
	line-height:100%;
	padding:1.25em 0 0;
}
#contents_clinical .way02 .varicle:before{
	content:"!";
	display:block;
	width:1em;
	height:1em;
	font-weight:bold;
	font-size:110%;
	color:#fff;
	line-height:1em;
	z-index:2;
	position:absolute;
	top:0;
	left:0;
	right:0;
	margin:auto;
}
#contents_clinical .way02 .varicle:after{
	content:"";
	width:1.2em;
	height:1.2em;
	background:#915389;
	border-radius:50%;
	position:absolute;
	top:-0.05em;
	left:-0.05em;
	margin:auto;
	z-index:-999;
}
#contents_clinical .way03{
	z-index:4;
	margin-bottom:0.5em;
	padding:0;
	width:100%;
}
#contents_clinical .way03 h5{
	background:#fffcd6;
	border:solid 1px #a1d078;
	border-bottom:none;
	padding:1.7em 0 0;
	z-index:-9;
	width:100%;
	box-sizing:border-box;
	margin-bottom:0;
}
#contents_clinical .way03 h5 span{
	color:#fff;
	display:inline-block;
	margin-left:1.1em;
	position:relative;
	z-index:1;
}
#contents_clinical .way03 h5 span:before{
	content:"";
	width:4em;
	height:1.8em;
	position:absolute;
	top:-0.1em;
	left:-0.7em;

	background:#999;
	z-index:-1;
	border-radius:50%;
}
#contents_clinical .way03 h5:before{
	content:"";
	width:27%;
	height:26%;
	background:url(../img/item/clinician/way_02bg.png) no-repeat left bottom;
	position:absolute;
	top:-25%;
	left:0;
	background-size:contain;
}
#contents_clinical .way03 h5:after{
	content:"";
	width:100%;
	height:17%;
	background:#fffcd6;
	border:solid 1px #a1d078;
	border-top:none;
	position:absolute;
	bottom:53%;
	left:0;
	box-sizing:border-box;
	z-index:-10;
}
#contents_clinical .way03 div{
	box-sizing:border-box;
	padding:0 0 0.5em;
	width:46%;
	border:solid 1px #a1d078;
	margin:0.7em 2%;
	position:relative;
}
#contents_clinical .way03 .flex{
	box-sizing:border-box;
	padding:0;
	width:auto;
	border:none;
	margin:0;
}
#contents_clinical .way03 h6{
	z-index:3;
	color:#000;
	background:#a1d078;
	width:100%;
	padding:0.7em 0;
	margin-bottom:0em;
}
#contents_clinical .way03 p{
	padding:1.7em 1em 0;
	margin-bottom:0;
	box-sizing:border-box;
}
#contents_clinical .way03 .bottom_arrow:before{
	content:"";
	border:1.5em solid transparent;
	border-top:1em solid #a1d078;
	position:absolute;
	bottom:-3em;
}
#contents_clinical .way03 .bottom_arrow:after{
	content:"";
	width:1.5em;
	height:1em;
	background:#a1d078;
	position:absolute;
	bottom:-1em;
}
#contents_clinical .way04{
	background:#fffcd6;
	border:solid 1px #a1d078;
	width:96%;
	margin:0 auto 5.7em;
}
#contents_clinical .way04 h5{
	color:#b3422d;
	margin-bottom:0.5em;
}
#contents_clinical .way04 p{
	text-align:center;

	margin-bottom:0;
}
#contents_clinical .way04:before{
	bottom:-9.5em;
	z-index:1;
}
#contents_clinical .way04:after{
	content:"";
	width:3em;
	height:5em;
	bottom:-5em;
}
#contents_clinical .way04 p:after{
	content:"合格";
	position:absolute;
	width:3em;
	line-height:2em;
	background:#f27186;
	font-weight:bold;
	font-size:180%;
	color:#fff;
	text-align:center;
	border-radius:50%;
	bottom:-55%;
	left:49%;
	z-index:3;
}
#contents_clinical .way05{
	background:#57a4c0;
	width:96%;
	margin:0 auto 2em;
	padding:0.5em;
}
#contents_clinical .way05 p{
	font-weight:bold;
	text-align:center;
	font-size:200%;
	color:#fff;
}
	#contents_clinical .way{
	width:90%;
}
#contents_clinical .way02{
	padding-bottom:2em;	
}
#contents_clinical .way02 dl{
	margin-right:0;
	padding:1.5em 0.7em 0.3em;
}
#contents_clinical .way02 .varicle{
	top:inherit;
	bottom:-2.5em;
	padding-left:1.25em;
	left:-1em;
	text-align:left;
	height:auto;
	width:auto;
	font-size:70%;
}
#contents_clinical .way02 .varicle:before{
	top:0;
	bottom:-1em;
	right:inherit;
	left:0.35em;
	margin:auto 0;
}
#contents_clinical .way02 .varicle:after{
	top:0;
	bottom:-1em;
	right:inherit;
	left:0;
	margin:auto 0;
	z-index:-999;
}
#contents_clinical .way02 .bottom_arrow:before{
	bottom:-11em;
}
#contents_clinical .way02 .bottom_arrow:after{
	height:6em;
	bottom:-6em;
}
#contents_clinical .way01 h5:after,#contents_clinical .way01 h5:before{
	width:2em;	
}
#contents_clinical .way02 .flex div ul{
	margin-left:0;	
}
#contents_clinical .way02 .flex div li:before{
	padding-right:0;
}
#contents_clinical .way02 .flex div li .kakko{
	margin-left:0.5em;	
}
#contents_clinical .way03 h6{
	font-size:100%;
}
#contents_clinical .way03 .none:before{
	content:none;
}
#contents_clinical .way03 .none:after{
	content:none;
}
#contents_clinical .sp_arrow:after{
	content:"";
	width:1.5em;
	height:1em;
	background:#a1d078;
	position:absolute;
	top:96.5%;
	left:22%;
}
#contents_clinical .sp_arrow:before{
	content:"";
	height:0;
	width:0;
	border:1.5em solid transparent;
	border-top:1em solid #a1d078;
	position:absolute;
	top:99%;
	left:19%;
}
#contents_clinical .way02:after{
	bottom:-9%;	
}
#contents_clinical .way04 p:after{
	bottom:-45%;
}
/* charge */
#contents_clinical #c_charge_main {
	width: 100%;
}
#contents_clinical #chargeSide {
	width: 100%;
}
#contents_clinical #chargeSide ul li {
	text-align: center;
}
#contents_clinical #c_charge .chargeTbl {
	width: 100%;
}
#contents_clinical #c_charge .chargeTbl table th {
	padding: 2px 0;
	font-size: 70%;
}
#contents_clinical #c_charge .chargeTbl table td {
	padding: 2px 0;
	font-size: 70%;
}
#contents_clinical #c_charge #omakasePack {
	padding: 4% 5%;
	background: #f69;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	position: relative;
	color: #fff;
	font-size: 85%;
}
#contents_clinical #c_charge #omakasePack em {
	font-weight: bold;
	color: #fff;
}
#contents_clinical #c_charge #omakasePack:after {
	content: "";
	position: absolute;
	top: -20px; left: 50%;
	margin-left: -20px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 20px 20px 20px;
	border-color: transparent transparent #f69 transparent;
}

/*
#contents_clinical .prev a,#contents_clinical .next a{
	background:#b48aae;
}pageNav new */

/* curriculum */
#contents_clinical .curriculumImgBox {
	width: 100%;
	text-align: center;
	margin-bottom: 1%;
}
#contents_clinical .curriculumImgBox img {
	padding: 0 2%;
}
#contents_clinical .curriculumTxtBox {
	width: 100%;
}
#contents_clinical .dashedBox ul li {
	margin-top: 3%;
	text-align: center;
	font-weight: bold;
}
/* curriculum new */
#contents_clinical .process,.tsubo,.mokumoku,.hikaku{
	box-sizing:border-box;
}
#contents_clinical .process{
	width:94%;
	margin:0 auto;
	padding:1em;
	background:#fffcdb;
}
#contents_clinical .process h4{
	line-height:120%;
	font-size:120%;
	font-weight:bold;
	margin:0;
	color:#000;
}
#contents_clinical .process p,#contents_clinical .tsubo p{
	margin-bottom:0;
}
#contents_clinical .tsubo{
	width:650px;
	margin:0 auto 10em;
	position:relative;
}
#contents_clinical .tsubo p{
	text-align:center;
 }

#contents_clinical .mokumoku{
	background:url(../img/item/clinician/curriculum_img03_bg2.png) no-repeat right 20% center;
	background-size:contain;
	margin:0 auto 2.5em;	
	padding:1em 0;
	text-align:center;
	position:relative;
}
#contents_clinical .mokumoku:before{
	content:"";
	height:0;
	width:0;
	border:1.5em solid transparent;
	border-top:1.5em solid #ff6699;
	position:absolute;
	bottom:-2.9em;
	left:0;
	right:0;
	margin:0 auto;
}
#contents_clinical .mokumoku:after{
	content:"";
	width:1.5em;
	height:1.5em;
	background:#ff6699;
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	margin:0 auto;
}
#contents_clinical .tsubo .mokumoku p{
	background:url(../img/item/clinician/curriculum_img03_bg1.png) no-repeat center;
	background-size:contain;
	width:50%;
	padding:2em 0.5em;
	margin-bottom:0.5em;
	position:relative;
}
#contents_clinical .mokumoku p:before{
	content:"";
	width:2em;
	height:2em;
	background:#cccccc;
	position:absolute;
	border-radius:50%;
	right:-10%;
	top:50%;
}
#contents_clinical .mokumoku p:after{
	content:"";
	width:1.5em;
	height:1.5em;
	background:#cccccc;
	position:absolute;
	border-radius:50%;
	right:-20%;
	top:60%;
}
#contents_clinical .tsubo .sukkiri{
	font-size:120%;
	font-weight:bold;
	line-height:150%;
	background:url(../img/item/clinician/curriculum_img03_bg3.png) repeat-x bottom;
	padding-bottom:0.7em;
	margin-bottom:1em;
	position:relative;
}
#contents_clinical .sukkiri span{
	display:inline-block;
	padding:0.25em;
	line-height:100%;
	font-size:100%;
	color:#fff;
	background:#ff6699;	
	position:relative;
	margin-right:0.5em;
}
#contents_clinical .sukkiri span:after{
	content:"";
	height:0;
	width:0;
	border:0.5em solid transparent;
	border-left:0.5em solid #ff6699;
	position:absolute;
	bottom:0;
	top:0;
	right:-0.8em;
	margin:auto 0;
}
#contents_clinical .hikaku{
	background:url(../img/item/clinician/curriculum_img04_bgmiddle.png) repeat-y;
	background-size:contain;
	position:relative;
}
#contents_clinical .hikaku h4{
	background:url(../img/item/clinician/curriculum_img04_bgtop.png) no-repeat;
	background-size:contain;
	width:100%;
	padding:1.5em 0;
	margin:0;
	text-align:center;
	font-weight:bold;
	position:relative;
}
#contents_clinical .hikaku .giza{
	display:block;
	padding:1.5em;
	background:url(../img/item/clinician/curriculum_img04_giza.png) no-repeat center;
	background-size:contain;
	text-align:center;
	font-weight:bold;
	position:absolute;
}
#contents_clinical .hikaku h4 .giza{
	top:-2.5em;
	left:0.25em;
	box-sizing:border-box;
}
#contents_clinical .hikaku:before{
	content:"";
	height:0;
	width:0;
	border:5em solid transparent;
	border-top:4em solid #ffcc43;
	position:absolute;
	bottom:-14em;
	left:0;
	right:0;
	margin:0 auto;
}
#contents_clinical .hikaku:after{
	content:"";
	width:5em;
	height:5em;
	background:#ffcc43;
	position:absolute;
	bottom:-5em;
	left:0;
	right:0;
	margin:0 auto;
}
#contents_clinical .geshu,#contents_clinical .kodawari{
	padding:0 1.25em 1.25em;
	padding-bottom:2em;
}
#contents_clinical .geshu{
	background:url(../img/item/clinician/curriculum_img03_bgmath.png) no-repeat bottom 5em right 1.25em;	
}
#contents_clinical .geshu dt{
	float:left;
	width:3em;
	background:#6666cc;
	color:#fff;
	box-sizing:border-box;
	font-weight:bold;
	clear:left;
	text-align:center;
	margin-top:0;
}
#contents_clinical .geshu dt.yotsuya{
	background:#ff6699;
}
#contents_clinical .geshu dd,#contents_clinical .kodawari dd{
	padding:0.5em;
	margin-left:3.5em;
	margin-bottom:1.5em;
	background:#fff;
	border:solid 1px #999;
	position:relative;
}
#contents_clinical .cmpany_b{
	margin-right:20%;	
}
#contents_clinical .cmpany_b:after{
	content:"";
	width:25%;
	height:100%;
	display:block;
	background:url(../img/item/clinician/curriculum_img03_bgdesk.png) no-repeat center;
	background-size:contain;
	position:absolute;
	top:0;
	bottom:0;
	right:-27%;
	margin:auto 0;
}
#contents_clinical .geshu dd.yotsuya{
	border-color:#ff6699;
	margin-right:30%;
	padding-bottom:2em;
}
#contents_clinical .geshu .giza{
	right:-2.5em;
	bottom:-3.5em;
}
#contents_clinical .geshu dd.yotsuya:after{
	content:"";
	display:block;
	width:5em;
	height:5em;
	background:url(../img/item/clinician/curriculum_img03_bgnaruhodo.png) no-repeat center;
	background-size:contain;
	position:absolute;
	bottom:-3.5em;
	right:7em;
}
#contents_clinical .hikaku .kodawari{
	background:url(../img/item/clinician/curriculum_img04_bgbottom.png) no-repeat bottom;
	background-size:contain;	
	padding:1em;
}
#contents_clinical .kodawari dt{
	float:right;
	width:20%;
	text-align:center;
	font-size:75%;	
}
#contents_clinical .kodawari dd{
	margin-right:21%;
	margin-left:0;
	background:#fff;
	padding-top:1em;
	z-index:0;
}
#contents_clinical .kodawari h5{
	margin-bottom:0;
	position:absolute;
	top:-0.9em;
	left:0.5em;
	letter-spacing:0.3em;
	color:#fff;
	z-index:1;
	background-color:#999;
	padding:3px 10px 3px 15px;
	border-radius: 20px;
}

#contents_clinical .kodawari p{
	text-align:left;
	z-index:2;
	padding:0.5em 0 0 0.5em;
	box-sizing:border-box;
}
#contents_clinical .kodawari p:after{
	content:"";
	width:2em;
	height:2em;
	position:absolute;
	top:0;
	bottom:0;
	right:-1.1em;
	margin:auto 0;
	background:#fff;
	border-right:solid 1px #999;
	border-bottom:solid 1px #999;
	transform:rotate(-45deg);
	z-index:-1;
}
#contents_clinical .tsubo .kochira{
	z-index:3;
	display:block;
	position:absolute;
	bottom:-3em;
	left:0;
	right:0;
	margin:0 auto;
	font-size:150%;
	font-weight:bold;
	text-shadow: #fff 2px 2px 0px, #fff -2px 2px 0px,
             #fff 1px -1px 0px, #fff -2px -2px 0px;
}
#contents_clinical .kochira span{
	color:#ff6699;
	font-size:180%;
}
#contents_clinical #developVoice h3{
	margin-bottom:0;	/*user.css打消し*/	
	text-align:center;	/*user.css打消し*/	
	left:10%;		/*user_pc(tab,sp).css打消し*/	
	top:inherit;		/*user_pc(tab,sp).css打消し*/	
	background:url(../img/item/clinician/correction_img15.png) no-repeat center;		/*user_pc(tab,sp).css打消し*/	
	background-size:contain;
	box-sizing:border-box;
	font-weight:bold;
	color:#fff;
	padding:0 0.5em;
	font-size:220%;
	line-height:300%;
}

#contents_clinical #developVoice h3 span{
	font-size:70%;
}
#contents_clinical #developVoice h3:after{
	content:"";
	height:0;
	width:0;
	border:0.2em solid transparent;
	border-right:1em solid #ad80a7;
	position:absolute;
	top:1.5em;
	left:1.2em;
	bottom:0;
	margin:auto 0;
}
#contents_clinical .process{
	width:100%;
}
#contents_clinical .tsubo{
	width:100%;
}
#contents_clinical .sukkiri span{
	position:absolute;
	margin-right:0;
	top:-1.7em;
	left:3em;
}
#contents_clinical .sukkiri span:after{
	content:"";
	height:0;
	width:0;
	border:0.5em solid transparent;
	border-top:0.5em solid #ff6699;
	position:absolute;
	top:1.3em;
	right:0;
	left:0;
	margin:0 auto;
}
#contents_clinical .hikaku h4 .giza{
	top:0;
	left:0.5em;
	bottom:0;
	margin:auto 0;
	height:5em;
	line-height:100%;
}
#contents_clinical .hikaku h4{
	text-align:left;
	padding-left:8em;
	padding-right:0.5em;
	margin-bottom:0.5em;
}
#contents_clinical .geshu{
	background:none;	
}
#contents_clinical .cmpany_b,.geshu dd.yotsuya{
	margin-right:0;	
}
#contents_clinical .cmpany_b:after{
	display:none;
}
#contents_clinical .geshu .giza{
	right:0.5em;
}
#contents_clinical .geshu dd.yotsuya:after{
	right:10em;
}
#contents_clinical .kodawari p:after{
	width:0.7em;
	height:0.7em;
	right:-0.5em;
}
#contents_clinical .tsubo .kochira{
	font-size:130%;	
}
#contents_clinical .kochira span{
	font-size:160%;	
}
#contents_clinical #developVoice h3{
	width:auto;
	top:-1.3em;
	left:0;
	right:0;
	margin:0 auto;
}
#contents_clinical #developVoice h3:after{
	border-left:none;
	border-right:1em solid #ad80a7;
	right:inherit;
	left:0.3em;
	bottom:-1.5em;
	transform:rotate(-20deg);
}
#contents_clinical #developVoice .profile{
	padding-top:0; /*user_tab.css 打消し*/
	margin-bottom:1em;
}
#contents_clinical #developVoice .profile p{
	padding-top:3.25em;	 /*user_tab.css 打消し*/
	margin-bottom:0;
}
#contents_clinical .mokumoku{
	margin-bottom:2em;
	background:none;
}
#contents_clinical .tsubo .mokumoku p{
	width:100%;	
}
#contents_clinical .mokumoku p:before{
	content:none;
}
#contents_clinical .mokumoku p:after{
	content:none;
}
#contents_clinical .sukkiri span{
	left:0;	
}
#contents_clinical #developVoice h3{
	font-size:150%;
	width:auto;
	padding:0;
}
#contents_clinical .tsubo .kochira{
	font-size:100%;
}
#contents_clinical .kodawari p:after{
	content: "";
	height: 0;
	width: 0;
	border: 0.5em solid transparent;
	border-left:0.5em solid #999;
	position: absolute;
	bottom:0;
	top:60%;
	left:100%;
	margin:auto 0;
	background:#ffffcc;
	transform:rotate(0);
}
/* correction */
#contents_clinical #c_correction h4 img.ttl_main{
	margin-top:-25px;
	z-index:1;
	position:relative;
}
#contents_clinical #c_correction h4 img.ttl_sub{
	position:relative;
	height:80px;
}
/* correction new */
/* correction new */
#contents_clinical .difference,.tensaku{
	width:80%;
	margin:0 auto;
}
#contents_clinical .difference{
	margin-bottom:3em;	
}
#contents_clinical .difference h4{
	margin-top:0;
	margin-bottom:2em;
	color:#ff3971;
	text-align:center;
	font-size:180%;
	font-weight:bold;
	text-shadow: #fff 2px 2px 0px, #fff -2px 2px 0px,
             #fff 2px -2px 0px, #fff -2px -2px 0px;
	position:relative;
	z-index:1;
}
#contents_clinical .difference h4 .top span{
	display:inline-block;
	margin:0 0.3em;
	color:#fff;
	font-size:150%;
	border-radius:30%;
	position:relative;
	z-index:1;
}
#contents_clinical .difference h4 .top span:before{
	content:"";
	width:0.3em;
	height:0.3em;
	background:#ad5cbb;
	border-radius:50%;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
	box-shadow:0 0 20px 20px #ad5cbb;
	z-index:-1;	
}
#contents_clinical .difference h4 .top{
	display:block;
	text-shadow:none;
	font-size:90%;
	color:#666467;
	margin:0 a
}
#contents_clinical .difference h4 .bottom{
	display:inline-block;
	position:relative;
}
#contents_clinical .difference h4 .bottom:before{
	content:"";
	width:2em;
	height:2em;
	background:url(../img/item/clinician/correction_img01bg.png) no-repeat;
	background-size:contain;
	position:absolute;
	left:-2em;
	bottom:0;
	margin:auto;
}
#contents_clinical .difference h4 .bottom:after{
	content:"";
	width:14em;
	height:0.1em;
	background:#fe9dc6;
	border-radius:50%;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
	box-shadow:0 0 2em 1.2em #fe9dc6;
	z-index:-1;	
}
#contents_clinical .difference ul{
	counter-reset:num;
	display:table;
	width:100%;
	table-layout:fixed;
	text-align:center;
	font-weight:bold;
}
#contents_clinical .difference ul li{
	display:table-cell;
	width:33%;
	box-sizing:border-box;
	position:relative;
	padding-top:2em;
	z-index:1;
}
#contents_clinical .difference ul li:before{
	z-index:2;
	position:absolute;
	top:-10px;
	left:0;
	right:0;
	margin:0 auto;
	font-weight:bold;
	font-size:180%;
	line-height:1em;
	color:#fff;
	width:1em;
	background:#f6973b;
	border-radius:100%;
	counter-increment:num;
  content: counter(num);
  padding:3px;
}
#contents_clinical .difference ul h5{
	display:inline-block;
	margin:0 auto 1em;
	color:#fff;
	font-weight:bold;
	font-size:150%;
	line-height:100%;
	z-index:1;
	box-shadow:0 0 20px 20px #feb662;
	border-radius:50%;
	background:#feb662;
}
#contents_clinical .difference ul p{
	text-align:center;
}
#contents_clinical .difference ul p:after{
	content:"";
	width:10em;
	height:10em;
	background:#ffffcd;
	border-radius:50%;
	position:absolute;
	top:0;
	left:0;
	right:0;
	margin:auto;
	z-index:-1;	
}
#contents_clinical h4.yellowL{
	width:100%;
	text-align:center;
	font-size:300%;
	font-weight:bold;
	color:#777;
	text-shadow: #fff 2px 2px 0px, #fff -2px 2px 0px,
             #fff 2px -2px 0px, #fff -2px -2px 0px;
	position:relative;
	z-index:0;
	background:#ffffcd;
	border-radius:50px;
}
#contents_clinical h4.yellowL span{
		font-size:65%;
}
#contents_clinical h4.yellowL .circle:before{
	content:"1";
	width:1em;
	height:1em;
	color:#fff;
	position:absolute;
	z-index:1;
	top:0.4em;
	left:0;
	right:0;
	margin:auto;
	text-shadow:none;
}
#contents_clinical h4.yellowL .circle:before,#contents_clinical h4.yellowL .circle:after{
	left:-4.5em;
	top:0.43em;
}
#contents_clinical h4.sec .circle:before,#contents_clinical h4.sec .circle:after{
	left:-3em;
}
#contents_clinical h4.third .circle:before,#contents_clinical h4.third .circle:after{
	left:-9em;
}
#contents_clinical h4.sec .circle{
	width:3.5em;
}
#contents_clinical h4.sec .circle:before{
	content:"2";
}
#contents_clinical h4.third .circle:before{
	content:"3";
}
#contents_clinical h4.yellowL .circle:after{
	content:"";
	width:1em;
	height:1em;
	position:absolute;
	top:0.4em;
	left:0;
	right:0;
	margin: -2px auto auto auto;
	background:#fe962a;
	border-radius:100%;
	padding:2px;
}
#contents_clinical .tensaku div{
	border:solid #999999 1px;
	padding:1em;
	margin-bottom:0.5em;
	position:relative;	
}
#contents_clinical .tensaku h5{
	font-weight:bold;
	color:#ff6699;
	margin-bottom:0.3em;
}
#contents_clinical .tensaku p{
	margin-bottom:0.5em;
	position:relative;
}

#contents_clinical .tensaku .kadai{
	border:none;
	padding-bottom:5em;
	background:url(../img/item/clinician/kadai_bg.png) no-repeat right top;
	background-size:7em;
	position:relative;
}
#contents_clinical .tensaku .kadai p{
	border:solid #ff6699 1px;
	padding:1em;
	margin-right:8em;
	position:relative;
}
#contents_clinical .tensaku .kadai p:after{
	content: "";
	height: 0;
	width: 0;
	border: 1em solid transparent;
	border-left: 1em solid #ff6699;
	position: absolute;
	right: -2em;
	top:0;
	bottom:0;
	margin:auto 0;
}
#contents_clinical .tensaku .kadai span{
	text-align:center;
	font-weight:bold;
	position:absolute;
	bottom:1em;
	right:8em;
	z-index:1;
	background:url(../img/item/clinician/curriculum_img04_giza.png) no-repeat center;
	background-size:contain;
	padding:1.5em;
}

#contents_clinical .tensaku .kadai:before,#contents_clinical .tensaku .next:before{
	content:"";
	height:0;
	width:0;
	border:1.5em solid transparent;
	border-top:1.5em solid #ff6699;
	position:absolute;
	left:0;
	right:0;
	margin:0 auto;
}
#contents_clinical .tensaku .kadai:after,#contents_clinical .tensaku .next:after{
	content:"";
	width:1.5em;
	height:1.8em;
	background:#ff6699;
	position:absolute;
	left:0;
	right:0;
	margin:0 auto;
}
#contents_clinical .tensaku .kadai:before{
	bottom:4em;
	border-top:none;
	border-bottom:1.5em solid #ff6699;
}
#contents_clinical .tensaku .kadai:after{
	bottom:2.3em;
}
#contents_clinical .tensaku .next:before{
	top:-1.5em;
}
#contents_clinical .tensaku .next:after{
	top:-3em;
}
#contents_clinical .dashedBox dt{
	width:7em;
	margin:0.5em auto 1.5em;
	position:relative;
}
#contents_clinical .dashedBox dt span{
	position:absolute;
	line-height:110%;
	left:-2.5em;
	top:0;
	bottom:0;
	margin:auto;
	height:3em;
	width:3em;
	background:#f83ca1;
	color:#fff;
	font-weight:bold;
	box-sizing:border-box;
	border-radius:100%;
	padding-top:0.5em;
}
#contents_clinical .dashedBox .dt02 span{
	background:#ff6d11;
}
#contents_clinical .dashedBox .dt03 span{
	left:-2em;
	background:#00b2c1;
}
#contents_clinical .dashedBox .dt04{
	width:100%;
	line-height:150%;
}
#contents_clinical .dashedBox .dt04 span{
	display:inline-block;
	width:100%;
	height:100%;
	position:static;
	border-radius:0;
	background:#8cc63f;
	line-height:150%;
	padding:0.5em;
	margin-right:0.5em;
}
#contents_clinical #developVoice h3{
	margin-bottom:0;
	text-align:center;
	left:10%;	
	top:inherit;	
	background:url(../img/item/clinician/correction_img15.png) no-repeat center;		/*user_pc(tab,sp).css打消し*/	
	background-size:contain;
	box-sizing:border-box;
	font-weight:bold;
	color:#fff;
	padding:0 0.5em;
	font-size:220%;
	line-height:300%;
}
#contents_clinical #developVoice h3 span{
	font-size:70%;
}
#contents_clinical #developVoice h3:after{
	content:"";
	height:0;
	width:0;
	border:0.2em solid transparent;
	border-right:1em solid #ad80a7;
	position:absolute;
	top:1.5em;
	left:1.2em;
	bottom:0;
	margin:auto 0;
}

#contents_clinical h4.yellowL .circle{
	display:block;
	width:100%;
	margin:0;
	padding:0.5em 0 0 0.5em;
	line-height:100%;
	text-align:center;
	position:relative;
	color:#fe962a;
	font-size:65%;
}
#contents_clinical h4.yellowL .circle:before,#contents_clinical h4.yellowL .circle:after{
	left:-4.5em;
	
}
#contents_clinical h4.sec .circle:before,#contents_clinical h4.sec .circle:after{
	left:-3em;
}
#contents_clinical h4.third .circle:before,#contents_clinical h4.third .circle:after{
	left:-10em;
}
#contents_clinical .difference{
	width:100%;
}
@media screen and (max-width: 640px) {
	#contents_clinical .difference h4 .bottom{
		font-size:80%;	
	}
	#contents_clinical .difference h4 .bottom:before{
		top:-4em;
		left:0;
	}
	#contents_clinical .difference ul{
		display:block;
	}
	#contents_clinical .difference ul li{
		display:block;
		width:100%;
		margin-bottom:5em;
	}
	#contents_clinical .difference ul p:after{
		width:60%;
	}
	#contents_clinical .difference, .tensaku{
		width:100%;	
	}
	#contents_clinical .tensaku .kadai{
		background-position:right top 35%;	
	}
	#contents_clinical .tensaku .kadai span{
		bottom:0;
    left:-6em;
		padding:1em;
	}
}
#contents_clinical #developVoice h3:after{
	left:-0.5em;
}
/* support */
#contents_clinical #c_support .optionC {
	border-bottom: #ccc 1px solid;
	margin-top: 4%;
}
#contents_clinical #c_support .optionC dt {
	text-align: left;
	padding-bottom: 2%;
	width: 100%;
	font-weight: bold;
}
#contents_clinical #c_support .optionC dd.optionImg {
	width: 100%;
	text-align: center;
	padding-bottom: 4%;
}
#contents_clinical #c_support .optionC dd.optionTxt {
	width: 100%;
	margin-bottom: 4%;
}
#contents_clinical #developVoice {
	margin-top: 10%;
	background: #fdf4e8;
	padding: 3%;
	position: relative;
	font-size: 90%;
}
#contents_clinical #developVoice h3 {
	border: none;
	position: absolute;
	left: 10%;
	font-size:150%;
	width:8em;
	padding:0;
	top:-0.5em;
}
#contents_clinical #developVoice .profile {
	padding-top: 9%;
	margin-bottom: 2%;
}
#contents_clinical #developVoice .profile img {
	float: left;
	padding-right: 3%;
}
#contents_clinical #developVoice .profile p {
	padding-top: 2%;
}
/* 調整 */
#contents_clinical .pctbR,
#contents_clinical .pctbR {
	width: 100%;
	text-align: center;
}
#contents_clinical .pctbL,
#contents_clinical .pctbL {
	width: 100%;
	text-align: center;
}



/* FP（分割） */
#contents_fp #item .tbsp-table {
    display:table;
}
/* ケアマネジャー（分割） */
#contents_care #item #goukaku img {
    float:none;
}

/*こども環境管理士*/
#contents_kodomo #item .bannerlist {
	float:none;
}
#contents_kodomo #item .bannerlist li{
	margin:0 auto;
	float:none;
}
#contents_kodomo #item .bannerlist li img{
	width:45%;
}
#contents_kodomo #item .bannerlist:before,
#contents_kodomo #item .bannerlist:after {
    content: " ";
    display: table;
}

#contents_kodomo #item .bannerlist:after {
    clear: both;
}

#contents_kodomo #item .bannerlist {
    *zoom: 1;
}
#contents_kodomo #item #clinicianNavSp p{
	font-size:130%;
}
/*保育士分割*/
#contents_hoiku #item section .hoiku_list .acMenu{background-size:5.5em;}
#contents_hoiku #item section .hoiku_list .acMenu .ac_title{width:30%;background-size:80%;}
#contents_hoiku #item section .hoiku_list .acMenu h4 .br{display:block;}
#contents_hoiku #item section .hoiku_list .acMenu h4{line-height:1.2em; font-size:130%; padding:1em 0 1em 4.75em;}
#contents_hoiku #item section .hoiku_list .acMenu h4:before{left:3.75em;}
#contents_hoiku #item section .hoiku_list .li02 h4,#contents_hoiku #item section .hoiku_list .li07 h4{
	padding:0.5em 0 0.25em 4.75em;}
	
#contents_hoiku #item section .hoiku_list .acMenu .syosai_btn {
	box-sizing: border-box;
	border-radius: 5px;
	border: 1px solid #dbdbdb;
	display:block;
	padding:3.5% 3%;
	position:absolute;
	top: 1.3em;
	right: 1em;
	background:#ffffff;
	text-align:center;
	width:30%
}
#contents_hoiku #item section .hoiku_list .acMenu .syosai_btn img {
	vertical-align: middle;
}

#contents_hoiku #caseBox .caseImg {
	margin: 0 5%;
	text-align: center;
}
#contents_hoiku #caseBox .codeTbl,
#contents_hoiku #caseBox .codeTbl2 {
	margin: 0 5% 2%;
}


/*保育士筆記試験スクーリング*/
#contents_hoiku_wr_schooling .timetable{width:98%; margin: 0 auto 60px;}
#contents_hoiku_wr_schooling .right,#contents_hoiku_wr_schooling .left{float:none;}
#contents_hoiku_wr_schooling #application .acMenu .ac_title{display:block;}
#contents_hoiku_wr_schooling .illust_coukaku .illust{width:25%;}
#contents_hoiku_wr_schooling .timetable h4 span{display:block;}

/*保育士実技試験対策*/
#contents_hoiku09 #item .schedule{margin:0 1em;}
#contents_hoiku09 #item .schedule h4{line-height:1.2em; text-align:left;margin-left:3em; margin-bottom:0.25em; font-size:130%;}
#contents_hoiku09 #item .schedule h4 span{display:block;}
#contents_hoiku09 #item .schedule h4 span:before,#contents_hoiku09 #item .schedule h4 span:after{top:-0.25em}
#contents_hoiku09 #item .schedule .start dd .br{display:block; line-height:1.2em;}

/*獲得LP共通スタイル
---------------------------------------------------- */
#sysItemDetail .lp #item p,#sysItemDetail .lp #item .cam_bnr#sysItemDetail .lp #item p{padding-left:0.5em; padding-right:0.5em;}
#sysItemDetail .lp .actionCts,#sysItemDetail .lp #item .day8 .flex,#sysItemDetail .lp #item .checkbook .bg,#sysItemDetail .lp #item .checkbook .flex{margin-left:0.5em; margin-right:0.5em;}
#sysItemDetail .lp #item .process li p{padding-left:0; padding-right:0;}
#sysItemDetail .lp #item section.point .process li.s3{padding-bottom:1em;}
#sysItemDetail .lp #item .point .point1 .iconpoint{padding-left:4.5em;}
#sysItemDetail .lp #item .tbend{display:none;}
#sysItemDetail .lp #item .fv .cvarea a{margin-top:0.5em; display:block;}
#sysItemDetail .lp #item .inner .right{margin-top:0;}
#sysItemDetail .lp #item .inner .right img{width:100%;}
#sysItemDetail .lp #item .topaside li{margin-bottom:1em;}
#sysItemDetail .lp #item .topaside li a{width:auto;}
#sysItemDetail .lp #item .passrate .subpop .subtxt{top:-0.9em;}
#sysItemDetail .lp #item .passrate .subpop{padding-top: 1em;}
#sysItemDetail .lp #item .method .subpop .subtxt{height:3em; top:-1.7em;}
#sysItemDetail .lp #item .method .subpop{padding-top:1em;}
#sysItemDetail .lp #item .subpop{font-size:150%;}
#sysItemDetail .lp #item .subpop .subtxt{width:75%;}
#sysItemDetail .lp #item .method .subpop .br{display:block; line-height:120%; padding-top:0.3em;}
#sysItemDetail .lp #item .passrate .subpop .subtxt:before{
	left: -1.6em;
	border: 0.88em solid transparent;
	border-right: 0.88em solid #fff88f;
}
#sysItemDetail .lp #item .nozl .request:after,#sysItemDetail .lp #item .nozl .online:after{width:25%; height:5em; top:-0.5em; right:-0.75em;}
#sysItemDetail .lp #item .bigchance .top{padding:0; background:none;}
#sysItemDetail .lp #item .bigchance h3 img.br {width:65%; display: block; margin: 0 auto 0.5em;}
#sysItemDetail .lp #item .bigchance h3 img.bigtxt{width: 70%;}
#sysItemDetail .lp #item .bigchance .reason {padding: 1em;}
#sysItemDetail .lp #item .bigchance .reason h4 {
    padding-top: 1.5em;
    background-position: top center;
    text-align: center;
    padding-left: 0;
    margin-bottom: 0.25em;
		background-size: 6em;
		font-size:150%;
}
#sysItemDetail .lp #item .bigchance .reason h4 .br {display: block;}
#sysItemDetail .lp #item .spflnone .left,#sysItemDetail .lp #item .spflnone .right{
	float:none;	
}
#sysItemDetail .lp #item .bigchance .letstart{width:100%; padding:1em; font-size:85%; text-align:center;}
#sysItemDetail .lp #item .bigchance .letstart .br{display:block;}
#sysItemDetail .lp #item .bigchance .letstart:before{content:none;}
#sysItemDetail .lp #item .floattxt{
	width:100%
}
#sysItemDetail .lp #item .floatimg{
	width:100%
}

#sysItemDetail .lp #item .sp_off{display:none;}
#sysItemDetail .lp #item .sp_on{display:block;}
#sysItemDetail .lp #item .img_sp_w60{max-width:60%;}
#sysItemDetail .lp #item .dashedBlueBox dd {
	line-height:135%;
}
#sysItemDetail .lp #item .fv .cvarea .spimg{display:inline-block;}
#sysItemDetail .lp #item .right,#sysItemDetail .lp #item .left{float:none; width:100%;}
#sysItemDetail .lp #item .fv .cvarea .price,#sysItemDetail .lp #item .cvarea .inner .check,#sysItemDetail .lp #item .cvarea .inner .left,#sysItemDetail .lp #item .cvarea .inner .right{
	width:100%;
}
#sysItemDetail .lp #item .method .subpop .subtxt:before{
	left: -2.92em;
	border: 1.5em solid transparent;
	border-right:1.5em solid #fff88f;
}
#sysItemDetail .lp #item .method .subpop .subtxt:after{
	right: -2.92em;
	border: 1.5em solid transparent;
	border-left: 1.5em solid #fff88f;
}
#sysItemDetail .lp #item .method .checkicon{margin-bottom:1.5em;}
#sysItemDetail .lp #item .much{margin-left:0.5em; margin-right:0.5em;}
#sysItemDetail .lp #item .much div{width:100%;}
#sysItemDetail .lp #item .much .selfstudy,#sysItemDetail .lp #item .much .school{width:100%; margin-bottom:4em;}
#sysItemDetail .lp #item .much h4{padding-left:0;}
#sysItemDetail .lp #item .much h4:before{left:0; right:0; top:-3em; margin:0 auto;}
#sysItemDetail .lp #item .much h4{padding-left:0;}
	#sysItemDetail .lp #item .much h4 span:after,#sysItemDetail .lp #item .much .corres h4 span:after{ top:-1em; left:-2.5em; width:3em; height:1.5em; border-radius:100px 100px 0 0;}
	#sysItemDetail .lp #item .much .school h4 span:after{left:-2.6em;}
	#sysItemDetail .lp #item .much .selfstudy h4 span:before{width:2em; height:2em; top:-0.75em; left:-1.9em;}
	#sysItemDetail .lp #item .much .school h4 span:before{width:2.75em; height:2.75em; top:-1.6em; left:-2.5em;}
	#sysItemDetail .lp #item .much .corres h4 span:before{width:2.5em; height:2.5em; top:-1.1em; left:-2.25em;}
	#sysItemDetail .lp #item .much .selfstudy h4 span:before,#sysItemDetail .lp #item .much .school h4 span:before,#sysItemDetail .lp #item .much .corres h4 span:before{background-size:contain;}
#sysItemDetail .lp #item .much .selfstudy h4 span:before,#sysItemDetail .lp #item .much .school h4 span:before,#sysItemDetail .lp #item .much .corres h4 span:before{background-size:contain;}
#sysItemDetail .lp #item .much .selfstudy:before,#sysItemDetail .lp #item .much .school:before,#sysItemDetail .lp #item .much .corres:before{
	content:none;
}
#sysItemDetail .lp #item .much .selfstudy:after,#sysItemDetail .lp #item .much .school:after,#sysItemDetail .lp #item .much .corres:after{
	content:none;
}
#sysItemDetail .lp #item .sys55 .inner .left{width:25%;}
#sysItemDetail .lp #item .much .selfstudy .reco, #sysItemDetail .lp #item .much .school .reco{margin-bottom:0;}
#sysItemDetail .lp #item .much .selfstudy, #sysItemDetail .lp #item .much .school{padding-bottom:1.5em;}
#sysItemDetail .lp #item .much .corres .merit dd,#sysItemDetail .lp #item .much .corres .demerit,#sysItemDetail .lp #item .much .corres .reco{width:92%;}
@media all and (-ms-high-contrast: none) {
    #sysItemDetail .lp #item .much .corres .merit dd,#sysItemDetail .lp #item .much .corres .demerit,#sysItemDetail .lp #item .much .corres .reco{width:92%;}/*IE10*/
}
#sysItemDetail .lp #item .much .demerit .nonelist{position:static;}
#sysItemDetail .lp #item .much dl{margin:1em 4%;}
#sysItemDetail .lp #item .much .corres dl{margin:1em 4%;}
#sysItemDetail .lp #item .much .corres .demerit{margin-bottom:2.5em;}
#sysItemDetail .lp #item .method .zindx{margin-bottom:3.5em;}
#sysItemDetail .lp #item .much .corres .reco:before{top:-2.5em;}
#sysItemDetail .lp #item .point h2{font-size:180%;}
#sysItemDetail .lp #item .point h3 span{display:inline;padding: 0;}
#sysItemDetail .lp #item .step h2,#sysItemDetail .lp #item .point h2{font-size:200%;}
#sysItemDetail .lp #item .step h2 .br,#sysItemDetail .lp #item .step h2 .color,#sysItemDetail .lp #item .point h2 .br{display:block;}
#sysItemDetail .lp #item .checkicon .br,#sysItemDetail .lp #item .step h3 .br{display:block;}
#sysItemDetail .lp #item .support .checkicon{line-height:150%; font-size:160%;}
#sysItemDetail .lp #item .row2,#sysItemDetail .lp #item .support .row2{line-height:110%;}
#sysItemDetail .lp #item .row2 span{text-align:left;}
#sysItemDetail .lp #item .navi .flex p{width:100%; margin:0 0.5em 4em;}
#sysItemDetail .lp #item .navi .step3 {margin:0 1em 4em;}
#sysItemDetail .lp #item .navi .step3 .sp_off{display:none;}
#sysItemDetail .lp #item .navi .step3 .sp_on{display:inline-block;}
#sysItemDetail .lp #item .navi .flex:before,#sysItemDetail .lp #item .navi .flex:after{content:none;}
#sysItemDetail .lp #item .navi .flex .step1:after,#sysItemDetail .lp #item .navi .flex .step2:after{
		content:"";
		width:2em;
		height:2em;
		position:absolute;
		bottom:-2.5em;
		left:0;
		right:0;
		margin:0 auto;
		background-size:contain;
}
#sysItemDetail .lp #item .step .navi{margin-bottom:0;}
#sysItemDetail .lp #item .sys55 .inner .left{margin:0.5em; float:left;}
#sysItemDetail .lp #item .step .navi .inner .right{margin:0.5em; float:right;}
#sysItemDetail .lp #item .root dl{width:100%;}
#sysItemDetail .lp #item .root .normal{margin-bottom:3em;}
#sysItemDetail .lp #item .root .normal,#sysItemDetail .lp #item .root .yotsuya{float:none;} #sysItemDetail .lp #item .step .root:before{content:none;}
	#sysItemDetail .lp #item .root dt:after,#sysItemDetail .lp #item .root dd:after{
	content:"";
	width:0;
	height:0;
	position:absolute;
	bottom:-1em;
	right:0;
	left:0;
	margin:0 auto;
	background:none;
	border: 0.5em solid transparent;
}
#sysItemDetail .lp #item .root .normal dt:after,#sysItemDetail .lp #item .root .normal dd:after{
	content:"";
	width:0;
	height:0;
	position:absolute;
	bottom:-1em;
	right:0;
	left:0;
	margin:0 auto;
	background:none;
	border: 0.5em solid transparent;
	border-top: 0.5em solid #e2e2e2;
}
#sysItemDetail .lp #item .root .goal:after,#sysItemDetail .lp #item .root .normal .goal:after,#sysItemDetail .lp #item .root .normal dt:after,#sysItemDetail .lp #item .root dt:after{content:none;}
#sysItemDetail .lp #item .root dt,#sysItemDetail .lp #item .root dd{margin-bottom:1em;}
#sysItemDetail .lp #item .navi .inner p .right{width:35%;}
#sysItemDetail .lp #item .process li p{width:100%; margin:0 0 1em;}
#sysItemDetail .lp #item .process .s4{padding-top:2.5em;}
#sysItemDetail .lp #item .process li .right{width:100%; text-align:center; float:none;}
#sysItemDetail .lp #item .point .point2 .s3 .flex p{width:85%; margin:1em auto 0;}
	#sysItemDetail .lp #item .point .point2 .s3 .flex .plus,#sysItemDetail .lp #item .point .point2 .s3 .flex .equal{margin-bottom:4.5em;}
#sysItemDetail .lp #item .point .point2 .s3 .flex .plus:after,#sysItemDetail .lp #item .point .point2 .s3 .flex .equal:after{
	height:1em;
	width:1em;
	line-height:1em;
	font-size:28px;
	bottom:-1.5em;
	top:inherit;
	left:0;
	right:0;
	margin:0 auto;
}
#sysItemDetail .lp #item .point .point2 .s3 .flex .equal:after{
	content:"||";
	height:auto;
	width:1.5em;
	line-height:1.5em;
	font-size:20px;
	bottom:-2.5em
}
#sysItemDetail .lp #item .point .point1 .result{padding-bottom:0;}
#sysItemDetail .lp #item .point2 .s3{margin-bottom:0;}
#sysItemDetail .lp #item .point .colum .right{width:40%;}
#sysItemDetail .lp #item .day8 h2{font-size:210%;}
#sysItemDetail .lp #item .day8 h2 .br{display:block;}
#sysItemDetail .lp #item .day8 h2 .border{display:block; margin:0 auto; width:4.8em;}
#sysItemDetail .lp #item .day8 .flex:before{width:20em;}
#sysItemDetail .lp #item .checkbook h2{
	color:#fff;
 	font-weight:bold;
	letter-spacing: 0.05em;
	font-size:220%;
}
#sysItemDetail .lp #item .checkbook .left{margin:0 auto 1em;}
#sysItemDetail .lp #item .checkbook .left{width:100%; margin-bottom:0.5em;}
#sysItemDetail .lp #item .checkbook .flex p.right{width:75%; margin:0 auto 0.5em; padding:0;}
#sysItemDetail .lp #item .checkbook h3{
	font-size:150%;
	padding:0.3em 0 0.3em;
}
#sysItemDetail .lp #item .checkbook h3:before{
	content:none;
}
#sysItemDetail .lp #item h2.default_ttl{
	font-size:200%;
}
#sysItemDetail .lp #item .format .stepup .process .s4{
	width:20em;
	line-height:120%;
	border-radius:100%;
	margin:0 auto;
	padding:3em 3em 0;
}
#sysItemDetail .lp #item .checkbook .flex:before{width:100%;}
#sysItemDetail .lp #item .day8 .left{width:100%;float:none;}
#sysItemDetail .lp #item .day8 .flex p.right{width:80%;float:none; margin:0.5em auto 1em;}
#sysItemDetail .lp #item .day8 .cap{width:100%;margin-left:0;}
#sysItemDetail .lp #item .format .stepup .demo div,#sysItemDetail .lp #item .format .stepup .demo .demo_list{width:100%;}
#sysItemDetail .lp #item .format .stepup .demo .demo_list{
	box-sizing:border-box;

	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display:-ms-flexbox;
	display: -o-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack:justify;
	-webkit-align-content: space-between;
	justify-content:center;
	/*justify-content:space-between;*/
	align-items:center;
	align-content:space-between;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	margin-bottom:1.5em;
}
#sysItemDetail .lp #item .format .stepup .demo .img{width:25%;}
#sysItemDetail .lp #item .format .stepup .step1 .img{float:left;}
#sysItemDetail .lp #item .format .stepup .demo .demo_list ul{width:70%;}
#sysItemDetail .lp #item .format .stepup .step1 .demo_list ul{float:right;}
#sysItemDetail .lp #item .format .stepup .demo div{width:100%;}
#sysItemDetail .lp #item .format .stepup .step2 .img{width:70%; margin:0 auto 1em;}
#sysItemDetail .lp #item .format .stepup .navi55 p{width:100%; margin:2em auto 1em; padding-bottom:2em;}
#sysItemDetail .lp #item .format .stepup .navi55 .iconpoint{width:100%; margin:2em auto;}
#sysItemDetail .lp #item .format .stepup .step4 li .img{width:90%; margin:0 auto 1em;}
#sysItemDetail .lp #item .format .stepup .step4 li .right{width:100%;}
#sysItemDetail .lp #item .format .stepup .step4 li p{width:100%;}
#sysItemDetail .lp #item .checkbook h2{font-size:160%;}
#sysItemDetail .lp #item .checkbook h2 .br_pctb{display:inline;}
#sysItemDetail .lp #item .checkbook h2 .br,#sysItemDetail .lp #item .checkbook h2 .br_sp{display:block;}
#sysItemDetail .lp #item .support p .right{float:right;}
#sysItemDetail .lp  #item .chargebox .cp{width:100%; margin:0 auto 1em;}
#sysItemDetail .lp #item .format h2 .br,#sysItemDetail .lp #item .format .stepup h3 .br{display:block;}
#sysItemDetail .lp #item .checkicon{font-size:180%;}
#sysItemDetail .lp #item .checkicon span:before,#sysItemDetail .lp #item .step h3 span:before{left:0.35em; bottom:-0.35em;}
#sysItemDetail .lp #item .step h3.checkicon{line-height:150%; font-size:190%;}
#sysItemDetail .lp #item section.point{margin-bottom:3em;}
#sysItemDetail .lp #item .stepup .step4{padding:0em;}
#sysItemDetail .lp #item .student .exp h3{padding:1em; font-size:140%;}
#sysItemDetail .lp #item .student .exp h3:before,#sysItemDetail .lp #item .student .exp h3:after{float:left; position:static; margin-right:0.5em; margin-top:0.5em;	width:2em; height:2em;}
#sysItemDetail .lp #item .student .exp h3:after{position:absolute; top:1.25em; left:1.25em; background-size:contain; width:1.5em; height:1.5em;}
#sysItemDetail .lp #item .student .exp .ttl{
	margin:0 1em 1em 6em;	padding-top:0; font-size:115%; line-height:150%;
}
#sysItemDetail .lp #item .format .stepup h3{line-height:150%; font-size:140%; padding:0.3em;}
#sysItemDetail .lp #item .student .exp img{
	margin-left:1em;
	width:5em;
	height:auto;
}
#sysItemDetail .lp #item .professor .date{width:80%; margin:0 auto 1.5em; float:none;}
#sysItemDetail .lp #item .professor .txt,#sysItemDetail .lp  #item .professor .profile{width:100%;}
#sysItemDetail #contents_hoikulp #item .format .stepup .demo {border:none; margin-bottom:0; padding-bottom:3em; background:none;}
@media screen and (max-width : 430px) {
	#sysItemDetail .lp #item .method .checkicon{margin-bottom:2em;}
	#sysItemDetail .lp #item .much .selfstudy h4 span:before,#sysItemDetail .lp #item .much .school h4 span:before,#sysItemDetail .lp #item .much .corres h4 span:before{background-size:contain;}
	#sysItemDetail .lp #item .much h4 span:after,#sysItemDetail .lp #item .much .corres h4 span:after,#sysItemDetail .lp #item .much .school h4 span:after{ top:-1.9em; left:6em; width:3.6em; height:2em; border-radius:100px 100px 0 0;}
	#sysItemDetail .lp #item .much .corres h4 span:after{left:7em;}
	#sysItemDetail .lp #item .much .selfstudy h4 span:before{width:1.75em; height:1.75em; top:-1.8em; left:7em;}
	#sysItemDetail .lp #item .much .school h4 span:before{width:2.75em; height:2.75em; top:-2.85em; left:6.4em;}
	#sysItemDetail .lp #item .much .corres h4 span:before{width:2em; height:2em; top:-2em; left:7.7em;}
	#sysItemDetail .lp #item .much .selfstudy,#sysItemDetail .lp #item .much .school{margin-bottom:2em;}
	#sysItemDetail .lp #item .much .school,#sysItemDetail .lp #item .much .corres{margin-top:1em;}
	#sysItemDetail .lp #item .subpop{font-size:135%;}
	#sysItemDetail .lp #item .checkicon,#sysItemDetail .lp #item .step h3.checkicon{font-size:160%;}
	#sysItemDetail .lp #item .step h2, #sysItemDetail .lp #item .point h2,#sysItemDetail .lp #item .day8 h2{font-size:170%;}
	#sysItemDetail .lp #item .support .checkicon{font-size:115%; line-height:150%;}
	#sysItemDetail .lp #item .support .row2{line-height:120%;}
}
@media screen and (max-width : 420px) {
	#sysItemDetail .lp #item .method .subpop{font-size:120%;}
	#sysItemDetail .lp #item .point h2{font-size:150%;}
}
/* 獲得LP 3つの理由バージョン共通設定 */
#sysItemDetail .lp #item .cvarea.select_reason ul{padding:0 0.3% 0;}
#sysItemDetail .lp #item .cvarea.select_reason ul li{background:none;}
#sysItemDetail .lp #item .cvarea.select_reason ul li dl dt{background:none; padding-top:0;}
#sysItemDetail .lp #item .cvarea.select_reason ul li dl dd.cvarea_btn{padding:0 3% 5%; margin-top:-20%;}
#sysItemDetail .lp #item .cvarea.select_reason ul li dt a:hover{opacity:1;}


/*宅健獲得LP*/
#contents_takkenlp #item .much .selfstudy h4 span:before{background:url(../img/item/takken_lp/method_icon_selflean.png) no-repeat bottom center;}

#contents_takkenlp #item .much .school h4 span:before{background:url(../img/item/takken_lp/method_icon_school.png) no-repeat bottom center;}
#contents_takkenlp #item .much .corres h4 span:before{background:url(../img/item/takken_lp/method_icon_corres.png) no-repeat bottom center;}
#contents_takkenlp #item .navi .flex .step1:after,#contents_takkenlp #item .navi .flex .step2:after{background:url(../img/item/takken_lp/aroww_toriple_bottom.gif) no-repeat center;}
#contents_takkenlp #item .root .yotsuya dt:after,#contents_takkenlp #item .root .yotsuya dd:after{border-top: 0.5em solid #55be66;}
#contents_takkenlp #item .format .stepup .process .s4{border:solid 1px #d4efd8;}
#sysItemDetail #contents_takkenlp #item .nozl .request:after,#sysItemDetail #contents_takkenlp #item .nozl .online:after{width:18%; top:-1.5em;}
@media screen and (max-width : 430px) {
	#contents_takkenlp #item .much .selfstudy h4 span:before{background:url(../img/item/takken_lp/method_icon_selflean2.png) no-repeat bottom center;}
	#contents_takkenlp #item .much .school h4 span:before{background:url(../img/item/takken_lp/method_icon_school2.png) no-repeat bottom center;}
	#contents_takkenlp #item .much .corres h4 span:before{background:url(../img/item/takken_lp/method_icon_corres2.png) no-repeat bottom center;}

}

/*保育士獲得LP*/
#contents_hoikulp #item .much .selfstudy h4 span:before{background:url(../img/item/hoiku_lp/method_icon_selflean.png) no-repeat bottom center;}
#contents_hoikulp #item .much .school h4 span:before{background:url(../img/item/hoiku_lp/method_icon_school.png) no-repeat bottom center;}
#contents_hoikulp #item .much .corres h4 span:before{background:url(../img/item/hoiku_lp/method_icon_corres.png) no-repeat bottom center;}
#contents_hoikulp #item .navi .flex .step1:after,#contents_hoikulp #item .navi .flex .step2:after{background:url(../img/item/hoiku_lp/aroww_toriple_bottom.gif) no-repeat center;}
#contents_hoikulp #item .root .yotsuya dt:after,#contents_hoikulp #item .root .yotsuya dd:after{border-top: 0.5em solid #ff5385;}
#sysItemDetail #contents_hoikulp #item .topaside li a{font-size:85%;}
#sysItemDetail #contents_hoikulp #item .format .stepup .dvd_bg {border:none; margin-bottom:0; padding-bottom:3em; background:none;}
@media screen and (max-width : 430px) {
	#contents_hoikulp #item .much .selfstudy h4 span:before{background:url(../img/item/hoiku_lp/method_icon_selflean2.png) no-repeat bottom center;}
	#contents_hoikulp #item .much .school h4 span:before{background:url(../img/item/hoiku_lp/method_icon_school2.png) no-repeat bottom center;}
	#contents_hoikulp #item .much .corres h4 span:before{background:url(../img/item/hoiku_lp/method_icon_corres2.png) no-repeat bottom center;}

}

/*臨床心理士獲得LP*/

/* override */
.contents #item section {
	margin-bottom: 3em;
}
#sysItemDetail .lp #item .actionCts {
	margin-bottom: 3em;
}


/* common */
#contents_clinicianlp .br_sp {
	display: block;
}


#contents_clinicianlp #item .student .exp .psychology_bnr {
	padding: 1em;
}
#sysItemDetail #contents_clinicianlp #item .student .exp .psychology_bnr img {
	width: 100%;
	margin: 0;
}

#contents_clinicianlp #item #input p.icatch,
#contents_clinicianlp #item #output p.icatch {
	text-align: left;
	margin-top: 1.3em;
	margin-bottom: 1.3em;
}
#contents_clinicianlp #item #input h2 img {
	width: 30%;
}
#contents_clinicianlp #item #output h2 img {
	width: 85%;
}


#contents_clinicianlp #item #developVoice {
	margin-top: 4em;
	padding: 1em;
}

#contents_clinicianlp #item #developVoice h4 {
	position: absolute;
	top: -2em;
	left: 0.2em;
	font-size: 130%;
	width: 8em;
}
#contents_clinicianlp #item #developVoice h4:after{
	content:"";
	height:0;
	width:0;
	border:0.3em solid transparent;
	border-top:0.8em solid #ad80a7;
	position:absolute;
	bottom: -1.5em;
	left:26%;
	margin:auto 0;
}
#contents_clinicianlp #item #developVoice .profile {
	margin: auto;
}

#sysItemDetail #contents_clinicianlp #item .h_disc {
	font-size: 120%;
}

#contents_clinicianlp #item ul#curriculum {
	display: block;
}
#contents_clinicianlp #item ul#curriculum li {
	width: 90%;
	margin: 0 auto 1em;
}

#contents_clinicianlp #item ul#curriculum li p.curriculum_text img {
	margin-left: 0.5em;
	margin-bottom: 0.5em;
}



#contents_clinicianlp #item .hikaku h4{
	padding: 2.2em 1.5em 1em;
	line-height: 1.2;
}
#contents_clinicianlp #item .hikaku .geshu_area {
	display: block;
}
#contents_clinicianlp #item .hikaku .geshu1 {
	padding-bottom: 0;
}
#contents_clinicianlp #item .hikaku .geshu1 dd {
	width: 70%;
	margin-bottom:0.8em;
	font-size: 90%;
	line-height: 1.3;
}
#contents_clinicianlp #item .hikaku .geshu1 dd.cmpany_b:after{
	width:45%;
	height:100%;
	bottom:0;
	right:-47%;
}
#contents_clinicianlp #item .hikaku .geshu2 dt{
	margin-bottom: 0;
}
#contents_clinicianlp #item .hikaku .geshu2 dd {
	width: 70%;
	font-size: 90%;
	line-height: 1.3;
}
#contents_clinicianlp #item .hikaku .geshu2 dd:after{
	width:47%;
	height:100%;
	bottom:0;
	right:-43%;
}
#contents_clinicianlp #item .hikaku .kodawari{
	margin-top: 0;
}
#contents_clinicianlp #item .hikaku .kodawari dt{
	width:18%;
	font-size:70%;
}
#contents_clinicianlp #item .hikaku .kodawari dd{
	margin-right: 25%;
	margin-left: 0;
	font-size: 90%;
	line-height: 1.3;
}



#sysItemDetail #contents_clinicianlp #item .colum .inner h4 {
	line-height: 1.2;
}
#sysItemDetail #contents_clinicianlp #item .colum .inner p {
	display: inline-block;
	float: left;
}
#sysItemDetail #contents_clinicianlp #item .colum .inner p.img {
	width: 20%;
}
#sysItemDetail #contents_clinicianlp #item .colum .inner p.text {
	width : 80%;
}

#sysItemDetail #contents_clinicianlp #item .colum .inner .left {
	width: auto;
}


#contents_clinicianlp #item .tensaku h5 {
	float: none;
	text-align: center;
	margin-bottom: 0.5em;
}
#contents_clinicianlp #item .tensaku h5 img {
	width: 70%;
}
#contents_clinicianlp #item .tensaku h5.short img {
	width: 60%;
}
#contents_clinicianlp #item .tensaku .tensaku_copy {
	float: none;
	margin-bottom: 0.5em;
}


#contents_clinicianlp #item #colum_teacher .inner h4 {
	font-size: 110%;
}


#contents_clinicianlp #item #output03 .right {
	float: none;
	width: 100%;
}
#contents_clinicianlp #item #output03 .green_area {
	background-size: 140px;
}
#contents_clinicianlp #item #output03 .green_area p {
	margin-right: 120px;
}


#sysItemDetail #contents_clinicianlp #item .checkbook .flex h3 {
	padding: 0.5em 0;
}
#contents_clinicianlp #item .checkbook .flex h3 img {
	width: 40px;
	float: left;
}

#contents_clinicianlp #item ul#tensakuoption {
	margin-bottom: 1em;
	width:100%;
}
#contents_clinicianlp #item ul#tensakuoption li {
	margin-bottom: 1em;
}
#contents_clinicianlp #item ul#tensakuoption li p.tensakuoption_text {
	display: inline-block;
	width: 68%;
	padding-right: 0;
}
#contents_clinicianlp #item ul#tensakuoption li p.tensakuoption_img {
	display: inline-block;
	max-width: 30%;
	vertical-align: top;
	padding-right: 0.5em;
}
/* よしもと特集ページ
---------------------------------------------------- */
#contents_yosimoto .mainnav {
	margin:0 9%
}
#contents_yosimoto .mainnav .lonkarea01 a , #contents_yosimoto .mainnav .lonkarea02 a , #contents_yosimoto .mainnav .lonkarea03 a {
	text-indent: -9999px;
	display: block;
}
#contents_yosimoto .mainnav li img {
	width:100% !important
}
#contents_yosimoto .hanamaru{
	padding-bottom:15px;
}

/*cv_area*/
#item .cv_area{
	padding:2% 0;
	xbackground-color:#f7f7f7;
	font-size:0;
	line-height:0;
}
#item .cv_area ul.cv_area_inner li{
	float:left;
}
#item .cv_area ul.cv_area_inner li.cv_set{
	width:57.81%;
	margin:0 1.56%;
}
#item .cv_area ul.cv_area_inner li.cv_2cal{
	margin-right:1.56%;
	width:37.5%;
}
#item .cv_area ul.cv_area_inner li.cv_2cal ul li{
	float:none;
}

#item .Link2 li{
	width: 50%;
	display: block;
	margin: auto;
}
#item .actionCts2 ul li{
  width: 100%;	
}

#item .further_box br{
	display: block;
}
#item .chargebox .sidebar .otodoke .hasso{
	font-size: 13px;
}

#item .otodoke .hasso ,.application_flexbox .otodoke .hasso{
  font-size: 13px;
}
#item .cours_txt2{
   max-width: 93px;
}


/* 硬筆書写技能検定対策講座
-----------------------------------*/
/* プレゼント */
.shosha-penji_present {
	width: 100%;
	padding: 20px 10px;
	border-radius: 8px;
	position: relative;
}

#item .shosha-penji_present h3 {
	width: 100%;
	margin-bottom: 0.5em;
	padding: 0 0 0 4em;
	font-size: 1.7rem;
	line-height: 1.2;
}
.shosha-penji_present h3 span {
	width: 3.8em;
	height: 3.8em;
	font-size: 1.6rem;
	line-height: 3.7em;
}

#item .shosha-penji_present h4 {
	font-size: 1.8rem;
}

#item .shosha-penji_present p,
#item .shosha-penji_present ul {
	margin-bottom: 0.5em;
}

#item .shosha-penji_present p.present_img {
	margin: -20vw auto;
	padding: 0;
	width: 20%;
	transform:rotate(75deg);
}



/* 看護国試お友達紹介CP
-----------------------------------*/
.kango_friendcp h3 img {
	margin-top: -6px;
}

#item .kango_friendcp dl {
	margin: 15px 5px 5px;
}
.kango_friendcp dl dt {
	margin-bottom: 5px;
	padding: 5px;
	width: 100%;
}
#item .kango_friendcp dl dd {
	padding: 5px 2px;
	width: 100%;
}

#item .kango_friendcp ul.kome {
	margin: 0 5px;
}
}
@media screen and (min-width:481px) and (max-width:800px){
@charset "utf-8";
/* 20-0 Only Tablet
 *----------------------------------------------------------------------*/
/* plugin */
.bx-wrapper .bx-controls-direction a {
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  margin-top: 0; }

/* header */
.h-logoall,
.h-logotop {
  margin-bottom: 0;
  margin-left: -47.00521%; }

.h-header .sysContent {
  margin-right: 5px; }

.h-utilnav {
  margin-top: 6px; }

.h-allclass li {
  margin-right: 0.4%;
  width: 17%;
  max-width: 76px; }

.h-globnavall {
  width: 63.93229%;
  float: left; }
  .h-globnavall a {
    font-size: 1.3rem;
    height: 58px; }

.h-search {
  width: 36.06771%;
  float: left;
  height: 58px; }


.h-globnavall .shopping a {
	padding-left: 26%;
	padding-right: 2%;
	background: url(../img/category/icon01.gif) no-repeat 10% 12px;
}

.h-globnavall ul {
	width: auto;
}

.h-searchall form {
	width: auto;
}

.sysFuncItemSearch form {
	padding-left: 30px;
}


/* footer */
.f-checked,
.f-search {
  width: 73.95833333333%;
  width: -webkit-calc(94.7916666667% - 200px);
  width: calc(94.7916666667% - 200px);
  margin-left: 2.39583333333%;
  margin-right: 1.14583333333%;
  float: right; }

.f-search {
  margin: 30px 2.39583333333% 30px 1.14583333333%; }
  .f-search .sysContent {
    max-width: 372px;
    width: 71.5384615%;
    margin: 0 auto; }

.f-relation {
       width: 45.9375%;
}

.f-checked {
      width: 45.9375%;
}

.p-pagetop {
	position: relative;
        z-index: 100;
	margin-bottom: 5px;
}

  .p-pagetop a {
	position: fixed;
	right: 5%;
	bottom: 15px;
        width:98px;
        height:98px;
}

.spPageTop {
	display: none;
}


/* module */
.tb-hide { display: none; }

.js-sphide {
  display: block !important;
  height: auto !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

/* MainContent Header */
.mainCnt .sysHeadline {
  padding-left: 12.5px; }

.p-pickup section {
  width: 48.26923%; }
  .p-pickup section:first-child {
    margin-right: 2.88462%; }



/* top */

#top div#sysAside {
	margin-left: 10px !important;
}

#top .h-search {
	display: none;
}


/* sysItemCategory */

#sysItemCategory div#sysWrap {
	margin: 0 3%;
}

#sysItemCategory #sysAside .sysFuncItemSearch form {
	padding-left: 10px;
}

#sysItemCategory #sysMain .searchBox {
        display: none;
}



/* sysItemDetail */

#sysItemDetail .application .whiteBox:nth-child(2) .sysItemListOriginalTag .sysCartButton {
    background: url("../img/bnr/cart_bg02.jpg") no-repeat left top;
}

#sysItemDetail #sysFooter .f-checked {
       width: 45.9375%;
}

#sysItemDetail .sysFuncItemSearch form {
	padding-left: 30px;
}

#item .link {
	margin: 0 10% 30px;
	overflow: hidden;
	zoom: 1;
}
	
#item .link li {
	margin: 0;
	float: left;
	width: 48%;
}
	
#item .link li:last-child {
	float: right;
}
	
#item .link li img {
	width: 100%;
}

#sysItemDetail .sysCartInDone {
         margin-bottom: 10px;
         text-align: left;
}
/* フォーム系
---------------------------------------------------- */
.form-houjin_inquiry #sysMain,
.form-inquiry #sysMain,
.form-cancel #sysMain,
.sysMemberRegister #sysMain,
.sysMypage #sysMain,
#sysItemSearch #sysMain,
.sysCart  #sysMain {
	padding:16px 20px 0;
}



/* 特商法ページ
---------------------------------------------------- */
#main_tradelaw h3{
	margin-bottom:10px;
}
#main_tradelaw{
	width:100%;
	font-size:12px;
	margin:0 0 30px 0;
}
#main_tradelaw dl{
	border-bottom: 1px dotted #BFBFBF;
	background:#EDEDED;
	overflow:hidden;
}
#main_tradelaw dt{
	padding:15px 0 15px 20px;
	float:left;
	clear:both;
}
#main_tradelaw dd{
	margin-left:170px;
	padding:15px 20px;
	background:#fff;
}

/* すらすら話せる55段階式英会話
-------------------------------------------------------------- */
/* 独自
---------------------------------------------------- */
#en55 .campaign-set .campaign-set-content a:hover {
  opacity: 1;
}

/* s2
------------------------------------------ */
#en55-s2 .s2-list h3 {
  font-size: 25px;
}

#en55-s2 .s2-list h3 .big {
  font-size: 40px;
}

#en55-s2 .s2-list h3 .small {
  font-size: 32px;
}

#en55-s2 #s2-c3 h3 {
  padding-bottom: 15px;
}

#en55-s2 #s2-c3 h3 .big {
  font-size: 30px;
}

#en55-s2 #s2-c3 h3 .small {
  font-size: 28px;
}

#en55-s2 #s2-c5 h3 .big {
  font-size: 35px;
}

#s2-c4 .link a {
  padding-left: 50px;
  padding-right: 50px;
}

/* s3
------------------------------------------ */
#en55-s3 .s3-list h3 {
  font-size: 19px;
}

#en55-s3 #s3-c2 h3 .big {
  font-size: 40px;
}

#en55-s3 #s3-c2 h3 .small {
  font-size: 34px;
}

#en55-s3 #s3-c4 h3 .big {
  font-size: 37px;
}

#en55-s3 #s3-c4 h3 .small {
  font-size: 33px;
}

#en55-s3 #s3-c5 h3 .big {
  font-size: 32px;
}

#en55-s3 #s3-c5 h3 .small {
  font-size: 28px;
}

/* s4
------------------------------------------ */
#en55-s4 .human {
  display: none;
}

#en55-s4 .s4-list h3 {
  margin-left: 0;
  margin-right: 0;
}

#s4-c1 {
  width: 100%;
  margin-left: 0;
}

#s4-c1 h3, #s4-c4 h3 {
  margin-right: 0;
}

#s4-c4 {
  width: 100%;
}

/* s5
------------------------------------------ */
#en55-s5 .s5-lead .txt {
  margin-left: 15px;
  margin-right: 15px;
}

#en55-s5 .s5-lead ul {
  padding-left: 15px;
  padding-right: 15px;
}

#en55-s5 .s5-lead ul li {
  font-size: 17px;
}

#en55-s5 .s5-pickup .float-layout h2 .big {
  font-size: 23px;
}

#en55-s5 .s5-pickup ul li {
  width: 32.8%;
}

#en55-s5 .s5-pickup ul li:nth-child(4n+1) {
  margin-left: 0.7%;
}

#en55-s5 .s5-pickup ul li:nth-child(3n+1) {
  margin-left: 0;
}

#en55-s5 .s5-pickup ul li:nth-child(n+5) {
  margin-top: 0.7%;
}

#en55-s5 .s5-pickup ul li:nth-child(n+4) {
  margin-top: 0.7%;
}

#en55-s5 .p-list-all h3 a:hover {
  opacity: 1;
}

#en55-s5 .p-list-all h3 .icn {
  padding-top: 21px;
}

#en55-s5 .p-list-all h3 .more {
  display: none;
}

#en55-s5 .p-list > dl dl dt {
  width: 19%;
}

#en55-s5 .p-list > dl dl dd {
  width: 76%;
}

#pl-c1 h3 .img {
  top: 15px;
}

#pl-c2 h3 .img {
  top: 17px;
}

#pl-c3 h3 .img {
  top: 18px;
}

#pl-c4 h3 .img {
  top: 17px;
}

#pl-c5 h3 .img {
  top: 16px;
}

/* s6
------------------------------------------ */
#en55-s6 .lead {
  margin-left: 15px;
  margin-right: 15px;
}

#en55-s6 .table-layout {
  padding-left: 15px;
  padding-right: 15px;
  border-top: none;
  border-left: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#en55-s6 .table-layout tbody tr th {
  width: 19%;
}

#en55-s6 .table-layout tbody tr td:nth-of-type(1) {
  width: 47%;
}

#en55-s6 .table-layout thead th {
  border-top: 1px solid #999;
}

#en55-s6 .table-layout thead th,
#en55-s6 .table-layout tbody th {
  border-left: 1px solid #999;
}

#en55-s6 .table-layout.plus thead th {
  border-top: none;
}

#en55-s6 .note {
  margin-left: 15px;
  margin-right: 15px;
}

/* s7
------------------------------------------ */
#en55-s7 .s7-c2-inner .left .info-all .btn a {
  font-size: 23px;
}

#en55-s7 .s7-c2-inner .left .info-all .btn a:hover {
  opacity: 1;
}

#en55-s7 .s7-c2-inner .left .info-all .btn a:before {
  width: 35px;
  height: 35px;
  background-size: cover;
}

#en55-s7 .s7-c2-inner .left .info-all .btn .on:before {
  background-position: 0 -35px;
}

#en55-s7 .s7-c3-aside .title a:hover {
  opacity: 1;
}


/* common style（分割用）
---------------------------------------------------- */
/* read_txt */
.contents #item  #read_txt h2{
	padding:2% 3% 2% 10%;
}
.contents #item  #read_txt p{
	padding:3% 3%;
}

.contents #item .tbNone{
	box-sizing:border-box;
  display: -webkit-flex;
  display: -moz-flex;
  /*display: -ms-flex;*/
  display: -ms-flexbox;
  display: -o-flex;
  display: flex;
	justify-content:left;
	flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	-ms-flex-wrap:wrap;/*--- IE10用 ---*/
	width:100%;
}
.contents #item .tbNone li{
	letter-spacing: normal;
	display:inline-block;
	height:45px;
	float:none;
	/*width:33.3333%;*/
	width:25%;
	vertical-align:middle;
	flex-flow: row wrap;
	text-align:center;
	line-height:45px;
	color:#fff;
	font-weight:bold;
	font-size:0.85em;
	position:relative;
	text-shadow:0 0 8px rgba(0,0,0,.8);
}
.contents #item .tbNone li:before{
	content:"";
	border:0.25em solid transparent;
	border-left:0.3em solid #fff;
	position:absolute;
	top:1.3em;
	left:0.5em;
}
.contents #item .tbNone li:after{
	content:"";
	width:1px;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	background: -moz-linear-gradient(top, #b689b0 0%, #eddff0 100%);
	background: -webkit-linear-gradient(top, #b689b0 0%,#eddff0 100%);
	background: linear-gradient(to bottom, #b689b0 0%,#eddff0 100%);
}
.contents #item .tbNone li a {
    color: #fff;
    display: block;
    height: 45px;
    width: 100%;
    box-sizing: border-box;
    padding-left: 0.3em;
    text-decoration: none;
}
.contents #item .tbNone li ul {
	display:none;
}
.contents #item .tbNone li:hover ul {
	display: block;
	position: absolute;
	top: 46px;
	left: 0;
	height: 45px;
	z-index: 999;
}
.contents #item .tbNone ul li{
	background:none !important;
	display:block;
	width:100%;
}
.contents #item .tbNone li ul li:before{
	top:1.7em;
}
.contents #item .tbNone li ul li:after{
	background:none;
}
.contents #item .tbNone ul li a{
	display:block;
	text-align:left;
	box-sizing:border-box;
	padding-left:1.2em;
}
.contents #item .tbPhoto{display: none;	}

/*course menu*/
.contents #item .coursemenu{
	margin: 2.5%;
	text-align:left;
}
.contents #item .coursemenu li p {
	width: 11%;
	padding-bottom: 0.5%;
	margin-bottom: 0;
}
.contents #item .coursemenu li .menuImg {
	float: left;
	display: inline;
}
.contents #item .coursemenu li dl {
	margin-left: 12.5%;
}
.contents #item .coursemenu dl dt {
	padding-bottom: 0.3em;
	color: #ff6600;
	font-weight: bold;
	text-decoration: underline;
}
.contents #item .coursemenu dl dd {
	font-size: 0.8em;
}
.contents #item .coursemenu li:nth-child(odd){
	background: #f6f6f6;
}
.contents #item .coursemenu li a {
	position: relative;
	padding: 2% 7% 2% 3%;
	display: block;
	color: #333 !important;
	text-decoration: none;
}
.contents #item .coursemenu li a::after {
	position: absolute;
	top: 40%;
	right: 2%;
	display: block;
	content: '';
	width: 20px;
	height: 20px;
	border-top: 5px solid #d1d1d1;
	border-right: 5px solid #d1d1d1;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
/* charge */
.contents #item #c_charge_main {
	margin: 0 auto;
	width: 100%;
	text-align:left;
}
.contents #item #chargeSide {
	margin-top: 2%;
	width: 100%;
}
.contents #item #chargeSide ul li:nth-child(1),
.contents #item #chargeSide ul li:nth-child(2){
	padding-left: 1%;
	display: inline-table;
	width: 49%;
	text-align: center;
}
.contents #item #chargeSide ul li:nth-child(4),
.contents #item #chargeSide ul li:nth-child(5),
.contents #item #chargeSide ul li:nth-child(6),
.contents #item #chargeSide ul li:nth-child(7) {
	padding-left: 1%;
	display: inline-table;
	width: 49%;
	text-align: center;
}
.contents #item #c_charge .chargeTbl {
	width: 100%;
}
.contents #item #c_charge .chargeTbl table th {
	padding: 2px 10px;
	font-size: 80%;
}
.contents #item #c_charge .chargeTbl table td {
	padding: 2px 10px;
	font-size: 80%;
}
.contents #item #c_charge #omakasePack {
	padding: 15px 20px 15px 90px;
	background: #f69 url(../img/item/clinician/present_image.png) no-repeat 10px 10px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	position: relative;
	color: #fff;
	font-size: 85%;
}
.contents #item #c_charge #omakasePack em {
	font-weight: bold;
	color: #fff;
}
.contents #item #c_charge #omakasePack:after {
	content: "";
	position: absolute;
	top: -20px; left: 50%;
	margin-left: -20px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 20px 20px 20px;
	border-color: transparent transparent #f69 transparent;
}
/* pageNav */


.contents #item #pageNav {
	margin: 5% 2%;
}
.contents #item #pageNav .prev {
	width: 48%;
	float: left;
}
.contents #item #pageNav .next {
	width: 48%;
	float: right;
	text-align: right;
}

.contents #item .prev a,.contents #item .next a{
	display:block;
	line-height:60px;
	font-weight:bold;
	font-size:150%;
	color:#fff;
	text-decoration:none;
	text-align:center;
	border-radius:50px;
	position:relative;
}

.contents #item .next a:before{
	content:"";
	width:0;
	height:0;
	border:0.5em solid transparent;
	border-left:0.6em solid #fff;
	position:absolute;
	top:0;
	right:0.4em;
	bottom:0;
	margin:auto 0;
}
.contents #item .prev a:before{
	content:"";
	width:0;
	height:0;
	border:0.5em solid transparent;
	border-right:0.6em solid #fff;
	position:absolute;
	top:0;
	left:0.4em;
	bottom:0;
	margin:auto 0;
}
.contents #item .prev a,.contents #item .next a{
	display:block;
	line-height:45px;
	font-weight:bold;
	font-size:100%;
	color:#fff;
	text-decoration:none;
	text-align:center;
	border-radius:50px;
	position:relative;
}
.contents #item .next a:before{
	content:"";
	border:0.4em solid transparent;
	border-left:0.4em solid #fff;
	position:absolute;
	right:0em;
}
.contents #item .prev a:before{
	content:"";
	border:0.4em solid transparent;
	border-right:0.4em solid #fff;
	left:0;
}
/* actionCts */
.contents #item .actionCts {
	border: #339 5px solid;
}
.contents #item .actionCts p {
	background: #339;
	text-align: center;
	padding: 5px 0 10px 0;
	margin-bottom: 0;
	color: #fff;
	font-size: 1.3em;
	font-weight: bold;
}
.contents #item .actionCts ul {
	margin: 10px 0;
	padding-left: 1.5%;
}
.contents #item .actionCts ul li {
    float: left;
    position: relative;
    width: 49%;
}

@media all and (-ms-high-contrast: none) {
    .contents #item .actionCts ul li.right img {

    }
}


/* voice */
.contents #item .dashedBlueBox {
	background: #dfefff;
	border: #9cf dashed 1px;
	padding: 10px 15px 10px 10px;
}
.contents #item .dashedBlueBox dt {
	float: left;
}
.contents #item .dashedBlueBox dd {
	margin-left: 110px;
	font-size: 0.7em;
}
.contents #item .dashedBlueBox .voice{
	font-weight:bold;
	color:#fff;
	text-align:center;
	padding:0.7em;
	margin-right:0.5em;
	position:relative;
	z-index:1;
	margin:0 0.5em 0.5em 0;
	font-size:70%;
	border:none;
}
.contents #item .dashedBlueBox .imgset {
		width:14%;
}
.contents #item .dashedBlueBox .imgset .voice{
	display:block;
	float:none;
	width:9.3em;
}
.contents #item .dashedBlueBox .voice:before{
	content:"";
	height:1.5;
	width:8em;
	background:#3399cc;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
	z-index:-1;
	border-radius:45%;
}
.contents #item .dashedBlueBox .voice:after{
	content:"";
	height:0;
	width:0;
	border:0.4em solid transparent;
	border-left:1.5em solid #3399cc;
	position:absolute;
	right:-0.5em;
	bottom:0;
	margin:auto;
	transform:rotate(30deg);
	z-index:-1;
}
.contents #item .dashedBlueBox dd{
	margin-left:10em;
	text-align:left;
}
.contents #item .dashedBlueBox dd.emerarud {
	margin-left: 5px;
	margin-top: 0.5em;
	padding: 0.7em;
	border: 1px  dashed #999;
}
.contents #item .dashedBlueBox dd.emerarud img {
	float: right;
	margin: auto;
}



/*行政書士（分割） */
#contents_gyosei #item .tbNone li a {
border-top: solid #c5c5ff 1px;
border-right: solid #7272d3 1px;
border-bottom: solid #66669c 1px;
}
/*経営数学（分割） */
#contents_keiei #item .tbNone li a {
border-top: solid #838383 1px;
border-right: solid #5d5d5d 1px;
border-bottom: solid #2b2b2b 1px;
}
/*宅健（分割） */

#contents_takken #item .tbNone li a {
border-top: solid #ebffed 1px;
border-right: solid #159726 1px;
border-bottom: solid #307138 1px;
}
/*保育士（分割） */
#contents_hoiku #item .tbNone .small{font-size:70%;}
#contents_hoiku #item .tbNone .small:before{left:0.5em; top:1.8em;}
#contents_hoiku #item .tbNone li a,#contents_kounin #item .tbNone li a,#contents_psychology #item .tbNone li a {
    border-top: solid #f898b3 1px;
    border-right: solid #d74b73 1px;
    border-bottom: solid #b44968 1px;
}
#contents_hoiku #item section .hoiku_list .acMenu{background-size:6.5em;}
#contents_hoiku #item section .hoiku_list .acMenu .ac_title{width:30%;background-size:45%;}
#contents_hoiku #item section .hoiku_list .acMenu h4{font-size:160%;}
#contents_hoiku #item section .hoiku_list .acMenu h4{line-height:1.2em; padding:1em 0 1em 4.75em;}
#contents_hoiku #item section .hoiku_list .acMenu h4:before{left:3.75em;}
#contents_hoiku #item section .hoiku_list .acMenu h4 .br{display:block;}
#contents_hoiku #item section .hoiku_list .li02 h4,#contents_hoiku #item section .hoiku_list .li07 h4,#contents_hoiku #item section .hoiku_list .li09 h4{
	padding:0.5em 0 0.25em 4.75em;}
#contents_hoiku #item section .hoiku_list .acMenu .syosai_btn {
	box-sizing: border-box;
	border-radius: 5px;
	border: 1px solid #dbdbdb;
	display:block;
	padding:15px 20px;
	position:absolute;
	top: 1.5em;
	right: 1em;
	background:#ffffff;
	text-align:center;
	width:30%
}
#contents_hoiku #item section .hoiku_list .acMenu .syosai_btn img {
	width:55% !important;
	vertical-align: middle;
}

#contents_hoiku #caseBox .caseImg {
	margin: 0 5%;
	text-align: left;
}
#contents_hoiku #caseBox .codeTbl,
#contents_hoiku #caseBox .codeTbl2 {
	margin: 0 5% 2%;
}


/*FP（分割） */
#contents_fp #item .tbNone li a {
    border-top: solid #a8e3ff 1px;
    border-right: solid #37befe 1px;
    border-bottom: solid #1ca8ea 1px;
}
#contents_fp #item .tbsp-table {
    display:table;
}

/* ケアマネジャー（分割） */
#contents_care #item .tbNone li a {
    border-top: solid #7ed0a8 1px;
    border-right: solid #52bb88 1px;
    border-bottom: solid #48b27e 1px;
}

/* 看護国試（分割） */
#contents_kango #item .tbNone li a {
    border-top: solid #7ed0a8 1px;
    border-right: solid #52bb88 1px;
    border-bottom: solid #48b27e 1px;
}

/* 簿記3級（分割） */
#contents_boki #item .tbNone li a {
    border-top: solid #6dc778 1px;
    border-right: solid #41b04f 1px;
    border-bottom: solid #33a341 1px;
}

/* 筆ペン字（分割） */
#contents_fudepenji #item .tbNone li a {
    border-top: solid #c5a5c0 1px;
    border-right: solid #a5759f 1px;
    border-bottom: solid #996392 1px;
}


/* ボールペン字（分割） */
#contents_penji #item .tbNone li a {
    border-top: solid #f08bc4 1px;
    border-right: solid #e060a9 1px;
    border-bottom: solid #d1509a 1px;
}

/* ネイティブ・イングリッシュ（分割） */
#contents_native-english #item .tbNone li a {
    border-top: solid #a7eaca 1px;
    border-right: solid #5cc692 1px;
    border-bottom: solid #4bb480 1px;
}



/* 臨床心理士（分割） */
#contents_clinical #c_graduate,
#contents_clinical #c_curriculum,
#contents_clinical #c_correction,
#contents_clinical #c_students,
#contents_clinical #c_support,
#contents_clinical #c_about,
#contents_clinical #c_way {
	margin: 0 2%;
}

/*保育士実技試験対策*/
#contents_hoiku09 #item .schedule{margin:0 1em;}
#contents_hoiku09 #item .schedule h4 span:before,#contents_hoiku09 #item .schedule h4 span:after{top:-0.5em}
#contents_hoiku09 #item .schedule .start dd li{display:inline;}
@media screen and (max-width: 640px) {#contents_hoiku09 #item .schedule .start dd li{display:block;}}
@media screen and (max-width: 575px) {#contents_hoiku09 #item .schedule h4{margin-left:2em;}}
@media screen and (max-width: 540px) {#contents_hoiku09 #item .schedule .start dd .br{display:block; line-height:1.2em;}#contents_hoiku09 #item .schedule h4{line-height:1.2em; text-align:left;margin-left:3em; margin-bottom:0.25em; font-size:130%;}
#contents_hoiku09 #item .schedule h4 span{display:block;}#contents_hoiku09 #item .schedule h4 span:before,#contents_hoiku09 #item .schedule h4 span:after{top:-0.25em}}

/* nav */
#contents_clinical #item .tbNone li{
    width:25%;
}
#contents_clinical #item .tbNone li a {
    border-top: solid #daaed4 1px;
    border-right: solid #8c6987 1px;
    border-bottom: solid #7c5f78 1px;
}

/* top */
#contents_clinical #clinicianMenu {
	margin: 2.5%;
}
#contents_clinical #clinicianMenu li p {
	width: 11%;
	padding-bottom: 0.5%;
	margin-bottom: 0;
}
#contents_clinical #clinicianMenu li .menuImg {
	float: left;
	display: inline;
}
#contents_clinical #clinicianMenu li dl {
	margin-left: 12.5%;
}
#contents_clinical #clinicianMenu dl dt {
	padding-bottom: 0.3em;
	color: #ff6600;
	font-weight: bold;
	text-decoration: underline;
}
#contents_clinical #clinicianMenu dl dd {
	font-size: 0.8em;
}
#contents_clinical #clinicianMenu li:nth-child(odd){
	background: #f6f6f6;
}
#contents_clinical #clinicianMenu li a {
	position: relative;
	padding: 2% 7% 2% 3%;
	display: block;
	color: #333;
	text-decoration: none;
}
#contents_clinical #clinicianMenu li a::after {
	position: absolute;
	top: 40%;
	right: 2%;
	display: block;
	content: '';
	width: 20px;
	height: 20px;
	border-top: 5px solid #d1d1d1;
	border-right: 5px solid #d1d1d1;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
/*top-text-*/
#contents_clinical .top_kohza_rink{
	width:960px;
	margin:0 auto;
	background-image:url(../img/item/clinician/top_kohza_rink_girl.png);
	background-repeat: no-repeat;
	background-position: bottom 24px right 70px;
	box-shadow:0 0 10px #c4a7c1;
}
#contents_clinical .top_kohza_rink a{
	box-sizing:border-box;
	display:block;
	padding:30px 0;
	position:relative;
	text-align:center;
	color:#555555;
	font-size:160%;
	font-weight:bold;
	text-decoration:none;
}

#contents_clinical .top_kohza_rink a:before{
	content:'';
	width:8%;
	height:40%;
	background:url(../img/item/clinician/top_kohza_rink_kirakira.png) no-repeat center;
	background-size:contain;
	position:absolute;
	bottom:20px;
	left:90px;
}
#contents_clinical .top_kohza_rink a:after{
	content:'';
	width:8%;
	height:40%;
	background:url(../img/item/clinician/top_kohza_rink_kirakira.png) no-repeat center;
	background-size:contain;
	position:absolute;
	top:20px;
	right:190px;
}

#contents_clinical .top_kohza_rink .large{
	font-size:200%;
	color:#a86ba0;	
}

#contents_clinical .top_kohza_rink .kochira{
	position:absolute;
	width:40%;
	background:url(../img/item/clinician/top_kohza_rink_arrow.png) repeat-y left;
	background-size:contain;
	bottom:-10px;
	right:15px;
	text-shadow: #fff 2px 2px 0px, #fff -2px 2px 0px,
             #fff 1px -1px 0px, #fff -2px -2px 0px;
	font-size:90%;
}
#contents_clinical .top_kohza_rink .kochira:after{
	content:"";
	width:0;
	height:0;
	border:35px solid transparent;
	border-left:40px solid #fbd7d7;
	position:absolute;
	top:-17px;
	right:-75px;
	margin:auto 0;
}
#contents_clinical .top_kohza_rink{
	width:95%;
	margin:0 3% 2em;
	background:none;
	box-shadow:0 0 10px #c4a7c1;
}
#contents_clinical .top_kohza_rink a{
	box-sizing:border-box;
	display:block;
	padding:0.5em 0 1em;
	position:relative;
	text-align:center;
	color:#555555;
	font-size:160%;
	font-weight:bold;
	text-decoration:none;
}

#contents_clinical .top_kohza_rink a:before{
	content:'';
	width:8%;
	height:40%;
	background:url(../img/item/clinician/top_kohza_rink_kirakira.png) no-repeat center;
	background-size:contain;
	position:absolute;
	top:2%;
	left:4%;
}
#contents_clinical .top_kohza_rink a:after{
	content:'';
	width:8%;
	height:40%;
	background:url(../img/item/clinician/top_kohza_rink_kirakira.png) no-repeat center;
	background-size:contain;
	position:absolute;
	top:2%;
	right:2.5%;
}

#contents_clinical .top_kohza_rink .block{
	display:block;
}

#contents_clinical .top_kohza_rink .kochira{
	position:absolute;
	width:85%;
	background:url(../img/item/clinician/top_kohza_rink_arrow.png) repeat-y left;
	background-size:contain;
	bottom:-10%;
	left:2%;
	z-index:1;
	text-shadow: #fff 2px 2px 0px, #fff -2px 2px 0px,
             #fff 1px -1px 0px, #fff -2px -2px 0px;
	font-size:90%;
}
#contents_clinical .top_kohza_rink .kochira:after{
	content:"";
	border:25px solid transparent;
	border-left:35px solid #fbd7d7;
	position:absolute;
	right:-60px;
	top:-20%;
	margin:auto 0;
}
/* about */
#contents_clinical .field h4{
	margin:0 0 0.5em;
	color:#5d6bb6;
	font-size:120%;
	text-align:center;
	padding:0.5em 0;
	font-weight:bold;
}

#contents_clinical .field ul{
	box-sizing:border-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display:-ms-flexbox;
	display: -o-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack:justify;
	-webkit-align-content: space-between;
	justify-content:space-between;
	align-content:space-between;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	width:100%;
	background:url(../img/item/clinician/way_bg.png) no-repeat bottom 10%  right 23%;
}
#contents_clinical .field li{
	width:49.5%;
	vertical-align:middle;
	box-sizing:border-box;
	border-radius:10px;
	border:#6bbf72 2px solid;
	margin-bottom:1em;
}
#contents_clinical .field h5,#contents_clinical .field p{
	padding:0 1em;	
}
#contents_clinical .field h5{
	padding-top:1em;
	color:#000;
	font-size:100%;
	text-align:center;
	margin-bottom:0.5em;
	font-weight:bold;
}
#contents_clinical .field .img{
	margin-bottom:0.5em;
	text-align:center;
}

/* curriculum */
#contents_clinical .curriculumImgBox {
	width: 100%;
	text-align: center;
	margin-bottom: 1%;
}
#contents_clinical .curriculumImgBox img {
	padding: 0 2%;
}
#contents_clinical .curriculumTxtBox {
	width: 100%;
}

#contents_clinical .dashedBox ul li {
	float: left;
	margin: 0 20px;
	font-weight: bold;
}

/* correction */
#contents_clinical #c_correction h4 img{
	vertical-align: middle;
}
#contents_clinical #c_correction h4 img.ttl_main{
	margin-left:-25px;
	position:relative;
}
#contents_clinical #c_correction h4 img.ttl_sub{
	z-index:2;
	position:relative;
}
/* clinician_way */
#contents_clinical .way{
	width:920px;
	margin:0 auto;
}
#contents_clinical .way h4{
	background:#f27186;
	text-align:center;
	color:#fff;
	font-size:180%;
	padding:0.25em 0;
}

#contents_clinical .way p{
	margin:0;
}
#contents_clinical .cap a{
	text-decoration:none;
}
#contents_clinical .cap a span{
	display:inline-block;
	padding-left:1em;
	text-indent:-1em;
	font-size:80%;
	color:#111;
	text-align:left;
}
#contents_clinical .way h5,#contents_clinical .way02 dt{
	font-weight:bold;
	font-size:150%;
	text-align:center;
	color:#000;	
}
#contents_clinical .way01,#contents_clinical .way02,#contents_clinical .way03,#contents_clinical .way04,#contents_clinical .way05,#contents_clinical .way06{
	padding:0.7em 1em;
	box-sizing:border-box;
}

#contents_clinical .way02,#contents_clinical .way03,#contents_clinical .bottom_arrow{
	position:relative;	
}
#contents_clinical .bottom_arrow:before{
	content:"";
	height:0;
	width:0;
	border:3em solid transparent;
	border-top:2em solid #a1d078;
	position:absolute;
	bottom:-7.5em;
	left:0;
	right:0;
	margin:0 auto;
}
#contents_clinical .bottom_arrow:after{
	content:"";
	width:3em;
	height:3em;
	background:#a1d078;
	position:absolute;
	bottom:-3em;
	left:0;
	right:0;
	margin:0 auto;
}
#contents_clinical .way01{
	background:#fffcd6;
	border:solid 1px #a1d078;
	z-index:6;
	margin-bottom:2em;
}
#contents_clinical .way01 h5{
	margin-bottom:0.25em;
}
#contents_clinical .way01 h5:before{
	content:"";
	width:2.5em;
	height:1.5em;
	background:#fff;
	position:absolute;
	top:-1px;
	left:-1px;
	border:solid 1px #fff;
	border-bottom:solid 1px #a1d078;
	border-right:solid 1px #a1d078;;
}
#contents_clinical .way01 h5:after{
	content:"";
	width:2.5em;
	height:1.5em;
	background:#fff;
	position:absolute;
	top:-1px;
	right:-1px;
	border:solid 1px #fff;
	border-bottom:solid 1px #a1d078;
	border-left:solid 1px #a1d078;;
}
#contents_clinical .way01 h5 span{
	font-size:70%;
}

#contents_clinical .way02{
	background:url(../img/item/clinician/way_02bg_strp.png);
	padding:1em;
	z-index:5;
	margin-bottom:3em;
}
#contents_clinical #c_graduate .way02{
	background:#e6efbd;
	width:80%;
	margin:0 auto 1em;
	padding-bottom:0.5em;
}
#contents_clinical .way02 dl{
	background:#e6efbd;
	padding:1.5em;
	margin-right:2.5em;
	border:solid #a1d078 1px;
}
#contents_clinical .way02 .bottom_arrow:before{
	content:"";
	border:3em solid transparent;
	border-top:2em solid #a1d078;
	bottom:-10em;
}
#contents_clinical .way02 .bottom_arrow:after{
	content:"";
	width:3em;
	height:5em;
	background:#a1d078;
	position:absolute;
	bottom:-5em;
}
#contents_clinical .way02:after{
	content:"合格";
	position:absolute;
	width:3em;
	line-height:2em;
	background:#f27186;
	font-weight:bold;
	font-size:180%;
	color:#fff;
	text-align:center;
	border-radius:50%;
	bottom:-12%;
	left:49%;
}
#contents_clinical #c_graduate .way02:after{
	content:none;	
}
#contents_clinical .flex{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display:-ms-flexbox;
	display: -o-flex;
	display: flex;
	display: -webkit-box; /* Android 2~4 */ 
	-webkit-box-pack: justify; /* Android 2~4 */
	-webkit-justify-content: space-between;
	-ms-flex-pack:justify;
	-webkit-align-content: space-between;
	justify-content:space-between;
	align-content:stretch;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}
#contents_clinical .way02 .flex div{
	width:49%;
	background:#fff;
	padding:1em;
	/*-webkit-box-flex: 1; /* Android 2~4 */
	/*-webkit-flex: 1;/*--- iOS8以前Safari用 ---*/
}
#contents_clinical .way02 dt,#contents_clinical .way02 dd{
	width:100%;
	margin-bottom:0.5em;
	background:none;
	padding:0;
	text-align:center;
}
#contents_clinical .way02 dt{
	color:#b3422d;
}
#contents_clinical .way02 .flex div h5{
	font-size:120%;
	margin-bottom:0.5em;	
}
#contents_clinical .way02 .flex div ul{
	text-align:left;
	margin-left:1em;
}
#contents_clinical .way02 .flex div li{
	display:block;
	text-indent:-1em;
	padding-left:1em;
	margin-bottom:1em;
  clear:both;
}
#contents_clinical .way02 .flex div li:before{
	content:"・";
	width:1em;
	height:1em;
	padding-right:0.25em;
	float:left;
}
#contents_clinical .way02 .flex div li span{
	display:inline-block;
	float:left;
	vertical-align:middle;
}
#contents_clinical .way02 .flex div li .kakko{
	text-indent:0;
	margin-left:1.5em;
	font-size:90%;
	position:relative;
	margin-bottom:0.5em;
}
#contents_clinical .way02 .flex div li .kakko:before{
	content:"";
	width:0.5em;
	height:2.8em;
	border:solid 1px #000;
	border-right:none;
	position:absolute;
	left:-1em;
}
#contents_clinical .way02 .flex div li .kakko:after{
	content:"";
	width:0.5em;
	height:2.8em;
	border:solid 1px #000;
	border-left:none;
	position:absolute;
	top:0;
	right:-1em;
}
#contents_clinical .way02 .varicle{
	position:absolute;
	display:inline-block;
	top:20%;
	right:-1.8em;
	width:1em;
	font-size:130%;
	color:#915389;
	font-weight:bold;
	line-height:100%;
	padding:1.25em 0 0;
}
#contents_clinical .way02 .varicle:before{
	content:"!";
	display:block;
	width:1em;
	height:1em;
	font-weight:bold;
	font-size:110%;
	color:#fff;
	line-height:1em;
	z-index:2;
	position:absolute;
	top:0;
	left:0;
	right:0;
	margin:auto;
}
#contents_clinical .way02 .varicle:after{
	content:"";
	width:1.2em;
	height:1.2em;
	background:#915389;
	border-radius:50%;
	position:absolute;
	top:-0.05em;
	left:-0.05em;
	margin:auto;
	z-index:-999;
}
#contents_clinical .way03{
	z-index:4;
	margin-bottom:0.5em;
	padding:0;
	width:100%;
}
#contents_clinical .way03 h5{
	background:#fffcd6;
	border:solid 1px #a1d078;
	border-bottom:none;
	padding:1.7em 0 0;
	z-index:-9;
	width:100%;
	box-sizing:border-box;
	margin-bottom:0;
}
#contents_clinical .way03 h5 span{
	color:#fff;
	display:inline-block;
	margin-left:1.1em;
	position:relative;
	z-index:1;
}
#contents_clinical .way03 h5 span:before{
	content:"";
	width:4em;
	height:1.8em;
	position:absolute;
	top:-0.1em;
	left:-0.7em;
	background:#999;
	z-index:-1;
	border-radius:50%;
}
#contents_clinical .way03 h5:before{
	content:"";
	width:27%;
	height:26%;
	background:url(../img/item/clinician/way_02bg.png) no-repeat left bottom;
	position:absolute;
	top:-25%;
	left:0;
	background-size:contain;
}
#contents_clinical .way03 h5:after{
	content:"";
	width:100%;
	height:17%;
	background:#fffcd6;
	border:solid 1px #a1d078;
	border-top:none;
	position:absolute;
	bottom:53%;
	left:0;
	box-sizing:border-box;
	z-index:-10;
}
#contents_clinical .way03 div{
	box-sizing:border-box;
	padding:0 0 0.5em;
	width:46%;
	border:solid 1px #a1d078;
	margin:0.7em 2%;
	position:relative;
}
#contents_clinical .way03 .flex{
	box-sizing:border-box;
	padding:0;
	width:auto;
	border:none;
	margin:0;
}
#contents_clinical .way03 h6{
	z-index:3;
	color:#000;
	background:#a1d078;
	width:100%;
	padding:0.7em 0;
	margin-bottom:0em;
}
#contents_clinical .way03 p{
	padding:1.7em 1em 0;
	margin-bottom:0;
	box-sizing:border-box;
}
#contents_clinical .way03 .bottom_arrow:before{
	content:"";
	border:1.5em solid transparent;
	border-top:1em solid #a1d078;
	position:absolute;
	bottom:-3em;
}
#contents_clinical .way03 .bottom_arrow:after{
	content:"";
	width:1.5em;
	height:1em;
	background:#a1d078;
	position:absolute;
	bottom:-1em;
}
#contents_clinical .way04{
	background:#fffcd6;
	border:solid 1px #a1d078;
	width:96%;
	margin:0 auto 5.7em;
}
#contents_clinical .way04 h5{
	color:#b3422d;
	margin-bottom:0.5em;
}
#contents_clinical .way04 p{
	text-align:center;
	margin-bottom:0;
}
#contents_clinical .way04:before{
	bottom:-9.5em;
	z-index:1;
}
#contents_clinical .way04:after{
	content:"";
	width:3em;
	height:5em;
	bottom:-5em;
}
#contents_clinical .way04 p:after{
	content:"合格";
	position:absolute;
	width:3em;
	line-height:2em;
	background:#f27186;
	font-weight:bold;
	font-size:180%;
	color:#fff;
	text-align:center;
	border-radius:50%;
	bottom:-55%;
	left:49%;
	z-index:3;
}
#contents_clinical .way05{
	background:#57a4c0;
	width:96%;
	margin:0 auto 2em;
	padding:0.5em;
}
#contents_clinical .way05 p{
	font-weight:bold;
	text-align:center;
	font-size:200%;
	color:#fff;
}
#contents_clinical .way{
	width:90%;
}
#contents_clinical .way02{
	padding-bottom:2em;	
}
#contents_clinical .way02 dl{
	margin-right:0;
	padding:1.5em 0.7em 0.3em;
}
#contents_clinical .way02 .varicle{
	top:inherit;
	bottom:-2.5em;
	padding-left:1.25em;
	left:-1em;
	text-align:left;
	height:auto;
	width:auto;
	font-size:70%;
}
#contents_clinical .way02 .varicle:before{
	top:0;
	bottom:-1em;
	right:inherit;
	left:0.35em;
	margin:auto 0;
}
#contents_clinical .way02 .varicle:after{
	top:0;
	bottom:-1em;
	right:inherit;
	left:0;
	margin:auto 0;
	z-index:-999;
}
#contents_clinical .way02 .bottom_arrow:before{
	bottom:-11em;
}
#contents_clinical .way02 .bottom_arrow:after{
	height:6em;
	bottom:-6em;
}
/* curriculum new */
#contents_clinical .process,#contents_clinical .tsubo,#contents_clinical .mokumoku,#contents_clinical .hikaku{
	box-sizing:border-box;
}
.process{
	width:94%;
	margin:0 auto;
	padding:1em;
	background:#fffcdb;
}
#contents_clinical .process h4{
	line-height:120%;
	font-size:120%;
	font-weight:bold;
	margin:0;
	color:#000;
}
#contents_clinical .process p,#contents_clinical .tsubo p{
	margin-bottom:0;
}
#contents_clinical .tsubo{
	width:650px;
	margin:0 auto 10em;
	position:relative;
}
#contents_clinical .tsubo p{
	text-align:center;
 }

#contents_clinical .mokumoku{
	background:url(../img/item/clinician/curriculum_img03_bg2.png) no-repeat right 20% center;
	background-size:contain;
	margin:0 auto 2.5em;	
	padding:1em 0;
	text-align:center;
	position:relative;
}
#contents_clinical .mokumoku:before{
	content:"";
	height:0;
	width:0;
	border:1.5em solid transparent;
	border-top:1.5em solid #ff6699;
	position:absolute;
	bottom:-2.9em;
	left:0;
	right:0;
	margin:0 auto;
}
#contents_clinical .mokumoku:after{
	content:"";
	width:1.5em;
	height:1.5em;
	background:#ff6699;
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	margin:0 auto;
}
#contents_clinical .tsubo .mokumoku p{
	background:url(../img/item/clinician/curriculum_img03_bg1.png) no-repeat center;
	background-size:contain;
	width:50%;
	padding:2em 0.5em;
	margin-bottom:0.5em;
	position:relative;
}
#contents_clinical .mokumoku p:before{
	content:"";
	width:2em;
	height:2em;
	background:#cccccc;
	position:absolute;
	border-radius:50%;
	right:-10%;
	top:50%;
}
#contents_clinical .mokumoku p:after{
	content:"";
	width:1.5em;
	height:1.5em;
	background:#cccccc;
	position:absolute;
	border-radius:50%;
	right:-20%;
	top:60%;
}
#contents_clinical .tsubo .sukkiri{
	font-size:120%;
	font-weight:bold;
	line-height:150%;
	background:url(../img/item/clinician/curriculum_img03_bg3.png) repeat-x bottom;
	padding-bottom:0.7em;
	margin-bottom:1em;
	position:relative;
}
#contents_clinical .sukkiri span{
	display:inline-block;
	padding:0.25em;
	line-height:100%;
	font-size:100%;
	color:#fff;
	background:#ff6699;	
	position:relative;
	margin-right:0.5em;
}
#contents_clinical .sukkiri span:after{
	content:"";
	height:0;
	width:0;
	border:0.5em solid transparent;
	border-left:0.5em solid #ff6699;
	position:absolute;
	bottom:0;
	top:0;
	right:-0.8em;
	margin:auto 0;
}
#contents_clinical .hikaku{
	background:url(../img/item/clinician/curriculum_img04_bgmiddle.png) repeat-y;
	background-size:contain;
	position:relative;
}
#contents_clinical .hikaku h4{
	background:url(../img/item/clinician/curriculum_img04_bgtop.png) no-repeat;
	background-size:contain;
	width:100%;
	padding:1.5em 0;
	margin:0;
	text-align:center;
	font-weight:bold;
	position:relative;
}
#contents_clinical .hikaku .giza{
	display:block;
	padding:1.5em;
	background:url(../img/item/clinician/curriculum_img04_giza.png) no-repeat center;
	background-size:contain;
	text-align:center;
	font-weight:bold;
	position:absolute;
}
#contents_clinical .hikaku h4 .giza{
	top:-2.5em;
	left:0.25em;
	box-sizing:border-box;
}
#contents_clinical .hikaku:before{
	content:"";
	height:0;
	width:0;
	border:5em solid transparent;
	border-top:4em solid #ffcc43;
	position:absolute;
	bottom:-14em;
	left:0;
	right:0;
	margin:0 auto;
}
#contents_clinical .hikaku:after{
	content:"";
	width:5em;
	height:5em;
	background:#ffcc43;
	position:absolute;
	bottom:-5em;
	left:0;
	right:0;
	margin:0 auto;
}
#contents_clinical .geshu,#contents_clinical .kodawari{
	padding:0 1.25em 1.25em;
	padding-bottom:2em;
}
#contents_clinical .geshu{
	background:url(../img/item/clinician/curriculum_img03_bgmath.png) no-repeat bottom 5em right 1.25em;	
}
#contents_clinical .geshu dt{
	float:left;
	width:3em;
	background:#6666cc;
	color:#fff;
	box-sizing:border-box;
	font-weight:bold;
	clear:left;
	text-align:center;
	margin-top:0;
}
#contents_clinical .geshu dt.yotsuya{
	background:#ff6699;
}
#contents_clinical .geshu dd,#contents_clinical .kodawari dd{
	padding:0.5em;
	margin-left:3.5em;
	margin-bottom:1.5em;
	background:#fff;
	border:solid 1px #999;
	position:relative;
}
#contents_clinical .cmpany_b{
	margin-right:20%;	
}
#contents_clinical .cmpany_b:after{
	content:"";
	width:25%;
	height:100%;
	display:block;
	background:url(../img/item/clinician/curriculum_img03_bgdesk.png) no-repeat center;
	background-size:contain;
	position:absolute;
	top:0;
	bottom:0;
	right:-27%;
	margin:auto 0;
}
#contents_clinical .geshu dd.yotsuya{
	border-color:#ff6699;
	margin-right:30%;
	padding-bottom:2em;
}
#contents_clinical .geshu .giza{
	right:-2.5em;
	bottom:-3.5em;
}
#contents_clinical .geshu dd.yotsuya:after{
	content:"";
	display:block;
	width:5em;
	height:5em;
	background:url(../img/item/clinician/curriculum_img03_bgnaruhodo.png) no-repeat center;
	background-size:contain;
	position:absolute;
	bottom:-3.5em;
	right:7em;
}
#contents_clinical .hikaku .kodawari{
	background:url(../img/item/clinician/curriculum_img04_bgbottom.png) no-repeat bottom;
	background-size:contain;	
	padding:1em;
}
#contents_clinical .kodawari dt{
	float:right;
	width:20%;
	text-align:center;
	font-size:75%;	
}
#contents_clinical .kodawari dd{
	margin-right:21%;
	margin-left:0;
	background:#fff;
	padding-top:1em;
	z-index:0;
}
#contents_clinical .kodawari h5{
	margin-bottom:0;
	position:absolute;
	top:-0.9em;
	left:0.5em;
	letter-spacing:0.3em;
	color:#fff;
	z-index:1;
	background-color:#999;
	padding:3px 10px 3px 15px;
	border-radius: 20px;
}

#contents_clinical .kodawari p{
	text-align:left;
	z-index:2;
	padding:0.5em 0 0 0.5em;
	box-sizing:border-box;
}
#contents_clinical .kodawari p:after{
	content:"";
	width:2em;
	height:2em;
	position:absolute;
	top:0;
	bottom:0;
	right:-1.1em;
	margin:auto 0;
	background:#fff;
	border-right:solid 1px #999;
	border-bottom:solid 1px #999;
	transform:rotate(-45deg);
	z-index:-1;
}
#contents_clinical .tsubo .kochira{
	z-index:3;
	display:block;
	position:absolute;
	bottom:-3em;
	left:0;
	right:0;
	margin:0 auto;
	font-size:150%;
	font-weight:bold;
	text-shadow: #fff 2px 2px 0px, #fff -2px 2px 0px,
             #fff 1px -1px 0px, #fff -2px -2px 0px;
}
#contents_clinical .kochira span{
	color:#ff6699;
	font-size:180%;
}
#contents_clinical #developVoice h3{
	margin-bottom:0;	/*user.css打消し*/	
	text-align:center;	/*user.css打消し*/	
	left:10%;		/*user_pc(tab,sp).css打消し*/	
	top:inherit;		/*user_pc(tab,sp).css打消し*/	
	background:url(../img/item/clinician/correction_img15.png) no-repeat center;		/*user_pc(tab,sp).css打消し*/	
	background-size:contain;
	box-sizing:border-box;
	font-weight:bold;
	color:#fff;
	padding:0 0.5em;
	font-size:220%;
	line-height:300%;
}
#contents_clinical #developVoice h3 span{
	font-size:70%;
}
#contents_clinical #developVoice h3:after{
	content:"";
	height:0;
	width:0;
	border:0.2em solid transparent;
	border-left:1em solid #ad80a7;
	position:absolute;
	top:0;
	right:-1em;
	bottom:0;
	margin:auto 0;
}
#contents_clinical .process{
	width:100%;
}
#contents_clinical .tsubo{
	width:100%;
}
#contents_clinical .sukkiri span{
	position:absolute;
	margin-right:0;
	top:-1.7em;
	left:3em;
}
#contents_clinical .sukkiri span:after{
	content:"";
	height:0;
	width:0;
	border:0.5em solid transparent;
	border-top:0.5em solid #ff6699;
	position:absolute;
	top:1.3em;
	right:0;
	left:0;
	margin:0 auto;
}
#contents_clinical .hikaku h4 .giza{
	top:0;
	left:0.5em;
	bottom:0;
	margin:auto 0;
	height:5em;
	line-height:100%;
}
#contents_clinical .hikaku h4{
	text-align:left;
	padding-left:8em;
	padding-right:0.5em;
	margin-bottom:0.5em;
}
#contents_clinical .geshu{
	background:none;	
}
#contents_clinical .cmpany_b,#contents_clinical .geshu dd.yotsuya{
	margin-right:0;	
}
#contents_clinical .cmpany_b:after{
	display:none;
}
#contents_clinical .geshu .giza{
	right:0.5em;
}
#contents_clinical .geshu dd.yotsuya:after{
	right:10em;
}
#contents_clinical .kodawari p:after{
	width:0.7em;
	height:0.7em;
	right:-0.5em;
}
#contents_clinical .tsubo .kochira{
	font-size:130%;	
}
#contents_clinical .kochira span{
	font-size:160%;	
}
#contents_clinical #developVoice h3{
	width:auto;
	top:-1.3em;
	left:0;
	right:0;
	margin:0 auto;
}
#contents_clinical #developVoice h3:after{
	border-left:none;
	border-right:1em solid #ad80a7;
	right:inherit;
	left:0.3em;
	bottom:-1.5em;
	transform:rotate(-20deg);
}
#contents_clinical #developVoice .profile{
	padding-top:0; /*user_tab.css 打消し*/
	margin-bottom:1em;
}
#contents_clinical #developVoice .profile p{
	padding-top:3.25em;	 /*user_tab.css 打消し*/
	margin-bottom:0;
}
/* correction new */
#contents_clinical .difference,.tensaku{
	width:80%;
	margin:0 auto;
}
#contents_clinical .difference{
	margin-bottom:3em;	
}
#contents_clinical .difference h4{
	margin-top:0;
	margin-bottom:2em;
	color:#ff3971;
	text-align:center;
	font-size:180%;
	font-weight:bold;
	text-shadow: #fff 2px 2px 0px, #fff -2px 2px 0px,
             #fff 2px -2px 0px, #fff -2px -2px 0px;
	position:relative;
	z-index:1;
}
#contents_clinical .difference h4 .top span{
	display:inline-block;
	margin:0 0.3em;
	color:#fff;
	font-size:150%;
	border-radius:30%;
	position:relative;
	z-index:1;
}
#contents_clinical .difference h4 .top span:before{
	content:"";
	width:0.3em;
	height:0.3em;
	background:#ad5cbb;
	border-radius:50%;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
	box-shadow:0 0 20px 20px #ad5cbb;
	z-index:-1;	
}
#contents_clinical .difference h4 .top{
	display:block;
	text-shadow:none;
	font-size:90%;
	color:#666467;
	margin:0 a
}
#contents_clinical .difference h4 .bottom{
	display:inline-block;
	position:relative;
}
#contents_clinical .difference h4 .bottom:before{
	content:"";
	width:2em;
	height:2em;
	background:url(../img/item/clinician/correction_img01bg.png) no-repeat;
	background-size:contain;
	position:absolute;

	left:-2em;
	bottom:0;
	margin:auto;
}
#contents_clinical .difference h4 .bottom:after{
	content:"";
	width:14em;
	height:0.1em;
	background:#fe9dc6;
	border-radius:50%;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
	box-shadow:0 0 2em 1.2em #fe9dc6;
	z-index:-1;	
}
#contents_clinical .difference ul{
	counter-reset:num;
	display:table;
	width:100%;
	table-layout:fixed;
	text-align:center;
	font-weight:bold;
}
#contents_clinical .difference ul li{
	display:table-cell;
	width:33%;
	box-sizing:border-box;
	position:relative;
	padding-top:2em;
	z-index:1;
}
#contents_clinical .difference ul li:before{
	z-index:2;
	position:absolute;
	top:-10px;
	left:0;
	right:0;
	margin:0 auto;
	font-weight:bold;
	font-size:180%;
	line-height:1em;
	color:#fff;
	width:1em;
	background:#f6973b;
	border-radius:100%;
	counter-increment:num;
  content: counter(num);
	padding:3px;
}
#contents_clinical .difference ul h5{
	display:inline-block;
	margin:0 auto 1em;
	color:#fff;
	font-weight:bold;
	font-size:150%;
	line-height:100%;
	z-index:1;
	box-shadow:0 0 20px 20px #feb662;
	border-radius:50%;
	background:#feb662;
}
#contents_clinical .difference ul p{
	text-align:center;
}
#contents_clinical .difference ul p:after{
	content:"";
	width:11em;
	height:11em;
	background:#ffffcd;
	border-radius:50%;
	position:absolute;
	top:0;
	left:0;
	right:0;
	margin:auto;
	z-index:-1;	
}
#contents_clinical h4.yellowL{
	width:100%;
	text-align:center;
	font-size:300%;
	font-weight:bold;
	color:#777;
	text-shadow: #fff 2px 2px 0px, #fff -2px 2px 0px,
             #fff 2px -2px 0px, #fff -2px -2px 0px;
	position:relative;
	z-index:0;
	background:#ffffcd;
	border-radius:50px;
}
#contents_clinical h4.yellowL span{
		font-size:65%;
}
#contents_clinical h4.yellowL .circle:before{
	content:"1";
	width:1em;
	height:1em;
	color:#fff;
	position:absolute;
	z-index:1;
	top:0.4em;
	left:0;
	right:0;
	margin:auto;
	text-shadow:none;
}
#contents_clinical h4.yellowL .circle:before,#contents_clinical h4.yellowL .circle:after{
	left:-4.5em;
	top:0.5em;
}
#contents_clinical h4.sec .circle:before,#contents_clinical h4.sec .circle:after{
	left:-3em;
}
#contents_clinical h4.third .circle:before,#contents_clinical h4.third .circle:after{
	left:-9em;
}
#contents_clinical h4.sec .circle{
	width:3.5em;
}
#contents_clinical h4.sec .circle:before{
	content:"2";
}
#contents_clinical h4.third .circle:before{
	content:"3";
}
#contents_clinical h4.yellowL .circle:after{
	content:"";
	width:1em;
	height:1em;
	position:absolute;
	top:0.4em;
	left:0;
	right:0;
	margin:auto;
	background:#fe962a;
	border-radius:100%;
	padding:2px;
}
#contents_clinical .tensaku div{
	border:solid #999999 1px;
	padding:1em;
	margin-bottom:0.5em;
	position:relative;	
}
#contents_clinical .tensaku h5{
	font-weight:bold;
	color:#ff6699;
	margin-bottom:0.3em;
}
#contents_clinical .tensaku p{
	margin-bottom:0.5em;
	position:relative;
}

#contents_clinical .tensaku .kadai{
	border:none;
	padding-bottom:5em;
	background:url(../img/item/clinician/kadai_bg.png) no-repeat right top;
	background-size:7em;
	position:relative;
}
#contents_clinical .tensaku .kadai p{
	border:solid #ff6699 1px;
	padding:1em;
	margin-right:8em;
	position:relative;
}
#contents_clinical .tensaku .kadai p:after{
	content: "";
	height: 0;
	width: 0;
	border: 1em solid transparent;
	border-left: 1em solid #ff6699;
	position: absolute;
	right: -2em;
	top:0;
	bottom:0;
	margin:auto 0;
}
#contents_clinical .tensaku .kadai span{
	text-align:center;
	font-weight:bold;
	position:absolute;
	bottom:1em;
	right:8em;
	z-index:1;
	background:url(../img/item/clinician/curriculum_img04_giza.png) no-repeat center;
	background-size:contain;
	padding:1.5em;
}

#contents_clinical .tensaku .kadai:before,#contents_clinical .tensaku .next:before{
	content:"";
	height:0;
	width:0;
	border:1.5em solid transparent;
	border-top:1.5em solid #ff6699;
	position:absolute;
	left:0;
	right:0;
	margin:0 auto;
}
#contents_clinical .tensaku .kadai:after,#contents_clinical .tensaku .next:after{
	content:"";
	width:1.5em;
	height:1.8em;
	background:#ff6699;
	position:absolute;
	left:0;
	right:0;
	margin:0 auto;
}
#contents_clinical .tensaku .kadai:before{
	bottom:4em;
	border-top:none;
	border-bottom:1.5em solid #ff6699;
}
#contents_clinical .tensaku .kadai:after{
	bottom:2.3em;
}
#contents_clinical .tensaku .next:before{
	top:-1.5em;
}
#contents_clinical .tensaku .next:after{
	top:-3em;
}
#contents_clinical .dashedBox dt{
	width:7em;
	margin:0.5em auto 1.5em;
	position:relative;
}
#contents_clinical .dashedBox dt span{
	position:absolute;
	line-height:110%;
	left:-2.5em;
	top:0;
	bottom:0;
	margin:auto;
	height:3em;
	width:3em;
	background:#f83ca1;
	color:#fff;
	font-weight:bold;
	box-sizing:border-box;
	border-radius:100%;
	padding-top:0.5em;
}
#contents_clinical .dashedBox .dt02 span{
	background:#ff6d11;
}
#contents_clinical .dashedBox .dt03 span{
	left:-2em;
	background:#00b2c1;
}
#contents_clinical .dashedBox .dt04{
	width:100%;
	line-height:150%;
}
#contents_clinical .dashedBox .dt04 span{
	display:inline-block;
	width:100%;
	height:100%;
	position:static;
	border-radius:0;
	background:#8cc63f;
	line-height:150%;
	padding:0.5em;
	margin-right:0.5em;
}
#contents_clinical #developVoice h3{
	margin-bottom:0;
	text-align:center;
	left:10%;
	top:inherit;
	background:url(../img/item/clinician/correction_img15.png) no-repeat center;
	background-size:contain;
	box-sizing:border-box;
	font-weight:bold;
	color:#fff;


	padding:0 0.5em;
	font-size:220%;
	line-height:300%;
}
#contents_clinical #developVoice h3 span{
	font-size:70%;
}
#contents_clinical #developVoice h3:after{
	content:"";
	height:0;
	width:0;
	border:0.2em solid transparent;
	border-right:1em solid #ad80a7;
	position:absolute;
	top:1.5em;
	left:1.2em;
	bottom:0;
	margin:auto 0;
}

#contents_clinical h4.yellowL .circle{
	display:block;
	width:100%;
	margin:0;
	padding:0.5em 0 0 0.5em;
	line-height:100%;
	text-align:center;
	position:relative;
	color:#fe962a;
	font-size:65%;
}
#contents_clinical h4.yellowL .circle:before,#contents_clinical h4.yellowL .circle:after{
	left:-4.5em;
	
}
#contents_clinical h4.sec .circle:before,#contents_clinical h4.sec .circle:after{
	left:-3em;
}
#contents_clinical h4.third .circle:before,#contents_clinical h4.third .circle:after{
	left:-10em;
}
#contents_clinical .difference{
	width:100%;
}
@media screen and (max-width: 640px) {
	#contents_clinical .difference h4 .bottom{
		font-size:80%;	
	}
	#contents_clinical .difference h4 .bottom:before{
		top:-4em;
		left:0;
	}
	#contents_clinical .difference ul{
		display:block;
	}
	#contents_clinical .difference ul li{
		display:block;
		width:100%;
		margin-bottom:5em;
	}
	#contents_clinical .difference ul p:after{
		width:60%;
	}
	#contents_clinical .difference,#contents_clinical  .tensaku{
		width:100%;	
	}
	#contents_clinical .tensaku .kadai{
		background-position:right top 35%;	
	}
	#contents_clinical .tensaku .kadai span{
		bottom:0;
    left:-6em;
		padding:1em;
	}
}
/* support */

#contents_clinical #c_support .optionC {
	border-bottom: #ccc 1px solid;
	margin-top: 4%;
}
#contents_clinical #c_support .optionC dt {
	text-align: left;
	padding-bottom: 2%;
	width: 100%;
	font-weight: bold;
}
#contents_clinical #c_support .optionC dd.optionImg {
	width: 100%;
	text-align: center;
	padding-bottom: 4%;
}
#contents_clinical #c_support .optionC dd.optionTxt {
	width: 100%;
	margin-bottom: 4%;
}
#contents_clinical #developVoice {
	margin-top: 10%;
	background: #fdf4e8;
	padding: 3%;
	position: relative;
	font-size: 90%;
}
#contents_clinical #developVoice h3 {
	border: none;
	position: absolute;
	top: -1em;
	left: 2%;
	width: 50%;
}
#contents_clinical #developVoice .profile {
	padding-top: 9%;
	margin-bottom: 2%;
}
#contents_clinical #developVoice .profile img {
	float: left;
	padding-right: 3%;
}
#contents_clinical #developVoice .profile p {
	padding-top: 2%;
}
/* 調整 */
#contents_clinical .pctbR,
#contents_clinical .pctbR {
	float: right;
	display: inline;
}
#contents_clinical .pctbL,
#contents_clinical .pctbL {
	float: left;
	display: inline;
	margin-right: 2%;
}

/*こども環境管理士*/
.photo_right {
	overflow:hidden
}
.photo_right li {
	float:left;
	margin-left:10px;
}

/*保育士筆記試験スクーリング*/
#contents_hoiku_wr_schooling .timetable{width:98%; margin: 0 auto 60px;}
#contents_hoiku_wr_schooling .right,#contents_hoiku_wr_schooling .left{float:none;}
#contents_hoiku_wr_schooling .illust_coukaku .illust{width:25%;}
#contents_hoiku_wr_schooling #application .acMenu .ac_title{width:50%;display:inline-block; padding:8px; }



/*獲得LP共通スタイル
---------------------------------------------------- */
#sysItemDetail .lp #item .topaside li a{
	line-height:140%;
	padding:0.3em 0;
}
#sysItemDetail .lp #item .topaside li span{
	display:block;
	width:11em;
	text-align:left;
	margin:0 auto;
}
#sysItemDetail .lp #item .topaside li .right span{width:10em;}
#sysItemDetail .lp #item .topaside li span:before{
	top:80%;
	left:-0.8em;
	margin:0;
}
#sysItemDetail .lp #item .nozl .request:after,#sysItemDetail .lp #item .nozl .online:after{width:25%; height:5em; top:-0.5em; right:-0.75em;}
#sysItemDetail .lp #item .bigchance .top{padding-left:18%;}
#sysItemDetail .lp #item .bigchance h3{text-align:center;}
#sysItemDetail .lp #item .bigchance h3 img{width:45%;}
#sysItemDetail .lp #item .bigchance h3 img.bigtxt{width:70%;}
#sysItemDetail .lp #item .bigchance h3 img.br{width:65%; display:block; margin:0 auto 0.5em;}
#sysItemDetail .lp #item .bigchance .top p{padding-left:2.5em;}
#sysItemDetail .lp #item .bigchance .reason{padding:1em 12em 1em 1em;}
#sysItemDetail .lp #item .bigchance .reason h4{background-position:left center; background-size:6em; padding-left:7em;font-size:170%;}
#sysItemDetail .lp #item .bigchance .letstart{width:90%; padding: 1em 5em 1em 9em;}
#sysItemDetail .lp #item .bigchance .letstart:before{width:8em; height:10em;}
#sysItemDetail .lp #item .subpop{font-size:250%;}
#sysItemDetail .lp #item .method .subpop{padding-top: 1em; font-size:240%;}
#sysItemDetail .lp #item .subpop .subtxt{width:80%; line-height:1.5em;}
#sysItemDetail .lp #item .passrate .subpop .subtxt{top:-0.8em;}
#sysItemDetail .lp #item .passrate .subpop{padding-top: 0.8em;}
#sysItemDetail .lp #item .method .subpop .subtxt{height:1.8em; top:-0.9em; line-height:180%;}
#sysItemDetail .lp #item .method .subpop .br{display:block; line-height:120%; padding-top:0.3em;}
#sysItemDetail .lp #item .method .subpop .subtxt .br{display:inline; line-height:125%; padding-top:0;}
#sysItemDetail .lp #item .passrate .subpop .subtxt:before{
	left: -1.4em;
	border: 0.75em solid transparent;
	border-right: 0.75em solid #fff88f;
}
.lp #item .spimg{display:none;}
#sysItemDetail .lp #item .actionCts ul li {
    float: left;
    position: relative;
}
#sysItemDetail .lp #item .sp_on{display:none;}
#sysItemDetail .lp #item p,#sysItemDetail .lp #item .cam_bnr#sysItemDetail .lp #item p{padding-left:0.5em; padding-right:0.5em;}
#sysItemDetail .lp .actionCts,#sysItemDetail .lp #item .day8 .flex,#sysItemDetail .lp #item .checkbook .bg,#sysItemDetail .lp #item .checkbook .flex{margin-left:0.5em; margin-right:0.5em;}
#sysItemDetail .lp #item .process li p{padding-left:0; padding-right:0;}
#sysItemDetail .lp #item .point .point1 .iconpoint{padding-left:4.5em;}
#sysItemDetail .lp #item .method .subpop .subtxt:before{
	left: -1.5em;
	border: 0.8em solid transparent;
	border-right:0.8em solid #fff88f;
}
#sysItemDetail .lp #item .method .subpop .subtxt:after{
	right: -1.5em;
	border: 0.8em solid transparent;
	border-left: 0.8em solid #fff88f;
}
#sysItemDetail .lp #item .much{margin-left:0.5em; margin-right:0.5em;}
#sysItemDetail .lp #item .much div{width:100%;}
#sysItemDetail .lp #item .much .selfstudy,#sysItemDetail .lp #item .much .school{width:42%;}
#sysItemDetail .lp #item .much .selfstudy,#sysItemDetail .lp #item .much .school{margin-bottom:2em;}
#sysItemDetail .lp #item .much h4{font-size:140%;}
#sysItemDetail .lp #item .much .selfstudy h4 span:before,#sysItemDetail .lp #item .much .school h4 span:before,#sysItemDetail .lp #item .much .corres h4 span:before{background-size:contain;}
#sysItemDetail .lp #item .much h4 span:after{ top:-1.9em; left:5.9em; width:3.6em; height:2em; border-radius:100px 100px 0 0;}
#sysItemDetail .lp #item .much .corres h4 span:after{left:6.9em;}
#sysItemDetail .lp #item .much .selfstudy h4 span:before{width:1.75em; height:1.75em; top:-1.8em; left:7em;}
#sysItemDetail .lp #item .much .school h4 span:before{width:2.75em; height:2.75em; top:-2.85em; left:6.4em;}
#sysItemDetail .lp #item .much .corres h4 span:before{width:2em; height:2em; top:-2em; left:7.7em;}
#sysItemDetail .lp #item .much .corres .demerit{width:49%; margin-right:0;}
#sysItemDetail .lp #item .much .corres .reco{width:46%;}
#sysItemDetail .lp #item .much .corres .merit{margin-bottom:1em;}
#sysItemDetail .lp #item .much .corres .demerit,#sysItemDetail .lp #item .much .corres .reco{margin-bottom:1em;}
#sysItemDetail .lp #item .step h3.checkicon{font-size:300%; line-height:120%;}
#sysItemDetail .lp #item .step h3.checkicon span{padding-left:2.5em;}
#sysItemDetail .lp #item .step .sys55 .inner,#sysItemDetail .lp #item .step .navi .inner{position:relative;}
#sysItemDetail .lp #item .step .sys55 .inner h4,#sysItemDetail .lp #item .step .sys55 .inner p{margin-left:100px;}
#sysItemDetail .lp #item .sys55 .inner .left{width:auto; position:absolute; top:0; bottom:0; left:1em; margin:auto 0;}
#sysItemDetail .lp #item .step .navi .inner h4,#sysItemDetail .lp #item .step .navi .inner p{margin-right:15.5em;}
#sysItemDetail .lp #item .step .navi .inner .right{position:absolute; top:0; bottom:0; right:0.5em; margin:auto 0; width:26%;}
#sysItemDetail .lp #item .much .selfstudy:before,#sysItemDetail .lp #item .much .school:before,#sysItemDetail .lp #item .much .corres:before{
	content: "";
	top:-4.5em;
	right: 0;
	left:0;
	bottom: 0;
	margin:0 auto;
}
#sysItemDetail .lp #item .much .selfstudy:after,#sysItemDetail .lp #item .much .school:after,#sysItemDetail .lp #item .much .corres:after{
	content: "";
	height:12em;
	top:-16em;
	right: 0;
	left:0;
	bottom: 0;
	margin:0 auto;
}
#sysItemDetail .lp #item .much .corres:after{
	height:46em;
	top:-50em;
}
#sysItemDetail .lp #item .much .corres .merit dd{
	display:block;
	width:49%;
}
#sysItemDetail .lp #item .much dl{margin:4%;}
#sysItemDetail .lp #item .much .corres dl{margin:1.5%;}
#sysItemDetail .lp #item .much .corres .reco:before{top:-1.5em;}
#sysItemDetail .lp #item .point .colum .right{width:40%;}
#sysItemDetail .lp #item .navi .flex p{width:70%;	margin:0 auto 4em;}
#sysItemDetail .lp #item .navi .step3 span{width:58%;	margin-left:24%;}
#sysItemDetail .lp #item .navi .step3 .sp_off{display:inline-block;}
#sysItemDetail .lp #item .navi .step3 .sp_on{display:none;}
#sysItemDetail .lp #item .navi .flex:before,#sysItemDetail .lp #item .navi .flex:after{content:none;}
#sysItemDetail .lp #item .navi .flex .step1:after,#sysItemDetail .lp #item .navi .flex .step2:after{
		content:"";
		width:2em;
		height:2em;
		position:absolute;
		bottom:-2.5em;
		left:0;
		right:0;
		margin:0 auto;
		background-size:contain;
}
#sysItemDetail .lp #item .step h2,#sysItemDetail .lp #item .point h2{font-size:260%;}
#sysItemDetail .lp #item .root dl{
	width:45%;
}
#sysItemDetail .lp #item .root .normal{
	float:left;	
}
#sysItemDetail .lp #item .root .yotsuya{
	float:right;	
}
#sysItemDetail .lp #item .step .root:before{
	content:"";
	width:0.1em;
	height:70%;
	position:absolute;
	top:10%;
	left:0;
	right:0;
	margin:0 auto;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ffa220), color-stop(0.00, #ffea00));
	background: -webkit-linear-gradient(#ffea00, #ffa220);
	background: -moz-linear-gradient(#ffea00, #ffa220);
	background: -o-linear-gradient(#ffea00, #ffa220);
	background: -ms-linear-gradient(#ffea00, #ffa220);
	background: linear-gradient(#ffea00, #ffa220);
}
#sysItemDetail .lp #item .root .normal dt:after,#sysItemDetail .lp #item .root .normal dd:after{
	content:"";
	width:2em;
	height:2em;
	position:absolute;
	top:0;
	bottom:0;
	right:-16%;
	margin:auto 0;
	background:url(/img/item/takken_lp/icon_start.gif) no-repeat center;
	background-size:contain;
}
#sysItemDetail .lp #item .root .normal dd:after{
	content:"";
	width:1em;
	height:1em;
	right:-13%;
	position:absolute;
	background-size:contain;
}
#sysItemDetail .lp #item .root .normal .s1:after{
	background:url(/img/item/takken_lp/arrow_s1.png) no-repeat center;
	background-size:contain;
}
#sysItemDetail .lp #item .root .normal .s2:after{
	background:url(/img/item/takken_lp/arrow_s2.png) no-repeat center;
	background-size:contain;
}
#sysItemDetail .lp #item .root .normal .s3:after{
	background:url(/img/item/takken_lp/arrow_s3.png) no-repeat center;
	background-size:contain;
}
#sysItemDetail .lp #item .root .normal .goal:after{
	width:2.5em;
	height:2.5em;
	right:-16%;
	position:absolute;
	background:url(../img/item/takken_lp/icon_goal.gif) no-repeat center;
	background-size:contain;
}
#sysItemDetail .lp #item .point .point2 .s3 .flex .plus:after,#sysItemDetail .lp #item .point .point2 .s3 .flex .equal:after{
	height:1em;
	width:1em;
	line-height:1em;
	font-size:3em;
	bottom:0;
	top:0;
	right:-1.6em;
	margin:auto 0;
}
#sysItemDetail .lp #item .point .point2 .s3 .flex .equal:after{
	content:"=";
}
#sysItemDetail .lp #item .root dt,#sysItemDetail .lp #item .root dd{margin-bottom:0.5em;}
#sysItemDetail .lp #item .navi .inner p .right{width:25%;}
#sysItemDetail .lp #item .process li p{width:100%; margin:0 0 1em;}
#sysItemDetail .lp #item .process .s4{padding-top:2.5em;}
#sysItemDetail .lp #item .process li .right{width:70%; text-align:center; float:none;  margin:0 auto;}
#sysItemDetail .lp #item .day8 h2{font-size:230%;}
#sysItemDetail .lp #item .day8 h2 .border{display:inline-block;}
#sysItemDetail .lp #item .day8 .flex:before{width:49em;}
#sysItemDetail .lp #item .day8 .left{width:100%;float:none;}
#sysItemDetail .lp #item .day8 .flex .right{width:60%;float:none; margin:0.5em auto 0;}
#sysItemDetail .lp #item .day8 .cap{width:60%;margin-left:1em;}
#sysItemDetail .lp #item .checkbook .left{width:58%;}
#sysItemDetail .lp #item .checkbook .right{width:40%;}
#sysItemDetail .lp #item .checkbook h3{
	font-size:150%;
	padding:0.3em 0 0.3em 3.2em;
}
#sysItemDetail .lp #item .checkbook h3 .small{line-height:110%;}
#sysItemDetail .lp #item .checkbook h3:before{
	content:"";
	top:0;
	bottom:0;
	left:0;
	margin:auto 0;
}
#sysItemDetail .lp #item .day8 .flex,#sysItemDetail .lp #item .checkbook .flex{align-items:center;}
#sysItemDetail .lp #item .format .stepup .demo div,#sysItemDetail .lp #item .format .stepup .demo .demo_list{width:45%;}
#sysItemDetail .lp #item .format .stepup .demo .demo_list{margin-right:1.5em;}
#sysItemDetail .lp #item .format .stepup .navi55 p{width:75%; margin:2em auto 1em; padding-bottom:2em;}
#sysItemDetail .lp #item .format .stepup .navi55 .iconpoint{width:80%; margin:2em auto;}
#sysItemDetail .lp #item .format .stepup .step4 li .img{width:32%; margin-right:0.5em;}
#sysItemDetail .lp #item .format .stepup .step4 li .right{width:65%;}
#sysItemDetail .lp #item .format .stepup .step4 li p{width:100%;}
#sysItemDetail .lp  #item .chargebox .cp{width:100%; margin:0 auto 1em;}
#sysItemDetail .lp #item .checkicon{font-size:210%; line-height:150%;}
#sysItemDetail .lp #item .checkicon span:before{left:0.35em; bottom:-0.35em;}
#sysItemDetail .lp #item .point .point2 .s3 .flex .plus{width:20%;}
#sysItemDetail .lp #item .format .stepup .process .s4{
	width:20em;
	line-height:120%;
	border-radius:100%;
	margin:0 auto;
	padding:2.5em 0.8em 1em;
}
#sysItemDetail .lp #item .step h2,#sysItemDetail .lp #item .point h2{line-height:120%;}
#sysItemDetail .lp #item .step h2 .br,#sysItemDetail .lp #item .point h2 .br{display:block;}
#sysItemDetail .lp #item .support .row2{line-height:110%;}
#sysItemDetail .lp #item .support .row2 span{text-align:left;}
#sysItemDetail .lp #item .support .row2 .br{display:block;}
#sysItemDetail .lp #item .stepup .step4{padding:1em;}
#sysItemDetail .lp #item .student .exp h3{padding:1em 1em 1em 4.3em; font-size:180%;}
#sysItemDetail .lp #item .student .exp h3:before{content:""; position:absolute;	width:3em; height:3em;}
#sysItemDetail .lp #item .student .exp .ttl{
	margin:0 1em 1em 7.5em;	padding-top:0; font-size:150%; line-height:150%;
}
#sysItemDetail .lp #item .format .stepup h3{line-height:150%; font-size:150%; padding:0.3em;}
#sysItemDetail .lp #item .student .exp img{
	margin-left:1em;
	width:9em;
	height:auto;
}
#sysItemDetail .lp #item .step h2,#sysItemDetail .lp #item .point h2{line-height:120%;}
#sysItemDetail .lp #item .step h2 .br,#sysItemDetail .lp #item .point h2 .br{display:block;}
#sysItemDetail .lp #item .support .row2{line-height:110%;}
#sysItemDetail .lp #item .support .row2 span{text-align:left;}
#sysItemDetail .lp #item .support .row2 .br{display:block;}
#sysItemDetail .lp #item .stepup .step4{padding:1em;}
#sysItemDetail .lp #item .student .exp h3{padding:1em 1em 1em 4.3em; font-size:180%;}
#sysItemDetail .lp #item .student .exp h3:before{width:3em; height:3em;}
#sysItemDetail .lp #item .student .exp h3:after{width:2em; height:2em; background-size:contain; left:1.25em;}
#sysItemDetail .lp #item .student .exp .ttl{
	margin:0 1em 1em 7.5em;	padding-top:0; font-size:150%; line-height:150%;
}
#sysItemDetail .lp #item .format .stepup h3{line-height:150%; font-size:150%; padding:0.3em;}
#sysItemDetail .lp #item .student .exp img{margin-left:1em; width:9em; height:auto;}
#sysItemDetail .lp #item .professor .date{width:25%;}
#sysItemDetail .lp #item .professor .txt,#sysItemDetail .lp  #item .professor .profile{width:72%; float:right;}
#sysItemDetail .lp #item .process li.pointcolum .inner .right{float:none; margin:0 auto 1.5em;}
#sysItemDetail .lp #item .process li.pointcolum .inner .iconpoint{margin:0 auto;}

@media all and (-ms-high-contrast: none) {
/* IE10 */
		#sysItemDetail .lp #item .point1 .result .iconpoint{padding-top:2.5em;}
  	/*#sysItemDetail .lp #item .point .point2 .s3 .flex .plus:after,#sysItemDetail .lp #item .point .point2 .s3 .flex .equal:after{font-size:30% !important;}*/
}
@media screen and (max-width : 779px) {
	#sysItemDetail .lp #item .checkbook h2{font-size:180%;}
}
@media screen and (max-width : 764px) {
	#sysItemDetail .lp #item .step h2 .br{display:block;}
	#sysItemDetail .lp #item .much h4{font-size:110%;}
}
@media screen and (max-width : 742px) {
	#sysItemDetail .lp #item .root dl{width:100%;}
	#sysItemDetail .lp #item .root .normal{margin-bottom:3em;}
	#sysItemDetail .lp #item .root .normal,#sysItemDetail .lp #item .root .yotsuya{float:none;} #sysItemDetail .lp #item .step .root:before{content:none;}
	#sysItemDetail .lp #item .root dt:after,#sysItemDetail .lp #item .root dd:after{
		content:"";
		width:0;
		height:0;
		position:absolute;
		bottom:-1em;
		right:0;
		left:0;
		margin:0 auto;
		background:none;
    border: 0.5em solid transparent;
	}
	#sysItemDetail .lp #item .root .normal dt:after,#sysItemDetail .lp #item .root .normal dd:after{
		content:"";
		width:0;
		height:0;
		position:absolute;
		top:inherit;
		bottom:-1em;
		right:0;
		left:0;
		margin:0 auto;
		background:none;
    border: 0.5em solid transparent;
		border-top: 0.5em solid #e2e2e2;
	}
	#sysItemDetail .lp #item .root .goal:after,#sysItemDetail .lp #item .root .normal .goal:after,#sysItemDetail .lp #item .root .normal dt:after,#sysItemDetail .lp #item .root dt:after{
		content:none;
	}
	#sysItemDetail .lp #item .root dt,#sysItemDetail .lp #item .root dd{margin-bottom:1em;}
	#sysItemDetail .lp #item .point .point2 .s3 .flex .plus:after,#sysItemDetail .lp #item .point .point2 .s3 .flex .equal:after{
		height:1em;
		width:1em;
		line-height:1em;
		font-size:3em;
		bottom:0;
		top:0;
		right:-1.3em;
		margin:auto 0;
	}
	#sysItemDetail .lp #item .point .point2 .s3 .flex .plus:after{font-size:30%\9;}
	#sysItemDetail .lp #item .point .point2 .s3 .flex .equal:after{font-size:30%\9;}
	#sysItemDetail .lp #item .day8 h2{font-size:210%;}
	#sysItemDetail .lp #item .format .stepup .demo .img{width:25%;}
	#sysItemDetail .lp #item .format .stepup .step1 .img{margin-right:0.5em;}
	#sysItemDetail .lp #item .format .stepup .demo .demo_list{
		width:100%;
		margin-right:0;
		box-sizing:border-box;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display:-ms-flexbox;
		display: -o-flex;
		display: flex;
		-webkit-justify-content: space-between;
		-ms-flex-pack:justify;
		-webkit-align-content: space-between;
		justify-content:center;
		/*justify-content:space-between;*/
		align-items:center;
		align-content:space-between;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		margin-bottom:1.5em;
	}
	#sysItemDetail .lp #item .format .stepup .demo .demo_list ul{width:70%;}
	#sysItemDetail .lp #item .format .stepup .demo div{width:100%;}
	#sysItemDetail .lp #item .format .stepup .step2 .img{width:70%;}
}
@media screen and (max-width : 690px) {	
  #sysItemDetail .lp #item .method .checkicon{line-height:115%;}
	#sysItemDetail .lp #item .method .checkicon .br{display:block;}
	#sysItemDetail .lp #item .method .checkicon span{text-align:left;}
}
@media screen and (max-width : 680px) {
	#sysItemDetail .lp #item .navi .step3{width:70%;	margin:0 auto 4em;}
	#sysItemDetail .lp #item .navi .step3 span{width:93%; margin-left:2.5em;}
	#sysItemDetail .lp #item .navi .step3 .sp_off{display:none;}
	#sysItemDetail .lp #item .navi .step3 .sp_on{display:inline-block;}
	#sysItemDetail .lp #item .navi .inner p .right{width:35%;}
	#sysItemDetail .lp #item .point .point2 .s3 .flex p{width:85%; margin:1em auto 0;}
	#sysItemDetail .lp #item .point .point2 .s3 .flex .plus,#sysItemDetail .lp #item .point .point2 .s3 .flex .equal{margin-bottom:4.5em;}
	#sysItemDetail .lp #item .point .point2 .s3 .flex .plus{width:60%;}
	#sysItemDetail .lp #item .point .point2 .s3 .flex .plus:after,#sysItemDetail .lp #item .point .point2 .s3 .flex .equal:after{
		height:1em;
		width:1em;
		line-height:1em;
		
		bottom:-1.5em;
		top:inherit;
		left:0;
		right:0;
		margin:0 auto;
	}
	#sysItemDetail .lp #item .point .point2 .s3 .flex .plus:after{font-size:2.5em;}
	#sysItemDetail .lp #item .point .point2 .s3 .flex .plus:after{font-size:30%\9;}
	#sysItemDetail .lp #item .point .point2 .s3 .flex .equal:after{
		content:"||";
		height:auto;
		width:1.5em;
		line-height:1.5em;
		font-size:1.5em;
		bottom:-2.5em
	}
	#sysItemDetail .lp #item .point .point2 .s3 .flex .equal:after{font-size:30%\9;}
	#sysItemDetail .lp #item .day8 .right{width:70%;float:none; margin:0 auto 2em;}
	#sysItemDetail .lp #item .day8 .cap{width:100%;margin-left:0;}
	#sysItemDetail .lp #item .format .stepup .navi55 .iconpoint{width:80%;}
}
@media screen and (max-width : 675px) {
	#sysItemDetail .lp #item .day8 h2{font-size:180%;}
	#sysItemDetail .lp #item .day8 .flex:before{width:39em;}
}
@media screen and (max-width : 660px) {
	#sysItemDetail .lp #item .step .sys55 .inner h4,#sysItemDetail .lp #item .step .sys55 .inner p{margin-left:0em;}
	#sysItemDetail .lp #item .sys55 .inner .left{position:static; margin:0.5em; float:left;}
	#sysItemDetail .lp #item .step .navi .inner h4,#sysItemDetail .lp #item .step .navi .inner p{margin-right:0em;}
	#sysItemDetail .lp #item .step .navi .inner .right{position:static; margin:0.5em; float:right;}
}
@media screen and (max-width : 614px) {
	#sysItemDetail .lp #item .much .corres .merit .left,#sysItemDetail .lp #item .much .corres .merit .right{float:none;}
	#sysItemDetail .lp #item .checkicon .br,#sysItemDetail .lp #item .step h3 .br{display:block;}
	#sysItemDetail .lp #item .much .selfstudy,#sysItemDetail .lp #item .much .school,#sysItemDetail .lp #item .much .corres{width:100%; margin-bottom:4em;}
	#sysItemDetail .lp #item .much h4{font-size:140%;}
	#sysItemDetail .lp #item .much .selfstudy:before,#sysItemDetail .lp #item .much .school:before,#sysItemDetail .lp #item .much .corres:before{content:none;}
	#sysItemDetail .lp #item .much .selfstudy:after,#sysItemDetail .lp #item .much .school:after,#sysItemDetail .lp #item .much .corres:after{content:none;}
	#sysItemDetail .lp #item .much h4 span:after,#sysItemDetail .lp #item .much .corres h4 span:after{ top:-1em; left:-2.5em; width:3em; height:1.5em; border-radius:100px 100px 0 0;}
	#sysItemDetail .lp #item .much .school h4 span:after{left:-2.6em;}
	#sysItemDetail .lp #item .much .selfstudy h4 span:before{width:2em; height:2em; top:-0.75em; left:-1.9em;}
	#sysItemDetail .lp #item .much .school h4 span:before{width:2.75em; height:2.75em; top:-1.6em; left:-2.5em;}
	#sysItemDetail .lp #item .much .corres h4 span:before{width:2.5em; height:2.5em; top:-1.1em; left:-2.25em;}
	#sysItemDetail .lp #item .much .selfstudy h4 span:before,#sysItemDetail .lp #item .much .school h4 span:before,#sysItemDetail .lp #item .much .corres h4 span:before{background-size:contain;}
	#sysItemDetail .lp #item .much dl,#sysItemDetail .lp #item .much .corres dl,#sysItemDetail .lp #item .much .corres .demerit{margin:1em;}
	#sysItemDetail .lp #item .much .corres .merit dd,#sysItemDetail .lp #item .much .corres .demerit,#sysItemDetail .lp #item .much .corres .reco{width:auto;}
	#sysItemDetail .lp #item .much .corres .demerit{margin-bottom:2.5em;}
	#sysItemDetail .lp #item .much .corres .demerit:not(:target) {width:95%; /* IE9,10 */}
	#sysItemDetail .lp #item .much .corres .reco:not(:target) {width:95%; /* IE9,10 */}
	#sysItemDetail .lp #item .method .zindx{margin-bottom:2em;}
	#sysItemDetail .lp #item .much .corres .reco:before{top:-2.5em;}
	#sysItemDetail .lp #item .format .stepup .step4 li .img{width:70%; margin:0 auto 1em;}
	#sysItemDetail .lp #item .format .stepup .step4 li .right{width:100%;}
	#sysItemDetail .lp #item .format .stepup .step4 li p{width:100%;}
	#sysItemDetail .lp #item .much .demerit .nonelist{position:static;}
}
@media screen and (max-width : 612px) {
	#sysItemDetail .lp #item .checkbook h2{font-size:180%;}
	#sysItemDetail .lp #item .checkbook h2 .br{display:block;}
	#sysItemDetail .lp #item .checkbook .left,#sysItemDetail .lp #item .checkbook .right{margin:0 auto 1em;}
	#sysItemDetail .lp #item .checkbook .left{width:100%;}
	#sysItemDetail .lp #item .checkbook .flex .right{width:75%; margin:0 auto 0.5em; padding:0;}
	#sysItemDetail .lp #item .step .icatch .sp_off,#sysItemDetail .lp #item .point .icatch .sp_off{display:none;}
	#sysItemDetail .lp #item .step .icatch .sp_on,#sysItemDetail .lp #item .point .icatch .sp_on{display:block;}
	#sysItemDetail .lp #item .professor .date{width:80%; margin:0 auto 1.5em; float:none;}
	#sysItemDetail .lp #item .professor .txt,#sysItemDetail .lp  #item .professor .profile{width:100%;}
}
@media screen and (max-width : 584px){
	#sysItemDetail .lp #item .passrate .subpop{font-size:210%;}
	#sysItemDetail .lp #item .method .subpop{font-size:197%;}
}
@media screen and (max-width : 575px){
	#sysItemDetail .lp #item .day8 h2{font-size:210%;}
	#sysItemDetail .lp #item .day8 .flex:before{width:25em;}
	#sysItemDetail .lp #item .day8 h2 .br{display:block;}
}
@media screen and (max-width : 560px){
	#sysItemDetail .lp #item .step h3.checkicon{font-size:250%;}
	#sysItemDetail .lp #item .support h3.checkicon{font-size:180%;}
}
@media screen and (max-width : 560px){
	#sysItemDetail .lp #item .bigchance .reason h4{padding-top:1.5em; background-position:top center; text-align:center; padding-left:0; margin-bottom:0.25em;}
	#sysItemDetail .lp #item .bigchance .reason h4 .br{display:block;}
}
@media screen and (max-width : 495px){
	#sysItemDetail .lp #item .step h2, #sysItemDetail .lp #item .point h2{font-size:240%;}
}
/* 獲得LP 3つの理由バージョン共通設定 */
#sysItemDetail .lp #item .cvarea.select_reason ul li{background:none;}
#sysItemDetail .lp #item .cvarea.select_reason ul li dl dt{background:none; }
#sysItemDetail .lp #item .cvarea.select_reason ul li dl dd.cvarea_btn{padding:0 3% 5%; margin-top:-14%;}
#sysItemDetail .lp #item .cvarea.select_reason ul li dt a:hover{opacity:1;}

/*宅健獲得LP*/
#contents_takkenlp #item .inner .right{margin-top:0.7%;}
#contents_takkenlp #item .much .selfstudy h4 span:before{background:url(../img/item/takken_lp/method_icon_selflean2.png) no-repeat bottom center;}
#contents_takkenlp #item .much .school h4 span:before{background:url(../img/item/takken_lp/method_icon_school2.png) no-repeat bottom center;}
#contents_takkenlp #item .much .corres h4 span:before{background:url(../img/item/takken_lp/method_icon_corres2.png) no-repeat bottom center;}
#contents_takkenlp #item .navi .flex .step1:after,#contents_takkenlp #item .navi .flex .step2:after{background:url(../img/item/takken_lp/aroww_toriple_bottom.gif) no-repeat center;}
#contents_takkenlp #item .format .stepup .process .s4{background:#f7fcf8; border:solid 1px #d4efd8;}
#contents_takkenlp #item .actionCts ul li {width: 58%;}
#contents_takkenlp #item .actionCts ul li.right{width:41%;}
#sysItemDetail #contents_takkenlp #item .nozl .request:after,#sysItemDetail #contents_takkenlp #item .nozl .online:after{width:18%; height:5em; top:-1em; right:0;}
#sysItemDetail #contents_takkenlp #item .fv .nozl .request,#sysItemDetail #contents_takkenlp #item .fv .nozl .online,#contents_takkenlp #item .fv .inner .right{margin-top:0em;}
@media screen and (max-width : 742px) {
	#contents_takkenlp #item .root .yotsuya dt:after,#contents_takkenlp #item .root .yotsuya dd:after{border-top: 0.5em solid #55be66;}
}
@media screen and (max-width : 614px) {
	#contents_takkenlp #item .much .selfstudy h4 span:before{background:url(../img/item/takken_lp/method_icon_selflean.png) no-repeat bottom center;}
	#contents_takkenlp #item .much .school h4 span:before{background:url(../img/item/takken_lp/method_icon_school.png) no-repeat bottom center;}
	#contents_takkenlp #item .much .corres h4 span:before{background:url(../img/item/takken_lp/method_icon_corres.png) no-repeat bottom center;}
	#sysItemDetail #contents_takkenlp #item .nozl .request:after,#sysItemDetail #contents_takkenlp #item .nozl .online:after{width:20%; top:-1.5em;}
}

/*保育士獲得LP*/
#contents_hoikulp #item .much .selfstudy h4 span:before{background:url(../img/item/hoiku_lp/method_icon_selflean2.png) no-repeat bottom center;}
#contents_hoikulp #item .much .school h4 span:before{background:url(../img/item/hoiku_lp/method_icon_school2.png) no-repeat bottom center;}
#contents_hoikulp #item .much .corres h4 span:before{background:url(../img/item/hoiku_lp/method_icon_corres2.png) no-repeat bottom center;}
#contents_hoikulp #item .navi .flex .step1:after,#contents_hoikulp #item .navi .flex .step2:after{background:url(../img/item/hoiku_lp/aroww_toriple_bottom.gif) no-repeat center;}
#sysItemDetail #contents_hoikulp #item .format .stepup .process .s4{padding:3em 3em 0;}
#contents_hoikulp #item .bigchance .r1:after{background:url(../img/item/hoiku_lp/bigchance_reazon1_bg.png) no-repeat center; width:13em; height:18em; right:3.5em;}
#contents_hoikulp #item .bigchance .r2:after{background:url(../img/item/hoiku_lp/bigchance_reazon2_bg.png) no-repeat center;  width:11em; height:13em; right:0.5em;}
#sysItemDetail #contents_hoikulp #item .format .stepup .dvd_bg {border:none; margin-bottom:0; padding-bottom:3em; background:none;}
@media screen and (max-width : 742px) {
	#contents_hoikulp #item .root .yotsuya dt:after,#contents_hoikulp #item .root .yotsuya dd:after{border-top: 0.5em solid #ff5385;}
	#contents_hoikulp #item .bigchance .r1:after{background:url(../img/item/hoiku_lp/bigchance_reazon1_bg.png) no-repeat center; width:11em; height:15em; right:1em;}
}
@media screen and (max-width : 660px) {
#sysItemDetail .lp #item .bigchance .reason{padding:1em;}
#sysItemDetail .lp #item .bigchance .r1:after, #sysItemDetail .lp #item .bigchance .r2:after{content:none;}
}
@media screen and (max-width : 614px) {
	#contents_hoikulp #item .much .selfstudy h4 span:before{background:url(/img/item/hoiku_lp/method_icon_selflean.png) no-repeat bottom center;}
	#contents_hoikulp #item .much .school h4 span:before{background:url(/img/item/hoiku_lp/method_icon_school.png) no-repeat bottom center;}
	#contents_hoikulp #item .much .corres h4 span:before{background:url(/img/item/hoiku_lp/method_icon_corres.png) no-repeat bottom center;}
}

/*臨床心理士獲得LP*/

/* override */
#sysItemDetail #contents_clinicianlp #item .subpop {
	font-size: 180%;
}

#contents_clinicianlp #item .student .exp .psychology_bnr {
	padding: 0.5em 1em 1em;
}
#sysItemDetail #contents_clinicianlp #item .student .exp .psychology_bnr img {
	width: 100%;
	margin: 0;
}

/* common */
#contents_clinicianlp .br_tb {
	display: block;
}


#contents_clinicianlp #item #developVoice {
	margin-left: 0.5em;
	margin-right: 0.5em;
}
#contents_clinicianlp #item #developVoice h4 {
	position: absolute;
	top: 20px;
	left: 60px;
	font-size:200%;
	width: 8em;
}
#contents_clinicianlp #item #developVoice .profile {
	margin-left: 280px;
	margin-bottom: 20px;
}

#contents_clinicianlp #item .dashedBlueBox {
	margin-left: 0.5em;
	margin-right: 0.5em;
}

#contents_clinicianlp #item ul#curriculum {
	margin-left: 1em;
	margin-right: 1em;
}
#contents_clinicianlp #item ul#curriculum li p.curriculum_copy {
	font-size: 100%;
	line-height: 1.2;
}

#contents_clinicianlp #item ul#curriculum li p.curriculum_text img {
	margin-left: 0.5em;
	margin-bottom: 0.5em;
}


#contents_clinicianlp #item  .hikaku{
	margin: 0 0.5em;
	width: auto;
}
#contents_clinicianlp #item .hikaku .geshu_area {
	display: block;
}
#contents_clinicianlp #item .hikaku .geshu1 {
	padding-bottom: 0;
}
#contents_clinicianlp #item .hikaku .geshu1 dt{
	margin-bottom: 0.4em;
}
#contents_clinicianlp #item .hikaku .geshu1 dd {
	width: 75%;
	margin-bottom:1em;
}
#contents_clinicianlp #item .hikaku .geshu1 dd.cmpany_b:after{
	width:130px;
	height:100%;
	bottom:0;
	right:-150px;
}

#contents_clinicianlp #item .hikaku .geshu2 dd {
	width: 75%;
}
#contents_clinicianlp #item .hikaku .geshu2 dd:after{
	width:150px;
	height:100%;
	bottom:0;
	right:-160px;
}

#contents_clinicianlp #item .hikaku .kodawari{
	margin-top: 0;
}
#contents_clinicianlp #item .hikaku .kodawari dt{
	width:18%;
}
#contents_clinicianlp #item .hikaku .kodawari dd{
	margin-right: 20%;
	margin-left: 0;
}



#sysItemDetail #contents_clinicianlp #item .colum .inner p {
	display: inline-block;
	float: left;
}
#sysItemDetail #contents_clinicianlp #item .colum .inner p.img {
	width: 20%;
}
#sysItemDetail #contents_clinicianlp #item .colum .inner p.text {
	width : 80%;
}

#sysItemDetail #contents_clinicianlp #item .colum .inner .left {
	width: auto;
}


#contents_clinicianlp #item #colum_english .inner p.text img {
	max-width: 230px;
}

#contents_clinicianlp #item .tensaku {
	width: auto;
	margin: 0 0.5em 1em;
}
#contents_clinicianlp #item .tensaku h5 {
	width: 38%;
	padding-right: 0.5em;
}
#contents_clinicianlp #item .tensaku h5.short {
	width: 32%;
}
#contents_clinicianlp #item .tensaku .tensaku_copy {
	width: 60%;
}


#contents_clinicianlp #item #output03 {
	margin: 0 0.5em;
}

#contents_clinicianlp #item .green_area p {
	padding: 0;
	margin: 0;
}
#contents_clinicianlp #item #output03 .green_area {
	min-height: 135px;
}
#contents_clinicianlp #item #output03 .green_area h4,
#contents_clinicianlp #item #output03 .green_area p {
	margin-right: 172px;
}



#contents_clinicianlp #item ul#tensakuoption {
	display:-ms-flexbox;
	display: flex;
	-ms-flex-pack:justify;
	justify-content: space-between;
	width:100%;
}
#contents_clinicianlp #item ul#tensakuoption li {
	width: 32%;
}
#contents_clinicianlp #item ul#tensakuoption li p.tensakuoption_img {
	position: absolute;
	bottom: -5em;
	left: 1em;
	width:100%;
}
#contents_clinicianlp #item ul#tensakuoption li {
	padding-bottom: 90px;
	margin-right: 1em;
}
/* よしもと特集ページ
---------------------------------------------------- */
#contents_yosimoto .mainnav {
	overflow:hidden;
	margin:0 35px;
}
#contents_yosimoto .mainnav li {
	float:left;
	padding-right: 1%;
	width:33.3%
}
#contents_yosimoto .mainnav .lonkarea01 a , #contents_yosimoto .mainnav .lonkarea02 a , #contents_yosimoto .mainnav .lonkarea03 a {
	text-indent: -9999px;
	display: block;
}
#contents_yosimoto .mainnav li:last-child{
	padding-right:0
}
#contents_yosimoto .hanamaru{
	padding-bottom:15px;
}

/*cv_area*/
#item .cv_area{
	padding:2% 0;
	xbackground-color:#f7f7f7;
	font-size:0;
	line-height:0;
}
#item .cv_area ul.cv_area_inner li{
	float:left;
}
#item .cv_area ul.cv_area_inner li.cv_set{
	width:57.81%;
	margin:0 1.56%;
}
#item .cv_area ul.cv_area_inner li.cv_2cal{
	margin-right:1.56%;
	width:37.5%;
}
#item .cv_area ul.cv_area_inner li.cv_2cal ul li{
	float:none;
}


/* 硬筆書写技能検定対策講座
-----------------------------------*/
/* プレゼント */
.shosha-penji_present {
	width: 95%;
	padding: 30px;
	border-radius: 10px;
	position: relative;
}

#item .shosha-penji_present h3 {
	width: 80%;
	font-size: 2.4rem;
	line-height: 1.2;
	padding: 0 0 0 4.3em;
}
#item .shosha-penji_present h3 span {
	width: 4.1em;
	height: 4.1em;
	font-size: 2.2rem;
	line-height: 4em;
}

#item .shosha-penji_present p,
#item .shosha-penji_present ul {
	width: 80%;
	margin-bottom: 1rem;
}


#item .shosha-penji_present p.present_img {
	position: absolute;
	top: 40px;
	right: 10px;
	width: 20%;
}
}
@media screen and (min-width:801px){
@charset "UTF-8";
/* 30-0 Only PC 
 *----------------------------------------------------------------------*/
.application_flexbox{
	display: flex;
	justify-content: space-between;
}
.application_flexbox .otodoke_inner{
	padding: 0 20px;
}
.application_flexbox .application_right {
	min-width: 35%;
}

/* header*/
.h-utilnav {
  margin-top: 10px; }
.h-utilnav .sysDisplayTabletNone {
  display: inline-block; }

.h-allclass {
  margin-left: 30px; }

.h-clearfix {
  border-bottom: 5px solid #ccc; }

.h-search {
  max-width: 960px;
  margin: 0 auto;
  position: relative;
  padding: 0; }
  .h-search .sysContent {
    position: absolute;
    width: 17.91667%;
    top: 10px;
    right: 0.83333%; }

.h-searchall {
  max-width: 960px;
  margin: 0 auto;
  position: relative;
  padding: 0; }
  .h-searchall .sysContent {
    position: absolute;
    width: 25%;
    top: 10px;
    right: 0.83333%; }

.h-searchall .sysContent {
        width: 200px;
}

.h-globnavall ul li {
        width: 135px;
}

.h-globnavall .shopping a {
   	padding-left: 20px;
        background: url(../img/category/icon01.gif) no-repeat 20px 12px;
}

.h-mainslider {
  position: relative;
  left: 50%;
  width: 80.20833%;
  max-width: 770px;
  margin-left: -49.33333%;
  float: left; }

.h-aside {
  max-width: 960px;
  margin: 0 auto; }
  .h-aside .sysContent {
    width: 17.91667%;
    float: right;
    margin-top: 45px;
    margin-right: 0.83333%; }
  .h-aside li {
    margin-bottom: 5px; }
.h-ranking {
  width:960px;
  margin:0 auto;
  font-size:10px;
}
.h-ranking a{
  color:#3333cc;
  text-decoration:none;
}
.h-ranking ul {
  float:left;
  margin:10px 0 0 214px;
  width:265px;
	
}
.h-ranking ul li {
  padding-left:6px;
  margin-bottom:3px;
  background:url(../img/icon/icon_arrow_blue.png) left center no-repeat;
}
/* Header  Sticky*/
.contents #item .sticky_on{
	width:960px !important;
}
/* footer */
/*.f-checked {
  position: relative;
  left: 50%;
  width: 45.9375%;
  max-width: 441px;
  margin-left: -48%;
  margin-bottom: 20px;
  float: left; }*/


.f-checked {
  position: relative;
  left: 50%;
  width: 441px;
  margin-left: -48%;
  margin-bottom: 20px;
  float: left; }

.f-relation,.f-relation-lower {
       width: 441px;
       margin-left: -450px;
}

.f-search {
  position: relative;
  left: 57%;
  float: left;
  max-width: 372px;
  width: 38.75%;
  padding: 0 0 60px 0; }

.p-pagetop {
  margin-bottom: 10px; }

  .p-pagetop .sysContent {
    max-width: 960px;
    margin: 0 auto; }

  .p-pagetop a {
    position: fixed;
    right: 5%;
    bottom: 15px;
    width:98px;
    height:98px;}

.spPageTop { display: none;}


.f-sitemap {
  padding: 40px 0 20px;
  font-size: 1.2rem;
  background-color: #eee; }
  .f-sitemap .sysContent {
    max-width: 960px;
    margin: 0 auto;
    overflow: hidden; }
  .f-sitemap .pc-4columns {
    border-left: 1px solid #ccc;
    padding-left: 20px;
    line-height: 1.5; }
    .f-sitemap .pc-4columns:first-child {
      border-left: none;
      line-height: 2; }
    .f-sitemap .pc-4columns > li {
      width: 100%;
      float: none;
      border: none !important; }
      .f-sitemap .pc-4columns > li a {
        background-color: transparent; }
        .f-sitemap .pc-4columns > li a:after {
          content: none; }
    .f-sitemap .pc-4columns a,
    .f-sitemap .pc-4columns a.line2 {
      line-height: inherit;
      padding: 0;
      background: transparent;
      border-bottom: none;
      font-weight: normal; }
      .f-sitemap .pc-4columns a:after {
        background: transparent; }
  .f-sitemap dl.pc-4columns li:last-child {
    padding-bottom: 0;
    background: transparent;
    border-bottom: none; }

  .f-sitemap dt {
    margin-bottom: 10px;
    line-height: inherit;
    border-bottom: none;
    padding: 0;
    cursor: default; }
    .f-sitemap dt:after {
      display: none; }
  .f-sitemap dd {
    display: block !important;
    height: auto !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .f-sitemap ul li {
    width: 100%;
    float: none; }


.f-sitemap #pc_footer_menu {
  float: left;
	width: 30%;
	padding-left: 20px;
	line-height: 2;
}
.f-sitemap #pc_footer_nav {
  float: left;
	width: 70%;
}
.f-sitemap #pc_footer_nav .pc_columns_wrapper {
	float: left;
	width: 50%;
}
.f-sitemap #pc_footer_nav dl {
/*	float: left;
	width: 50%; */
	border-left: 1px solid #ccc;
	padding-left: 20px;
	line-height: 1.5;
	margin-bottom: 2rem;
}
.f-sitemap #pc_footer_nav dl:nth-child(3) {
/*	margin-top: -1.5em;*/
}
.f-sitemap #pc_footer_nav dl:nth-child(4) {
	/*margin-top: -1em;*/
}
.f-sitemap #pc_footer_nav dl:nth-child(5) {
/* ★★★看護復活時に元に戻す */
/*	margin-top: -6em; */
}
.f-sitemap #pc_footer_nav dl:nth-child(6) {
	/*margin-top: -4em;*/
}
.f-utilnav .sysContent {
  display: block;
  text-align: center; }
.f-utilnav a {
  display: inline-block;
  width: auto;
  height: auto;
  background: transparent;
  color: #777;
  border-color: #777;
  letter-spacing: 0.1rem;
  margin: 20px 10px;
  font-size: 1.2rem;
  padding: 0 20px 0 0; }


/* Aside */
div#sysAside {
        margin-left: 1.66666666666%;
}


/* module */
.pc-hide { display: none; }
/*
.pc-4columns {
  float: left;
  width: 25%; }
*/
.js-sphide {
  display: block !important;
  height: auto !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important; }


/* MainContent Header */
.mainCnt .sysHeadline {
  padding-left: 15px; }

.p-pickup {
  margin-bottom: 30px; }
  .p-pickup section {
    width: 43.38028%; }
    .p-pickup section:first-child {
      margin-right: 7.74648%; }

.p-allcourse {
  margin-bottom: 30px; }

.p-topics {
  margin-bottom: 30px; }




/* sysItemDetail sysItemCategory */

#sysItemDetail div#sysWrap {
        width: 960px;
}

#sysItemDetail #sysHeader,
#sysItemCategory #sysHeader {
        margin: 0 auto !important;;
} 

#sysItemCategory #sysMain {
        margin-right: 1.66666666666%;
}

#sysItemCategory #sysFooter .sysFuncItemSearch {
	margin: 35px 0 0 !important;
}

#sysItemCategory #sysFooter .sysFuncItemBlock {
	margin: 0 0 0 -450px !important;
}

#sysItemCategory #sysMain .searchBox {
        display: none;
}

#sysItemDetail .sysCartInDone {
         margin-bottom: 10px;
         text-align: left;
}


/* 特商法ページ
---------------------------------------------------- */
#main_tradelaw h3{
	margin-bottom:10px;
}
#main_tradelaw{
	width:100%;
	font-size:12px;
	margin:0 0 30px 0;
}
#main_tradelaw dl{
	border-bottom: 1px dotted #BFBFBF;
	background:#EDEDED;
	overflow:hidden;
}
#main_tradelaw dt{
	padding:15px 0 15px 20px;
	float:left;
	clear:both;
}
#main_tradelaw dd{
	margin-left:170px;
	padding:15px 20px;
	background:#fff;
}



@media screen and (min-width:800px) and (max-width:960px){
.f-relation,f-relation-lower {
       width: 45.9375%;
       margin-left: -48%;
}

.f-checked {
      width: 45.9375%;
}

.h-globnavall {
    float: none;
    width: auto;
    margin: 0;
}

.h-globnavall ul li {
    border-right: 1px solid #FFFFFF;
    display: table-cell;
    float: none;
    letter-spacing: normal;
    line-height: 1;
    text-align: center;
    vertical-align: middle;
    width: 14%;
}

.h-globnavall .shopping a {
    padding-left: 26%;
    padding-right: 2%;
    background: url(../img/category/icon01.gif) no-repeat 10% 12px;
}

}

/* common style（分割用）
---------------------------------------------------- */
.contents #item h1{
	text-align:right;
}

/*common nav style*/
.contents #item .tbPhoto{display: none;	}

.contents #item .tbNone{
		display: table;
    table-layout: fixed;
    width: 100%;
    height: 45px;	
}
.contents #item .tbNone li{
		display: table-cell;
    height: 45px;
    float: none;
    vertical-align: middle;
    text-align: center;
    line-height: 45px;
    color: #fff;
    font-weight: bold;
    font-size: 0.8em;
    position: relative;
    text-shadow: 0 0 8px rgba(0,0,0,.8);	
}
.contents #item .tbNone .long2{
		width:20%;
}
.contents #item .tbNone .long{
		width:18%;
}
.contents #item .tbNone .medium{
		width:14%;
}
.contents #item .tbNone li:before{
		content: "";
    border: 0.25em solid transparent;
    border-left: 0.3em solid #fff;
    position: absolute;
    top: 1.3em;
    left: 0.5em;
}
.contents #item .tbNone li:after{
		content:"";
		width:1px;
		height:100%;
		position:absolute;
		top:0;
		left:0;
}
.contents #item .tbNone li a{
		color: #fff !important;
    display: block;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    padding-left: 0.3em;
    text-decoration: none;
}
.contents #item .tbNone li a.br{
	font-size:0.95em;
}
.contents #item .tbNone li ul {
	display:none;
}
.contents #item .tbNone li ul .nav2line {
	display:block;
	line-height:1.4em !important;
	padding-top:8px
}
.contents #item .tbNone li:hover ul {
	display: block;
	position: absolute;
	top: 45px;
	left: 0;
	height: 45px;
	z-index: 999;
}
.contents #item .tbNone ul li{
	background:none !important;
	display:block;
}
.contents #item .tbNone ul li a{
	display:block;
	text-align:left;
	box-sizing:border-box;
	padding-left:1.2em;
}
.contents #item .tbNone li ul li:before{
	top:1.7em;
}
.contents #item .tbNone li ul li:after{
	background:none;
}
.contents #item .tbNone ul li a{
	display:block;
	text-align:left;
	box-sizing:border-box;
	padding-left:1.2em;
	background:rgba(173,128,167,.7);
}
/*course menu*/
.contents #item .coursemenu{
	margin: 2.5%;
}

.contents #item .coursemenu li p {
	width: 11%;
	padding-bottom: 0.5%;
	margin-bottom: 0;
}

.contents #item .coursemenu li .menuImg {
	float: left;
	display: inline;
}

.contents #item .coursemenu li dl {
	margin-left: 12.5%;
	text-align:left;
}


.contents #item .coursemenu dl dt {
	padding-bottom: 0.3em;
	color: #ff6600;
	font-weight: bold;
	text-decoration: underline;
}
.contents #item .coursemenu dl dd {
	font-size: 0.8em;
}
.contents #item .coursemenu li:nth-child(odd){
	background: #f6f6f6;
}
.contents #item .coursemenu li a {
	position: relative;
	padding: 2% 7% 2% 3%;
	display: block;
	color: #333 !important;
	text-decoration: none;
}
.contents #item .coursemenu li a::after {
	position: absolute;
	top: 40%;
	right: 2%;
	display: block;
	content: '';
	width: 20px;
	height: 20px;
	border-top: 5px solid #d1d1d1;
	border-right: 5px solid #d1d1d1;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
/* charge */
.contents #item #c_charge {
	width: 960px;
	text-align:left;
}
.contents #item #c_charge_main {
	float: left;
	width: 680px;
}
.contents #item #chargeSide {
	float: right;
	width: 180px;
}
.contents #item #c_charge .chargeTbl {
	width: 600px;
}
.contents #item #c_charge .chargeTbl table th {
	padding: 2px 10px;
	font-size: 90%;
}
.contents #item #c_charge .chargeTbl table td {
	padding: 2px 10px;
	font-size: 90%;
}
.contents #item #c_charge #omakasePack {
	padding: 15px 20px 15px 90px;
	background: #f69 url(../img/item/clinician/present_image.png) no-repeat 10px 10px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	position: relative;
	color: #fff;
	font-size: 85%;
}
.contents #item #c_charge #omakasePack em {
	font-weight: bold;
	color: #fff;
}
.contents #item #c_charge #omakasePack:after {
	content: "";
	position: absolute;
	top: -20px; left: 50%;
	margin-left: -20px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 20px 20px 20px;
	border-color: transparent transparent #f69 transparent;
}
/* pageNav */
.contents #item #pageNav {
	margin: 5% 8%;
}
.contents #item #pageNav .prev {
	width: 48%;
	float: left;
}
.contents #item #pageNav .next {
	width: 48%;
	float: right;
	text-align: right;
}
.contents #item #pageNav .prev a,.contents #item #pageNav .next a{
	display:block;
	line-height:60px;
	font-weight:bold;
	font-size:150%;
	color:#fff;
	text-decoration:none;
	text-align:center;
	border-radius:50px;
	position:relative;
}
.contents #item #pageNav .next a:before{
	content:"";
	width:0;
	height:0;
	border:0.5em solid transparent;
	border-left:0.6em solid #fff;
	position:absolute;
	top:0;
	right:0.4em;
	bottom:0;
	margin:auto 0;
}
.contents #item #pageNav .prev a:before{
	content:"";
	width:0;
	height:0;
	border:0.5em solid transparent;
	border-right:0.6em solid #fff;
	position:absolute;
	top:0;
	left:0.4em;
	bottom:0;
	margin:auto 0;
}

/* actionCts */
.contents #item .actionCts {
	border: #339 5px solid;
}
.contents #item .actionCts p {
	background: #339;
	text-align: center;
	padding: 5px 0 10px 0;
	margin-bottom: 0;
	color: #fff;
	font-size: 1.3em;
	font-weight: bold;
}
.contents #item .actionCts ul {
	margin: 10px 0;
	padding-left: 1.5%;
}
.contents #item .actionCts ul li {
	width: 49%;
    float: left;
    position: relative;
}
.contents #item .actionCts li.single {
	margin: 0 auto;
	width: 49%;
	text-align: center;
	float: none;
}



/* voice */
.contents #item .dashedBlueBox {
	background: #dfefff;
	border: #9cf dashed 1px;
	padding: 10px 15px 10px 10px;
}
.contents #item .dashedBlueBox dt {
	float: left;
}
.contents #item .dashedBlueBox dd {
	margin-left: 110px;
	font-size: 0.7em;
	text-align:left;
}
.contents #item .dashedBlueBox .voice{
	font-weight:bold;
	color:#fff;
	text-align:center;
	padding:0.7em;
	position:relative;
	z-index:1;
	margin:0 0.5em 0.5em 0;
	font-size:70%;
	border:none;
}
.contents #item .dashedBlueBox .imgset {
		width:11%;
}
.contents #item .dashedBlueBox .imgset .voice{
	display:block;
	float:none;
	width:9.3em;
}
.contents #item .dashedBlueBox .voice:before{
	content:"";
	height:1.5;
	width:8em;
	background:#3399cc;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
	z-index:-1;
	border-radius:45%;
}
.contents #item .dashedBlueBox .voice:after{
	content:"";
	height:0;
	width:0;
	border:0.4em solid transparent;
	border-left:1.5em solid #3399cc;
	position:absolute;
	right:-0.5em;
	bottom:0;
	margin:auto;
	transform:rotate(30deg);
	z-index:-1;
}
.contents #item .dashedBlueBox dd{
	margin-left:10em;	
}
.contents #item .dashedBlueBox dd.emerarud {
	margin-left: 0.5em;
	margin-top: 10px;
	padding: 5px;
	border: 1px  dashed #999;
}
.contents #item .dashedBlueBox dd.emerarud img {
	float: right;
	margin: auto;
	width: 57px;
}

.contents #item .text_column3{
	padding:20px 30px 20px;
	position:relative;
}
.contents #item .text_column3 li{
	width:32%;
	text-align:center;
	margin-right:1%;
	float:left;
}
.contents #item .text_column3 li.redseat{
	position:absolute;
	top:-18px;
	right:-45px;
}
.contents #item .text_column3 li:first-child{
	margin-left:1%;
}


/* 臨床心理士（分割） */
#contents_clinical #c_graduate,
#contents_clinical #c_curriculum,
#contents_clinical #c_correction,
#contents_clinical #c_students,
#contents_clinical #c_support,
#contents_clinical #c_about,
#contents_clinical #c_way {
	margin: 0 20px;
}


/*top-text-*/
#contents_clinical .top_kohza_rink{
	width:960px;
	margin:0 auto;
	background-image:url(../img/item/clinician/top_kohza_rink_girl.png);
	background-repeat: no-repeat;
	background-position: bottom 24px right 70px;
	box-shadow:0 0 10px #c4a7c1;
}
#contents_clinical .top_kohza_rink a{
	box-sizing:border-box;
	display:block;
	padding:30px 0;
	position:relative;
	text-align:center;
	color:#555555;
	font-size:160%;
	font-weight:bold;
	text-decoration:none;
}

#contents_clinical .top_kohza_rink a:before{
	content:'';
	width:8%;
	height:40%;
	background:url(../img/item/clinician/top_kohza_rink_kirakira.png) no-repeat center;
	background-size:contain;
	position:absolute;
	bottom:20px;
	left:90px;
}
#contents_clinical .top_kohza_rink a:after{
	content:'';
	width:8%;
	height:40%;
	background:url(../img/item/clinician/top_kohza_rink_kirakira.png) no-repeat center;
	background-size:contain;
	position:absolute;
	top:20px;
	right:190px;
}

#contents_clinical .top_kohza_rink .large{
	font-size:200%;
	color:#a86ba0;	
}

#contents_clinical .top_kohza_rink .kochira{
	position:absolute;
	width:40%;
	background:url(../img/item/clinician/top_kohza_rink_arrow.png) repeat-y left;
	background-size:contain;
	bottom:-10px;
	right:15px;
	text-shadow: #fff 2px 2px 0px, #fff -2px 2px 0px,
             #fff 1px -1px 0px, #fff -2px -2px 0px;
	font-size:90%;
}
#contents_clinical .top_kohza_rink .kochira:after{
	content:"";
	width:0;
	height:0;
	border:35px solid transparent;
	border-left:40px solid #fbd7d7;
	position:absolute;
	top:-17px;
	right:-75px;
	margin:auto 0;
}

/*#contents_clinical .prev a,#contents_clinical .next a{
	background:#b48aae;
}*/

/* about */
#contents_clinical .field h4{
	margin:0 0 0.5em;
	color:#5d6bb6;
	font-size:120%;
	text-align:center;
	padding:0.5em 0;
	font-weight:bold;
}

#contents_clinical .field ul{
	box-sizing:border-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display:-ms-flexbox;
	display: -o-flex;



	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack:justify;
	-webkit-align-content: space-between;
	justify-content:space-between;
	align-content:space-between;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	width:100%;
	background:url(../img/item/clinician/way_bg.png) no-repeat bottom 10%  right 23%;
}
#contents_clinical .field li{
	width:49.5%;
	vertical-align:middle;
	box-sizing:border-box;
	border-radius:10px;
	border:#6bbf72 2px solid;
	margin-bottom:1em;
}
#contents_clinical .field h5,.field p{
	padding:0 1em;	
}
#contents_clinical .field h5{
	padding-top:1em;
	color:#000;
	font-size:100%;
	text-align:center;
	margin-bottom:0.5em;
	font-weight:bold;
}
#contents_clinical .field .img{
	margin-bottom:0.5em;
	text-align:center;
}
/* clinician_way */
#contents_clinical .way{
	width:860px;
	margin:0 auto;
}
#contents_clinical .way h4{
	background:#f27186;
	text-align:center;
	color:#fff;
	font-size:180%;
	padding:0.25em 0;
}

#contents_clinical .way p{
	margin:0;
}
#contents_clinical .cap a{
	text-decoration:none;
}
#contents_clinical .cap a span{
	display:inline-block;
	padding-left:1em;
	text-indent:-1em;
	font-size:80%;
	color:#111;
	text-align:left;
}
#contents_clinical .way h5,#contents_clinical .way02 dt{
	font-weight:bold;
	font-size:150%;
	text-align:center;
	color:#000;	
}
#contents_clinical .way01,#contents_clinical .way02,#contents_clinical .way03,#contents_clinical .way04,#contents_clinical .way05,#contents_clinical .way06{
	padding:0.7em 1em;
	box-sizing:border-box;
}

#contents_clinical .way02,#contents_clinical .way03,#contents_clinical .bottom_arrow{
	position:relative;	
}
#contents_clinical .bottom_arrow:before{
	content:"";
	height:0;
	width:0;
	border:3em solid transparent;
	border-top:2em solid #a1d078;
	position:absolute;
	bottom:-7.5em;
	left:0;
	right:0;
	margin:0 auto;
}
#contents_clinical .bottom_arrow:after{
	content:"";
	width:3em;
	height:3em;
	background:#a1d078;
	position:absolute;
	bottom:-3em;
	left:0;
	right:0;
	margin:0 auto;
}
#contents_clinical .way01{
	background:#fffcd6;
	border:solid 1px #a1d078;
	z-index:6;
	margin-bottom:2em;
}
#contents_clinical .way01 h5{
	margin-bottom:0.25em;
}
#contents_clinical .way01 h5:before{
	content:"";
	width:2.5em;
	height:1.5em;
	background:#fff;
	position:absolute;
	top:-1px;
	left:-1px;
	border:solid 1px #fff;
	border-bottom:solid 1px #a1d078;
	border-right:solid 1px #a1d078;;
}
#contents_clinical .way01 h5:after{
	content:"";
	width:2.5em;
	height:1.5em;
	background:#fff;
	position:absolute;
	top:-1px;
	right:-1px;
	border:solid 1px #fff;
	border-bottom:solid 1px #a1d078;
	border-left:solid 1px #a1d078;;
}
#contents_clinical .way01 h5 span{
	font-size:70%;
}

#contents_clinical .way02{
	background:url(../img/item/clinician/way_02bg_strp.png);
	padding:1em;
	z-index:5;
	margin-bottom:3em;
}
#contents_clinical #c_graduate .way02{
	background:#e6efbd;
	width:80%;
	margin:0 auto 1em;
	padding-bottom:0.5em;
}
#contents_clinical .way02 dl{
	background:#e6efbd;
	padding:1.5em;

	margin-right:2.5em;
	border:solid #a1d078 1px;
}
#contents_clinical .way02 .bottom_arrow:before{
	content:"";
	border:3em solid transparent;
	border-top:2em solid #a1d078;
	bottom:-10em;
}
#contents_clinical .way02 .bottom_arrow:after{
	content:"";
	width:3em;
	height:5em;
	background:#a1d078;
	position:absolute;
	bottom:-5em;
}
#contents_clinical .way02:after{
	content:"合格";
	position:absolute;
	width:3em;
	line-height:2em;
	background:#f27186;
	font-weight:bold;
	font-size:180%;
	color:#fff;
	text-align:center;
	border-radius:50%;
	bottom:-12%;
	left:49%;
}
#contents_clinical #c_graduate .way02:after{
	content:none;	
}
#contents_clinical .flex{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display:-ms-flexbox;
	display: -o-flex;
	display: flex;
	display: -webkit-box; /* Android 2~4 */ 
	-webkit-box-pack: justify; /* Android 2~4 */
	-webkit-justify-content: space-between;
	-ms-flex-pack:justify;
	-webkit-align-content: space-between;
	justify-content:space-between;
	align-content:stretch;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}
#contents_clinical .way02 .flex div{
	width:49%;
	background:#fff;
	padding:1em;
	/*-webkit-box-flex: 1; /* Android 2~4 */
	/*-webkit-flex: 1;/*--- iOS8以前Safari用 ---*/
}
#contents_clinical .way02 dt,#contents_clinical .way02 dd{
	width:100%;
	margin-bottom:0.5em;
	background:none;
	padding:0;
	text-align:center;
}
#contents_clinical .way02 dt{
	color:#b3422d;
}
#contents_clinical .way02 .flex div h5{
	font-size:120%;
	margin-bottom:0.5em;	
}
#contents_clinical .way02 .flex div ul{
	text-align:left;
	margin-left:1em;
}
#contents_clinical .way02 .flex div li{
	display:block;
	text-indent:-1em;
	padding-left:1em;
	margin-bottom:1em;
  clear:both;
}
#contents_clinical .way02 .flex div li:before{
	content:"・";
	width:1em;
	height:1em;
	padding-right:0.25em;
	float:left;
}
#contents_clinical .way02 .flex div li span{
	display:inline-block;
	float:left;
	vertical-align:middle;
}
#contents_clinical .way02 .flex div li .kakko{
	text-indent:0;
	margin-left:1.5em;
	font-size:90%;
	position:relative;
	margin-bottom:0.5em;
}
#contents_clinical .way02 .flex div li .kakko:before{
	content:"";
	width:0.5em;
	height:2.8em;
	border:solid 1px #000;
	border-right:none;
	position:absolute;
	left:-1em;
}
#contents_clinical .way02 .flex div li .kakko:after{
	content:"";
	width:0.5em;
	height:2.8em;
	border:solid 1px #000;
	border-left:none;
	position:absolute;
	top:0;
	right:-1em;
}
#contents_clinical .way02 .varicle{
	position:absolute;
	display:inline-block;
	top:20%;
	right:-1.8em;
	width:1em;
	font-size:130%;
	color:#915389;
	font-weight:bold;
	line-height:100%;
	padding:1.25em 0 0;
}
#contents_clinical .way02 .varicle:before{
	content:"!";
	display:block;
	width:1em;
	height:1em;
	font-weight:bold;
	font-size:110%;
	color:#fff;
	line-height:1em;
	z-index:2;
	position:absolute;
	top:0;
	left:0;
	right:0;
	margin:auto;
}
#contents_clinical .way02 .varicle:after{
	content:"";
	width:1.2em;
	height:1.2em;
	background:#915389;
	border-radius:50%;
	position:absolute;
	top:-0.05em;
	left:-0.05em;
	margin:auto;
	z-index:-999;
}
#contents_clinical .way03{
	z-index:4;
	margin-bottom:0.5em;
	padding:0;
	width:100%;
}
#contents_clinical .way03 h5{
	background:#fffcd6;
	border:solid 1px #a1d078;
	border-bottom:none;
	padding:1.7em 0 0;
	z-index:-9;
	width:100%;
	box-sizing:border-box;
	margin-bottom:0;
}
#contents_clinical .way03 h5 span{
	color:#fff;
	display:inline-block;
	margin-left:1.1em;
	position:relative;
	z-index:1;
}
#contents_clinical .way03 h5 span:before{
	content:"";
	width:4em;
	height:1.8em;
	position:absolute;
	top:-0.1em;
	left:-0.7em;
	background:#999;
	z-index:-1;
	border-radius:50%;
}
#contents_clinical .way03 h5:before{
	content:"";
	width:27%;
	height:26%;
	background:url(../img/item/clinician/way_02bg.png) no-repeat left bottom;
	position:absolute;
	top:-25%;
	left:0;
	background-size:contain;
}
#contents_clinical .way03 h5:after{
	content:"";
	width:100%;
	height:17%;
	background:#fffcd6;
	border:solid 1px #a1d078;
	border-top:none;
	position:absolute;
	bottom:53%;
	left:0;
	box-sizing:border-box;
	z-index:-10;
}
#contents_clinical .way03 div{
	box-sizing:border-box;
	padding:0 0 0.5em;
	width:46%;
	border:solid 1px #a1d078;
	margin:0.7em 2%;
	position:relative;
}
#contents_clinical .way03 .flex{
	box-sizing:border-box;
	padding:0;
	width:auto;
	border:none;
	margin:0;
}
#contents_clinical .way03 h6{
	z-index:3;
	color:#000;
	background:#a1d078;
	width:100%;
	padding:0.7em 0;
	margin-bottom:0em;
}
#contents_clinical .way03 p{
	padding:1.7em 1em 0;
	margin-bottom:0;
	box-sizing:border-box;
}
#contents_clinical .way03 .bottom_arrow:before{
	content:"";
	border:1.5em solid transparent;
	border-top:1em solid #a1d078;
	position:absolute;
	bottom:-3em;
}
#contents_clinical .way03 .bottom_arrow:after{
	content:"";
	width:1.5em;
	height:1em;
	background:#a1d078;
	position:absolute;
	bottom:-1em;
}
#contents_clinical .way04{
	background:#fffcd6;
	border:solid 1px #a1d078;
	width:96%;
	margin:0 auto 5.7em;
}
#contents_clinical .way04 h5{
	color:#b3422d;
	margin-bottom:0.5em;
}
#contents_clinical .way04 p{
	text-align:center;
	margin-bottom:0;
}
#contents_clinical .way04:before{
	bottom:-9.5em;
	z-index:1;
}
#contents_clinical .way04:after{
	content:"";
	width:3em;
	height:5em;
	bottom:-5em;
}
#contents_clinical .way04 p:after{
	content:"合格";
	position:absolute;
	width:3em;
	line-height:2em;
	background:#f27186;
	font-weight:bold;
	font-size:180%;
	color:#fff;
	text-align:center;
	border-radius:50%;
	bottom:-55%;
	left:49%;
	z-index:3;
}
#contents_clinical .way05{
	background:#57a4c0;
	width:96%;
	margin:0 auto 2em;
	padding:0.5em;
}
#contents_clinical .way05 p{
	font-weight:bold;
	text-align:center;
	font-size:200%;
	color:#fff;
}
/* curriculum new */
#contents_clinical .process,.tsubo,.mokumoku,.hikaku{
	box-sizing:border-box;
}
#contents_clinical .process{
	width:94%;
	margin:0 auto;
	padding:1em;
	background:#fffcdb;
}
#contents_clinical .process h4{
	line-height:120%;
	font-size:120%;
	font-weight:bold;
	margin:0;
	color:#000;
}
#contents_clinical .process p,#contents_clinical .tsubo p{
	margin-bottom:0;
}
#contents_clinical .tsubo{
	width:650px;
	margin:0 auto 10em;
	position:relative;
}
#contents_clinical .tsubo p{
	text-align:center;
 }

#contents_clinical .mokumoku{
	background:url(../img/item/clinician/curriculum_img03_bg2.png) no-repeat right 20% center;
	background-size:contain;
	margin:0 auto 2.5em;	
	padding:1em 0;
	text-align:center;
	position:relative;
}
#contents_clinical .mokumoku:before{
	content:"";
	height:0;
	width:0;
	border:1.5em solid transparent;
	border-top:1.5em solid #ff6699;
	position:absolute;
	bottom:-2.9em;
	left:0;
	right:0;
	margin:0 auto;
}
#contents_clinical .mokumoku:after{
	content:"";
	width:1.5em;
	height:1.5em;
	background:#ff6699;
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	margin:0 auto;
}
#contents_clinical .tsubo .mokumoku p{
	background:url(../img/item/clinician/curriculum_img03_bg1.png) no-repeat center;
	background-size:contain;
	width:50%;
	padding:2em 0.5em;
	margin-bottom:0.5em;
	position:relative;
}
#contents_clinical .mokumoku p:before{
	content:"";
	width:2em;
	height:2em;
	background:#cccccc;
	position:absolute;
	border-radius:50%;
	right:-10%;
	top:50%;
}
#contents_clinical .mokumoku p:after{
	content:"";
	width:1.5em;
	height:1.5em;
	background:#cccccc;
	position:absolute;
	border-radius:50%;
	right:-20%;
	top:60%;
}
#contents_clinical .tsubo .sukkiri{
	font-size:120%;
	font-weight:bold;
	line-height:150%;
	background:url(../img/item/clinician/curriculum_img03_bg3.png) repeat-x bottom;
	padding-bottom:0.7em;
	margin-bottom:1em;
	position:relative;
}
#contents_clinical .sukkiri span{
	display:inline-block;
	padding:0.25em;
	line-height:100%;
	font-size:100%;
	color:#fff;
	background:#ff6699;	
	position:relative;
	margin-right:0.5em;
}
#contents_clinical .sukkiri span:after{
	content:"";
	height:0;
	width:0;
	border:0.5em solid transparent;
	border-left:0.5em solid #ff6699;
	position:absolute;
	bottom:0;
	top:0;
	right:-0.8em;
	margin:auto 0;
}
#contents_clinical .hikaku{
	background:url(../img/item/clinician/curriculum_img04_bgmiddle.png) repeat-y;
	background-size:contain;
	position:relative;
}
#contents_clinical .hikaku h4{
	background:url(../img/item/clinician/curriculum_img04_bgtop.png) no-repeat;
	background-size:contain;
	width:100%;
	padding:1.5em 0;
	margin:0;
	text-align:center;
	font-weight:bold;
	position:relative;
}
#contents_clinical .hikaku .giza{
	display:block;
	padding:1.5em;
	background:url(../img/item/clinician/curriculum_img04_giza.png) no-repeat center;
	background-size:contain;

	text-align:center;
	font-weight:bold;
	position:absolute;
}
#contents_clinical .hikaku h4 .giza{
	top:-2.5em;
	left:0.25em;
	box-sizing:border-box;
}
#contents_clinical .hikaku:before{
	content:"";
	height:0;
	width:0;
	border:5em solid transparent;
	border-top:4em solid #ffcc43;
	position:absolute;
	bottom:-14em;
	left:0;
	right:0;
	margin:0 auto;
}
#contents_clinical .hikaku:after{
	content:"";
	width:5em;
	height:5em;
	background:#ffcc43;
	position:absolute;
	bottom:-5em;
	left:0;
	right:0;
	margin:0 auto;
}
#contents_clinical .geshu,#contents_clinical .kodawari{
	padding:0 1.25em 1.25em;
	padding-bottom:2em;
}
#contents_clinical .geshu{
	background:url(../img/item/clinician/curriculum_img03_bgmath.png) no-repeat bottom 5em right 1.25em;	
}
#contents_clinical .geshu dt{
	float:left;
	width:3em;
	background:#6666cc;
	color:#fff;
	box-sizing:border-box;
	font-weight:bold;
	clear:left;
	text-align:center;
	margin-top:0;
}
#contents_clinical .geshu dt.yotsuya{
	background:#ff6699;
}
#contents_clinical .geshu dd,.kodawari dd{
	padding:0.5em;
	margin-left:3.5em;
	margin-bottom:1.5em;
	background:#fff;
	border:solid 1px #999;
	position:relative;
}
#contents_clinical .cmpany_b{
	margin-right:20%;	
}
#contents_clinical .cmpany_b:after{
	content:"";
	width:25%;
	height:100%;
	display:block;
	background:url(../img/item/clinician/curriculum_img03_bgdesk.png) no-repeat center;
	background-size:contain;
	position:absolute;
	top:0;
	bottom:0;
	right:-27%;
	margin:auto 0;
}
#contents_clinical .geshu dd.yotsuya{
	border-color:#ff6699;
	margin-right:30%;
	padding-bottom:2em;
}
#contents_clinical .geshu .giza{
	right:-2.5em;
	bottom:-3.5em;
}
#contents_clinical .geshu dd.yotsuya:after{
	content:"";
	display:block;
	width:5em;
	height:5em;
	background:url(../img/item/clinician/curriculum_img03_bgnaruhodo.png) no-repeat center;
	background-size:contain;
	position:absolute;
	bottom:-3.5em;
	right:7em;
}
#contents_clinical .hikaku .kodawari{
	background:url(../img/item/clinician/curriculum_img04_bgbottom.png) no-repeat bottom;
	background-size:contain;	
	padding:1em;
}
#contents_clinical .kodawari dt{
	float:right;
	width:20%;
	text-align:center;
	font-size:75%;	
}
#contents_clinical .kodawari dd{
	margin-right:21%;
	margin-left:0;
	background:#fff;
	padding-top:1em;
	z-index:0;
}
#contents_clinical .kodawari h5{
	margin-bottom:0;
	position:absolute;
	top:-0.9em;
	left:0.5em;
	letter-spacing:0.3em;
	color:#fff;
	z-index:1;
	background-color:#999;
	padding:3px 10px 3px 15px;
	border-radius: 20px;
}

#contents_clinical .kodawari p{
	text-align:left;
	z-index:2;
	padding:0.5em 0 0 0.5em;
	box-sizing:border-box;
}
#contents_clinical .kodawari p:after{
	content:"";
	width:2em;
	height:2em;
	position:absolute;
	top:0;
	bottom:0;
	right:-1.1em;
	margin:auto 0;
	background:#fff;
	border-right:solid 1px #999;
	border-bottom:solid 1px #999;
	transform:rotate(-45deg);
	z-index:-1;
}
#contents_clinical .tsubo .kochira{
	z-index:3;
	display:block;
	position:absolute;
	bottom:-3em;
	left:0;
	right:0;
	margin:0 auto;
	font-size:150%;
	font-weight:bold;
	text-shadow: #fff 2px 2px 0px, #fff -2px 2px 0px,
             #fff 1px -1px 0px, #fff -2px -2px 0px;
}
#contents_clinical .kochira span{
	color:#ff6699;
	font-size:180%;
}
#contents_clinical #developVoice h3 span{
	font-size:70%;
}
#contents_clinical #developVoice h3:after{
	content:"";
	height:0;
	width:0;
	border:0.2em solid transparent;
	border-left:1em solid #ad80a7;
	position:absolute;
	top:0;
	right:-0.8em;
	bottom:0;
	margin:auto 0;
}
/* correction */
#contents_clinical #c_correction h4 img{
	vertical-align: middle;
}
#contents_clinical #c_correction h4 img.ttl_main{
	margin-left:-25px;
	position:relative;
}
#contents_clinical #c_correction h4 img.ttl_sub{
	z-index:2;
	position:relative;
}
/* correction new */
#contents_clinical .difference,.tensaku{
	width:80%;
	margin:0 auto;
}
#contents_clinical .difference{
	margin-bottom:3em;	
}






#contents_clinical .difference h4{
	margin-top:0;
	margin-bottom:2em;
	color:#ff3971;
	text-align:center;
	font-size:180%;
	font-weight:bold;
	text-shadow: #fff 2px 2px 0px, #fff -2px 2px 0px,
             #fff 2px -2px 0px, #fff -2px -2px 0px;
	position:relative;
	z-index:1;
}
#contents_clinical .difference h4 .top span{
	display:inline-block;
	margin:0 0.3em;
	color:#fff;
	font-size:150%;
	border-radius:30%;
	position:relative;
	z-index:1;
}
#contents_clinical .difference h4 .top span:before{
	content:"";
	width:0.3em;
	height:0.3em;
	background:#ad5cbb;
	border-radius:50%;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
	box-shadow:0 0 20px 20px #ad5cbb;
	z-index:-1;	
}
#contents_clinical .difference h4 .top{
	display:block;
	text-shadow:none;
	font-size:90%;
	color:#666467;
	margin:0 a
}
#contents_clinical .difference h4 .bottom{
	display:inline-block;
	position:relative;
}
#contents_clinical .difference h4 .bottom:before{
	content:"";
	width:2em;
	height:2em;
	background:url(../img/item/clinician/correction_img01bg.png) no-repeat;
	background-size:contain;
	position:absolute;
	left:-2em;
	bottom:0;
	margin:auto;
}
#contents_clinical .difference h4 .bottom:after{
	content:"";
	width:14em;
	height:0.1em;
	background:#fe9dc6;
	border-radius:50%;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
	box-shadow:0 0 2em 1.2em #fe9dc6;
	z-index:-1;	
}
#contents_clinical .difference ul{
	counter-reset:num;
	display:table;
	width:100%;
	table-layout:fixed;
	text-align:center;
	font-weight:bold;
}
#contents_clinical .difference ul li{
	display:table-cell;
	width:33%;
	box-sizing:border-box;
	position:relative;
	padding-top:2em;
	z-index:1;
}
#contents_clinical .difference ul li:before{
	z-index:2;
	position:absolute;
	top:-10px;
	left:0;
	right:0;
	margin:0 auto;
	font-weight:bold;
	font-size:180%;
	line-height:1em;
	color:#fff;
	width:1em;
	background:#f6973b;
	border-radius:100%;
	counter-increment:num;
  content: counter(num);
	padding:3px;
}
#contents_clinical .difference ul h5{
	display:inline-block;
	margin:0 auto 1em;
	color:#fff;
	font-weight:bold;
	font-size:150%;
	line-height:100%;
	z-index:1;
	box-shadow:0 0 20px 20px #feb662,0 0 5px 40px #feb662 inset;
	text-shadow:0 0 17px #feb662,0 0 17px #feb662,0 0 17px #feb662,0 0 17px #feb662,0 0 17px #feb662,0 0 17px #feb662,0 0 17px #feb662;
	border-radius:50%;
	background:#feb662;
}
#contents_clinical .difference ul p{
	text-align:center;
}
#contents_clinical .difference ul p:after{
	content:"";
	width:11em;
	height:11em;
	background:#ffffcd;
	border-radius:50%;
	position:absolute;
	top:0;
	left:0;
	right:0;
	margin:auto;
	z-index:-1;	
}
#contents_clinical h4.yellowL{
	width:100%;
	text-align:center;
	font-size:300%;
	font-weight:bold;
	color:#777;
	text-shadow: #fff 2px 2px 0px, #fff -2px 2px 0px,
             #fff 2px -2px 0px, #fff -2px -2px 0px;
	position:relative;
	z-index:0;
	background:#ffffcd;
	border-radius:50px;
}
#contents_clinical h4.yellowL span{
		font-size:65%;
}
#contents_clinical h4.yellowL .circle:before{
	content:"1";
	width:1em;
	height:1em;
	color:#fff;
	position:absolute;
	z-index:1;
	top:0.4em;
	left:0;
	right:0;
	margin:auto;
	text-shadow:none;
}
#contents_clinical h4.yellowL .circle:before,#contents_clinical h4.yellowL .circle:after{
	left:-4.5em;
	top:0.5em;
}
#contents_clinical h4.sec .circle:before,#contents_clinical h4.sec .circle:after{
	left:-3em;
}
#contents_clinical h4.third .circle:before,#contents_clinical h4.third .circle:after{
	left:-9em;
}
#contents_clinical h4.sec .circle{
	width:3.5em;
}
#contents_clinical h4.sec .circle:before{
	content:"2";
}
#contents_clinical h4.third .circle:before{
	content:"3";
}
#contents_clinical h4.yellowL .circle:after{
	content:"";
	width:1em;
	height:1em;
	position:absolute;
	top:0.4em;
	left:0;
	right:0;
	margin:auto;
	background:#fe962a;
	border-radius:100%;

	padding:2px;
}
#contents_clinical .tensaku div{
	border:solid #999999 1px;
	padding:1em;
	margin-bottom:0.5em;
	position:relative;	
}
#contents_clinical .tensaku h5{
	font-weight:bold;
	color:#ff6699;
	margin-bottom:0.3em;
}
#contents_clinical .tensaku p{
	margin-bottom:0.5em;
	position:relative;
}

#contents_clinical .tensaku .kadai{
	border:none;
	padding-bottom:5em;
	background:url(../img/item/clinician/kadai_bg.png) no-repeat right top;
	background-size:7em;
	position:relative;
}
#contents_clinical .tensaku .kadai p{
	border:solid #ff6699 1px;
	padding:1em;
	margin-right:8em;
	position:relative;
}
#contents_clinical .tensaku .kadai p:after{
	content: "";
	height: 0;
	width: 0;
	border: 1em solid transparent;
	border-left: 1em solid #ff6699;
	position: absolute;
	right: -2em;
	top:0;
	bottom:0;
	margin:auto 0;
}
#contents_clinical .tensaku .kadai span{
	text-align:center;
	font-weight:bold;
	position:absolute;
	bottom:1em;
	right:8em;
	z-index:1;
	background:url(../img/item/clinician/curriculum_img04_giza.png) no-repeat center;
	background-size:contain;
	padding:1.5em;
}

#contents_clinical .tensaku .kadai:before,.tensaku .next:before{
	content:"";
	height:0;
	width:0;
	border:1.5em solid transparent;
	border-top:1.5em solid #ff6699;
	position:absolute;
	left:0;
	right:0;
	margin:0 auto;
}
#contents_clinical .tensaku .kadai:after,.tensaku .next:after{
	content:"";
	width:1.5em;
	height:1.8em;
	background:#ff6699;
	position:absolute;
	left:0;
	right:0;
	margin:0 auto;
}
#contents_clinical .tensaku .kadai:before{
	bottom:4em;
	border-top:none;
	border-bottom:1.5em solid #ff6699;
}
#contents_clinical .tensaku .kadai:after{
	bottom:2.3em;
}
#contents_clinical .tensaku .next:before{
	top:-1.5em;
}
#contents_clinical .tensaku .next:after{
	top:-3em;
}
#contents_clinical .dashedBox dt{
	width:7em;
	margin:0.5em auto 1.5em;
	position:relative;
}
#contents_clinical .dashedBox ul li {
	float: left;
	margin: 0 20px;
	font-weight: bold;
}
#contents_clinical .dashedBox dt span{
	position:absolute;
	line-height:110%;
	left:-2.5em;
	top:0;
	bottom:0;
	margin:auto;
	height:3em;
	width:3em;
	background:#f83ca1;
	color:#fff;
	font-weight:bold;
	box-sizing:border-box;
	border-radius:100%;
	padding-top:0.5em;
}
#contents_clinical .dashedBox .dt02 span{
	background:#ff6d11;
}
#contents_clinical .dashedBox .dt03 span{
	left:-2em;
	background:#00b2c1;
}
#contents_clinical .dashedBox .dt04{
	width:100%;
	line-height:150%;
}


#contents_clinical .dashedBox .dt04 span{
	display:inline-block;
	width:100%;
	height:100%;
	position:static;
	border-radius:0;
	background:#8cc63f;
	line-height:150%;
	padding:0.5em;
	margin-right:0.5em;
}
#contents_clinical #developVoice h3{
	margin-bottom:0;	/*user.css打消し*/	
	text-align:center;	/*user.css打消し*/	
	left:10%;		/*user_pc(tab,sp).css打消し*/	
	top:inherit;		/*user_pc(tab,sp).css打消し*/	
	background:url(../img/item/clinician/correction_img15.png) no-repeat center;		/*user_pc(tab,sp).css打消し*/	
	background-size:contain;
	box-sizing:border-box;
	font-weight:bold;
	color:#fff;
	padding:0 1em;
	font-size:220%;
	line-height:300%;
}

#contents_clinical h4.yellowL .circle{
	display:block;
	width:100%;
	margin:0;
	padding:0.5em 0 0 0.5em;
	line-height:100%;
	text-align:center;
	position:relative;
	color:#fe962a;
	font-size:65%;
}
#contents_clinical h4.yellowL .circle:before,#contents_clinical h4.yellowL .circle:after{
	left:-4.5em;
	
}
#contents_clinical h4.sec .circle:before,#contents_clinical h4.sec .circle:after{
	left:-3em;
}
#contents_clinical h4.third .circle:before,#contents_clinical h4.third .circle:after{
	left:-10em;
}
/* support */
#contents_clinical #c_support .optionC {
	border-bottom: #ccc 1px solid;
	margin-top: 4%;
}
#contents_clinical #c_support .optionC dt {
	float: left;
	width: 65%;
	font-weight: bold;
}
#contents_clinical #c_support .optionC dd.optionImg {
	width: 34%;
	float: right;
	text-align: right;
	margin-bottom: 4%;
}
#contents_clinical #c_support .optionC dd.optionTxt {
	width: 65%;
	margin-bottom: 4%;
}
#contents_clinical #developVoice {
	margin-top: 80px;
	background: #fdf4e8;
	padding: 30px 40px 20px;
	position: relative;
}
#contents_clinical #developVoice h3 {
	border: none;
	position: absolute;
	top: 20px;
	left: 60px;
}
#contents_clinical #developVoice .profile {
	margin-left: 380px;
	margin-bottom: 20px;
}
#contents_clinical #developVoice .profile img {
	float: left;
	margin-right: 20px;
}
#contents_clinical #developVoice .profile p {
	padding-top: 5%;
}
/* 調整 */
#contents_clinical .pctbR,
#contents_clinical .pctbR {
	float: right;
	display: inline;
}
#contents_clinical .pctbL,
#contents_clinical .pctbL {
	float: left;
	display: inline;
	margin-right: 2%;
}
/*保育士（分割）*/
#contents_hoiku #item #bnr_area{
	background-color:#fff;
	overflow:hidden;
}
#contents_hoiku #item #bnr_area ul{
	padding:0 10px;
}
#contents_hoiku #item #bnr_area ul li{
	width:232px;
	float:left;
	margin-right:4px;
}
#contents_hoiku #item #bnr_area .bnr_chack{
	padding:0 10px;
}
#contents_hoiku #item #bnr_area ul li:last-child{
	margin-right:0;
}

#contents_hoiku #item .cv_area{
	background-color:#55be66;
	padding:0 0 15px;
	margin-top:20px;
}
#contents_hoiku #item .cv_area p{
	margin:0;
	padding:0;
}
#contents_hoiku #item .cv_area ul.cv_area_inner{
	background-color:#fff;
	width:930px;
	margin:0 auto;
	padding:5px 20px 15px;
}

#contents_hoiku #item .cv_area ul.cv_area_inner li.cv_set{
	margin:0 15px 0 0;
	width:370px;
}
#contents_hoiku #item .cv_area ul.cv_area_inner li.cv_2cal{
	width:240px;
	margin-right:20px;
}
#contents_hoiku #item .kamoku{
	text-align:center;
	background-color:#fff;
	padding:20px 0;
	margin:0;
	font-size:130%;
	font-weight:200;
}
#contents_hoiku #item .tbNone .lineheight2{line-height:1.2em; text-align: left; padding-left: 1em;}
#contents_hoiku #item .tbNone a.lineheight2{padding-top:0.5em;}
#contents_hoiku #item .tbNone .pc2line{display: block;}
#contents_hoiku #item section .hoiku_list .acMenu .ac_title{width:30%;background-size:45%;}
#contents_hoiku #item section .hoiku_list .acMenu h4{font-size:180%; padding:0.5em 0 0.5em 4.25em;}
#contents_hoiku #item section .hoiku_list .acMenu h4:before{left:3.25em;}
#contents_hoiku #item section .hoiku_list .acMenu{background-size:6.5em;}
#contents_hoiku #item section .hoiku_list .acMenu .syosai_btn {
	box-sizing: border-box;
	border-radius: 5px;
	border: 1px solid #dbdbdb;
	display:block;
	padding:15px 20px;
	position:absolute;
	top: 1.5em;
	right: 1em;
	background:#ffffff;
	text-align:center;
	width:30%
}
#contents_hoiku #item section .hoiku_list .acMenu .syosai_btn img {
	width:55% !important;
	vertical-align: bottom;
}

#contents_hoiku #caseBox .caseImg {
	margin: 0 5%;
	text-align: left;
}
#contents_hoiku #caseBox .codeTbl,
#contents_hoiku #caseBox .codeTbl2 {
	margin: 0 5% 2%;
	width: 400px;
}


/*こども環境管理士*/
#contents_kodomo #item .new_teacher img.pctb-float-right{
	margin:0 0 0 10px;
}

/*保育士筆記試験スクーリング*/
#contents_hoiku_wr_schooling .bg_gray_boder .pctb-float-left,#contents_hoiku_wr_schooling .bg_gray_boder .pctb-float-right{
	margin-left:0; margin-right:0;}
#contents_hoiku_wr_schooling .timetable{width:49%;}
#contents_hoiku_wr_schooling .right{float: right;}
#contents_hoiku_wr_schooling .left{float: left;}
#contents_hoiku_wr_schooling .timetable h4 span{padding-left:0.5em; font-size:80%;}
#contents_hoiku_wr_schooling #application .acMenu .ac_title{width:50%;display:inline-block;}
#contents_hoiku_wr_schooling .illust_coukaku .illust{position:absolute; width:25%; bottom:-5%; right:-5%;}
#contents_hoiku_wr_schooling #schooling_charge p.cap{text-align:center;}

/*保育士実技試験対策*/
#contents_hoiku09 #item .schedule h4 span:before,#contents_hoiku09 #item .schedule h4 span:after{top:-0.5em}
#contents_hoiku09 #item .schedule .start,#contents_hoiku09 #item .schedule .part{width:80%; margin-left:auto;margin-right:auto;}
#contents_hoiku09 #item .schedule .bottom{width:14em;}
#contents_hoiku09 #item .schedule .start dd li{display:inline;}
#contents_hoiku09 #item #hoiku_09_sc_table,#contents_hoiku09 #item #hoiku_09_sc_table table{width:780px; margin:0 auto;}

/*獲得LP共通スタイル
----------------------------------------------------*/
.lp #item .spimg{display:none;}
.lp  #item .chargebox .cp{width:640px; margin:0 auto 1em;}
.lp #item .checkicon{font-size:220%; line-height:120%;}
#sysItemDetail .lp #item .nozl .request:after,#sysItemDetail .lp #item .nozl .online:after{width:25%; height:5em; top:-0.25em; right:-1.25em;}
#sysItemDetail .lp #item .bigchance .top{padding-left:14%;}
#sysItemDetail .lp #item .bigchance h3{text-align:left;}
#sysItemDetail .lp #item .bigchance h3 img.bigtxt{width:50%;}
#sysItemDetail .lp #item .bigchance h3 img.br{width:45%;}
#sysItemDetail .lp #item .bigchance .top p{padding-left:2.5em;}
#sysItemDetail .lp #item .bigchance .reason{padding:1em 12em 1em 1.5em;}
#sysItemDetail .lp #item .bigchance .reason h4{background-position:left center; background-size:6em; padding-left:7em;font-size:170%;}
#sysItemDetail .lp #item .bigchance .letstart{width:70%; padding: 1em 5em 1em 9em;}
#sysItemDetail .lp #item .bigchance .letstart:before{width:8em; height:10em;}
#sysItemDetail .lp #item .much h4{padding-left:3em; font-size:140%;}
#sysItemDetail .lp #item .much h4 span:after{left:-3em; bottom:0; width:3em; height:2.5em; border-radius:50% 50% 0 0;}
#sysItemDetail .lp #item .much .selfstudy h4 span:before{width:2.25em; height:2.25em; bottom:0; left:-2.5em;}
#sysItemDetail .lp #item .much .school h4 span:before{width:3em; height:3em; bottom:0; left:-3em;}
#sysItemDetail .lp #item .much .corres h4 span:before{width:2.5em; height:2.5em; bottom:0.25em; left:-2.75em;}
#sysItemDetail .lp #item .much .selfstudy h4 span:before,#sysItemDetail .lp #item .much .school h4 span:before,#sysItemDetail .lp #item .much .corres h4 span:before{background-size:contain;}
#sysItemDetail .lp #item .much .corres .demerit{
	width:49%;
	margin-right:0;
}
#sysItemDetail .lp #item .much .corres .reco{
	width:46%;
}
#sysItemDetail .lp #item .much .selfstudy:before,#sysItemDetail .lp #item .much .school:before,#sysItemDetail .lp #item .much .corres:before{
	content: "";
	top:-2.5em;
	right: 0;
	left:0;
	bottom: 0;
	margin:0 auto;
}
#sysItemDetail .lp #item .much .selfstudy:after,#sysItemDetail .lp #item .much .school:after,#sysItemDetail .lp #item .much .corres:after{
	content: "";
	height:15em;
	top:-17em;
	right: 0;
	left:0;
	bottom: 0;
	margin:0 auto;
}
#sysItemDetail .lp #item .much .corres:after{
	height:42em;
	top:-44.5em;
}
#sysItemDetail .lp #item .much .corres .merit dd{
	display:block;
	width:49%;
}
#sysItemDetail .lp #item .much .demerit .nonelist{
	position:absolute;
	left:0;
	right:0;
	bottom:1em;
	margin:0 auto;
}
#sysItemDetail .lp #item .much dl{margin:4%;}
#sysItemDetail .lp #item .much .corres dl{margin:1.5%;}
#sysItemDetail .lp #item .much .corres .merit{margin-bottom:1em;}
#sysItemDetail .lp #item .much .corres .demerit,#sysItemDetail .lp #item .much .corres .reco{margin-bottom:1em;}
#sysItemDetail .lp #item .much .corres .reco:before{top:-1.2em;}
#sysItemDetail .lp #item .much .selfstudy h4 span:before,#sysItemDetail .lp #item .much .school h4 span:before,#sysItemDetail .lp #item .much .corres h4 span:before{background-size:contain;}
#sysItemDetail .lp #item .navi .flex p{
	width:24.5em;
	font-size:95%;
	margin:0 0 4em;
}
#sysItemDetail .lp #item .much .selfstudy,#sysItemDetail .lp #item .much .school{width:42%; margin-bottom:2em;}
#sysItemDetail .lp #item .actionCts ul li {
    float: left;
    position: relative;
}
#sysItemDetail .lp #item .actionCts li.single {
	margin: 0 auto;
	width: 49%;
	text-align: center;
	float: none;
}
#sysItemDetail .lp #item .method .subpop .subtxt{width:30em;}
#sysItemDetail .lp #item .method .subpop{padding-top: 0.8em;}
#sysItemDetail .lp #item .passrate .subpop .subtxt{
	width:18em;
	height: 1.8em;
  line-height: 1.8em;
}
#sysItemDetail .lp #item .checkicon .br,#sysItemDetail .lp #item .step h3 .br{display:inline;}
#sysItemDetail .lp #item .passrate .subpop{padding-top: 0.8em; font-size:250%;}
#sysItemDetail .lp #item .method .subpop{padding-top:1em; font-size:225%; line-height:125%;}
#sysItemDetail .lp #item .passrate .subpop .subtxt{top:-1em;}
#sysItemDetail .lp #item .method .subpop .subtxt{top:-1em;}
#sysItemDetail .lp #item .method .subpop .subtxt:before{
	left: -1.6em;
	border: 0.86em solid transparent;
	border-right: 0.8em solid #fff88f;
}
#sysItemDetail .lp #item .passrate .subpop .subtxt:before{
	left: -1.4em;
	border: 0.75em solid transparent;
	border-right: 0.75em solid #fff88f;
}
#sysItemDetail .lp #item .passrate .subpop .subtxt:after{
	right: -1.4em;
}
@media screen and (min-width : 1341px) {
	#sysItemDetail .lp #item .passrate .subpop .subtxt:before{left: -1.4em;}
	#sysItemDetail .lp #item .passrate .subpop .subtxt:after{right: -1.4em;}
}
#sysItemDetail .lp #item .method .subpop .subtxt:after{
	border: 0.8em solid transparent;
	right: -1.5em;
	border-left: 0.8em solid #fff88f;
}

#sysItemDetail .lp #item .navi .step3 span{width:44%;	margin-left:24%;}
#sysItemDetail .lp #item .navi .step3 .sp_off{display:inline-block;}
#sysItemDetail .lp #item .sp_on{display:none;}
#sysItemDetail .lp #item .navi .flex:before{
		content:"";
		width:3em;
		height:3em;
		position:absolute;
		top:30%;
		bottom:0;
		left:0;
		right:0;
		margin:0 auto;
		background-size:contain;
}
#sysItemDetail .lp #item .navi .flex:after{
		content:"";
		width:3em;
		height:3em;
		position:absolute;
		bottom:5%;
		left:0;
		right:0;
		margin:0 auto;
		background-size:contain;
}
#sysItemDetail .lp #item .root dl{
	width:45%;
}
#sysItemDetail .lp #item .root .normal{
	float:left;	
}
#sysItemDetail .lp #item .root .yotsuya{
	float:right;	
}
#sysItemDetail .lp #item .step .root:before{
	content:"";
	width:0.1em;
	height:70%;
	position:absolute;
	top:10%;
	left:0;
	right:0;
	margin:0 auto;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ffa220), color-stop(0.00, #ffea00));
	background: -webkit-linear-gradient(#ffea00, #ffa220);
	background: -moz-linear-gradient(#ffea00, #ffa220);
	background: -o-linear-gradient(#ffea00, #ffa220);
	background: -ms-linear-gradient(#ffea00, #ffa220);
	background: linear-gradient(#ffea00, #ffa220);
}
#sysItemDetail .lp #item .root .normal dt:after,#sysItemDetail .lp #item .root .normal dd:after{
	content:"";
	width:2em;
	height:2em;
	position:absolute;
	top:0;
	bottom:0;
	right:-16%;
	margin:auto 0;
	background:url(../img/item/takken_lp/icon_start.gif) no-repeat center;
	background-size:contain;
}
#sysItemDetail .lp #item .root .normal dd:after{
	content:"";
	width:1em;
	height:1em;
	right:-13%;
	position:absolute;
	background:url(../img/item/takken_lp/arrow_s1.png) no-repeat center;
	background-size:contain;
}
#sysItemDetail .lp #item .root .normal .s2:after{
	background:url(../img/item/takken_lp/arrow_s2.png) no-repeat center;
	background-size:contain;
}
#sysItemDetail .lp #item .root .normal .s3:after{
	background:url(../img/item/takken_lp/arrow_s3.png) no-repeat center;
	background-size:contain;
}
#sysItemDetail .lp #item .root .normal .goal:after{
	width:2.5em;
	height:2.5em;
	right:-16%;
	position:absolute;
	background:url(../img/item/takken_lp/icon_goal.gif) no-repeat center;
	background-size:contain;
}
#sysItemDetail .lp #item .sys55 .inner .left{width:auto;}
#sysItemDetail .lp #item .root dt,#sysItemDetail .lp #item .root dd{margin-bottom:0.5em;}
#sysItemDetail .lp #item .process li p{
	width:62%;
	padding-right:2%;
	margin:0;
}
#sysItemDetail .lp #item .process li:nth-child(3) p,#sysItemDetail .lp #item .process li p.right {
	padding-right:0;
}
#sysItemDetail .lp #item .process li.result{
	width:80%;
}
#sysItemDetail .lp #item .process li.result p{
	color: #777777;
	font-size: 115%;
	font-weight: bold;
}
#sysItemDetail .lp #item .process li .right{
	width:36%;
	float:none;	
}


#sysItemDetail .lp #item .point .point2 .s3 .flex .plus:after,#sysItemDetail .lp #item .point .point2 .s3 .flex .equal:after{
	height:1em;
	width:1em;
	line-height:1em;
	font-size:3em;
	bottom:0;
	top:0;
	right:-1.6em;
	margin:auto 0;
}
#sysItemDetail .lp #item .point .point2 .s3 .flex .equal:after{
	content:"=";
}
#sysItemDetail .lp #item .day8 h2{font-size:230%;}
#sysItemDetail .lp #item .day8 h2 .border{display:inline-block;}
#sysItemDetail .lp #item .day8 .flex:before{width:48em;}
#sysItemDetail .lp #item .day8 .left{
	width:65%;
	float:none;
}
#sysItemDetail .lp #item .day8 .right{width:33%; float:none;}
#sysItemDetail .lp #item .point .colum .right{width:30%;}
#sysItemDetail .lp #item .checkbook .left{width:58%;}
#sysItemDetail .lp #item .checkbook .right{width:38%;}
#sysItemDetail .lp #item .checkbook h3{
	font-size:180%;
	padding:0.8em 0 0.8em 3.2em;
	line-height:90%;
}
#sysItemDetail .lp #item .checkbook h3:before{
	content:"";
	top:0;
	bottom:0;
	left:0;
	margin:auto 0;
}
#sysItemDetail .lp #item .day8 .flex,#sysItemDetail .lp #item .checkbook .flex{align-items:center;}
#sysItemDetail .lp #item .format .stepup .demo div,#sysItemDetail .lp #item .format .stepup .demo .demo_list{width:45%;}
#sysItemDetail .lp #item .format .stepup .demo_float ul{
	width:45%;
	float:left;
}
#sysItemDetail .lp #item .format .stepup .demo_float p.img{
	width:45%;
	float:left;
}
#sysItemDetail .lp #item .format .stepup .demo .demo_list,#sysItemDetail .lp #item .format .stepup .step2 .img{margin-right:1.5em;}
#sysItemDetail .lp #item .format .stepup .navi55 p,#sysItemDetail .lp #item .format .stepup .navi55 .iconpoint{width:58%; margin:2em auto 1em; padding-bottom:2em;}
#sysItemDetail .lp #item .format .stepup .step4 li .img{width:30%;}
#sysItemDetail .lp #item .format .stepup .step4 li .right{width:68%;}
#sysItemDetail .lp #item .format .stepup .step4 li p{width:100%;}
#sysItemDetail .lp #item .format .stepup .process .s4{
	width:20em;
	line-height:120%;
	border-radius:100%;
	margin:0 auto;
	padding:3em 0.8em 2.5em;
}
#sysItemDetail .lp #item .method .checkicon{line-height:150%;}
#sysItemDetail .lp #item .step h3.checkicon{font-size:300%; line-height:120%;}
#sysItemDetail .lp #item .step h3.checkicon span{padding-left:2.5em;}
/*#sysItemDetail .lp #item .checkicon span:before, #sysItemDetail .lp #item .step h3 span:before, #sysItemDetail .lp #item .checkicon span:after, #sysItemDetail .lp #item .step h3 span:after{
	width:3em; height:3em; bottom:-1em;
}*/
#sysItemDetail .lp #item .method .checkicon,#sysItemDetail .lp #item .step .checkicon{margin-bottom:1.2em;}
#sysItemDetail .lp #item .point .point2 .s3 .flex .plus{width:20%;}
#sysItemDetail .lp #item .step h2,#sysItemDetail .lp #item .point h2{font-size:270%; line-height:90%;}
#sysItemDetail .lp #item .step .sys55 .inner,#sysItemDetail .lp #item .step .navi .inner{position:relative;}
#sysItemDetail .lp #item .step .sys55 .inner h4,#sysItemDetail .lp #item .step .sys55 .inner p{margin-left:100px;}
#sysItemDetail .lp #item .step .sys55 .inner .left{position:absolute; top:0; bottom:0; left:1em; margin:auto 0;}
#sysItemDetail .lp #item .step .navi .inner h4,#sysItemDetail .lp #item .step .navi .inner p{margin-right:15.5em;}
#sysItemDetail .lp #item .step .navi .inner .right{position:absolute; top:0; bottom:0; right:0.5em; margin:auto 0; width:20%;}
#sysItemDetail .lp #item .point2 .s3{margin-bottom:0;}
#sysItemDetail .lp #item section.point{margin-bottom:4em;}
#sysItemDetail .lp #item .support .checkicon{font-size:180%; line-height:150%;}
#sysItemDetail .lp #item .stepup .step4{padding:1em;}
#sysItemDetail .lp #item .student .exp h3{padding:1em 1em 1em 4.3em; font-size:180%;}
#sysItemDetail .lp #item .student .exp h3:before{width:3em; height:3em;}
#sysItemDetail .lp #item .student .exp h3:after{width:2em; height:2em; background-size:contain; left:1.25em;}



#sysItemDetail .lp #item .student .exp .ttl{
	margin:0 1em 1em 7.5em;	padding-top:0; font-size:150%; line-height:150%;
}
#sysItemDetail .lp #item .format .stepup h3{line-height:150%; font-size:150%; padding:0.3em;}
#sysItemDetail .lp #item .student .exp img{
	margin-left:1em;
	width:9em;
	height:auto;
}
#sysItemDetail .lp #item .professor .date{width:25%;}
#sysItemDetail .lp #item .professor .txt,#sysItemDetail .lp  #item .professor .profile{width:72%; float:right;}
#sysItemDetail .lp #item .process li.pointcolum .inner .right{float:right; width:30%;}
#contents_hoikulp #item .bigchance .r1:after{background:url(../img/item/hoiku_lp/bigchance_reazon1_bg.png) no-repeat center; width:13em; height:18em; right:3.5em;}
#contents_hoikulp #item .bigchance .r2:after{background:url(../img/item/hoiku_lp/bigchance_reazon2_bg.png) no-repeat center;  width:11em; height:13em; right:0.5em;}
@media all and (-ms-high-contrast: none) {
    #sysItemDetail .lp #item .actionCts .right {
     
    }
		#sysItemDetail .lp #item .point1 .result .iconpoint{padding-top:4.5em;}
		#sysItemDetail .lp #item .point .point2 .s3 .flex .plus:after,#sysItemDetail .lp #item .point .point2 .s3 .flex .equal:after{font-size:1em !important;}
		
}
@media screen and (max-width : 900px) {
#sysItemDetail .lp  #item .chargebox .cp{width:100%; margin:0 auto 1em;}
}
@media screen and (max-width : 960px) {
	#sysItemDetail .lp #item p,#sysItemDetail .lp #item .cam_bnr#sysItemDetail .lp #item p{padding-left:0.5em; padding-right:0.5em;}
	#sysItemDetail .lp .actionCts,#sysItemDetail .lp #item .day8 .flex,#sysItemDetail .lp #item .checkbook .bg,#sysItemDetail .lp #item .checkbook .flex{margin-left:0.5em; margin-right:0.5em;}
	#sysItemDetail .lp #item .process li p{padding-left:0; padding-right:0;}
	#sysItemDetail .lp #item .point .point1 .iconpoint{padding-left:4.5em;}
}
@media screen and (max-width : 880px) {
	#sysItemDetail .lp #item .much h4{padding-left:0;}
	#sysItemDetail .lp #item .much h4 span:after{ top:-1.9em; left:5.9em; width:3.6em; height:2em; border-radius:100px 100px 0 0;}
	#sysItemDetail .lp #item .much .corres h4 span:after{left:6.9em;}
	#sysItemDetail .lp #item .much .selfstudy h4 span:before{width:1.75em; height:1.75em; top:-1.8em; left:7em;}
	#sysItemDetail .lp #item .much .school h4 span:before{width:2.75em; height:2.75em; top:-2.85em; left:6.4em;}
	#sysItemDetail .lp #item .much .corres h4 span:before{width:2em; height:2em; top:-2em; left:7.7em;}
	#sysItemDetail .lp #item .much .corres .demerit{width:49%; margin-right:0;}
	#sysItemDetail .lp #item .much .selfstudy:before,#sysItemDetail .lp #item .much .school:before,#sysItemDetail .lp #item .much .corres:before{
	content: "";
	top:-4.5em;
	right: 0;
	left:0;
	bottom: 0;
	margin:0 auto;
	}
	#sysItemDetail .lp #item .much .selfstudy:after,#sysItemDetail .lp #item .much .school:after,#sysItemDetail .lp #item .much .corres:after{
		content: "";
		height:12em;
		top:-16em;
		right: 0;
		left:0;
		bottom: 0;
		margin:0 auto;
	}
	#sysItemDetail .lp #item .much .corres:after{
		height:46em;
		top:-50em;
	}
}
@media screen and (max-width : 905px) {
	#sysItemDetail .lp #item .point h2{font-size:260%;}
}
@media screen and (max-width : 868px) {
	#sysItemDetail .lp #item .point h2{font-size:245%;}
	#sysItemDetail .lp #item .bigchance .top{padding-left:12%;}
}
@media screen and (max-width : 820px) {
	#sysItemDetail .lp #item .point h2{font-size:240%;}
}
@media screen and (max-width : 829px) {
	#sysItemDetail .lp #item .step h2{font-size:250%;}
}
/*宅健獲得LP*/
#contents_takkenlp #item .inner .right{margin-top:1.2%;}
#contents_takkenlp #item .much .selfstudy h4 span:before{background:url(../img/item/takken_lp/method_icon_selflean.png) no-repeat bottom center;}
#contents_takkenlp #item .much .school h4 span:before{background:url(../img/item/takken_lp/method_icon_school.png) no-repeat bottom center;}
#contents_takkenlp #item .much .corres h4 span:before{background:url(../img/item/takken_lp/method_icon_corres.png) no-repeat bottom center;}
#contents_takkenlp #item .actionCts ul li {width:58%;}
#contents_takkenlp #item .actionCts ul li.right{width:41%;}
#contents_takkenlp #item .navi .flex:before{background:url(../img/item/takken_lp/aroww_triple_right.gif) no-repeat center;}
#contents_takkenlp #item .navi .flex:after{background:url(../img/item/takken_lp/aroww_triple_leftbottom.gif) no-repeat center;}
#sysItemDetail #contents_takkenlp #item .fv .nozl .request,#sysItemDetail #contents_takkenlp #item .fv .nozl .online,#contents_takkenlp #item .fv .inner .right{margin-top:0em;}
#contents_takkenlp #item .format .step1 img{
	width:60%;
}
@media screen and (min-width : 1341px) {
	#contents_takkenlp #item .much .selfstudy h4 span:before{background:url(../img/item/takken_lp/method_icon_selflean.png) no-repeat bottom center;}
	#contents_takkenlp #item .much .school h4 span:before{background:url(../img/item/takken_lp/method_icon_school.png) no-repeat bottom center;}
	#contents_takkenlp #item .much .corres h4 span:before{background:url(../img/item/takken_lp/method_icon_corres.png) no-repeat bottom center;}
}
@media screen and (max-width : 960px) {
	#sysItemDetail #contents_takkenlp #item .nozl .request:after,#sysItemDetail #contents_takkenlp #item .nozl .online:after{width:18%; height:5em; top:-1em; right:0;}
}
@media screen and (max-width : 880px) {
	#contents_takkenlp #item .much .selfstudy h4 span:before{background:url(../img/item/takken_lp/method_icon_selflean2.png) no-repeat bottom center;}
	#contents_takkenlp #item .much .school h4 span:before{background:url(../img/item/takken_lp/method_icon_school2.png) no-repeat bottom center;}
	#contents_takkenlp #item .much .corres h4 span:before{background:url(../img/item/takken_lp/method_icon_corres2.png) no-repeat bottom center;}
}
/*保育士獲得LP*/
#contents_hoikulp #item .much .selfstudy h4 span:before{background:url(../img/item/hoiku_lp/method_icon_selflean.png) no-repeat bottom center;}
#contents_hoikulp #item .much .school h4 span:before{background:url(../img/item/hoiku_lp/method_icon_school.png) no-repeat bottom center;}
#contents_hoikulp #item .much .corres h4 span:before{background:url(../img/item/hoiku_lp/method_icon_corres.png) no-repeat bottom center;}
#contents_hoikulp #item .navi .flex:before{background:url(../img/item/hoiku_lp/aroww_triple_right.gif) no-repeat center;}
#contents_hoikulp #item .navi .flex:after{background:url(../img/item/hoiku_lp/aroww_triple_leftbottom.gif) no-repeat center;}
#sysItemDetail #contents_hoikulp #item .format .stepup .process .s4{padding: 3.5em 3em 1em;}
#sysItemDetail #contents_hoikulp #item .format .stepup .dvd_bg {border:none; margin-bottom:0; padding-bottom:3em; background:url(../img/item/hoiku_lp/step1_dvd_subbg.gif) no-repeat right bottom; background-size:15%;}
#sysItemDetail #contents_hoikulp #item .day8 .flex{padding:0 0 1em 1.5em;}
#sysItemDetail #contents_hoikulp #item .day8 .flex .right{overflow:hidden;}
#sysItemDetail #contents_hoikulp #item .day8 .flex .right img{max-width:250%;}
@media screen and (max-width : 880px) {
	#contents_hoikulp #item .much .selfstudy h4 span:before{background:url(../img/item/hoiku_lp/method_icon_selflean2.png) no-repeat bottom center;}
	#contents_hoikulp #item .much .school h4 span:before{background:url(../img/item/hoiku_lp/method_icon_school2.png) no-repeat bottom center;}
	#contents_hoikulp #item .much .corres h4 span:before{background:url(../img/item/hoiku_lp/method_icon_corres2.png) no-repeat bottom center;}
}
@media screen and (max-width : 855px) {
#sysItemDetail #contents_hoikulp #item .format .stepup .dvd_bg {background-size:12%;}
}
@media screen and (min-width : 1341px) {
	#contents_hoikulp #item .much .selfstudy h4 span:before{background:url(../img/item/hoiku_lp/method_icon_selflean.png) no-repeat bottom center;}
	#contents_hoikulp #item .much .school h4 span:before{background:url(../img/item/hoiku_lp/method_icon_school.png) no-repeat bottom center;}
	#contents_hoikulp #item .much .corres h4 span:before{background:url(../img/item/hoiku_lp/method_icon_corres.png) no-repeat bottom center;}
}

/*臨床心理士獲得LP*/

/* override */
#sysItemDetail #contents_clinicianlp #item .topaside li a {
	font-size: 120%;
}

#sysItemDetail #contents_clinicianlp #item .subpop {
	font-size: 220%;
}

#sysItemDetail #contents_clinicianlp #item .student .exp img {
}
#sysItemDetail #contents_clinicianlp #item .student .exp img.photo_left {
	margin-left: 2em;
	margin-bottom: 2em;
	width: auto;
}
#contents_clinicianlp #item .student .exp .psychology_bnr {
	padding: 0 1em 1.5em 2em;
}
#sysItemDetail #contents_clinicianlp #item .student .exp .psychology_bnr img {
	width: 100%;
	margin: 0;
}

/* common */
#contents_clinicianlp .br_pc {
	display: block;
}


#contents_clinicianlp #item #developVoice h4 {
	position: absolute;
	top: 20px;
	left: 60px;
	font-size:250%;
	line-height:300%;
	width: 8em;
}
#contents_clinicianlp #item #developVoice .profile {
	margin-left: 380px;
	margin-bottom: 20px;
}



#contents_clinicianlp #item .hikaku{
	width: 960px;
}
#contents_clinicianlp #item .hikaku h4{
	background:url(../img/item/clinician_lp/input02_bg_top.png) no-repeat;
	background-size:contain;
	width:100%;
	padding:1.5em 0 1.5em 7em;
	margin:0;
	text-align:left;
	font-weight:bold;
	position:relative;
}
#contents_clinicianlp #item .hikaku .giza{
	display:block;
	padding:1.5em;
	background:url(../img/item/clinician_lp/input02_giza.png) no-repeat center;
	background-size:contain;
	text-align:center;
	font-weight:bold;
	position:absolute;
}
#contents_clinicianlp #item .hikaku h4 .giza{
	top:-2.5em;
	left:0.25em;
	box-sizing:border-box;
	line-height: 1.1;
}


#contents_clinicianlp #item .hikaku .geshu_area {
	display: flex;
}

#contents_clinicianlp #item .hikaku .geshu1,
#contents_clinicianlp #item .hikaku .geshu2,
#contents_clinicianlp #item .hikaku .kodawari {
	padding:0 1.25em 1.25em;
	padding-bottom:2em;
}

#contents_clinicianlp #item .hikaku .geshu1 {
}
#contents_clinicianlp #item .hikaku .geshu1 dt{
	float:left;
}
#contents_clinicianlp #item .hikaku .geshu1 dd {
	width: 400px;
	margin-left:3.7em;
}
#contents_clinicianlp #item .hikaku .geshu1 dd.cmpany_b{
	margin-right:20%;	
}
#contents_clinicianlp #item .hikaku .geshu1 dd.cmpany_b:after{
	width:172px;
	height:140px;
	bottom:-110%;
	left:50%;
}

#contents_clinicianlp #item .hikaku .geshu2 {
}
#contents_clinicianlp #item .hikaku .geshu2 dt{
	width:5em;
}
#contents_clinicianlp #item .hikaku .geshu2 dd {
	width: 400px;
}


#contents_clinicianlp #item .hikaku .geshu2 dd{
	border-color:#ff6699;
	margin-right:30%;
	padding-bottom:2em;
}
#contents_clinicianlp #item .hikaku .geshu2 dd:after{
	width:254px;
	height:147px;
	bottom:-75%;
	left:-1em;
}

#contents_clinicianlp #item .hikaku .kodawari{
	margin-top: 70px;
}
#contents_clinicianlp #item .hikaku .kodawari dt{
	float:right;
	width:15%;
	text-align:center;
	font-size:75%;	
}
#contents_clinicianlp #item .hikaku .kodawari dd{
	margin-right: 16%;
}



#sysItemDetail #contents_clinicianlp #item .colum .inner {
	position: relative;
}
#sysItemDetail #contents_clinicianlp #item .colum .inner h4,
#sysItemDetail #contents_clinicianlp #item .colum .inner p {
	padding-left: 1.5em;
}
#sysItemDetail #contents_clinicianlp #item .colum .inner p.img {
	float: none;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 1em;
	margin: auto 0;
	padding-left: 0;
	padding-right: 0;
}
#sysItemDetail #contents_clinicianlp #item .colum .inner .left {
	width: auto;
}

#contents_clinicianlp #item #colum_english .inner {
	min-height: 300px;
}
#contents_clinicianlp #item #colum_english .inner h4,
#contents_clinicianlp #item #colum_english .inner p {
	margin-left: 173px;
}



#sysItemDetail #contents_clinicianlp #item .day8 .flex {
	padding-right: 0;
}
#sysItemDetail #contents_clinicianlp #item .day8 .flex .right {
	overflow: hidden;
}
#sysItemDetail #contents_clinicianlp #item .day8 .flex .right img {
	max-width: 250%;
}


#contents_clinicianlp #item .tensaku h5 {
	width: 38%;
}
#contents_clinicianlp #item .tensaku h5.short {
	width: 32%;
}


#contents_clinicianlp #item #colum_teacher .inner h4,
#contents_clinicianlp #item #colum_teacher .inner p {
	margin-left: 145px;
}
#sysItemDetail #contents_clinicianlp #item #colum_teacher .inner p.img {
	top: 20px;
}


#contents_clinicianlp #item #output03 .green_area {
	min-height: 135px;
}
#contents_clinicianlp #item #output03 .green_area p {
	width: 520px;
}

#contents_clinicianlp #item #colum_pass .inner h4,
#contents_clinicianlp #item #colum_pass .inner p {
	margin-left: 166px;
}


#contents_clinicianlp #item .checkbook h3 {
	font-size: 180%;
}
#contents_clinicianlp #item .checkbook .flex p {
	width: 100%; /* for IE10 */
}

#contents_clinicianlp #item ul#tensakuoption {
	width: 100%; /* for IE10 */
	display:-ms-flexbox;
	display: flex;
	-ms-flex-pack:justify;
	justify-content: flex-start;
}

#contents_clinicianlp #item ul#tensakuoption li {
	width: 30%;
	padding-bottom: 140px;
	margin-right: 2em;
}
#contents_clinicianlp #item ul#tensakuoption li p.tensakuoption_img {
	position: absolute;
	bottom: -5em;
	left: 1em;
}
#contents_clinicianlp #item ul#tensakuoption li p.tensakuoption_img img {
	max-width: 110%;
}
/* よしもと特集ページ
---------------------------------------------------- */
#contents_yosimoto .mainnav {
	text-align: center;
	padding-top:20px;
}
#contents_yosimoto .mainnav li {
	display: -moz-inline-box;
	display: inline-block;
	/display: inline;
	/zoom: 1;
	padding-right: 34px;
}
#contents_yosimoto .mainnav li:last-child{
	padding-right:0
}

#contents_yosimoto .mainnav .lonkarea01 a {
	width: 256px;
	height: 74px;
	 background: url("../img/event/pc_nav_01.png") no-repeat;
	display: block;
	text-indent: -9999px;
}
#contents_yosimoto .mainnav .lonkarea02 a {
	width: 256px;
	height: 74px;
	 background: url("../img/event/pc_nav_02.png") no-repeat;
	display: block;
	text-indent: -9999px;
}
#contents_yosimoto .mainnav .lonkarea03 a {
	width: 256px;
	height: 74px;
	 background: url("../img/event/pc_nav_03.png") no-repeat;
	display: block;
	text-indent: -9999px;
}
#contents_yosimoto .mainnav .lonkarea01 a:hover , #contents_yosimoto .mainnav .lonkarea02 a:hover , #contents_yosimoto .mainnav .lonkarea03 a:hover {
    background-position: 0 -74px;
}


/* 硬筆書写技能検定対策講座
-----------------------------------*/
/* プレゼント */
.shosha-penji_present {
	width: 100%;
	padding: 30px 35px;
	border-radius: 10px;
	position: relative;
}

#item .shosha-penji_present h3 {
	font-size: 2.6rem;
	line-height: 1.3;
	padding: 0 0 0 4.8em;
	vertical-align: top;
}
.shosha-penji_present h3 span {
	width: 4.3em;
	height: 4.3em;
	font-size: 2.3rem;
	line-height: 4.5em;
}

#item .shosha-penji_present h4 {
	font-size: 1.8rem;
}

#item .shosha-penji_present p,
#item .shosha-penji_present ul {
	margin-bottom: 20px;
	width: 478px;
}

#item .shosha-penji_present p.present_img {
	position: absolute;
	top: 120px;
	right: 30px;
	width: 120px;
}
}
/* #END_OF_RESOURCE_FILE */
