body {
  -webkit-text-size-adjust: 100%;
}

.others-h2 {
  font-size: 20px;
  margin: 10px;
}

.others-h3 {
  font-size: 18px;
  margin-left: 15px;
}

.others-heading-text {
  font-size: 18px;
  margin-left: 15px;
}

.others-subtitle-text {
  font-size: 16px;
  margin-left: 20px;
}

.others-h4 {
  font-size: 18px;
  margin-left: 15px;
}

.others-h2::before {
  content: "";
  position: absolute;
  display: inline-block;
  background-color: #F9A04A;
  width: 5px;
  height: 100%;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.others-subtitle::before{
  content: "";
  position: absolute;
  display: inline-block;
  background-color: #DADADA;
  width: 10px;
  height: 100%;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.others-h2-block {
  position: relative;
  background-color: #F8F6E9;
  /*height: 40px;*/
  padding: 5px;
  margin-top: 90px;
  margin-bottom: 50px;
}

.others-h3-block {
  margin-top: 70px;
  margin-bottom: 20px;
  border-bottom:3px solid #FEE3C8;
}

.others-h4-block {
  margin-top: 70px;
  margin-bottom: 20px;
  border-bottom:3px solid #DADADA;
}

.others-heading-text-block {
  margin-top: 40px;
  margin-bottom: 20px;
  border-bottom:3px solid #FDCEA1;
}

.others-subtitle-block {
  position: relative;
  height: 25px;
  margin-top: 30px;
}

.lead-sentence {
  margin-top: 10px;
}

.bold-text {
  font-weight: bold;
}

.text-center {
  text-align: center;
}

.section-manage .list_view dl {
  padding: 10px 0 4px 0;
  border-bottom: 1px solid #ccc;
}

@media screen and (max-width: 768px) {
  .section-manage .list_view {
    padding: 0 10px;
  }
  .section-manage .list_view dl {
    padding: 12px 0;
  }
  .section-manage .list_view dl:last-child{
    border-bottom: none;
  }
}

.section-manage .list_view dt {
  width: 170px;
  font-size: 20px;
  font-weight: bold;
  padding-left: 18px;
  display: table-cell;
}

@media screen and (max-width: 768px) {
  .section-manage .list_view dt {
    width: 100%;
    display: block;
    font-size: 16px;
    padding-left: 0;
    padding-bottom: 10px;
  }
}

/*------------------------------------------------------------
  c-sidebar
  ------------------------------------------------------------*/
.c-sideleft {
  width: 685px;
}

@media screen and (max-width: 768px) {
  .c-sideleft {
    width: 100%;
  }
}

.c-sidebar {
  width: 270px;
}

@media screen and (max-width: 768px) {
  .c-sidebar {
    width: 100%;
  }
}

.c-sidebar .title {
  font-size: 20px;
  color: #fff;
  background-color: #653b14;
  padding: 10px 0;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .c-sidebar .title {
    font-size: 1.8rem;
  }
}

.c-sidebar .topbar {
  margin-bottom: 40px;
}

.c-sidebar .topbar li {
  border-bottom: 1px solid #653b15;
}

.c-sidebar .topbar li a {
  display: block;
  font-size: 16px;
  line-height: 1.3;
  padding: 10px 0;
  color: #0c62b9;
  background-position: right center;
  position: relative;
  padding-right: 40px;
}

@media screen and (max-width: 768px) {
  .c-sidebar .topbar li a {
    font-size: 1.6rem;
    padding: 10px;
  }
}

.c-sidebar .topbar .topbar-category {
  font-weight: bold;
  font-size: 18px;
}

.c-sidebar .topbar li a:hover, .c-sidebar .topbar li a:active {
  background: #eee;
}

.c-sidebar .topbar li a:after {
  content: url(../../img/www/icon/ic_right3.png);
  position: absolute;
  right: 18px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

@media screen and (max-width: 768px) {
  .c-sidebar .topbar li a:after {
    content: "";
    background: url(../../img/www/icon/ic_right3_sp.png);
    background-size: 11px 19px;
    width: 11px;
    height: 19px;
    right: 16px;
  }
}

.c-sidebar .topbar li a:active {
  background: #eee;
}

.c-sidebar .bottombar {
  margin-bottom: 40px;
}

.c-sidebar .bottombar li {
  margin-top: 5px;
}

@media screen and (max-width: 768px) {
  .c-sidebar .bottombar li {
    margin-top: 20px;
    padding: 0 10px;
  }
}

.c-sidebar .bottombar li a {
  width: 270px;
  height: 80px;
  background: #e5e5e5;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .c-sidebar .bottombar li a {
    width: 100%;
    height: auto;
  }
  .c-sidebar .bottombar li a img {
    width: 100%;
  }
}


/*------------------------------------------------------------
	p-error
	------------------------------------------------------------*/
.p-error {
  padding: 65px 0 125px;
}

@media screen and (max-width: 768px) {
  .p-error {
    padding: 20px 0 10px;
  }
}

@media screen and (max-width: 768px) {
  .p-error .l-container {
    padding: 0;
  }
}

@media screen and (max-width: 768px){
  .p-error .c-breadcrumb .l-container{
    padding: 0 10px;
  }
  .p-error .c-breadcrumb {
    margin-top: 30px;
    border-top: 1px solid #653b14;
  }
}

.p-error .c-title {
  color: #653b14;
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 3px solid #653b14;
}

@media screen and (max-width: 768px) {
  .p-error .c-title {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 2px solid #653b14;
  }
}

.p-error .section-notifi .c-title {
  font-size: 28px;
}

@media screen and (max-width: 768px) {
  .p-error .section-notifi .c-title {
    font-size: 2.3rem;
  }
}

@media screen and (max-width: 768px) {
  .p-error .section-notifi .messenge {
    padding: 0 10px;
  }
}

.p-error .section-notifi .messenge p {
  font-size: 22px;
  color: #653b14;
  padding: 60px;
  border: 1px solid #e5e5e5;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .p-error .section-notifi .messenge p {
    font-size: 1.7rem;
    padding: 10px;
  }
}


/*------------------------------------------------------------
  p-news
  ------------------------------------------------------------*/
.c-header .c-gnavi .active a:before {
  width: 10px;
}

/* section-one
------------------------------------------------------------*/
.p-news .section-one h1 {
  font-size: 28px;
  line-height: 1.3;
  color: #333333;
  margin-bottom: 32px;
}

@media screen and (max-width: 768px) {
  .p-news .section-one h1 {
    font-size: 22px;
    margin-bottom: 10px;
  }
}

.p-news .section-one .postdate {
  color: #929292;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .p-news .section-one .postdate {
    color: #929292;
    font-size: 1.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
}

.p-news .section-one .postdate .date {
  font-size: 14px;
  display: table-cell;
  height: 33px;
  line-height: 33px;
}


@media screen and (max-width: 768px) {
  .p-news .section-one .postdate .date {
    display: table-cell;
    height: auto;
    line-height: normal;
  }
}
/*firefoxだけ表示がくずれるため（AMP時は問題なし）*/
@-moz-document url-prefix() {
  @media screen and (max-width: 768px) {
    .p-news .section-one .postdate .date {
      white-space: nowrap;
    }
  }
}

.postdate img{
  width: auto;
  height: 100%;
}

@media screen and (max-width: 768px){
  .postdate img{
    width: auto;
    height: fit-content;
  }
}

.section-one__wrap-span{
  height: 25px;
  width: auto;
  margin-bottom: 6px;
}

.section-one__span {
  border-radius: 3px;
  display: inline-block;
  color: #999;
  font-size: 16px;
  padding: 2px 0;
  -webkit-border-radius: 3px;
}

@media screen and (max-width: 768px) {
  .section-one__span {
    color: #717171;
    font-size: 16px;
    margin-left: 10px;
  }
}

@media screen and (max-width: 320px) {
  .section-one__span {
    padding: 1px 2px;
  }
}


.p-news .section-one .social {
  margin-bottom: 18px;
  padding-bottom: 16px;
}

.p-news .section-one .social ul li{
  float: left;
}

.p-news .section-one .social a {
  margin-right: 5px;
}

@media screen and (max-width: 768px) {
  .p-news .section-one .social a {
    display: inline-block;
  }
}

.p-news .section-one .postimg {
  clear: both;
  width: 780px;
  height: 439px;
  display:table-cell;
  text-align:center;
  vertical-align:middle;
  background-color: #ffffff;
}

.p-news .section-one .postimg img {
  object-fit: contain;
  max-width: 780px;
  max-height: 439px;
}
@media screen and (max-width: 1200px) {
  .p-news .section-one .postimg {
    clear: both;
    width: 100%;
    height: 100%;
    display:table-cell;
    text-align:center;
    vertical-align:middle;
    background-color: #ffffff;
  }

  .p-news .section-one .postimg img {
    object-fit: contain;
    max-width: 100%;
    max-height: 450px;
  }
}

.postimgtext {
  font-size: 16px;
  color: #999999;
}


@media screen and (max-width: 768px) {
  .p-news .section-one .postimg {
    width: 100vw;
    height: 56.25vw;
    display: table-cell;
  }
  .p-news .section-one .postimg img {
    max-width: 100%;
    max-height: 56.25vw;
    margin: 0 auto;
    vertical-align: middle;
  }
}

.c-header .c-gnavi .active a:before {
  width: 10px;
}

.p-news {
  padding: 20px 0 65px;
}

@media screen and (max-width: 768px) {
  .p-news {
    padding: 20px 0 40px;
  }
}


/* section-three
------------------------------------------------------------*/

.p-news .section-three h3 {
  font-size: 24px;
  color: #653b14;
  padding-bottom: 15px;
  padding-left: 45px;
  border-bottom: 2px solid #653b14;
  background: url(../../img/www/icon/ic_book.png) no-repeat;
}

@media screen and (max-width: 768px) {
  .p-news .section-three h3 {
    padding: 0 10px 8px 38px;
    font-size: 2rem;
    border-bottom: 1px solid #653b14;
    background: url(../../img/www/icon/ic_book_sp.png) no-repeat;
    background-size: 22px 18px;
    background-position: 10px 3px;
  }
}

.p-news .section-three .list-view a {
  display: block;
  position: relative;
}

@media screen and (max-width: 768px) {
  .p-news .section-three .list-view a {
    content: "";
    background: url(../../img/www/icon/ic_right2_sp.png) no-repeat;
    background-size: 10px 18px;
    background-position: center right 16px;
  }
}

.p-news .section-three .list-view dl {
  width: 100%;
  padding: 15px 0 18px;
  vertical-align: middle;
  border-bottom: 1px dashed #653b14;
}

@media screen and (max-width: 768px) {
  .p-news .section-three .list-view dl {
    padding: 20px 0;
  }
}

.p-news .section-three .list-view dt {
  width: 140px;
  height: 79px;
  text-align:center;
  background: #ccc;
  float: left;
}

@media screen and (max-width: 768px) {
  .p-news .section-three .list-view dt {
    display: none;
  }
}

.p-news .section-three .list-view dt img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.p-news .section-three .list-view dd {
  width: 500px;
  padding: 0px 20px;
  display: table-cell;
}

@media screen and (max-width: 768px) {
  .p-news .section-three .list-view dd {
    width: auto;
    padding: 0 35px 0 10px;
  }
}

.p-news .section-three .list-view dd .txttop h4 {
  font-size: 18px;
  color: #0c62b9;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .p-news .section-three .list-view dd .txttop h4 {
    font-weight: normal;
    font-size: 1.6rem;
    line-height: 1.3;
  }
}

