@charset "utf-8";
/*-------------------------------------------------

	 font

-------------------------------------------------*/
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 300;
  src: local('Noto Sans CJK JP DemiLight'), url('../font/NotoSansCJKjp-DemiLight.eot'), url('../font/NotoSansCJKjp-DemiLight.eot?#iefix') format('embedded-opentype'), url('../font/NotoSansCJKjp-DemiLight.woff') format('woff'), url('../font/NotoSansCJKjp-DemiLight.ttf') format('truetype');
}
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 400;
  src: local('Noto Sans CJK JP Regular'), url('../font/NotoSansCJKjp-Regular.eot'), url('../font/NotoSansCJKjp-Regular.eot?#iefix') format('embedded-opentype'), url('../font/NotoSansCJKjp-Regular.woff') format('woff'), url('../font/NotoSansCJKjp-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato Regular'), url('../font/Lato-Regular.eot'), url('../font/Lato-Regular.eot?#iefix') format('embedded-opentype'), url('../font/Lato-Regular.woff') format('woff'), url('../font/Lato-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: local('Lato Bold'), url('../font/Lato-Bold.eot'), url('../font/Lato-Bold.eot?#iefix') format('embedded-opentype'), url('../font/Lato-Bold.woff') format('woff'), url('../font/Lato-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'Lato-Italic';
  font-style: normal;
  font-weight: 400;
  src: local('Lato Italic'), url('../font/Lato-Italic.eot'), url('../font/Lato-Italic.eot?#iefix') format('embedded-opentype'), url('../font/Lato-Italic.woff') format('woff'), url('../font/Lato-Italic.ttf') format('truetype');
}
@font-face {
  font-family: 'Lato-Italic';
  font-style: normal;
  font-weight: 700;
  src: local('Lato BoldItalic'), url('../font/Lato-BoldItalic.eot'), url('../font/Lato-BoldItalic.eot?#iefix') format('embedded-opentype'), url('../font/Lato-BoldItalic.woff') format('woff'), url('../font/Lato-BoldItalic.ttf') format('truetype');
}
@font-face {
  font-family: 'FontAwesome';
  font-weight: normal;
  font-style: normal;
  src: local('FontAwesome'), url('../font/fontawesome-webfont.eot'), url('../font/fontawesome-webfont.eot?#iefix') format('embedded-opentype'), url('../font/fontawesome-webfont.woff2') format('woff2'), url('../font/fontawesome-webfont.woff') format('woff'), url('../font/fontawesome-webfont.ttf') format('truetype'), url('../font/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
}
/*-------------------------------------------------

	 reset

-------------------------------------------------*/
address, article, aside, blockquote, body, dd, div, dl, dt, fieldset, figcaption, figure, form, h1, h2, h3, h4, h5, h6, header, input, nav, p, pre, section, td, textarea, th, ul, ul li, ol, ol li {
  margin: 0;
  padding: 0;
}
::-moz-selection {
  color: #fff;
  background: #EC739E;
  text-shadow: none;
}
::selection {
  color: #fff;
  background: #EC739E;
  text-shadow: none;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}
strong {
  font-weight: normal;
}
img {
  border: 0;
  max-width: 100%;
  height: auto;
  display: block;
  vertical-align: bottom;
  -ms-interpolation-mode: bicubic;
}
ul li, ol li {
  list-style-type: none;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
table th {
  font-weight: normal;
}
/*-------------------------------------------------

	 common

-------------------------------------------------*/
*, :after, :before {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
div:after, footer:after, ul:after, ol:after, li:after, dl:after {
  content: "";
  display: block;
  clear: both;
}
.text-center {
  text-align: center !important;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-indent {
  padding-left: 1em;
  text-indent: -1em;
}
a {
  text-decoration: none;
  color: #1a1e24;
}
.txt-pink {
  color: #DF3658;
}
.txt-red {
  color: #E50112;
}
html {
  font-size: 62.5%;
  overflow-y: scroll;
}
body {
  font-family: 'Noto Sans Japanese', sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  color: #1a1e24;
  background: #fff;
  line-height: 1.8;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
@media screen and (max-width:40em) {
  body {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.column [class*="col"] {
  float: left;
}
@media screen and (min-width: 768px) {
  .column [class*="col"] {
    float: left;
    padding-left: 50px;
  }
  .column.main-column [class*="col"], .column [class*="col"]:first-child {
    padding-left: 0;
  }
}
.col5 {
  width: 5%;
}
.col10 {
  width: 10%;
}
.col15 {
  width: 15%;
}
.col20 {
  width: 20%;
}
.col25 {
  width: 25%;
}
.col30 {
  width: 30%;
}
.col35 {
  width: 35%;
}
.col40 {
  width: 40%;
}
.col45 {
  width: 45%;
}
.col50 {
  width: 50%;
}
.col55 {
  width: 55%;
}
.col60 {
  width: 60%;
}
.col65 {
  width: 65%;
}
.col70 {
  width: 70%;
}
.col75 {
  width: 75%;
}
.col80 {
  width: 80%;
}
.col85 {
  width: 85%;
}
.col90 {
  width: 90%;
}
.col95 {
  width: 95%;
}
.col33 {
  width: 33.33333333%;
}
.col2 {
  width: 50%;
}
.col3 {
  width: 33.333333333%;
}
.col4 {
  width: 25%;
}
.col5 {
  width: 20%;
}
.col6 {
  width: 16.666666666%;
}
.col7 {
  width: 14.285714285%;
}
.col8 {
  width: 12.5%;
}
@media screen and (max-width: 40em) {
  .column [class*="col"] {
    float: none;
    width: 100%;
    /*margin-top:20px;*/
  }
  .column.main-column [class*="col"] {
    float: left;
    width: 25%;
    margin-top: 0;
  }
}
@media screen and (min-width:768px), print {
  .news-photo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .news-photo div {
    width: 47.5%;
  }
}
@media screen and (max-width: 767px) {
  .news-photo div:last-child {
    margin-top: 15px;
  }
}
.m0 {
  margin: 0 !important;
}
.mt1 {
  margin-top: 1em !important;
}
.mt2 {
  margin-top: 2em !important;
}
.mt3 {
  margin-top: 3em !important;
}
.mt4 {
  margin-top: 4em !important;
}
.mt5 {
  margin-top: 5em !important;
}
.ml10 {
  margin-left: 10px !important;
}
.ml20 {
  margin-left: 20px !important;
}
.mr10 {
  margin-right: 10px !important;
}
.mr20 {
  margin-right: 20px !important;
}
.mb5 {
  margin-bottom: 5px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
#bordertop, #borderleft, #borderright, #borderbottom {
  position: fixed;
  z-index: 1000;
}
#bordertop {
  top: 0;
  width: 100%;
  height: 10px;
  background: url(../img/common/bg-wrap-side.gif);
}
#borderleft {
  left: 0;
  width: 10px;
  height: 150%;
  background: url(../img/common/bg-wrap-vertical.gif);
}
#borderright {
  right: 0;
  width: 10px;
  height: 150%;
  background: url(../img/common/bg-wrap-vertical.gif);
}
#borderbottom {
  bottom: 0;
  width: 100%;
  height: 10px;
  background: url(../img/common/bg-wrap-side.gif);
}
#wrap {
  margin: 10px;
}
@media screen and (max-width:40em) {
  #bordertop, #borderbottom {
    height: 5px;
  }
  #borderleft, #borderright {
    display: none;
  }
  #wrap {
    margin: 5px 0;
  }
}
.header {
  position: relative;
}
.header .logo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 425px;
  height: 190px;
  z-index: 1;
}
.main-column {
  position: relative;
}
.header-under .main-column {
  position: relative;
  top: 0;
  max-height: 12em;
  overflow: hidden;
}
@media screen and (max-width:64em) {
  .header {
    min-height: 160px;
  }
  .header .logo {
    width: 320px;
    height: 147px;
  }
}
@media screen and (max-width:40em) {
  .header {
    min-height: 130px;
  }
  .header-under {
    min-height: 130px;
  }
  .header .logo {
    width: 250px;
    height: 115px;
  }
  .header-under .main-column [class*="col"] img {
    top: 0;
  }
}
.bg-ellipse {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin: 0;
  padding: 0;
}
.bg-ellipse img {
  width: 100%;
  height: 64px;
}
@media screen and (max-width:40em) {
  .bg-ellipse img {
    height: 32px;
  }
}
/*-------------------------------------------------

	--> base

-------------------------------------------------*/
.header-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 0;
}
.box {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
.box.box-w {
  position: relative;
  max-width: inherit;
  padding: 0 4%;
}
@media screen and (max-width: 40em) {
  .box.box-w {
    padding: 0;
  }
}
.box-in {
  width: 96%;
  margin: 0 auto;
}
/*.box-under{
	margin-top:40px;
}*/
@media screen and (max-width:79.063em) {
  .header-wrap, .box {
    margin-left: 20px;
    margin-right: 20px;
  }
}
#container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
.agree-box {
  padding: 50px;
  background: #FEF9E8;
  border: 10px solid #F5B6B4;
  border-radius: 10px;
}
@media screen and (max-width:79em) {
  .agree-box {
    padding: 20px;
    border: 5px solid #F5B6B4;
  }
}
@media screen and (max-width:40em) {
  .box-under {
    margin-top: 0;
  }
  .agree-box {
    padding: 15px 0;
  }
}
.agree-box ul {
  margin-bottom: 1em;
}
.agree-box ul li {
  position: relative;
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
}
.agree-box span {
  position: absolute;
  top: 15px;
  left: 0;
}
.agree-box label {
  float: left;
  display: inline-block;
  text-align: -1.5em;
  padding-left: 1.5em;
  cursor: pointer;
}
@media screen and (max-width:60em) {
  .agree-box ul {
    margin: 0 15px 1em;
  }
  .agree-box p {
    margin: 0 15px;
  }
}
ul.l-normal {
  margin: 0 0 0 1.4em;
  display: block;
}
ul.l-normal li {
  margin: 10px;
  list-style-type: none;
  text-indent: -1.4em;
}
ul.l-normal li:first-child {
  margin-top: 0;
}
.welcome {
  position: relative;
  margin: 20px 0 50px;
  text-align: center;
}
.welcome::before, .welcome::after {
  content: "";
  position: absolute;
  top: -100px;
  background-size: 230px 300px;
  width: 230px;
  height: 300px;
}
.welcome::before {
  background: url(../img/common/ill-women1.png) no-repeat;
  left: 0;
}
.welcome::after {
  background: url(../img/common/ill-men1.png) no-repeat;
  right: 0;
}
.welcome strong {
  display: block;
  font-size: 22px;
  font-size: 2.2rem;
  text-align: center;
}
.welcome p {
  margin: 20px 0 0;
}
.welcome strong br, .welcome p br {
  display: none;
}
.welcome p.entry-finish {
  display: inline-block;
  padding: 30px;
  border: 2px solid #DF3558;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 700;
  color: #DF3558;
}
.agree-copy {
  position: relative;
  max-width: 900px;
  margin: 35px auto 0;
  background: -moz-linear-gradient(top, #FFFF99, #FFF);
  background: -webkit-linear-gradient(top, #FFFF99, #FFF);
  background: linear-gradient(to bottom, #FFFF99, #FFF);
  border: 5px solid #EC739E;
  border-radius: 10px;
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
}
.agree-copy::before, .agree-copy::after {
  content: "";
  position: absolute;
  display: block;
  width: 60px;
  height: 60px;
  background-repeat: no-repeat;
  background-size: contain;
}
.agree-copy::before {
  top: -15px;
  left: -20px;
  background-image: url(../img/agree/c1.png);
}
.agree-copy::after {
  bottom: -15px;
  right: -20px;
  background-image: url(../img/agree/c2.png);
}
.agree-copy p {
  position: relative;
  text-align: center;
}
.agree-copy p a {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  padding: 30px;
  text-align: center;
  line-height: 1;
}
.agree-copy p a span {
  position: relative;
  padding-left: 35px;
}
.agree-copy p a span::before {
  content: "\f061";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin-top: auto;
  margin-bottom: auto;
  display: inline-block;
  font-family: "FontAwesome";
  font-weight: normal;
  text-decoration: none;
  color: #EC739E;
  vertical-align: middle;
  animation: anime 1s 0s infinite alternate;
}
@keyframes anime {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: 10px;
  }
}
.agree-copy p a:hover {
  opacity: .7;
}
.agree-copy p br {
  display: none;
}
@media screen and (max-width:79em) {
  .welcome {
    margin: 0 0 20px;
  }
  .welcome strong {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .welcome p br {
    display: block;
  }
  .agree-copy {
    position: relative;
    max-width: 90%;
    margin: 35px auto 0;
    padding: 15px 5px;
  }
  .agree-copy::before, .agree-copy::after {
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width:60em) {
  .welcome::before, .welcome::after {
    top: 0;
    background-size: 153px 200px;
    width: 153px;
    height: 200px;
  }
  .agree-copy {
    position: relative;
    max-width: 90%;
    margin: 35px auto 25px;
    padding: 10px 5px;
    font-size: 1.6rem;
  }
  .agree-copy p br {
    display: block;
  }
  .agree-copy::before {
    top: -15px;
    left: -10px;
  }
  .agree-copy::after {
    bottom: -15px;
    right: -10px;
  }
}
@media screen and (max-width:50em) {
  .box-top {
    margin-top: 20px;
  }
  .welcome::before, .welcome::after {
    display: none;
  }
}
@media screen and (max-width:40em) {
  .box-top {
    margin-top: 50px;
  }
  .welcome strong {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .welcome strong br {
    display: block;
  }
  .welcome p.entry-finish {
    padding: 30px 10px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .agree-copy p a {
    position: relative;
    display: block;
    padding: 15px 0;
    text-align: center;
    line-height: 1;
    font-size: 1.4rem;
  }
  .agree-copy p a span {
    position: relative;
    padding-left: 25px;
  }
}
.lead {
  margin: 20px 0;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width:40em) {
  .lead {
    margin: 20px 0;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.btn {
  display: inline-block;
  padding: .5em 1em;
  background: #DF3658;
  border: 2px solid #DF3658;
  border-radius: 10px;
  color: #fff;
}
.form-back-btn {
  padding: 10px 20px;
  background: #eee;
  border: 2px solid #eee;
  border-radius: 10px;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width:40em) {
  .btn {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.btn:hover {
  background: #fff;
  color: #DF3658;
}
#btn-agree {
  padding: 15px 30px;
  background: #DF3658;
  border: 2px solid #DF3658;
  border-radius: 10px;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-size: 20px;
  font-size: 2rem;
  color: #fff;
}
#btn-agree.inactive {
  pointer-events: none;
}
@media screen and (max-width:40em) {
  #btn-agree {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
button {
  cursor: pointer;
}
button.inactive {
  border: 2px solid #eee !important;
  background-color: #eee !important;
  cursor: default;
}
.agree-note {
  margin-top: 30px;
  font-size: 12px;
  font-size: 1.2rem;
}
.form-back-btn:hover {
  background: #fff;
}
.btn-wrap {
  display: block;
  margin: 50px 0 0;
  text-align: center;
}
.btn-wrap button {
  font-family: 'Noto Sans Japanese', sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width:60em) {
  .btn-wrap {
    margin: 30px 0 0;
  }
  .btn-wrap button {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.txt-box p {
  margin-top: 15px;
}
.txt-box p:first-child {
  margin-top: 0;
}
.ico-pdf::before {
  margin-right: 0.4em;
  font-family: "FontAwesome";
  text-decoration: none;
  content: "\f1c1";
}
.link-hiright span {
  padding: 5px;
  background-color: #FFF99E;
}
footer {
  position: relative;
  margin-top: 50px;
  padding: 35px 25px 25px;
}
footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background: url(../img/common/bg-wrap-side.gif) repeat-x;
}
footer strong {
  font-size: 15px;
  font-size: 1.5rem;
  color: #EC739E;
}
footer p {
  font-size: 13px;
  font-size: 1.3rem;
}
footer p.ico-tel::before {
  margin-right: 0.4em;
  font-family: "FontAwesome";
  text-decoration: none;
  content: "\f095";
}
footer p.ico-mail::before {
  margin-right: 0.4em;
  font-family: "FontAwesome";
  text-decoration: none;
  content: "\f003";
}
footer p.copyright {
  margin-top: 15px;
  font-size: 10px;
  font-size: 1rem;
  text-align: right;
}
footer p.copyright::before {
  margin-right: 0.4em;
  font-family: "FontAwesome";
  text-decoration: none;
  content: "\f1f9";
}
footer ul li {
  float: right;
  width: 30%;
  margin-left: 20px;
  border: 1px solid #eee;
}
footer ul li img {
  width: 70%;
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width:40em) {
  footer {
    margin-top: 25px;
    padding: 25px 0;
  }
  footer::before {
    height: 5px;
  }
  footer .column [class*="col"] {
    float: none;
    width: 100%;
    text-align: center;
  }
  footer p.copyright {
    margin-top: 15px;
    text-align: center;
  }
  footer ul {
    margin-top: 20px;
  }
  footer ul li {
    float: none;
    display: inline-block;
    width: 30%;
    margin-left: 0;
  }
  footer ul li img {
    width: 70%;
  }
}
.nameplus a {
  padding: 5px 10px;
  background: #F89A3F;
  border: 1px solid #F89A3F;
  border-radius: 10px;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
}
.nameplus a:hover {
  background: #fff;
  color: #F89A3F;
}
.nameplusbox {
  position: relative;
  border-bottom: 1px dotted #ddd;
  padding: 0 0 15px;
  margin: 0 0 15px;
}
.namedelete {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  padding: 2px 5px;
  background: #ccc;
  border: 1px solid #ccc;
  border-radius: 10px;
  font-size: 12px;
  font-size: 1.2rem;
}
.namedelete:hover {
  background: #fff;
  cursor: pointer;
}
.note {
  font-size: 12px;
  font-size: 1.2rem;
}
/*.line label:last-of-type{
	margin-left:20px;
}*/
.required::before {
  position: absolute;
  left: 10px;
  content: "必須";
  margin-right: 10px;
  padding: 0 2px;
  background: #fff;
  border: 1px solid #E50112;
  color: #E50112;
  font-size: 11px;
  font-size: 1.1rem;
}
@media screen and (max-width:64em) {
  .required::before {
    left: inherit;
    right: 0;
  }
}
@media screen and (max-width:40em) {
  .sp-block {
    display: block;
    margin-top: 10px;
  }
  .know-block .sp-block {
    margin-top: 0;
  }
}
.page-ttl {
  position: relative;
  text-align: center;
}
h1 {
  font-size: 18px;
  font-size: 1.8rem;
}
h2.ttl {
  padding: 0 20px 20px;
  font-size: 24px;
  font-size: 2.4rem;
  text-align: center;
}
.page-ttl {
  margin: 50px 0;
}
.page-ttl > h2.ttl {
  position: relative;
  padding: 0 20px 20px;
  font-size: 26px;
  font-size: 2.6rem;
  text-align: center;
  letter-spacing: .2em;
  display: inline-block;
}
.page-ttl > h2.ttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: url(../img/common/bg-circle.png) repeat-x;
  background-size: 60px 10px;
  height: 10px;
}
h3.ttl {
  position: relative;
  margin: 50px 0 30px;
  padding: 10px 15px 15px 30px;
  background: url(../img/common/bg-circle.png) repeat-x;
  background-size: 30px 5px;
  background-position: bottom;
  border-radius: 5px;
  letter-spacing: .1em;
  font-size: 20px;
  font-size: 2rem;
}
h3.ttl::before {
  content: "";
  margin-right: 0.4em;
  background: url(../img/common/icon-flower.png) no-repeat;
  background-size: 24px;
  position: absolute;
  top: 16px;
  left: 0;
  width: 24px;
  height: 24px;
}
@media screen and (max-width:64em) {
  .page-ttl {
    margin: 30px 0;
  }
  .page-ttl > h2.ttl {
    padding: 0 1em 15px;
    font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: .1em;
  }
  .page-ttl > h2.ttl::after {
    content: "";
    background-size: 30px 5px;
    height: 5px;
  }
  h2.ttl {
    padding: 0 0 20px;
    font-size: 20px;
    font-size: 2rem;
  }
  h3.ttl {
    margin: 15px 0;
    padding: 10px 15px 15px 20px;
    font-size: 15px;
    font-size: 1.5rem;
  }
  h3.ttl::before {
    background-size: 16px;
    width: 16px;
    height: 16px;
  }
}
@media screen and (max-width:40em) {
  .page-ttl {
    margin: 0 0 20px;
  }
}
/*
h3.ttl.icon-user::before{
	content:"\f007";
}

h3.ttl.icon-user-plus::before{
	content:"\f234";
}

h3.ttl.icon-home::before{
	content:"\f015";
}

h3.ttl.icon-plus-square::before{
	content:"\f0fe";
}
*/
p.txt-insurance-left {
  float: left;
  margin-bottom: 15px;
}
p.txt-insurance-right {
  float: right;
  margin-bottom: 15px;
}
p.txt-insurance-right a {
  text-decoration: underline;
  color: #EC739E;
}
p.txt-insurance-right a:hover {
  text-decoration: none;
}
@media screen and (max-width:64em) {
  p.txt-insurance-left, p.txt-insurance-right {
    float: none;
    text-align: left;
  }
}
#form_style input[type=text], #form_style textarea {
  font-family: 'Noto Sans Japanese', sans-serif;
  border: 1px solid #dddddd;
  padding: 5px;
}
#form_style input[type=text].error_bg, #form_style textarea.error_bg {
  border: 1px solid #DD0021;
}
#form_style select {
  font-family: 'Noto Sans Japanese', sans-serif;
  border: 1px solid #ddd;
  padding: 5px;
  /*-moz-appearance:button;
	-webkit-appearance:button;
	appearance:button;*/
  -webkit-appearance: none;
}
#form_style select.error_bg {
  border: 1px solid #DD0021;
}
#form_style input[type=text]:focus, #form_style textarea:focus {
  border: 1px solid #768BD3;
  -moz-box-shadow: 0 0 5px #94A4DC;
  -webkit-box-shadow: 0 0 5px #94A4DC;
  box-shadow: 0 0 5px #94A4DC;
  background: #fff !important;
}
#form_style select:focus {
  border: 1px solid #768BD3;
  -moz-box-shadow: 0 0 5px #94A4DC;
  -webkit-box-shadow: 0 0 5px #94A4DC;
  box-shadow: 0 0 5px #94A4DC;
  background: #fff !important;
}
#form_style .error_msg {
  display: block;
  margin-top: 0.3em;
  color: #DD0021;
}
.submit_button input {
  position: relative;
  display: inline-block;
  margin: 20px auto 0;
  padding: 15px 30px;
  border: 1px solid #b22;
  border-radius: 5px;
  background-color: #b22;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  width: auto;
  cursor: pointer;
  transition: color .3s;
}
.submit_button input:hover {
  border: 1px solid #b22;
  background-color: #ffffff;
  color: #b22;
}
.edit_button input {
  position: relative;
  display: inline-block;
  margin: 20px auto 0;
  padding: 5px 30px;
  border: 1px solid #cccccc;
  background-color: #dddddd;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-size: 1em;
  font-weight: bold;
  color: #1a1e24;
  width: auto;
  cursor: pointer;
  transition: color .3s;
}
.edit_button input:hover {
  border: 1px solid #cccccc;
  background-color: #ffffff;
}
.normal-table table {
  width: 100%;
}
.normal-table table tr th, .normal-table table tr td {
  padding: 20px;
  line-height: 1.6em;
  text-align: left;
}
.normal-table table tr:nth-child(odd) th, .normal-table table tr:nth-child(odd) td {
  background-color: #f1f1f1;
}
table.table-hide tr:nth-child(odd) th, table.table-hide tr:nth-child(odd) td {
  background-color: #fff;
}
table.table-hide tr:nth-child(even) th, table.table-hide tr:nth-child(even) td {
  background-color: #f1f1f1;
}
@media screen and (max-width: 64em) {
  table.table-hide tr:nth-child(even) td {
    background-color: #fff;
  }
}
.normal-table table tr th {
  padding: 10px 10px 10px 50px;
  width: 26%;
  vertical-align: middle;
}
.normal-table table tr td .line {
  border-left: 1px solid #ddd;
  padding-left: 20px;
}
.normal-table table tr:nth-child(odd) td .line {
  border-left: 1px solid #ddd;
}
.normal-table table tr td ul li {
  list-style-type: disc;
  margin: 0 0 0 20px;
  padding: 3px 0;
}
@media screen and (max-width: 64em) {
  .normal-table table, .normal-table table tbody, .normal-table table tr {
    display: block;
  }
  .normal-table table tr td {
    display: block;
    width: 100%;
    padding: 10px 10px 20px 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .normal-table table tr th {
    background-color: #f1f1f1 !important;
    display: block;
    width: 100%;
    padding: 5px 50px 5px 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .normal-table table tr:nth-child(odd) th, .normal-table table tr:nth-child(odd) td {
    background-color: transparent;
  }
  .normal-table table tr td .line {
    border-left: none;
    padding-left: 0;
  }
  .normal-table table tr:nth-child(odd) td .line {
    border-left: none;
  }
}
.font_r {
  color: #E50112;
}
.form_txt {
  color: #999999;
  font-size: 0.8em;
  padding-top: 5px;
  padding-bottom: 0;
  line-height: 1.2em;
}
.form_err {}
.form_err p {
  display: inline-block;
  background: #E50112;
  border-radius: 5px;
  color: #fff;
  margin-top: 10px;
  padding: 5px;
  line-height: 1.2em;
}
.txt_ind {
  text-indent: 1em;
}
.w5 {
  width: 5%;
}
.w10 {
  width: 10%;
}
.w15 {
  width: 15%;
}
.w20 {
  width: 20%;
}
.w30 {
  width: 30%;
}
.w40 {
  width: 40%;
}
.w50 {
  width: 50%;
}
.w60 {
  width: 60%;
}
.w70 {
  width: 70%;
}
.w80 {
  width: 80%;
}
.w90 {
  width: 90%;
}
.w100 {
  width: 100%;
}
.w40px {
  width: 40px;
}
.w50px {
  width: 50px;
}
.w80px {
  width: 80px;
}
.w100px {
  width: 100px;
}
@media screen and (max-width:79em) {
  #form_style table .w10 {
    width: 20%;
  }
  #form_style table .w20 {
    width: 32%;
  }
  #form_style table .w60 {
    width: 100%;
  }
}
.width_s {
  width: 40%;
}
.width_m {
  width: 100%;
}
.width_l {
  width: 100%;
}
.width_zip {
  width: 5em;
}
.height_l {
  height: 15em;
}
ul.thanks-txt li {
  color: #b22;
  font-weight: 700;
}
.step-bar {
  position: relative;
  width: 100%;
  margin: 50px 0 0;
  text-align: center;
  overflow: hidden;
  zoom: 1;
}
@media screen and (min-width:40.064em) {
  .know-block .w20 {
    width: 40%;
  }
}
@media screen and (max-width:40em) {
  .know-block .w20 {
    width: 60% !important;
  }
  .step-bar {
    margin: 0;
  }
}
.step-bar .step {
  position: relative;
  float: left;
  display: inline-block;
  line-height: 40px;
  padding: 0 40px 0 20px;
  background-color: #eee;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.step-bar .step:before, .step-bar .step:after {
  position: absolute;
  left: -15px;
  display: block;
  content: "";
  background-color: #eee;
  border-left: 4px solid #FFF;
  width: 20px;
  height: 20px;
}
.step-bar .step:after {
  top: 0;
  -moz-transform: skew(30deg);
  -ms-transform: skew(30deg);
  -webkit-transform: skew(30deg);
  transform: skew(30deg);
}
.step-bar .step:before {
  bottom: 0;
  -moz-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  -webkit-transform: skew(-30deg);
  transform: skew(-30deg);
}
.step-bar .step:first-child {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.step-bar .step:first-child:before, .step-bar .step:first-child:after {
  content: none;
}
.step-bar .step:last-child {
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.step-bar .step.current {
  color: #fff;
  font-weight: 700;
  background-color: #F89A3F;
}
.step-bar .step.current:before, .step-bar .step.current:after {
  background-color: #F89A3F;
}
.step-bar.step4 .step {
  width: 25%;
}
@media screen and (max-width:79em) {
  .step-bar .step {
    padding: 0 30px 0 10px;
  }
  .step-bar li {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width:40em) {
  .step-bar .step {
    padding: 0 20px 0 0;
  }
  .step-bar li {
    font-size: 11px;
    font-size: 1.1rem;
  }
}
.list-report li img {
  border-radius: .4em .4em 0 0;
}
.list-report li .left {
  position: relative;
}
.list-report > li span.vol {
  position: absolute;
  top: -.5em;
  left: -.5em;
  font-size: 1.5rem;
  color: #fff;
  background: #EC739E;
  border-radius: 5px;
  font-family: 'Lato-Italic';
  font-weight: 600;
  padding: 5px 10px;
  z-index: 1;
  line-height: 1;
}
@media screen and (max-width: 64em) {
  .list-report > li span.vol {
    font-size: 1.4rem;
  }
}
.list-report {
  position: relative;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.list-report > li {
  position: relative;
  float: left;
  background: #faf1e1;
  border-radius: .4em;
}
@media screen and (min-width: 64em) {
  /*.list-report {
    margin-top: 50px;
  }*/
  .list-report > li {
    width: 17%;
    margin-top: 40px;
    margin-right: 3.75%;
  }
  .list-report > li:nth-child(5n) {
    margin-right: 0;
  }
}
.list-report li ul.report-name {
  padding: .5em 1em;
}
.list-report li ul.report-name li {
  font-size: 1.2rem;
}
.list-report li ul.report-name li:nth-child(n+2) {
  margin-top: .5em;
  padding-top: .5em;
  border-top: 1px dashed #ccc;
}
.list-report li ul.report-name li span {
  font-size: 1.5rem;
}
@media screen and (max-width: 40em) {
  .list-report li ul.report-name li {
    font-size: 1.1rem;
  }
  .list-report li ul.report-name li span {
    font-size: 1.3rem;
  }
}
.list-report li a:hover img {
  opacity: .5;
  -webkit-transition: all 0.3s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.list-report li div p:nth-child(4)::before {
  margin-right: 0.4em;
  font-family: "FontAwesome";
  content: "\f017";
  color: #F6A80B;
  text-decoration: none;
}
.list-report li div p:nth-child(4) {
  display: block;
  border-top: 1px dotted #ccc;
  margin-top: 5px;
  padding: 10px 0 0;
  font-size: 11px;
  font-size: 1.1rem;
  text-align: right;
}
@media screen and (max-width:40em) {
  .list-report > li {
    float: none;
    padding: 1em;
    width: 100%;
    margin: 0;
  }
  .list-report li img {
    border-radius: .4em;
  }
  .list-report li .left {
    float: left;
    width: 45%;
  }
  .list-report li .right {
    position: relative;
    float: right;
    width: 50%;
  }
  .list-report li ul.report-name {
    padding: 0;
  }
  .list-report li ul.report-name p {
    font-size: 11px;
    font-size: 1.1rem;
  }
  .list-report > li span.vol {
    font-size: 1.3rem;
    padding: .2em .4em;
  }
}
.page-ttl.top-ttl {
  margin-top: 5em;
  padding-top: 1em;
}
.page-ttl.top-ttl .ico {
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 3;
  width: 50px;
  height: 50px;
}
.page-ttl.top-ttl .ico::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #fff;
}
.page-ttl.top-ttl .ico img {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.page-ttl.top-ttl .ico:hover img {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
@media screen and (max-width: 64em) {
  .list-report {
    margin-top: 30px;
  }
  .page-ttl.top-ttl {
    margin-top: 4em;
    margin-bottom: 0;
    padding-top: 0;
  }
  .list-report > li {
    width: 30%;
    margin-right: 5%;
  }
  .list-report > li:nth-child(3n) {
    margin-right: 0;
  }
  .list-report > li:nth-child(n+4) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 40em) {
  .list-report > li {
    width: 100%;
    margin-right: 0;
  }
  .list-report > li:nth-child(n+2) {
    margin-top: 20px;
  }
  .page-ttl.top-ttl .ico img {
    width: 30px;
    height: 30px;
  }
  .list-report > li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.balloon {
  position: relative;
  display: inline-block;
  padding: 10px;
  background: #EC739E;
  border-radius: 10px;
  color: #fff;
}
.balloon::after {
  border-top: 10px solid #EC739E;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  content: "";
  margin-left: -10px;
  position: absolute;
  bottom: -10px;
  left: 20%;
}
@media screen and (max-width: 40em) {
  .balloon {
    margin-left: 10px;
  }
}
/*-------------------------------------------------

	 top

-------------------------------------------------*/
@media (min-width: 1025px) {
  .lg-hide {
    display: none !important;
  }
}
@media (min-width: 40em) and (max-width: 1024px) {
  .md-hide {
    display: none !important;
  }
}
@media (max-width: 40em) {
  .sm-hide {
    display: none !important;
  }
}
ul.list-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width:40em) {
  ul.list-top {
    margin-top: 25px;
    justify-content: flex-start;
  }
}
ul.list-top li {
  position: relative;
  width: 30%;
  margin-top: 7.5%;
  margin-right: 5%;
  border-radius: 10px;
  color: #fff;
  text-align: center;
}
ul.list-top li:nth-child(3n) {
  margin-right: 0;
}
ul.list-top li:nth-child(n+4) {
  margin-top: 7.5%;
}
ul.list-top .ico {
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 3;
  width: 80px;
  height: 80px;
}
ul.list-top .ico::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #fff;
}
ul.list-top .ico img {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
ul.list-top li:nth-child(-n+5):hover .ico img, ul.list-top li a:hover .ico img {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
ul.list-top li:nth-child(-n+5)::after, ul.list-top li a::after {
  content: "";
  position: absolute;
  bottom: .5em;
  right: .5em;
  z-index: 3;
}
ul.list-top li:nth-child(-n+5):hover::after, ul.list-top li a:hover::after {
  content: "\f061";
  display: block;
  right: 10px;
  padding: 0 .5em;
  -webkit-transition: all 0.3s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  border-radius: 50%;
  font-family: "FontAwesome";
  color: #fff;
}
ul.list-top li a {
  display: block;
  padding: 50px 1em 1em;
  border-radius: 5px;
  color: #fff;
}
ul.list-top li a h2 {
  margin-bottom: 15px;
  font-size: 17px;
  font-size: 1.7rem;
  letter-spacing: .1em;
}
/*ul.list-top li.panel-news a h2 {
  letter-spacing: -2px;
}*/
ul.list-top li a img {
  border-radius: 5px;
}
ul.list-top li.panel-outline a {
  background: #FB9A39;
  background-image: linear-gradient(rgba(0, 0, 0, 0) 50%, rgba(249, 133, 53, 1) 50%);
  background-position: 0 0;
  background-size: auto 200%;
  -webkit-transition: all .3s;
  transition: all .3s;
}
ul.list-top li.panel-outline:hover::after {
  background: #F98535;
}
ul.list-top li.panel-news a {
  background: #6ACA4A;
  background-image: linear-gradient(rgba(0, 0, 0, 0) 50%, rgba(88, 186, 64, 1) 50%);
  background-position: 0 0;
  background-size: auto 200%;
  -webkit-transition: all .3s;
  transition: all .3s;
}
ul.list-top li.panel-news:hover::after {
  background: #58BA40;
}
ul.list-top li.panel-entry a {
  background: #FA7E7E;
  background-image: linear-gradient(rgba(0, 0, 0, 0) 50%, rgba(247, 106, 106, 1) 50%);
  background-position: 0 0;
  background-size: auto 200%;
  -webkit-transition: all .3s;
  transition: all .3s;
}
ul.list-top li.panel-entry:hover::after {
  background: #F76A6A;
}
ul.list-top li.panel-report a {
  background: #EC739E;
  background-image: linear-gradient(rgba(0, 0, 0, 0) 50%, rgba(233, 92, 141, 1) 50%);
  background-position: 0 0;
  background-size: auto 200%;
  -webkit-transition: all .3s;
  transition: all .3s;
}
ul.list-top li.panel-report:hover::after {
  background: #EC739E;
}
ul.list-top li.panel-research a {
  background: #4AB4DB;
  background-image: linear-gradient(rgba(0, 0, 0, 0) 50%, rgba(64, 161, 208, 1) 50%);
  background-position: 0 0;
  background-size: auto 200%;
  -webkit-transition: all .3s;
  transition: all .3s;
}
ul.list-top li.panel-research:hover::after {
  background: #40A1D0;
}
ul.list-top li.panel-feature a, ul.list-top li a.panel-feature {
  position: relative;
  background: #F74444;
  background-image: linear-gradient(rgba(0, 0, 0, 0) 50%, rgba(247, 49, 49, 1) 50%);
  background-position: 0 0;
  background-size: auto 200%;
  -webkit-transition: all .3s;
  transition: all .3s;
}
ul.list-top li.panel-feature:hover::after, ul.list-top li a.panel-feature:hover::after {
  background: #F73131;
}
ul.list-top li.panel-booklet a, ul.list-top li a.panel-booklet {
  position: relative;
  background: #FABD05;
  background-image: linear-gradient(rgba(0, 0, 0, 0) 50%, rgba(247, 171, 25, 1) 50%);
  background-position: 0 0;
  background-size: auto 200%;
  -webkit-transition: all .3s;
  transition: all .3s;
}
ul.list-top li.panel-booklet:hover::after, ul.list-top li a.panel-booklet:hover::after {
  background: #F7AB19;
}
ul.list-top li.panel-forum a {
  background: #8C74CB;
  background-image: linear-gradient(rgba(0, 0, 0, 0) 50%, rgba(119, 97, 187, 1) 50%);
  background-position: 0 0;
  background-size: auto 200%;
  -webkit-transition: all .3s;
  transition: all .3s;
}
ul.list-top li.panel-forum:hover::after {
  background: #7761BB;
}
ul.list-top li a:hover {
  background-position: 0 100%;
}
/*ul.list-top li.panel-booklet,
ul.list-top li.panel-forum{
	width:46%;
	margin-top:50px;
}*/
ul.list-top li.panel-feature a h2, ul.list-top li.panel-booklet a h2, ul.list-top li.panel-forum a h2 {
  margin-bottom: 0;
}
ul.list-top li.panel-feature, ul.list-top li.panel-booklet, ul.list-top li.panel-forum {
  width: 29.3%;
  margin-top: 50px;
}
ul.list-top li.sm-hide a:last-child {
  margin-top: 24%;
}
@media screen and (max-width:64em) {
  ul.list-top li::after, ul.list-top li:hover::after {
    display: none;
  }
  ul.list-top li {
    width: 46%;
  }
  ul.list-top li:nth-child(n+3) {
    margin-top: 50px;
  }
  ul.list-top li:hover .ico img {
    transform: none;
  }
}
@media screen and (max-width:40em) {
  ul.list-top .ico {
    position: relative;
    top: 0;
    display: inline-block;
    width: 35px;
    height: 35px;
  }
  ul.list-top .ico img {
    width: 20px;
    height: 20px;
  }
  ul.list-top li, ul.list-top li.panel-feature, ul.list-top li.panel-booklet, ul.list-top li.panel-forum {
    width: 47.5%;
    margin: 0;
  }
  ul.list-top li:nth-child(odd) {
    margin-right: 5%;
  }
  ul.list-top li:nth-child(n+3) {
    margin-top: 20px;
  }
  ul.list-top li:nth-last-child(2) {
    margin-right: 0;
  }
  ul.list-top li a {
    padding: 10px;
  }
  ul.list-top li a h2 {
    margin-bottom: 0;
    font-size: 3vw;
    letter-spacing: 0;
  }
  ul.list-top li a h2 + img {
    display: none;
  }
}
.message-box {
  position: relative;
  width: 100%;
  margin: 0 auto 50px;
  text-align: center;
}
.message-box a {
  color: #EC739E;
  text-decoration: none;
}
.message-box a:hover {
  color: #DF3558;
}
.message-box .ill-tree, .message-box .ill-window, .message-box .ill-sofa, .message-box .ill-tree2 {
  position: absolute;
}
.message-box .ill-tree {
  top: -10px;
  left: 60px;
}
.message-box .ill-window {
  top: 0;
  right: 60px;
}
.message-box .ill-sofa {
  bottom: 70px;
  left: 80px;
}
.message-box .ill-tree2 {
  bottom: -30px;
  right: 80px;
}
.message-box strong {
  display: table;
  position: relative;
  margin: 0 auto 40px;
  padding-bottom: 50px;
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
  color: #EC739E;
}
.message-box strong::after {
  content: "";
  background: url(../img/common/bg-circle.png) repeat-x;
  width: 220px;
  height: 10px;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width:64em) {
  .message-box {
    margin: 0 auto 40px;
  }
  .message-box strong {
    margin: 0 auto 20px;
    padding-bottom: 30px;
    font-size: 20px;
    font-size: 2rem;
  }
  .message-box p {
    padding: 0 20px;
  }
  .message-box .ill-sofa, .message-box .ill-tree2 {
    display: none;
  }
  .message-box .ill-tree img, .message-box .ill-window img {
    width: 65%;
    height: auto;
  }
  .message-box .ill-window {
    top: 130px;
    right: -10px;
  }
  .message-box .ill-tree, .message-box .ill-window {
    display: none;
  }
}
@media screen and (max-width:40em) {
  .message-box {
    width: 94%;
    margin: 0 auto 20px;
  }
  .message-box strong {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .message-box p {
    text-align: left;
  }
  .message-box p br {
    display: none;
  }
  .message-box .ill-tree, .message-box .ill-window {
    display: none;
  }
}
.page-now-planning.report-planning {
  padding: 30px 0;
}
@media screen and (max-width:40em) {
  .page-now-planning.report-planning {
    margin-top: 30px;
    padding: 30px 0;
  }
}
.page-now-planning.report-planning::before {
  content: "";
  background: url(../img/common/bg-circle.png) repeat-x;
  width: 220px;
  height: 10px;
  background-size: contain;
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.page-now-planning {
  position: relative;
  margin: 80px 0;
}
.page-now-planning p {
  width: 70%;
  margin: 0 auto;
  padding: 100px;
  background: #FFFFBF;
  border: 5px solid #EC739E;
  border-radius: 10px;
  font-size: 20px;
  font-size: 2rem;
}
.page-now-planning p span {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
}
.page-now-planning .ill-child, .page-now-planning .ill-family, .page-now-planning .ill-dog, .page-now-planning .ill-student {
  position: absolute;
}
.page-now-planning .ill-child {
  bottom: 0;
  left: 90px;
}
.page-now-planning .ill-family {
  bottom: 0;
  right: 60px;
}
.page-now-planning .ill-dog {
  bottom: -10px;
  left: 90px;
}
.page-now-planning .ill-student {
  top: -10px;
  right: 60px;
}
@media screen and (max-width:64em) {
  .page-now-planning p {
    padding: 50px 80px;
  }
  .page-now-planning .ill-child img, .page-now-planning .ill-family img, .page-now-planning .ill-dog img, .page-now-planning .ill-student img {
    width: 70%;
  }
  .page-now-planning .ill-student {
    right: 20px;
  }
  .page-now-planning .ill-family {
    right: 20px;
  }
}
@media screen and (max-width:40em) {
  .page-now-planning {
    margin: 20px 0;
    overflow: hidden;
  }
  .page-now-planning.report-planning {
    padding-bottom: 20px;
  }
  .page-now-planning.report-planning::before {
    content: "";
    top: 0;
  }
  .page-now-planning p {
    width: 85%;
    padding: 30px;
  }
  .page-now-planning .ill-child img, .page-now-planning .ill-family img, .page-now-planning .ill-dog img, .page-now-planning .ill-student img {
    width: 40%;
  }
  .page-now-planning .ill-dog {
    bottom: -10px;
    left: 0;
  }
  .page-now-planning.report-planning .ill-dog {
    bottom: 30px;
    left: 0;
  }
  .page-now-planning .ill-child {
    bottom: 0;
    left: 0;
  }
  .page-now-planning .ill-family {
    bottom: 0;
    right: -110px;
  }
  .page-now-planning .ill-student {
    top: 30px;
    right: -80px;
  }
  .page-now-planning p {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .page-now-planning p span {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
/*scrooll top
------------------------------*/
#scroolltop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 50px;
  height: 50px;
  color: #fff;
  font-size: 110%;
  text-align: center;
  text-decoration: none;
  background: #EC739E;
  z-index: 1000;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  transform: scale(0);
  border-radius: 50%;
}
#scroolltop:hover {
  opacity: 0.8;
  text-decoration: none;
}
#scroolltop.show {
  transform: scale(1);
  -webkit-transform: translateZ(1);
}
a#scroolltop {
  display: block;
}
#scroolltop:before, #scroolltop:after {
  position: absolute;
  left: 50%;
  content: "";
  width: 0;
  height: 0;
}
#scroolltop:before {
  top: 50%;
}
#scroolltop:after {
  top: 50%;
  z-index: -1;
}
@media screen and (max-width: 40em) {
  #scroolltop {
    width: 30px;
    height: 30px;
    right: 10px;
  }
  #scroolltop:before, #scroolltop:after {
    margin-left: -5px;
    border: 5px solid transparent;
  }
  #scroolltop:before {
    margin-top: -6px;
    border-bottom: 5px solid #EC739E;
  }
  #scroolltop:after {
    margin-top: -8px;
    border-bottom: 5px solid #fff;
  }
}
@media screen and (min-width: 40.063em) {
  #scroolltop {
    width: 50px;
    height: 50px;
  }
  #scroolltop:before, #scroolltop:after {
    margin-left: -10px;
    border: 10px solid transparent;
  }
  #scroolltop:before {
    margin-top: -13px;
    border-bottom: 10px solid #EC739E;
  }
  #scroolltop:after {
    margin-top: -15px;
    border-bottom: 10px solid #fff;
  }
}
.list-nav {
  margin: 20px 0;
}
.list-nav li {
  display: block;
  float: left;
  position: relative;
  width: 16.6666666667%;
  border-right: 2px solid #eee;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  z-index: 2;
  overflow: hidden;
}
.list-nav li:last-child {
  border-right: none;
}
.list-nav li a {
  position: relative;
  display: block;
  padding: 3.5em 0 1.4em;
}
.list-nav li::before, .list-nav li::after {
  content: "";
  position: absolute;
  display: block;
  -webkit-transition: all .3s;
  transition: all .3s;
  z-index: -1;
}
.list-nav li::after {
  top: -100%;
  width: 100%;
  height: 100%;
}
.list-nav li a::before {
  content: "";
  position: absolute;
  top: 1em;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 30px;
  height: 30px;
  display: block;
}
.list-nav li:hover::after {
  top: 0;
}
.list-nav li a:hover {
  color: #fff;
}
.list-nav li:nth-child(1):hover::after {
  background-color: #EC739E;
}
.list-nav li:nth-child(2):hover::after {
  background-color: #FB9A39;
}
.list-nav li:nth-child(3):hover::after {
  background-color: #6ACA4A;
}
.list-nav li:nth-child(4):hover::after {
  background-color: #FA7E7E;
}
.list-nav li:nth-child(5):hover::after {
  background-color: #4AB4DB;
}
.list-nav li:nth-child(6):hover::after {
  background-color: #EC739E;
}
.list-nav li:nth-child(1) a::before {
  background: url(../img/common/ico-home.png) no-repeat;
  background-size: 30px;
}
.list-nav li:nth-child(1) a:hover::before {
  background: url(../img/common/ico-home-white.png) no-repeat;
  background-size: 30px;
}
.list-nav li:nth-child(2) a::before {
  background: url(../img/common/ico-outline.png) no-repeat;
  background-size: 30px;
}
.list-nav li:nth-child(2) a:hover::before {
  background: url(../img/common/ico-outline-white.png) no-repeat;
  background-size: 30px;
}
.list-nav li:nth-child(3) a::before {
  background: url(../img/common/ico-news.png) no-repeat;
  background-size: 30px;
}
.list-nav li:nth-child(3) a:hover::before {
  background: url(../img/common/ico-news-white.png) no-repeat;
  background-size: 30px;
}
.list-nav li:nth-child(4) a::before {
  background: url(../img/common/ico-entry.png) no-repeat;
  background-size: 30px;
}
.list-nav li:nth-child(4) a:hover::before {
  background: url(../img/common/ico-entry-white.png) no-repeat;
  background-size: 30px;
}
.list-nav li:nth-child(5) a::before {
  background: url(../img/common/ico-research.png) no-repeat;
  background-size: 30px;
}
.list-nav li:nth-child(5) a:hover::before {
  background: url(../img/common/ico-research-white.png) no-repeat;
  background-size: 30px;
}
.list-nav li:nth-child(6) a::before {
  background: url(../img/common/ico-report.png) no-repeat;
  background-size: 30px;
}
.list-nav li:nth-child(6) a:hover::before {
  background: url(../img/common/ico-report-white.png) no-repeat;
  background-size: 30px;
}
.list-nav li a::after {
  content: "";
  background: url(../img/common/bg-wrap-side.gif) repeat-x;
  width: 100%;
  height: 10px;
  background-size: 40px 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 64em) {
  .list-nav li {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .list-nav li a span {
    display: none;
  }
  .list-nav li a::after {
    height: 5px;
    background-size: 20px 5px;
  }
}
@media screen and (max-width: 40em) {
  .nav-box {
	  margin-top: 5px;
    margin-left: 0;
    margin-right: 0;
  }
  .list-nav {
    margin: 0 0 20px;
  }
  .list-nav li {
    width: 20%;
    font-size: 10px;
    font-size: 1rem;
    border-right: 1px solid #eee;
  }
  .list-nav li a {
    padding: 4em 0 1.4em;
  }
  .list-nav li:nth-child(1) {
    display: none;
  }
}
@media screen and (max-width: 320px) {
  .list-nav li {
    font-size: .9rem;
  }
}
/*-------------------------------------------------

	 outline

-------------------------------------------------*/
.outline-massage {
  text-align: center;
}
.outline-massage strong {
  display: block;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 700;
  color: #CF5A5A;
}
.outline-massage p {
  margin-top: 20px;
}
@media screen and (max-width: 64em), print {
  .outline-massage {
    text-align: left;
  }
  .outline-massage strong {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.step-photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 15px;
}
@media screen and (min-width: 40.064em), print {
  .step-photo li {
    width: 23.5%;
  }
  .step-photo li:nth-child(n+2) {
    margin-left: 2%;
  }
}
@media screen and (max-width: 40em), print {
  .step-photo li {
    width: 47.5%;
  }
  .step-photo li:nth-child(even) {
    margin-left: 5%;
  }
  .step-photo li:nth-child(n+3) {
    margin-top: 5%;
  }
}
.step dl dt, .step dl dd {
  float: left;
  font-weight: bold;
  padding: 1em;
}
.step dl dt {
  border-radius: 5px 0 0 5px;
}
.step dl dd {
  border-radius: 0 5px 5px 0;
}
.step dl.step1 dt, .step dl.step1 dd {
  background: #CADB45;
}
.step dl.step2 dt, .step dl.step2 dd {
  background: #FFDB4D;
}
.step dl.step3 dt, .step dl.step3 dd {
  background: #9FD8EE;
}
.step dl.step4 dt, .step dl.step4 dd {
  background: #F5B6B4;
}
.step dl.step5 dt, .step dl.step5 dd {
  background: #EFC271;
}
.step dl dt {
  width: 12%;
  border-right: 5px solid #fff;
  text-align: center;
}
.step dl dd {
  width: 88%;
}
.step-in, .step-in-last {
  margin: 30px 0;
  padding-left: 13%;
}
.step-in {
  background: url(../img/outline/arrow.png) no-repeat 5% bottom;
}
@media screen and (max-width: 64em), print {
  .step dl dt {
    width: 20%;
  }
  .step dl dd {
    width: 80%;
  }
  .step-in, .step-in-last {
    margin: 20px 0;
    padding-left: 22%;
  }
  .step-in {
    background-position: 8% bottom;
  }
}
@media screen and (max-width: 40em), print {
  .step dl dt, .step dl dd {
    padding: .5em;
  }
  .step dl dt {
    width: 30%;
  }
  .step dl dd {
    width: 70%;
  }
  .step-in {
    background-position: 8% bottom;
  }
}
.page-outline .university-list li {
  float: left;
}
.page-outline .university-list li img {
  border: 2px solid #eee;
  border-radius: 5px;
}
.page-outline .university-list li p {
  margin-top: 10px;
  font-size: 13px;
  font-size: 1.3rem;
}
@media print, screen and (min-width:768px) {
  .page-outline .university-list li {
    width: 18%;
    margin-right: 2.5%;
  }
  .page-outline .university-list li:nth-child(5n) {
    margin-right: 0;
  }
  .page-outline .university-list li:nth-child(n+6) {
    margin-top: 40px;
  }
}
@media screen and (max-width:767px) {
  .page-outline .university-list li {
    width: 48%;
    margin-right: 4%;
  }
  .page-outline .university-list li:nth-child(even) {
    margin-right: 0;
  }
  .page-outline .university-list li:nth-child(n+3) {
    margin-top: 20px;
  }
}
/*@media screen and (min-width: 64.064em),print {

.page-outline .university-list li{
	width:18%;
	margin-right:2.5%;
}

.page-outline .university-list li:nth-child(5n){
	margin-right:0;
}

.page-outline .university-list li:nth-child(n+6){
	margin-top:40px;
}

}*/
/*@media screen and (max-width: 64em) {

.page-outline .university-list li{
	width:22.5%;
	margin-right:2.5%;
}

.page-outline .university-list li:nth-child(4n){
	margin-right:0;
}

.page-outline .university-list li:nth-child(n+5){
	margin-top:40px;
}

}*/
@media screen and (max-width: 40em) {
  .page-outline .university-list li {
    width: 48%;
    margin-right: 4%;
  }
  .page-outline .university-list li:nth-child(even) {
    margin-right: 0;
  }
  .page-outline .university-list li:nth-child(n+3) {
    margin-top: 20px;
  }
}
.page-outline .member-list li {
  position: relative;
  float: left;
  border: 2px solid #eee;
  border-radius: 5px;
}
.page-outline .member-list li h4 {
  position: absolute;
  top: 0;
  left: 10px;
  padding: 5px 15px;
  background: #EC739E;
  border-radius: 0 0 5px 5px;
  color: #fff;
}
.page-outline .member-list li span {
  font-size: 13px;
  font-size: 1.3rem;
  color: #666;
}
@media screen and (min-width: 64.064em), print {
  .page-outline .member-list li {
    width: 32%;
    margin-right: 2%;
    padding: 15px 15px 15px 90px;
  }
  .page-outline .member-list li:nth-child(3n) {
    margin-right: 0;
  }
  .page-outline .member-list li:nth-child(n+4) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 64em) {
  .page-outline .member-list li {
    width: 48%;
    margin-right: 4%;
    padding: 15px 15px 15px 90px;
  }
  .page-outline .member-list li:nth-child(2n) {
    margin-right: 0;
  }
  .page-outline .member-list li:nth-child(n+3) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 40em) {
  .page-outline .member-list li {
    width: 100%;
    margin-right: 4%;
  }
  .page-outline .member-list li:nth-child(even) {
    margin-right: 0;
  }
  .page-outline .member-list li:nth-child(n+2) {
    margin-top: 15px;
  }
}
.news-box {
  width: 70%;
  margin: 0 auto;
}
.under-news {
  margin: 0 auto;
  padding: 0 0 20px;
  text-align: center;
}
.news-box dl a:link, .news-box dl a:visited {
  text-decoration: underline;
}
.news-box dl a:hover {
  text-decoration: none;
}
.news-box dt {
  clear: both;
  float: left;
  position: relative;
  margin: 0;
  padding: 20px 0 20px;
  width: 11em;
  text-align: left;
}
.news-box dd {
  padding: 20px 0 20px 12em;
  border-bottom: 1px solid #ececec;
  text-align: left;
}
.news-box dt:first-of-type, .news-box dd:first-of-type {
  padding-top: 0;
}
.news-box dl dt.icon-newspaper::after, .news-box dl dt.icon-info::after {
  content: "";
  display: inline-block;
  min-width: 46px;
  margin-left: 1.8em;
  padding: 0 5px;
  border-radius: 5px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
  text-align: center;
}
.date-news.icon-newspaper::after, .date-news.icon-info::after {
  content: "";
  display: inline-block;
  min-width: 46px;
  margin-left: 10px;
  padding: 0 5px;
  border-radius: 5px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
  text-align: center;
}
.news-box dl dt.icon-newspaper::after {
  content: "特集紙面";
  background: #DDC937;
}
.news-box dl dt.icon-info::after {
  content: "お知らせ";
  background: #EC739E;
}
.news-box dl dt.icon-forum::after {
  content: "フォーラム";
  background: #8EC555;
}
@media screen and (max-width:40em) {
  .news-box {
    width: 100%;
    margin: 0 auto 20px;
  }
  .news-box dl {
    margin: 0;
    height: auto;
    overflow: inherit;
  }
  .news-box dt {
    clear: both;
    float: none;
    position: relative;
    margin: 0;
    padding: 15px 0 5px;
    width: 100%;
  }
  .news-box dd {
    padding: 0 0 15px 0;
  }
  .news-box dt, .news-box dd {
    text-align: left;
  }
  .news-box dl a:hover {
    text-decoration: underline;
  }
}
.news-dtl-box {
  width: 80%;
  margin: 0 auto;
}
.news-dtl-box h3.ttl {
  margin-bottom: 10px;
}
.news-dtl-box p {
  margin-top: 15px;
}
.news-dtl-box p:first-child {
  margin-top: 0;
}
.news-dtl-box a {
  text-decoration: underline;
}
.news-dtl-box a:hover {
  text-decoration: none;
}
.date-news {
  display: block;
  margin-bottom: 20px;
  text-align: right;
}
.date-news span {
  background: #eee;
  padding: .5em 1em;
  border-radius: 5px;
  font-size: 12px;
  font-size: 1.2rem;
}
@media screen and (max-width:40em) {
  .news-dtl-box {
    width: 100%;
    margin: 0 auto;
  }
  .news-dtl-box .column [class*="col"]:last-child {
    margin-top: 20px;
  }
}
/*-------------------------------------------------

	 research

-------------------------------------------------*/
.research-ttl-box {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}
.research-ttl-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: url(../img/research/women1.png) no-repeat;
  background-size: 109px 100px;
  width: 109px;
  height: 100px;
}
.research-ttl-box::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  background: url(../img/research/women2.png) no-repeat;
  background-size: 109px 100px;
  width: 109px;
  height: 100px;
}
.research-ttl-box p {
  font-size: 2.2rem;
}
.research-ttl-box dl {
  margin-top: 20px;
  display: inline-block;
  font-size: 1.3rem;
}
.research-ttl-box dl dt {
  float: left;
  clear: left;
  width: 120px;
  margin-top: 10px;
  padding: 0 10px;
  background: #E95377;
  border-radius: .3em;
  color: #fff;
}
.research-ttl-box dl dd {
  margin-top: 10px;
  padding-left: 140px;
  text-align: left;
}
.research-ttl-box {
  text-align: center;
}
.research-wrap {
  max-width: 900px;
  margin: 0 auto;
}
.research-ttl {
  margin-top: 50px;
  background: url(../img/common/bg-circle.png) repeat-x;
  background-repeat: repeat-x;
  background-size: 30px 5px;
  background-position: 50% 50%;
}
.research-ttl img {
  margin: 0 auto;
}
.research-lead {
  position: relative;
  margin: 40px 0 20px;
  padding-left: 46px;
  font-size: 2.2rem;
  font-weight: 700;
}
.research-lead-first {
  margin: 15px 0 20px;
}
.research-lead span {
  color: #E85276;
  border-bottom: 2px solid #E85276;
  /*text-decoration:underline;*/
}
.research-lead span strong {
  font-size: 3.6rem;
  font-weight: 700;
}
/*.research-lead .lead-number{
	position:absolute;
	top:15px;
	bottom:0;
	left:0;
	margin-top:auto;
	margin-bottom:auto;
}*/
.research-lead .lead-number {
  position: absolute;
  top: 20px;
  left: 0;
}
.research-reason {
  margin-top: 40px;
  padding: 15px;
  background: #FFFCDA;
}
.research-reason strong {
  font-weight: 700;
  color: #E95377;
}
.research-reason ul.l-circle li {
  font-size: 1.3rem;
}
.research-reason ul.l-circle li::before {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: -1em;
  bottom: auto;
  right: auto;
  margin: auto;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.research-question {
  position: relative;
  margin-bottom: 20px;
  padding-left: 20px;
  font-size: 1.8rem;
}
.research-question::before {
  content: "Q.";
  position: absolute;
  top: 0;
  left: 0;
}
.research-list li {
  position: relative;
  padding-left: 30px;
}
.research-list li:nth-child(n+2) {
  margin-top: 10px;
}
.research-list .green {
  background: url(../img/research/point-green.png);
  background-repeat: no-repeat;
  background-position: 0 50%;
}
.research-list .orange {
  background: url(../img/research/point-orange.png);
  background-repeat: no-repeat;
  background-position: 0 50%;
}
.research-list .blue {
  background: url(../img/research/point-blue.png);
  background-repeat: no-repeat;
  background-position: 0 50%;
}
.research-list .yellow {
  background: url(../img/research/point-yellow.png);
  background-repeat: no-repeat;
  background-position: 0 50%;
}
.research-list .pink2 {
  background: url(../img/research/point-pink2.png);
  background-repeat: no-repeat;
  background-position: 0 50%;
}
.research-list .orange2 {
  background: url(../img/research/point-orange2.png);
  background-repeat: no-repeat;
  background-position: 0 50%;
}
@media screen and (max-width:767px) {
  .research-ttl img {
    width: 105px;
    height: 30px;
  }
  .research-ttl-box p {
    font-size: 1.4rem;
  }
  .research-ttl-box::before, .research-ttl-box::after {
    display: none;
  }
  .research-ttl-box dl {
    margin-top: 0;
  }
  .research-ttl-box dl dt {
    width: 70px;
    padding: 0 5px;
  }
  .research-ttl-box dl dd {
    padding-left: 80px;
  }
  .research-lead {
    position: relative;
    margin: 50px 0 20px;
    padding-left: 36px;
    font-size: 1.5rem;
    line-height: 1.2;
  }
  .research-lead-first {
    margin: 15px 0 20px;
  }
  .research-lead span strong {
    font-size: 2.2rem;
  }
  .research-lead .lead-number {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 5px;
    left: 0;
  }
  /*.research-lead .lead-number{
	width:25px;
	height:25px;
	margin-top:inherit;
	margin-bottom:inherit;
	top:-10px;
}*/
  .page-research .column img {
    margin: 0 auto;
  }
  .page-research .img-chart {
    width: 60%;
  }
  .research-question {
    position: relative;
    margin-bottom: 20px;
    padding-left: 20px;
    font-size: 1.4rem;
  }
  .research-list li:nth-child(n+2) {
    margin-top: 5px;
  }
}
@media screen and (max-width:40em) {
  .page-research .col50 img {
    width: 80%;
    height: auto;
    margin: 2em auto 0;
  }
}
.list-answer {
  max-width: 900px;
  margin: 50px auto 0;
}
.list-answer li {
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
}
.list-answer li .q-ttl {
  position: relative;
  padding: 20px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  color: #E85276;
  cursor: pointer;
}
.list-answer li .q-ttl span::after {
  position: absolute;
  top: 20px;
  right: 20px;
  content: "\f067";
  display: inline-block;
  font-family: FontAwesome;
  font-weight: normal;
  color: #E85276;
}
.list-answer li .q-ttl span.open::after {
  content: "\f068";
  font-weight: normal;
}
.list-answer li .inner {
  display: none;
  margin: 0 30px 20px;
  padding: 20px 0;
}
.list-answer li:nth-child(even) {
  background: #f6f6f6;
}
@media screen and (max-width:767px) {
  .list-answer li .q-ttl {
    padding: 10px 20px 10px 20px;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .list-answer li .q-ttl::before {
    top: 8px;
    left: 10px;
    font-size: 26px;
    font-size: 2.6rem;
  }
  .list-answer li .q-ttl span::after {
    position: absolute;
    top: 10px;
    right: 10px;
    content: "\f067";
    display: inline-block;
    font-family: FontAwesome;
    font-weight: normal;
    color: #E85276;
  }
  .list-answer li .inner {
    margin: 0 15px 20px;
    padding: 10px 0 10px 20px;
  }
}
/*-------------------------------------------------

	 feature

-------------------------------------------------*/
.page-feature {
  max-width: 1000px;
  margin: 0 auto;
}
.feature-main-ttl {
  padding: 50px;
  background: url(../img/feature/ttl-bg.png);
  border-radius: 20px;
  text-align: center;
}
.feature-lead {
  margin: 40px 0;
}
.feature-lead a {
  text-decoration: underline;
}
.feature-lead a:hover {
  text-decoration: none;
}
.feature-main-ttl img {
  margin: 0 auto;
}
.feature-circle {
  margin-top: 60px;
}
.feature-student .l-normal, .feature-circle .l-normal {
  margin-top: 15px;
}
.feature-student .l-normal li, .feature-circle .l-normal li {
  font-size: 1.2rem;
  margin: 2px 0;
}
.student-main, .circle-main {
  text-align: center;
}
.student-main img, .circle-main img {
  margin: 0 auto;
}
.student-main p, .circle-main p {
  font-size: 1.6rem;
  margin-top: 20px;
}
.feature-student-ttl {
  margin-top: 40px;
  padding: 5px;
  background: #EF8200;
  border-radius: 30px;
  font-size: 2.2rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
.feature-advice {
  padding: 15px;
  background: #FEF2E1;
  border-radius: 10px;
  color: #EF8200;
}
.feature-advice strong {
  padding: 5px;
  background: #EF8200;
  border-radius: 10px;
  font-size: 1.8rem;
  color: #fff;
}
.feature-advice p {
  margin-top: 10px;
}
.feature-student .voice-wrap .left {
  float: left;
  width: 15%;
}
.feature-student .voice-wrap .right {
  float: right;
  width: 80%;
}
.feature-student .voice-wrap2 .left {
  float: left;
  width: 80%;
  text-align: right;
}
.page-feature .sp-only {
  display: none;
}
@media screen and (max-width:1024px) {
  .page-feature {
    max-width: 94%;
  }
}
@media screen and (max-width:767px) {
  .page-feature .pc-only {
    display: none;
  }
  .page-feature .sp-only {
    display: inherit;
  }
  .student-main p, .circle-main p {
    font-size: 1.4rem;
    text-align: left;
  }
  .student-main p br, .circle-main p br {
    display: none;
  }
  .feature-student .voice-wrap2 .left {
    text-align: left;
  }
}
.feature-student .voice-wrap2 .right {
  float: right;
  width: 15%;
}
.feature-student .voice-wrap2 .left .comment {
  text-align: left;
}
.feature-student ul {
  margin-top: 40px;
}
.feature-student li {
  margin: 0 0 40px;
  padding: 0 0 40px;
  background: url(../img/common/bg-circle.png) repeat-x;
  background-repeat: repeat-x;
  background-size: 30px 5px;
  background-position: 0 bottom;
}
.feature-student li img {
  border-radius: 50%;
}
.feature-student li .voice {
  position: relative;
  margin-bottom: 15px;
  padding: 15px;
  border-radius: .5em;
  display: inline-block;
}
@media screen and (max-width:767px) {
  .feature-main-ttl {
    padding: 20px;
  }
  .feature-lead {
    margin: 20px 0;
  }
  .feature-student-ttl {
    font-size: 1.6rem;
  }
  .feature-student ul {
    margin-top: 20px;
  }
  .feature-student li {
    margin: 0 0 20px;
    padding: 0 0 20px;
  }
  .feature-student li .voice {
    margin-bottom: 10px;
    padding: 10px;
  }
  .feature-advice strong {
    font-size: 1.6rem;
  }
}
.feature-student li .voice-left::before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -15px;
  top: 15px;
  border-right: 15px solid #FBDFDB;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
.feature-student li .voice-right::before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: -15px;
  top: 15px;
  border-left: 15px solid #FBDFDB;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
.feature-student li .pink {
  background: #FBDFDB;
}
.feature-student li .pink::before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -15px;
  top: 15px;
  border-right: 15px solid #FBDFDB;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
.feature-student li .blue {
  background: #D5E8F0;
}
.feature-student li .blue::before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: -15px;
  top: 15px;
  border-left: 15px solid #D5E8F0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
.feature-student li .blue2 {
  background: #D6D9ED;
}
.feature-student li .blue2::before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -15px;
  top: 15px;
  border-right: 15px solid #D6D9ED;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
.feature-student li .white {
  background: #F5EBDE;
}
.feature-student li .white::before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: -15px;
  top: 15px;
  border-left: 15px solid #F5EBDE;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
.feature-student li .orange {
  background: #FCDFA8;
}
.feature-student li .orange::before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -15px;
  top: 15px;
  border-right: 15px solid #FCDFA8;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
.feature-student li .green {
  background: #E0E7B0;
}
.feature-student li .green::before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: -15px;
  top: 15px;
  border-left: 15px solid #E0E7B0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
.circle-ttl {
  position: relative;
}
.circle-ttl img {
  position: absolute;
  top: -5px;
  left: 0;
}
.circle-ttl {
  padding: 5px 5px 5px 60px;
  border-radius: 30px;
  font-size: 1.6rem;
  font-weight: 700;
}
.circle-box {
  margin-top: 20px;
}
.circle-box strong {
  font-weight: 700;
  font-size: 1.6rem;
}
ul.l-circle {
  margin-left: 1em;
}
ul.l-circle li {
  position: relative;
  margin-bottom: 0.3em;
  list-style: none;
}
ul.l-circle li:last-child {
  margin-bottom: 0;
}
ul.l-circle li:before {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: -1em;
  bottom: auto;
  right: auto;
  margin: auto;
  width: 15px;
  height: 15px;
  border-radius: 50%;
}
ul.l-circle li:before {
  content: "";
  background: #ccc;
}
.circle-box1, .circle-box2, .circle-box3, .circle-box4 {
  margin-top: 40px;
}
.circle-box4 {
  margin-bottom: 40px;
}
.circle-box1 .circle-ttl {
  background: #FADFDB;
  color: #E95561;
}
.circle-box2 .circle-ttl {
  background: #D4E8F0;
  color: #64B2C9;
}
.circle-box3 .circle-ttl {
  background: #D6D9ED;
  color: #756AAE;
}
.circle-box4 .circle-ttl {
  background: #DFE6AF;
  color: #97B91C;
}
.circle-box1 strong {
  color: #E95561;
}
.circle-box2 strong {
  color: #64B2C9;
}
.circle-box3 strong {
  color: #756AAE;
}
.circle-box4 strong {
  color: #97B91C;
}
.circle-box1 ul.l-circle li:before {
  content: "";
  background: #FADFDB;
}
.circle-box2 ul.l-circle li:before {
  content: "";
  background: #D4E8F0;
}
.circle-box3 ul.l-circle li:before {
  content: "";
  background: #D6D9ED;
}
.circle-box4 ul.l-circle li:before {
  content: "";
  background: #DFE6AF;
}
.feature-advice ul.l-circle li:before {
  content: "";
  background: #EF8200;
}
.feature-advice ul {
  margin-top: 10px;
}
/*-------------------------------------------------

	 report

-------------------------------------------------*/
.msg-right img {
  border-radius: .4em;
}
.msg-right img:nth-child(n+2) {
  margin-top: .5em;
}
.msg-left {
  float: left;
  width: 60%;
}
.msg-right {
  float: right;
  width: 36%;
}
.report-main {
  position: relative;
}
.report-main-left {
  position: absolute;
  top: 50px;
  left: 0;
  width: 30%;
}
.report-main .main-photo img {
  width: 77%;
  height: auto;
  margin-left: auto;
  border-radius: .4em;
}
.report-main .main-photo.main-photo-slim img {
  width: 68%;
}
.report-main p.name {
  width: 100%;
  padding: 2em .5em;
  background: #EC739E;
  border-radius: 0 .4em .4em 0;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
}
.report-main p.name strong {
  display: block;
  font-size: 36px;
  font-size: 3.6rem;
}
.report-main .btn-wrap {
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.report-main ul {
  position: absolute;
  top: 250px;
  left: 0;
  width: 100%;
  padding: .5em;
  background: rgba(255, 255, 255, .7);
  border-radius: 0 .4em .4em 0;
}
.report-main ul li:nth-child(n+2) {
  margin-top: 1em;
  padding-top: 1em;
  border-top: 1px dashed #ccc;
}
.report-main ul li .left {
  float: left;
  width: 22%;
}
.report-main ul li .right {
  float: right;
  width: 74%;
}
.report-main ul li p, .report-main ul li span {
  font-size: 13px;
  font-size: 1.3rem;
}
.report-main ul li p {
  display: block;
  color: #555;
}
/*.report-main ul li p br{
	display:none;
}*/
h3.report-ttl {
  margin-top: 3em;
  padding: .5em;
  border: 4px solid #F5B5B3;
  border-radius: .4em;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
}
.report-main ul li .left img {
  border-radius: 50%;
}
.report-comment {
  width: 90%;
  margin: 0 auto;
}
.report-comment .left {
  float: left;
  width: 20%;
}
.report-comment .right {
  position: relative;
  display: inline-block;
  float: right;
  width: 75%;
  margin: 0 0 0 15px;
  padding: 30px;
  min-width: 120px;
  max-width: 100%;
  background: #fff;
  border: solid 3px #EC739E;
  border-radius: .4em;
}
.report-comment .right .ill {
  position: absolute;
  bottom: -30px;
  right: -50px;
}
@media screen and (min-width:768px) {
  .report-comment .right:before {
    content: "";
    position: absolute;
    top: 45px;
    left: -24px;
    margin-top: -12px;
    border: 12px solid transparent;
    border-right: 12px solid #FFF;
    z-index: 2;
  }
  .report-comment .right:after {
    content: "";
    position: absolute;
    top: 45px;
    left: -30px;
    margin-top: -14px;
    border: 14px solid transparent;
    border-right: 14px solid #EC739E;
    z-index: 1;
  }
}
.report-comment .right strong {
  display: block;
  text-align: center;
  font-weight: 700px;
  font-size: 1.8rem;
  color: #EC739E;
}
.report-comment .right p {
  margin-top: 10px;
}
@media screen and (max-width:767px) {
  .report-comment {
    width: 100%;
  }
  .report-comment .left, .report-comment .right {
    float: none;
    width: 100%;
  }
  .report-comment .left img {
    width: 30%;
    height: auto;
    margin: 0 auto;
  }
  .report-comment .right {
    margin: 1.5em 0;
    padding: 15px;
  }
  .report-comment .right:before {
    content: "";
    position: absolute;
    top: -24px;
    left: 50%;
    margin-left: -15px;
    border: 12px solid transparent;
    border-bottom: 12px solid #FFF;
    z-index: 2;
  }
  .report-comment .right:after {
    content: "";
    position: absolute;
    top: -30px;
    left: 50%;
    margin-left: -17px;
    border: 14px solid transparent;
    border-bottom: 14px solid #EC739E;
    z-index: 1;
  }
  .report-comment .right strong {
    font-size: 1.5rem;
    text-align: left;
  }
  .report-comment .right .ill {
    position: absolute;
    bottom: -40px;
    right: -10px;
  }
  .report-comment .right .ill img {
    width: 60px;
    height: 48px;
  }
}
@media screen and (max-width:64em) {
  .report-main-left {
    top: 20px;
    width: 30%;
  }
  .report-main p.name {
    top: 0;
    padding: 1.2em .5em;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .report-main p.name strong {
    font-size: 26px;
    font-size: 2.6rem;
  }
  .report-main ul {
    top: 130px;
    margin-top: 0;
  }
  .report-main ul li p, .report-main ul li span {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .report-main ul li p br {
    display: block;
  }
  .report-main .btn-wrap {
    position: relative;
    bottom: 0;
    left: 0;
  }
}
@media screen and (max-width:40em) {
  .report-main-left {
    position: relative;
    top: 0;
    width: 100%;
  }
  .report-main .main-photo img, .report-main .main-photo.main-photo-slim img {
    width: 100%;
    height: auto;
    margin-left: 0;
    border-radius: .4em .4em 0 0;
  }
  .report-main p.name {
    position: relative;
    padding: .5em;
    border-radius: 0 0 .4em .4em;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .report-main p.name strong {
    display: inline;
    font-size: 20px;
    font-size: 2rem;
  }
  .report-main ul {
    position: relative;
    top: 0;
    width: 100%;
    margin-top: 1em;
  }
  .report-main ul li p br {
    display: none;
  }
  .msg-left, .msg-right {
    float: none;
    width: 100%;
  }
}
@media screen and (max-width:64em) {
  h3.report-ttl {
    font-size: 16px;
    font-size: 1.6rem;
    text-align: left;
  }
}
#cd-timeline {
  position: relative;
  padding: 2em 0;
  margin-bottom: 2em;
}
#cd-timeline::before {
  content: "";
  position: absolute;
  top: 0;
  left: 18px;
  height: 100%;
  width: 4px;
  background: #F5B5B3;
}
@media only screen and (min-width: 1170px) {
  #cd-timeline {
    margin-bottom: 3em;
  }
  #cd-timeline::before {
    left: 50%;
    margin-left: -2px;
  }
}
.cd-timeline-block {
  position: relative;
  margin: 2em 0;
}
.cd-timeline-block:after {
  content: "";
  display: table;
  clear: both;
}
.cd-timeline-block:first-child {
  margin-top: 0;
}
.cd-timeline-block:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-block {
    margin: 2em 0;
  }
  .cd-timeline-block:first-child {
    margin-top: 0;
  }
  .cd-timeline-block:last-child {
    margin-bottom: 0;
  }
}
.cd-timeline-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 0 0 4px white, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
}
.cd-timeline-img img {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 50%;
}
.one-person .cd-timeline-img:nth-of-type(2) {
  top: 70px;
  left: 0;
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-img {
    width: 80px;
    height: 80px;
    left: 50%;
    margin-left: -40px;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
  }
  .cssanimations .cd-timeline-img.is-hidden {
    visibility: hidden;
  }
  .cssanimations .cd-timeline-img.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-1 0.6s;
    -moz-animation: cd-bounce-1 0.6s;
    animation: cd-bounce-1 0.6s;
  }
  .one-person .cd-timeline-img {
    left: 10%;
  }
  .one-person .cd-timeline-img:nth-of-type(2) {
    top: 100px;
    left: 10%;
  }
}
@-webkit-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -moz-transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -moz-transform: scale(1.2);
  }
  100% {
    -moz-transform: scale(1);
  }
}
@keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.cd-timeline-content {
  position: relative;
  margin-left: 60px;
  background: #faf1e1;
  border-radius: 0.25em;
  padding: 1em;
  box-shadow: 0 3px 0 #F5E4C5;
}
.cd-timeline-content:after {
  content: "";
  display: table;
  clear: both;
}
.cd-timeline-content h2 {
  color: #303e49;
}
.cd-timeline-content p {
  font-size: 14px;
  font-size: 1.4rem;
}
.cd-timeline-content .cd-date {
  float: left;
  padding: .8em 0;
  opacity: .7;
}
.one-person .cd-timeline-content .cd-date {
  display: none;
}
.cd-timeline-content::before {
  content: '';
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-right: 7px solid white;
}
.one-person .cd-timeline-content::before {
  content: '';
  position: absolute;
  top: 24px;
  left: auto;
  right: 100%;
  border-color: transparent;
  border-right-color: #faf1e1;
  height: 0;
  width: 0;
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-content {
    margin-left: 0;
    padding: 1.6em;
    width: 45%;
  }
  .one-person {
    margin: 0;
  }
  .one-person .cd-timeline-content {
    margin-left: 15%;
    padding: 1.6em;
    width: 75%;
  }
  .cd-timeline-content::before {
    top: 24px;
    left: 100%;
    border-color: transparent;
    border-left-color: #faf1e1;
  }
  .cd-timeline-content .cd-date {
    position: absolute;
    width: 100%;
    left: 122%;
    top: 6px;
    /*font-size: 16px;
    font-size: 1rem;*/
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content {
    float: right;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
    top: 24px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: #faf1e1;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
    left: auto;
    right: 122%;
    text-align: right;
  }
  .one-person .cd-date {
    display: none;
  }
  .cssanimations .cd-timeline-content.is-hidden {
    visibility: hidden;
  }
  .cssanimations .cd-timeline-content.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-2 0.6s;
    -moz-animation: cd-bounce-2 0.6s;
    animation: cd-bounce-2 0.6s;
  }
}
@media only screen and (min-width: 1170px) {
  /* inverse bounce effect on even content blocks */
  .cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
    -webkit-animation: cd-bounce-2-inverse 0.6s;
    -moz-animation: cd-bounce-2-inverse 0.6s;
    animation: cd-bounce-2-inverse 0.6s;
  }
}
@-webkit-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(20px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -moz-transform: translateX(100px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(-20px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
.program-box {
  margin-top: 50px;
}
.program-box img {
  margin: 0 auto;
}
.forum-report {
  border: 2px solid #EA609E;
  border-radius: 10px;
}
.forum-report .forum-report-inner {
  padding: 25px;
}
.forum-report li {
  float: left;
  width: 50%;
  padding: 10px;
}
.forum-report .column {
  padding-bottom: 30px;
  background: url(../img/common/bg-circle.png) repeat-x;
  background-repeat: repeat-x;
  background-size: 30px 5px;
  background-position: 0 bottom;
}
.forum-report strong {
  display: block;
  padding: 5px;
  background: #EA609E;
  font-size: 2.6rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  border-radius: 5px 5px 0 0;
}
.forum-report p {
  padding: 5px 15px;
}
@media screen and (max-width:767px) {
  .forum-report strong {
    font-size: 1.6rem;
    text-align: left;
  }
  .forum-report .forum-report-inner {
    padding: 10px;
  }
}
.forum-box .forum-main {
  margin-bottom: 60px;
  padding: 30px;
  background: url(../img/news/forum/20180308/main-bg.gif);
  border-radius: 10px;
}
.forum-box .forum-main .forum-lead {
  background: #fff;
  margin-top: 15px;
  padding: 15px;
  border-radius: 10px;
}
.forum-box .first {
  position: relative;
  float: left;
  width: 47.5%;
}
.forum-box .second {
  position: relative;
  float: right;
  width: 47.5%;
}
.forum-box .first-inner {
  margin-top: 130px;
  padding: 15px;
  border: 2px solid #EE7B00;
  border-radius: 10px;
}
.forum-box .second-inner {
  border: 2px solid #AACD22;
  border-radius: 10px;
}
.forum-box .first-ttl {
  position: absolute;
  top: 0;
  left: 0;
}
.forum-box .schedule {
  position: relative;
  margin-top: 100px;
}
.forum-box .schedule-inner {
  padding: 60px 15px 15px;
  border: 2px solid #EE7B00;
  border-radius: 10px;
}
.forum-box .schedule-ttl {
  position: absolute;
  top: -40px;
  left: 0;
}
.forum-box .schedule .left {
  float: left;
  width: 50%;
  padding: 15px;
  border-right: 2px dashed #EF7C00;
}
.forum-box .schedule .right {
  float: right;
  padding: 15px;
  width: 50%;
}
.forum-box .schedule .left img, .forum-box .schedule .right img {
  margin: 0 auto;
}
.forum-box .child-access {
  margin-top: 100px;
}
.forum-box .child-access .l-normal li {
  margin: 0;
  font-size: 12px;
}
.forum-box .access-ttl {
  position: absolute;
  top: -40px;
  left: 0;
}
.forum-box .access-inner {
  padding: 40px 15px 15px;
  border: 2px solid #EE7B00;
  border-radius: 10px;
}
.forum-box .child-access .left {
  position: relative;
  float: left;
  width: 47.5%;
}
.forum-box .child-access .right {
  position: relative;
  float: right;
  width: 47.5%;
}
.forum-box .child-access .access-txt {
  margin-top: 10px;
}
.forum-box .child-access .access-txt strong {
  font-size: 20px;
}
.forum-box .child-access .access-txt p span {
  margin-left: 20px;
  color: #EA609E;
  font-size: 20px;
}
.forum-box .google-map {
  position: relative;
  width: 100%; /* 左右に余白が必要なら値を変更してもOK */
  height: 0;
  padding-bottom: 56.25%; /* padding-topでもOK */
  overflow: hidden;
}
.forum-box .google-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; /* 必要であれば!importantを付けてください */
  height: 100%; /* 必要であれば!importantを付けてください */
}
.forum-box .forum-papar {
  margin-top: 60px;
  padding: 15px;
  border: 2px solid #EE7B00;
  border-radius: 10px;
  text-align: center;
}
@media screen and (max-width:767px) {
  .forum-box .forum-main {
    margin-bottom: 50px;
    padding: 15px;
  }
  .forum-box .forum-main .forum-lead {
    background: #fff;
    margin-top: 15px;
    padding: 15px;
    border-radius: 10px;
  }
  .forum-box .first, .forum-box .second, .forum-box .schedule .left, .forum-box .schedule .right, .forum-box .child-access .left, .forum-box .child-access .right {
    float: none;
    width: 100%;
  }
  .forum-box .second, .forum-box .child-access .right, .forum-box .child-access {
    margin-top: 50px;
  }
  .forum-box .schedule {
    margin-top: 50px;
  }
  .forum-box .schedule-inner {
    padding: 30px 5px 5px;
  }
  .forum-box .schedule .schedule-ttl img {
    width: 80%;
    height: auto;
  }
  .forum-box .schedule .schedule-ttl, .forum-box .access-ttl {
    top: -20px;
  }
  .forum-box .access-ttl img {
    width: 75%;
    height: auto;
  }
  .forum-box .access-inner {
    padding: 40px 5px 5px;
  }
  .forum-box .schedule .left {
    padding: 5px;
    border-right: none;
  }
  .forum-box .schedule .right {
    padding: 0;
  }
  .forum-box .forum-papar {
    margin-top: 30px;
    padding: 15px 5px;
    text-align: left;
  }
  .forum-box .child-access .access-txt strong {
    font-size: 15px;
  }
  .forum-box .child-access .access-txt p span {
    margin-left: 10px;
    color: #EA609E;
    font-size: 15px;
  }
}
@media print {
  @page {
    size: A4
  }
  @page {
    size: 210mm 297mm
  }
  body {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.45;
    color: #000;
    background: none;
    font-size: 12px !important;
    overflow-x: visible !important;
    overflow-y: visible !important;
    -webkit-print-color-adjust: exact;
  }
  #bordertop, #borderleft, #borderright, #borderbottom, .nav-box, #scroolltop {
    display: none !important;
  }
  [data-match-height], [data-mh] {
    height: auto !important;
  }
}
.yt-box {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.yt-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#youtube-wrap {
  position: relative;
  width: calc(100% - 50px);
  max-width: 1200px;
  height: 580px;
  margin: 25px auto 0;
  border-radius: 10px;
  overflow: hidden;
}
#youtube-wrap #iframe_youtube {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  /*padding-bottom: 56.25%;*/
}
@media screen and (max-width: 1024px) {
  #youtube-wrap {
    height: 400px;
  }
}
@media screen and (max-width: 767px) {
  #youtube-wrap {
    height: 300px;
  }
}
#youtube-wrap .btn-youtube {
  position: absolute;
  bottom: 25px;
  right: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  z-index: 2;
}
#youtube-wrap .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  z-index: 10;
  cursor: pointer;
}
/*@media screen and (max-width: 767px) {

#youtube-wrap .play {
 top: 50%;
 left: 50%;
 transform: translate(-50%, -50%);
 width: 50px;
 height: 50px;
}
 
}*/
#youtube-wrap .play a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-left: 15px solid #fff;
  border-bottom: 10px solid transparent;
  transition: all .25s ease-in;
  transform-origin: center center;
}
#youtube-wrap .play a::after {
  content: "音声付き動画を見る";
  position: absolute;
  bottom: -35px;
  left: -20%;
  font-size: 1.5rem;
  color: #fff;
  line-height: 1.3;
  width: 140%;
  pointer-events: none;
  text-align: center;
}
#youtube-wrap .play a:hover {
  background-color: #fff;
}
#youtube-wrap .play a:hover::before {
  transform: scale(1.5);
  border-left-color: #DC0032;
}
#youtube-wrap .play a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #DC0032;
  border-radius: 100%;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  #youtube-wrap .btn-youtube {
    bottom: 35px;
    right: 10px;
  }
}
#youtube-wrap .loading {
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-35%, -50%);
  z-index: 2;
  font-family: 'Roboto', sans-serif;
  color: #ccc;
}
@keyframes modal-video {
  from {
    opacity: 0
  }
  to {
    opacity: 1
  }
}
@keyframes modal-video-inner {
  from {
    transform: translate(0, 100px)
  }
  to {
    transform: translate(0, 0)
  }
}
.modal-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000000;
  cursor: pointer;
  opacity: 1;
  animation-timing-function: ease-out;
  animation-duration: .3s;
  animation-name: modal-video;
  -webkit-transition: opacity .3s ease-out;
  -moz-transition: opacity .3s ease-out;
  -ms-transition: opacity .3s ease-out;
  -o-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out
}
.modal-video-close {
  opacity: 0
}
.modal-video-close .modal-video-movie-wrap {
  -webkit-transform: translate(0, 100px);
  -moz-transform: translate(0, 100px);
  -ms-transform: translate(0, 100px);
  -o-transform: translate(0, 100px);
  transform: translate(0, 100px)
}
.modal-video-body {
  max-width: 940px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: table
}
.modal-video-inner {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%
}
.modal-video-movie-wrap {
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
  background-color: #333;
  animation-timing-function: ease-out;
  animation-duration: .3s;
  animation-name: modal-video-inner;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: -webkit-transform .3s ease-out;
  -moz-transition: -moz-transform .3s ease-out;
  -ms-transition: -ms-transform .3s ease-out;
  -o-transition: -o-transform .3s ease-out;
  transition: transform .3s ease-out
}
.modal-video-movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}
.modal-video-close-btn {
  position: absolute;
  z-index: 2;
  top: -35px;
  right: -35px;
  display: inline-block;
  width: 35px;
  height: 35px;
  overflow: hidden;
  border: none;
  background: transparent
}
.modal-video-close-btn:before {
  transform: rotate(45deg)
}
.modal-video-close-btn:after {
  transform: rotate(-45deg)
}
.modal-video-close-btn:before, .modal-video-close-btn:after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  background: #fff;
  border-radius: 5px;
  margin-top: -6px;
}
@media screen and (max-width: 1024px) {
  .modal-video-close-btn {
    right: 0;
  }
}
.report-nav {
  background-color: #ececec;
}
.report-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.anchor-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 30px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .anchor-list {
    margin-bottom: 30px;
  }
}
.anchor-list li {
  background-color: #fff;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.anchor-list li:first-child {
  border-left: 1px solid #ddd;
  border-radius: 10px 0 0 10px;
}
.anchor-list li:last-child {
  border-right: 1px solid #ddd;
  border-radius: 0 10px 10px 0;
}
.anchor-list li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  line-height: 1;
  font-family: 'Lato-Italic';
  font-weight: 600;
}
.anchor-list li:first-child a {
  border-radius: 10px 0 0 10px;
}
.anchor-list li:last-child a {
  border-radius: 0 10px 10px 0;
}
.anchor-list li a::before {
  content: "";
  width: 6px;
  height: 6px;
  margin-right: 15px;
  border: 0px;
  border-top: solid 2px #EC739E;
  border-right: solid 2px #EC739E;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.15s ease;
}
.anchor-list li a.active {
  background-color: #EC739E;
  color: #fff;
}
.anchor-list li a.active::before {
  width: 10px;
  height: 10px;
  border-top-color: #fff;
  border-right-color: #fff;
}
@media screen and (min-width:1025px), print {
  .anchor-list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .anchor-list li {
    width: 25%;
  }
  .anchor-list.anchor-list-news li {
    width: 20%;
  }
  .anchor-list li:nth-child(n+2) {
    border-left: 1px solid #ddd;
  }
  .anchor-list li a {
    padding: 25px 5px;
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 1024px) {
  .anchor-list li {
    width: 50%;
  }
  .anchor-list li:nth-child(odd) {
    border-left: 1px solid #ddd;
  }
  .anchor-list li:nth-child(even) {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
  .anchor-list li:nth-child(n+3) {
    border-top: 1px solid #ddd;
  }
  .anchor-list li a {
    padding: 25px 10px;
    font-size: 1.8rem;
  }
}
@media screen and (min-width:768px), print {
  .anchor-list li a:hover {
    background-color: #EC739E;
    color: #fff;
  }
  .anchor-list li a:hover::before {
    width: 10px;
    height: 10px;
    border-top-color: #fff;
    border-right-color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .anchor-list li a {
    padding: 20px 5px;
    font-size: 1.5rem;
  }
  .anchor-list li a::after {
    bottom: 10px;
  }
}
.nav-home {
  position: absolute;
  bottom: -3px;
  left: 10px;
  z-index: 10;
}
.nav-home a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 4px 5px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
  font-size: 1.1rem;
  line-height: 1;
  text-decoration: none;
}
.nav-home a::before {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  margin-right: 3px;
  background: url(../img/common/ico-home.png) no-repeat;
  background-size: contain;
}
@media screen and (min-width: 40em) {
  .nav-home {
    display: none;
  }
}
.project-fin{
	padding: 50px;
	text-align: center;
}

.project-fin p{
	padding: 20px;
background-color: #DC0032;
	border-radius: 10px;
	color: #fff;
	font-size: 2.4rem;
}

@media screen and (max-width: 767px) {
.project-fin{
	padding: 50px 5%;
}
.project-fin p{
	padding: 15px;
	border-radius: 5px;
	font-size: 1.6rem;
}

}