.p-news .section-three .list-view dd .txttop p {
  font-size: 14px;
  color: #444;
}

@media screen and (max-width: 768px) {
  .p-news .section-three .list-view dd .txttop p {
    display: inline;
  }
}

.p-news .section-three .list-view dd .txtbottom {
  /* padding-top: 8px; */
  position: absolute;
  top: 70px;
  left: 560px;
}

@media screen and (max-width: 768px) {
  .p-news .section-three .list-view dd .txtbottom {
    display: none;
  }
}

.p-news .section-three .list-view dd .txtbottom .nails {
  font-size: 14px;
  color: #999;
  padding: 4px 5px;
  border: 1px solid #999;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.p-news .section-three .list-view dd .txtbottom .txtmore {
  color: #0c62b9;
  font-size: 14px;
}

.p-news .section-three .list-btn {
  margin-top: 40px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-news .section-three .list-btn {
    margin-bottom: 20px;
    padding: 0 10px;
  }
}

.p-news .section-three .list-btn li {
  display: inline-block;
  padding: 0 25px;
}

@media screen and (max-width: 768px) {
  .p-news .section-three .list-btn li {
    display: block;
    padding: 0 0 20px;
  }
}

.p-news .section-three .list-btn a {
  width: 290px;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  padding: 12px 0;
  background: #fd8e26;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .p-news .section-three .list-btn a {
    font-size: 1.8rem;
    width: 100%;
  }
}

.p-news .section-three .list-btn a:after {
  content: url(../../img/www/icon/ic_arrow.png);
  position: absolute;
  right: 8px;
}

@media screen and (max-width: 768px) {
  .p-news .section-three .list-btn a:after {
    content: "";
    width: 10px;
    height: 14px;
    right: 10px;
    top: 50%;
    background: url(../../img/www/icon/ic_arrow_sp.png);
    background-size: 10px 14px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}

@media screen and (max-width: 768px) {
  .p-news .section-three .c-breadcrumb{
    margin-bottom: 10px;
    border-top: 1px solid #653b14;
  }
}



/*------------------------------------------------------------
  p-about
  ------------------------------------------------------------*/
.p-about{
  padding: 30px 0 125px;
}

.about-container {
  max-width: 980px;
  text-align: left;
  margin: auto;
  padding: 5px;
}

.p-about-text {
  font-size: 15px;
  margin-top: 20px;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .p-about {
    padding: 15px 0 10px;
  }
}

@media screen and (max-width: 768px){
  .p-about .c-breadcrumb .l-container{
    padding: 0 10px;
  }
  .p-about .c-breadcrumb{
    margin-top: 30px;
    border-top: 1px solid #653b14;
  }
}

.p-about .section-details{
  padding-top: 0;
}

.about-title01 {
  font-size: 28px;
  color: #653b14;
  text-align: left;
  padding: 5px 0px 5px 65px;
  background: url(../../img/www/icon/icon_describe.svg) no-repeat;
  height: 30px;
}

.about-title01-block {
  border-bottom: 3px solid #653b14;
  margin-bottom: 20px;
  padding-bottom: 5px;
}

@media screen and (max-width: 768px) {
  .about-title01 {
    font-size: 2rem;
    background: url(../../img/www/icon/icon_describe.svg) no-repeat;
    background-size: 29px 26px;
    height: 26px;
    background-position: 10px 3px;
  }

  .about-title01-block {
    padding-bottom: 0px;
  }
}

/* img */
.p-about img {
  max-width: 100%;
}

.character-img {
  width: 100%;
}

.history-img {
  width: 33%;
}

.about-img-block {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

.about-history-img-block {
  width: 100%;
}

/* 画面サイズによる表示切替 */
.sm {
  display: none;
}

@media only screen and (max-width: 768px) {
  .md {
    display: none !important;
  }
  .sm {
    display: inline;
  }
}

.about-paragraph-text {
  font-size: 15px;
  margin-top: 10px;
  margin-left: 20px;
}

/* aタグ */
.p-about .link {
  text-decoration: underline;
}
.p-about .link:hover {
  text-decoration: none;
}

/* 編集ポリシーのブロック */
.about-edit-policy {
  width: 100%;
  margin-top: 50px;
  padding-top: 20px;
  background-color: #EEEEED;
}

.about-edit-policy .title-text {
  font-size: 15px;
  margin-left: 15px;
  /*margin-bottom: 15px;*/
}

.about-edit-policy .block {
  text-align: center;
}

.about-edit-policy .panel {
  display: inline-block;
  width: 20%!important;
  background-color: #F9AC54;
  text-align: center;
  height: 70px;
  margin: 10px;
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 14px;
  line-height: 70px;
}

@media screen and (max-width: 768px) {
  .about-edit-policy .panel {
    width: 36%!important;
    font-size: 2.5vw;
    margin-top: 10px;
  }
}

/* list_view */
.about_list_view dl {
  padding: 10px 0 4px 0;
  border-bottom: 1px solid #ccc;
}

@media screen and (max-width: 768px) {
  .about_list_view {
    padding: 0 10px;
  }
  .about_list_view dl {
    /*padding: 12px 0;*/
    padding-top: 13px;
    padding-bottom: 8px;
  }
}

.about_list_view dt {
  width: 170px;
  font-size: 20px;
  font-weight: bold;
  padding-left: 18px;
  display: table-cell;
}

@media screen and (max-width: 768px) {
  .about_list_view dt {
    width: 100%;
    display: block;
    font-size: 16px;
    padding-left: 0;
    position: relative;
    margin-bottom: 5px;
  }
}

.about_list_view dd {
  font-size: 18px;
  display: table-cell;
}

@media screen and (max-width: 768px) {
  .about_list_view dd {
    display: none;
    font-size: 16px;
  }
}

.about_list_view dd ul:not(:last-child) {
  margin-bottom: 6px;
}

.about_list_view dd li {
  border: 1px solid #ccc;
  padding: 6px 10px;
  display: inline-block;
  margin-bottom: 6px;
}

.about_list_view dd li h3{
  font-weight: normal;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .about_list_view dd li {
    display: block;
    margin-bottom: 8px;
  }
  .about_list_view dd li a{
    display: inline-block;
  }
}

.about_list_view dd li span {
  color: #0c62b9;
}

.about_list_view img{
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
  display: none;
}

@media screen and (max-width: 768px) {
  .about_list_view img {
    display: block;
  }

  .about_list_view .hide {
    display: none!important;
  }
}

/* table */
.about-information-table {
  border:1px #e2e2e2 solid;
  border-collapse: collapse;
  width: 95%;
  margin: auto;
}

.about-information-table td {
  border:1px #E8E8E8 solid;
}

.about-information-table .head-td {
  background-color: #EEEEEE;
}

.about-information-table p {
  margin-left: 10px;
  font-size: 16px;
}

/*------------------------------------------------------------
  p-sitemap
  ------------------------------------------------------------*/
.sitemap {
  max-width: 100%;
}

@media screen and (max-width: 768px){
  .p-sitemap .c-breadcrumb .l-container{
    padding: 0 10px;
  }
  .p-sitemap .c-breadcrumb{
    margin-top: 30px;
    border-top: 1px solid #653b14;
  }
}
@media screen and (max-width: 768px) {
  .p-sitemap .l-container {
    padding: 0;
  }
}

.p-sitemap{
  padding: 30px 0 125px;
}

@media screen and (max-width: 768px) {
  .p-sitemap {
    padding: 15px 0 10px;
  }
}

.p-sitemap .section-details{
  padding-top: 0;
}

.p-sitemap .c-title02 {
  font-size: 28px;
  color: #653b14;
  text-align: left;
  padding: 10px 0 0 65px;
  margin-bottom: 20px;
  border-bottom: 3px solid #653b14;
  background: url(../../img/www/icon/ic_chart.png) no-repeat;
  background-position: left 1px;
  height: 47px;
}

@media screen and (max-width: 768px) {
  .p-sitemap .c-title02 {
    font-size: 2rem;
    margin-bottom: 10px;
    padding: 8px 0 4px 45px;
    border-bottom: 2px solid #653b14;
    background: url(../../img/www/icon/ic_chart_sp.png) no-repeat;
    background-size: 29px 26px;
    height: 26px;
    background-position: 10px 6px;
  }
}

.p-sitemap .sub2 {
  display: none;
  margin-bottom: 15px!important;
}

.p-sitemap .sitemap .sitemap_category {
  margin-top: -10px!important;
}

.p-sitemap .sitemap .sub-start {
  margin-top: -30px!important;
}
@media screen and (max-width: 768px) {
  .p-sitemap .sitemap .sub-start {
    margin-top: 0px!important;
  }
}

/* list_view */
.sitemap_list_view {
  margin-bottom: 30px;
  margin-top: -15px;
}
.sitemap_list_view dl {
  padding: 10px 0 4px 0;
  border-bottom: 1px solid #ccc;
}

@media screen and (max-width: 768px) {
  .sitemap_list_view {
    padding: 0 10px;
    margin-top: 0px;
  }
  .sitemap_list_view dl {
    padding-top: 13px;
    padding-bottom: 8px;
  }
}

.sitemap_list_view dt {
  width: 170px;
  font-size: 20px;
  font-weight: bold;
  padding-left: 18px;
  display: table-cell;
}

@media screen and (max-width: 768px) {
  .sitemap_list_view dt {
    width: 100%;
    display: block;
    font-size: 16px;
    padding-left: 0;
    position: relative;
    margin-bottom: 5px;
  }
}

.sitemap_list_view dd {
  font-size: 18px;
  display: table-cell;
}

@media screen and (max-width: 768px) {
  .sitemap_list_view dd {
    width: 100%;
    display: block;
    font-size: 16px;
  }
}

.sitemap_list_view dd ul:not(:last-child) {
  margin-bottom: 6px;
}

.sitemap_list_view dd li {
  border: 1px solid #ccc;
  padding: 6px 10px;
  display: inline-block;
  margin-bottom: 6px;
}

.sitemap_list_view dd li h3{
  font-weight: normal;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .sitemap_list_view dd li {
    display: block;
    margin-bottom: 8px;
  }
  .sitemap_list_view dd li a{
    display: inline-block;
  }
}

.sitemap_list_view dd li span {
  color: #0c62b9;
}

.sitemap_category {
  position: relative;
}

.sitemap_category .hide {
  display: none;
}

.p-sitemap .arrow_block {
  position: absolute;
  top: 5%;
  right: 0px;
  width: 10%;
  height: 90%;
}

@media screen and (max-width: 768px) {
  .p-sitemap .arrow_block {
    top: 0px;
  }
}

.sitemap_category img {
  position: absolute;
  top: 20px;
  right: 20px;
  max-width: 50%;
}

/*------------------------------------------------------------
  p-carenews
  ------------------------------------------------------------*/
.page-carenews .c-header .c-gnavi li:last-child a:before{
  width: 10px;
}
.page-carenews2 .c-header .c-gnavi li:last-child a:before{
  width: 10px;
}
.p-carenews{
  padding: 30px 0 50px;
}

@media screen and (max-width: 768px) {
  .p-carenews {
    padding: 20px 0 40px;
  }
}

/* section-news
------------------------------------------------------------*/
.p-carenews .section-new{
  margin-bottom: 30px;
}

@media screen and (max-width: 768px){
  .p-carenews .section-new{
    margin-bottom: 35px;
  }
}

.p-carenews .section-new .title01{
  font-size: 34px;
  color: #653b14;
  padding: 2px 0 15px 58px;
  margin-bottom: 20px;
  border-bottom: 3px solid #653b14;
  background: url(../../img/www/icon/ic_news.png) no-repeat;
}

@media screen and (max-width: 768px){
  .p-carenews .section-new .title01{
    font-size: 2.3rem;
    padding: 1px 0 5px 44px;
    border-bottom: 2px solid #653b14;
    background: url(../../img/www/icon/ic_news_sp.png) no-repeat;
    background-size: 28px 23px;
    background-position: 10px 0;
  }
}

.p-carenews .section-new .details .itemleft{
  width: 420px;
  position: relative;
}

@media screen and (max-width: 768px){
  .p-carenews .section-new .details .itemleft{
    width: 100%;
  }
}

.p-carenews .section-new .details .itemleft .boximg{
  width: 420px;
  height: 236px;
  text-align:center;
  background: #f0f0f0;
}

.p-carenews .section-new .details .itemleft .boximg img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (max-width: 768px){
  .p-carenews .section-new .details .itemleft .boximg{
    width: 100%;
    height: auto;
    display: inline;
  }
}

@media screen and (max-width: 768px){
  .p-carenews .section-new .details .itemleft .boximg img{
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: inherit;
  }
}

@media screen and (max-width: 768px){
  .p-carenews .section-new .details .itemleft .boxtext {
    padding: 0 10px;
  }
}

.p-carenews .section-new .details .itemleft .boxtext h4{
  font-size: 22px;
  color: #0c62b9;
  padding: 10px 0;
  font-weight: normal;
  line-height: 1.3;
}

@media screen and (max-width: 768px){
  .p-carenews .section-new .details .itemleft .boxtext h4{
    font-size: 1.8rem;
    padding: 8px 0 5px;
    line-height: 1.2;
    font-weight: bold;
  }
}

.p-carenews .section-new .details .itemleft .boxtext p{
  font-size: 16px;
  color: #717171;
}

@media screen and (max-width: 768px){
  .p-carenews .section-new .details .itemleft .boxtext p{
    font-size: 1.2rem;
  }
}

.p-carenews .section-new .details .boxtext .num,
.p-carenews .section-list .list_view .boxtext .num {
  font-size: 14px;
  color: #fff;
  margin-left: 20px;
  padding: 5px 16px;
  background: #ff0000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.p-news .section-three .list-view dd .txttop .num {
  font-size: 13px;
  color: #fff;
  margin-left: 20px;
  padding: 2px 10px;
  background: #ff0000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
@media screen and (max-width: 768px){
  .p-carenews .section-new .details .boxtext .num,
  .p-carenews .section-list .list_view .boxtext .date .num {
    font-size: 1.1rem;
    padding: 2px 12px;
  }
}

.p-carenews .section-new .details .nails{
  font-size: 14px;
  color: #444444;
  padding: 0 5px;
  border: 1px solid #ccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: absolute;
  right: 0;
  bottom: 0;
}

@media screen and (max-width: 768px){
  .p-carenews .section-new .details .nails{
    right: 10px;
    bottom: -3px;
  }
}

.p-carenews .section-new .details .itemright{
  width: 545px;
  padding-left: 15px;
  position: relative;
}

.p-carenews .section-new .details .itemright .items{
  position: relative;
}

.p-carenews .section-new .details .itemright .items .box{
  display: block;
  padding-bottom: 15px;
  padding-right: 20px;
  padding-left: 8px;
}

.p-carenews .section-new .details .itemright .items:not(:first-child){
  padding-top: 20px;
  border-top: 1px dashed #ccc;
}

.p-carenews .section-new .details .itemright .boximg{
  width: 128px;
  height: 72px;
  text-align:center;
  background: #f0f0f0;
  float: left;
}

.p-carenews .section-new .details .itemright .boximg img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.p-carenews .section-new .details .itemright .boxtext{
  width: 368px;
  padding-left: 20px;
  display: table-cell;
}

.p-carenews .section-new .details .itemright .boxtext h4{
  font-size: 18px;
  color: #0c62b9;
  line-height: 1.3;
  font-weight: normal;
  padding: 3px 0 10px;
}

.p-carenews .section-new .details .itemright .boxtext p{
  font-size: 14px;
  color: #717171;
}

.p-carenews .section-new .details .itemright .nails{
  bottom: 15px;
  right: 20px;
}

/* section-list
------------------------------------------------------------*/
.p-carenews .section-list .title02{
  font-size: 24px;
  color: #653b14;
  margin-bottom: 14px;
  padding: 0 0 14px 45px;
  border-bottom: 3px solid #653b14;
  background: url(../../img/www/icon/ic_book.png) no-repeat;
}

@media screen and (max-width: 768px){
  .p-carenews .section-list .title02{
    padding: 0 20px 8px 38px;
    font-size: 2rem;
    margin-bottom: 20px;
    border-bottom: 1.5px solid #653b14;
    background: url(../../img/www/icon/ic_book_sp.png) no-repeat;
    background-size: 22px 18px;
    background-position: 10px 4px;
  }
}

.p-carenews .title03{
  font-size: 34px;
  color: #653b14;
  padding: 2px 0 15px 58px;
  margin-bottom: 20px;
  border-bottom: 3px solid #653b14;
  background: url(../../img/www/icon/ic_news.png) no-repeat;
}

@media screen and (max-width: 768px){
  .p-carenews .title03{
    font-size: 2.3rem;
    padding: 1px 0 5px 44px;
    border-bottom: 2px solid #653b14;
    background: url(../../img/www/icon/ic_news_sp.png) no-repeat;
    background-size: 28px 23px;
    background-position: 10px 0;
  }
}

.p-carenews .section-list .pagination{
  text-align: center;
  width: intrinsic;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: -o-fit-content;
  width: -ms-fit-content;
  width: fit-content;
  display: table;
  margin: auto;
}

.p-carenews .section-list .pagination li{
  display: inline-block;
  float: left;
  padding: 0 3px;
}

.p-carenews .section-list .pagination .current a{
  color: #fff;
  background: #653b14;
}

.p-carenews .section-list .pagination li a{
  font-size: 18px;
  color: #653b14;
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-weight: bold;
  border: 2px solid #653b14;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
}

@media screen and (max-width: 768px){
  .p-carenews .section-list .pagination li a{
    font-size: 1.6rem;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #653b14;
  }
}

.p-carenews .section-list .pagination li a:hover, .p-carenews .section-list .pagination li a:active{
  color: #fff;
  background: #653b1491;
  border: 1px solid #653b1491;
  opacity: 1;
}

.p-carenews .section-list .pagination li span{
  font-size: 18px;
  line-height: 38px;
  display: inline-block;
  font-weight: bold;
}

@media screen and (max-width: 768px){
  .p-carenews .section-list .pagination li span{
    font-weight: normal;
    line-height: 26px;
  }
}

.p-carenews .tga_article_list .pagination{
  text-align: center;
  width: intrinsic;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: -o-fit-content;
  width: -ms-fit-content;
  width: fit-content;
  display: table;
  margin: auto;
}

.p-carenews .tga_article_list .pagination li{
  display: inline-block;
  float: left;
  padding: 0 3px;
}

.p-carenews .tga_article_list .pagination .current a{
  color: #fff;
  background: #653b14;
}

.p-carenews .tga_article_list .pagination li a{
  font-size: 18px;
  color: #653b14;
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-weight: bold;
  border: 2px solid #653b14;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
}

@media screen and (max-width: 768px){
  .p-carenews .tga_article_list .pagination li a{
    font-size: 1.6rem;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #653b14;
  }
}

.p-carenews .tga_article_list .pagination li a:hover, .p-carenews .tga_article_list .pagination li a:active{
  color: #fff;
  background: #653b1491;
  border: 1px solid #653b1491;
  opacity: 1;
}

.p-carenews .tga_article_list .pagination li span{
  font-size: 18px;
  line-height: 38px;
  display: inline-block;
  font-weight: bold;
}

@media screen and (max-width: 768px){
  .p-carenews .tga_article_list .pagination li span{
    font-weight: normal;
    line-height: 26px;
  }
}

.p-carenews .section-list .pagenav{
  position: relative;
  padding-top: 20px;
}

@media screen and (max-width: 768px){
  .p-carenews .section-list .pagenav{
    padding: 12px 10px 5px;
  }
}

.p-carenews .section-list .pagenav .pager{
  font-size: 16px;
  display: inline-block;
}

@media screen and (max-width: 768px){
  .p-carenews .section-list .pagenav .pager{
    font-size: 1.4rem;
  }
}

.p-carenews .section-list .pagenav .pager span{
  font-weight: bold;
}

.p-carenews .section-list .pagenav .pager .total{
  font-size: 36px;
  color: #fd8e26;
}

@media screen and (max-width: 768px){
  .p-carenews .section-list .pagenav .pager .total{
    font-size: 2.3rem;
  }
}

.p-carenews .section-list .pagenav .pager .num{
  font-size: 26px;
  color: #444;
}

@media screen and (max-width: 768px){
  .p-carenews .section-list .pagenav .pager .num{
    font-size: 1.8rem;
  }
}

.p-carenews .section-list .pagenav a{
  font-size: 16px;
  color: #0c62b9;
  position: absolute;
  right: 0;
  bottom: 8px;
}

.p-carenews .section-list .list_view{
  position: relative;
  margin-bottom: 35px;
}

.p-carenews .section-list .list_view .items{
  position: relative;
}

.p-carenews .section-list .list_view .items .box{
  padding: 30px 0 20px;
  border-bottom: 1px dashed #ccc;
}

@media screen and (max-width: 768px){
  .p-carenews .section-list .list_view .items:first-child{
    border-top: 1px dashed #6f4723;
  }
  .p-carenews .section-list .list_view .items .box{
    padding: 15px 10px 35px;
    border-bottom: 1px dashed #6f4723;
  }
}

.p-carenews .section-list .list_view .boximg{
  width: 230px;
  height: 130px;
  text-align:center;
  background: #f0f0f0;
  float: left;
}

@media screen and (max-width: 768px){
  .p-carenews .section-list .list_view .boximg{
    width: 115px;
    height: 65px;
  }
}

.p-carenews .section-list .list_view .boximg img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (max-width: 768px){
  .p-carenews .section-list .list_view .boximg img{
    height: 65px;
  }
}

.p-carenews .section-list .list_view .boxtext{
  width: 435px;
  padding-left: 20px;
  display:table-cell;
}

@media screen and (max-width: 768px){
  .p-carenews .section-list .list_view .boxtext{
    width: 65%;
    padding-left: 8px;
  }
}

@media screen and (max-width: 354px){
  .p-carenews .section-list .list_view .boxtext{
    width: 58%;
  }
}

.p-carenews .section-list .list_view .boxtext h4{
  font-size: 20px;
  color: #0c62b9;
  padding-bottom: 8px;
  font-weight: normal;
}

@media screen and (max-width: 768px){
  .p-carenews .section-list .list_view .boxtext h4{
    font-size: 1.7rem;
  }
}

.p-carenews .section-list .list_view .boxtext .date{
  font-size: 14px;
  color: #717171;
  padding-bottom: 6px;
}

.p-carenews .section-list .list_view .boxtext .txt{
  font-size: 16px;
  color: #444444;
  padding-bottom: 15px;
  letter-spacing: -1px;
}

.p-carenews .section-list .list_view .boxtext .txtmore{
  text-align: right;
  font-size: 16px;
  color: #0c62b9;
}

.p-carenews .section-list .list_view .nails{
  font-size: 14px;
  color: #444444;
  padding: 0 5px;
  border: 1px solid #ccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: absolute;
  left: 250px;
  bottom: 23px;
}

@media screen and (max-width: 768px) {
  .p-carenews .section-list .list_view .nails{
    left: 133px;
    bottom: 15px;
  }
}

.p-carenews .section-list .c-sidebar{
  margin-top: 40px;
}

.p-carenews .section-list .mt53{
  margin-top: 53px;
}

@media screen and (max-width: 768px) {
  .p-carenews .section-list .c-sidebar{
    margin-top: 0px;
  }
}
@media screen and (max-width: 768px) {
  .p-carenews .section-list .list-btn {
    margin-bottom: 20px;
    padding: 0 10px;
    text-align: center;
    margin-top: 30px;
  }
  .p-carenews .section-list .list-btn li {
    display: block;
    padding: 0 0 20px;
  }
  .p-carenews .section-list .list-btn a {
    font-size: 1.8rem;
    width: 100%;
    color: #fff;
    font-weight: bold;
    padding: 12px 0;
    background: #fd8e26;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
  }
  .p-carenews .section-list .list-btn a:after {
    content: "";
    width: 10px;
    height: 14px;
    right: 10px;
    top: 50%;
    position: absolute;
    background: url(../../img/www/icon/ic_arrow_sp.png);
    background-size: 10px 14px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}

@media screen and (max-width: 768px){
  .p-carenews .section-list .c-breadcrumb {
    margin-bottom: 10px;
    border-top: 1px solid #653b14;
  }
}




/*------------------------------------------------------------
  page contact (common)
  ------------------------------------------------------------*/

/*------------------------------------------------------------
 p-common02
 ------------------------------------------------------------*/
.p-common02{
  padding: 30px 0 50px;
}

@media screen and (max-width: 768px) {
  .p-common02 {
    padding: 15px 0 10px;
  }
}

@media screen and (max-width: 768px) {
  .p-common02 .l-container{
    padding: 0;
  }
}

.p-common02 .c-title03 {
  font-size: 28px;
  color: #653b14;
  text-align: left;
  padding: 4px 0 5px 62px;
  margin-bottom: 20px;
  border-bottom: 3px solid #653b14;
  background: url(../../img/www/contact/icon/ic_question.png) no-repeat;
  height: 39px;
}

@media screen and (max-width: 768px) {
  .p-common02 .c-title03 {
    font-size: 2.3rem;
    margin-bottom: 10px;
    padding: 8px 0 5px 45px;
    border-bottom: 2px solid #653b14;
    background: url(../../img/www/contact/icon/ic_question_sp.png) no-repeat;
    background-size: 28px 22px;
    height: 22px;
    background-position: 10px 12px;
  }
}

.p-common02 .btn_submit,
.p-common02 .btn_submit button{
  width: 640px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .p-common02 .btn_submit,
  .p-common02 .btn_submit button{
    width: auto;
    padding: 0 10px;
  }
}

.p-common02 .btn_submit a,
.p-common02 .btn_submit button{
  font-size: 18px;
  color: #fff;
  padding: 12px 0;
  text-align: center;
  background: #fd8e26;
  display: block;
  position: relative;
  font-weight: bold;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
}

#contact_back_btn {
  background: #999;
  margin: 20px auto 0px;
}

@media screen and (max-width: 768px) {
  .p-common02 .btn_submit a,
  .p-common02 .btn_submit button{
    padding: 10.5px 0;
  }
}

.p-common02 .btn_submit a:after,
.p-common02 .btn_submit button:after{
  content:"";
  width: 9px;
  height: 19px;
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: translate(0,-50%);
  -moz-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  -o-transform: translate(0,-50%);
  transform: translate(0,-50%);
  background: url(../../img/www/contact/icon/ic_right.png) no-repeat;
}

@media screen and (max-width: 768px) {
  .p-common02 .btn_submit a:after,
  .p-common02 .btn_submit button:after{
    right: 12px;
    width: 10px;
    height: 14px;
    background: url(../../img/www/contact/icon/ic_right_sp.png) no-repeat;
    background-size: 10px 14px;
  }
}


/*------------------------------------------------------------
  p-contact
  ------------------------------------------------------------*/
/*@media screen and (max-width: 768px){
  .p-contact{
    padding: 15px 0 10px;
  }
}*/

@media screen and (max-width: 768px){
  .p-contact .c-breadcrumb .l-container{
    padding: 0 10px;
  }
}

/* section-consult
------------------------------------------------------------*/
.p-contact .section-consult .boxtext{
  margin-bottom: 23px;
}

@media screen and (max-width: 768px) {
  .p-contact .section-consult .boxtext{
    padding: 0 10px;
  }
}

.p-contact .section-consult .boxtext p{
  font-size: 18px;
  border: 1px solid #ccc;
  padding: 20px 15px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

@media screen and (max-width: 768px) {
  .p-contact .section-consult .boxtext p{
    font-size: 1.6rem;
    padding: 15px 10px;
    border: 1px solid #dadada;
  }
}

.p-contact .section-consult .boxtext p span{
  color: #ff2626;
  display: block;
}

@media screen and (max-width: 768px) {
  .p-contact .section-consult .btn_submit a{
    padding: 3px 0;
    line-height: 1.3;
  }
}

@media screen and (max-width: 768px) {
  .p-contact .btn_submit a span{
    display: block;
  }
}


/* section-question
------------------------------------------------------------*/
.p-contact .section-question{
  background: #eee;
  margin-top: 20px;
  padding: 20px 20px 45px 20px;
}

@media screen and (max-width: 768px) {
  .p-contact .section-question{
    padding: 0;
  }
}

.p-contact .section-question .c-table{
  width: 100%;
  border-collapse: collapse;
}

.p-contact .section-question .c-table tr:not(:last-child){
  border-bottom: 1px solid #c9c9c9;
}

.p-contact .section-question .c-table tr.row4 td{
  padding: 20px 0;

}

@media screen and (max-width: 768px) {
  .p-contact .section-question .c-table tr{
    border-bottom: 1px solid #c5c5c5;
  }
}

.p-contact .section-question .c-table .ver-top{
  vertical-align: top;
}

.p-contact .section-question .c-table .ver-top th{
  padding-top: 15px;
}

.p-contact .section-question .c-table th, td{
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  .p-contact .section-question .c-table th, td{
    font-size: 1.6rem;
  }
}

.p-contact .section-question .c-table th {
  width: 305px;
  padding: 0 20px 0 18px;
}

@media screen and (max-width: 768px) {
  .p-contact .section-question .c-table th {
    padding: 15px 10px 0;
  }
}

@media screen and (max-width: 768px) {
  .p-contact .section-question .c-table th, td{
    display: block;
    width: unset;
  }
}

.p-contact .section-question .c-table th span{
  color: #ff0000;
  float: right;
}

@media screen and (max-width: 768px) {
  .p-contact .section-question .c-table th span{
    font-size: 1.2rem;
    float: none;
    padding-left: 10px;
  }
}

.p-contact .section-question .c-table th p{
  padding-top: 6px;
}

@media screen and (max-width: 768px) {
  .p-contact .section-question .c-table th p{
    padding-top: 0;
    padding-left: 8px;
    font-size: 1.2rem;
    display: inline-block;
  }
}

.p-contact .section-question .c-table td {
  padding: 10px 0;
}

@media screen and (max-width: 768px) {
  .p-contact .section-question .c-table td{
    padding: 13px 10px 20px!important;
  }
}

.p-contact .section-question .c-table td p{
  padding-bottom: 5px;
}

.p-contact .section-question .c-table td p:not(:first-child){
  margin-top: 20px;
}

.p-contact .section-question .c-table .style-check {
  display: block;
  position: relative;
  padding-left: 40px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.p-contact .section-question .c-table .style-check:active{
  background: #DCEDC8;
  width: fit-content;
  width: intrinsic;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: -o-fit-content;
  width: -ms-fit-content;
  display: inline-flex;
}

@media screen and (max-width: 768px) {
  .p-contact .section-question .c-table .style-check{
    padding-top: 5px;
  }
}

@media screen and (max-width: 768px) {
  .p-contact .section-question .c-table .style-check {
    padding-left: 35px;
  }
}

.p-contact .section-question .c-table .style-check:not(:last-child){
  margin-bottom: 16px;
}

.p-contact .section-question .c-table .style-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  left: 50%;
}

.p-contact .section-question .c-table .style-check .checkmark {
  position: absolute;
  top: 50%;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #fff;
  border: 1px solid #aaa;
  -webkit-transform: translate(0,-50%);
  -moz-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  -o-transform: translate(0,-50%);
  transform: translate(0,-50%);
  margin-left: 5px;
}

.p-contact .section-question .c-table .style-check:hover input ~ .checkmark {
  /*background-color: #ccc;*/
}

.p-contact .section-question .c-table .style-check input:checked ~ .checkmark {
  background-color: #fff;
}

.p-contact .section-question .c-table .style-check .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.p-contact .section-question .c-table .style-check input:checked ~ .checkmark:after {
  display: block;
}

.p-contact .section-question .c-table .style-check .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid #000;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.p-contact .section-question .c-table .style-radio {
  display: inline-block;
  position: relative;
  padding-left: 40px;
  margin-right: 50px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.p-contact .section-question .c-table .style-radio:active{
  background: #DCEDC8;
}

@media screen and (max-width: 768px) {
  .p-contact .section-question .c-table .style-radio {
    padding-top: 5px;
  }
}

.p-contact .section-question .c-table .style-radio input {
  position: absolute;
  opacity: 0;
  top: 10px;
  cursor: pointer;
}

.p-contact .section-question .c-table .style-radio .checkmark {
  position: absolute;
  top: 50%;
  left: 0;
  height: 25px;
  width: 25px;
  border: 1px solid #aaa;
  background-color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: translate(0,-50%);
  -moz-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  -o-transform: translate(0,-50%);
  transform: translate(0,-50%);
  margin-left: 5px;
}

.p-contact .section-question .c-table .style-radio:hover input ~ .checkmark {
  /*background-color: #ccc;*/
}

.p-contact .section-question .c-table .style-radio input:checked ~ .checkmark {
  background-color: #fff;
}

.p-contact .section-question .c-table .style-radio .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.p-contact .section-question .c-table .style-radio input:checked ~ .checkmark:after {
  display: block;
}

.p-contact .section-question .c-table .style-radio .checkmark:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #000;
}

.p-contact .section-question .c-table .text-input,
.p-contact .section-question .c-table .textarea{
  width: 98%;
  padding: 5px;
  font-size: 18px;
  border: 1px solid #aaa;
}

@media screen and (max-width: 768px) {
  .p-contact .section-question .c-table .text-input,
  .p-contact .section-question .c-table .textarea{
    width: 96%;
    font-size: 1.6rem;
    border: 1px solid #bbb;
  }
}

.p-contact .section-question .c-table .text-input{
  height: 35px;
}

.p-contact .section-question .info_block{
  width: 800px;
  margin: 0 auto;
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;

}

@media screen and (max-width: 768px) {
  .p-contact .section-question .info_block{
    width: auto;
    padding: 30px 10px;
    background: unset;
  }
}

.p-contact .section-question .info_block .detail{
  width: 640px;
  padding: 30px 0 20px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .p-contact .section-question .info_block .detail{
    width: auto;
    background: #fff;
    padding: 20px 0 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3
  }
}

.p-contact .section-question .info_block .detail .framecheck {
  margin: 0 auto 18px;
  position: relative;
  width: fit-content;
  width: intrinsic;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: -o-fit-content;
  width: -ms-fit-content;
  display: table;
}

@media screen and (max-width: 768px) {
  .p-contact .section-question .info_block .detail .framecheck {
    margin: 0 auto 8px;
  }
}

.p-contact .section-question .info_block .detail .framecheck .text{
  font-size: 18px;
  padding-left: 50px;
}

@media screen and (max-width: 768px){
  .p-contact .section-question .info_block .detail .framecheck .text{
    font-size: 14px;
  }
}

.p-contact .section-question .info_block .detail .framecheck .text .color{
  color: #0c62b9;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .p-contact .section-question .info_block .detail .framecheck .text .txtsp{
    display: block;
  }
  .p-contact .section-question .info_block .detail .framecheck .text .fixtxt{
    margin-left: 6px;
  }
}

.p-contact .section-question .info_block .detail .style-check {
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.p-contact .section-question .info_block .detail .style-check input {
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  cursor: pointer;
  height: 0;
  width: 38px;
  height: 38px;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0,-50%);
  -moz-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  -o-transform: translate(0,-50%);
  transform: translate(0,-50%);
}

@media screen and (max-width: 768px){
  .p-contact .section-question .info_block .detail .style-check input{
    width: 30px;
    height: 30px;
  }
}

.p-contact .section-question .info_block .detail .style-check .checkmark {
  position: absolute;
  top: 50%;
  left: 0;
  height: 38px;
  width: 38px;
  background-color: #fff;
  border: 1px solid #aaa;
  -webkit-transform: translate(0,-50%);
  -moz-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  -o-transform: translate(0,-50%);
  transform: translate(0,-50%);
}

@media screen and (max-width: 768px){
  .p-contact .section-question .info_block .detail .style-check .checkmark {
    width: 30px;
    height: 30px;
    border: 2px solid #ccc;
  }
}

.p-contact .section-question .info_block .detail .style-check:hover input ~ .checkmark {
  background-color: #ccc;
}

.p-contact .section-question .info_block .detail .style-check input:checked ~ .checkmark {
  background-color: #2196F3;
}

.p-contact .section-question .info_block .detail .style-check .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.p-contact .section-question .info_block .detail .style-check input:checked ~ .checkmark:after {
  display: block;
}

.p-contact .section-question .info_block .detail .style-check .checkmark:after {
  left: 14px;
  top: 7px;
  width: 9px;
  height: 17px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (max-width: 768px){
  .p-contact .section-question .info_block .detail .style-check .checkmark:after {
    left: 11px;
    top: 6px;
    width: 7px;
    height: 12px;
  }
}

.p-contact .section-question .info_block .detail .btn_submit a{
  position: relative;
}

.p-contact .section-question .info_block .detail .btn_submit a input{
  width: 640px;
  height: 51px;
  left: 0;
  top: 0;
  opacity: 0;
  position: absolute;
  cursor: pointer;
}

@media screen and (max-width: 768px){
  .p-contact .section-question .info_block .detail .btn_submit a,
  .p-contact .section-question .info_block .detail .btn_submit button{
    padding: 12px 0;
  }
  .p-contact .section-question .info_block .detail .btn_submit a input,
  .p-contact .section-question .info_block .detail .btn_submit button{
    width: 100%;
    height: 48px;
  }
}

@media screen and (max-width: 768px){
  .p-contact .section-question .info_block .detail .btn_submit a,
  .p-contact .section-question .info_block .detail .btn_submit button{
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 375px){
  .p-contact .section-question .info_block .detail .btn_submit a,
  .p-contact .section-question .info_block .detail .btn_submit button{
    font-size: 4vw;
    padding-right: 8px;
  }
}

.contact_check_label {
  color:red;
  font-size:2em;
}
@media screen and (max-width: 768px){
  .contact_check_label {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 768px) {
  a {
    display: block;
  }
  a:hover{
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "alpha(opacity=100)";
  }
}

.tag_list_title{
  font-size: 34px;
  color: #653b14;
  padding: 2px 0 15px 58px;
  margin-bottom: 20px;
  border-bottom: 3px solid #653b14;
  background: url(../../img/www/icon/ic_book_sp.png) no-repeat;
  background-position-y: 2px;
  background-size: 48px 39px;
}
@media screen and (max-width: 768px) {
  .tag_list_title {
    font-size: 2.3rem;
    padding: 1px 0 5px 44px;
    border-bottom: 2px solid #653b14;
    background-size: 28px 23px;
    background-position: 10px 2px;
  }
}

.tag_list_title_tagList{
  font-size: 34px;
  color: #653b14;
  padding: 2px 0 15px 0px;
  margin-bottom: 20px;
  border-bottom: 3px solid #653b14;
}
@media screen and (max-width: 768px) {
  .tag_list_title_tagList {
    font-size: 2.2rem;
    line-height:1.3;
    padding: 1px 0 5px 10px;
    border-bottom: 0px;
  }
}

/*------------------------------------------------------------
  p-tos
  ------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  .p-tos .section-consult .tostext{
    margin: 0 10px;
  }
}

.p-tos p{
  font-size: 18px;
  margin-bottom: 0.5em;
  line-height: 1.8;
}

.p-tos ol {
  list-style-position: outside;
  margin: 1em 0 1em 4em;
  list-style-type: decimal;
}
.p-tos ol li {
  font-size: 18px;
  line-height: 1.8;
}
.p-tos ul {
  list-style-position: outside;
  margin: 1em 0 1em 4em;
  list-style-type: disc;
}
.p-tos ul li {
  font-size: 18px;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .p-tos p{
    font-size: 1.6rem;
  }

  .p-tos ol li {
    font-size: 1.6rem;
  }
}

.p-tos hr{
  border-top: 1px solid #ccc;
  margin: 24px 0;
}

.kaitei_ul {
  list-style-type: none!important;
}

.kaitei_ul li {
  padding-left: 50px;
}
@media screen and (max-width: 768px) {
  .kaitei_ul li {
    font-size: 14px!important;
    padding-left: 25px;
  }
}

/*-------------
c-profile
--------------*/
@media screen and (max-width: 768px) {
  .c-profile, .c-profile2 {
    width: 100%
  }

  .c-profile2 {
    margin-bottom: 24px;
  }
}

.c-profile2 {
  /*border-top: 3px solid #653b14;*/
  /*border-bottom: 1px dashed #929292;*/
  margin-bottom: 35px;
}

.c-profile__title {
  background-color: #eeeeee;
  padding: 16px;
  margin-bottom: 20px;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .c-profile__title {
    padding: 10px 0;
  }
}

.c-profile__content, .c-profile2__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}


@media screen and (max-width: 768px) {
  .c-profile__name {
    color: #333333 !important;
  }
}

.c-profile2__content {
  margin: 18px 0 42px;
}

.content_tagList {
  margin: 30px 0 30px!important;
}

.c-profile__content img {
  display: -ms-grid;
  display: grid;
}

.c-profile__content img, .c-profile2__content img,
.c-profile__title img {
  width: 85px;
  height: 85px;
  margin: 0 20px;
  flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  .c-profile__content img {
    display: none;
  }

  .c-profile2__content img {
    width: 75px;
    height: 75px;
    margin: 0 10px;
  }
}

.c-profile__text p, .c-profile2__text p {
  margin: 0 10px 0 5px;
  font-size: 16px;
}

.c-profile__text_tagList {
  margin: 0 10px 0 10px!important;
}

.c-profile__link-wrap {
  position: relative;
  background-color: #eeeeee;
  padding: 8.5px 25px 8.5px 10px;
  border-radius: 5px;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin: 20px 0 0 auto;
}

@media all and (-ms-high-contrast: none) {
  .c-profile__link-wrap {
    width: 212px;
  }
}

@media screen and (max-width: 768px) {
  .c-profile__link-wrap {
    margin: 18px 0 0 auto;
  }
}

.c-profile__link {
  text-align: right;
  color: #666666 !important;
}

.c-profile__link:after {
  content: "";
  background: url("../../img/www/icon/ic_right_sp2.png") no-repeat center;
  background-size: 8px;
  width: 28px;
  height: 28px;
  position: absolute;
}

.c-profile2__link {
  margin: 20px 10px 0 !important;
}

.c-profile2__link a {
  cursor: pointer;
  color: #2391de !important;
  font-size: 16px !important;
}

@media screen and (max-width: 768px) {
  .c-profile2__link a {
    display: inline;
  }
}

.c-profile2__link span {
  margin: 0 2px;
  font-size: 16px;
  color: #666666;
}
.c-profile__text .author_description{
  font-size: 14px;
}

.p-contact .section-consult  .info_caution_msg {
  margin-top: 30px;
  background-color: #ffebd9;
  border: none !important;
}
.p-contact .section-consult  .info_caution_msg span{
  color: #000 !important;
}

.p-contact .section-consult  .info_caution_msg .info_caution_title{
  color: #000;
  font-weight: bold;
  margin-bottom: 10px;
}
.p-contact .section-consult .info_caution_msg .pc_text {
  display: block;
}
.p-contact .section-consult  .info_caution_msg .sp_text{
  display: none;
}
@media screen and (max-width: 768px) {
  .section-three .section-list {
    margin-bottom: 30px;
  }
  .p-contact .section-consult  .info_caution_msg .pc_text{
    display: none;
  }
  .p-contact .section-consult  .info_caution_msg .sp_text{
    display: block;
  }
}