@charset "utf-8";

/*====================================================================================
■Content
====================================================================================*/

#content {
  padding-bottom: 60px;
}
.anc {
 padding-top: 158px;
  margin-top: -158px;
}

.box-highlight {
  background: #f3f3f3;
  padding: 10px;
}

/*====================================================================================
■Clumb
====================================================================================*/

#underconstruction {
  padding: 50px 0 200px;
  text-align: center;
}

#underconstruction img {
  width: 100px;
  height: auto;
  margin-top: 50px;
}

.crumb {
  margin: 20px 0 20px;
  font-family: "Meiryo", "メイリオ";
}

.crumb li {
  float: left;
  margin-right: 17px;
  font-size: 12px;
  position: relative;
  color: #000;
}

.crumb li:before {
  content: ">";
  position: absolute;
  right: -13px;
  top: 0px;
}

.crumb li:last-child:before {
  display: none;
}

.crumb a {
  color: #000;
  text-decoration: none;
}

.crumb a:hover {
  text-decoration: underline;
}

#crumb ul .home a {
  padding-left: 1.5em;
  background: url(../../common_img/ico_home.png) no-repeat left center;
  background-size: 25%;
}


/*====================================================================================
■PageTitle
====================================================================================*/

#pageTitle {
  position: relative;
  width: 100%;
  height: 200px;
  background-image: url(../common_img/bg_pagetitle.png);
  box-shadow: 0px 0px 6px 0px #eee inset;
}

#pageTitle .ttl {
  position: absolute;
  text-align: center;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

#pageTitle h2 {
  font-size: 3.0rem;
  font-weight: bold;
  line-height: 1.4;
  /*color: #00478a;*/
  margin-bottom: 10px;
}

#pageTitle h2 span {
  font-size: 2.4rem;
}

#pageTitle h2::first-letter {
  color: #009a43;
}

#pageTitle::after {
  position: absolute;
  display: block;
  content: '';
  width: 126px;
  height: 18px;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 736px) {
  #content {
  padding-bottom: 0px;
  }
  #pageTitle {
    height: 100px;
    margin-bottom: 15px;
  }
  #pageTitle h2 {
    font-size: 1.8rem;
  }
  #pageTitle h2 span {
    font-size: 1.8rem;
  }
  #pageTitle::after {
    bottom: 15px;
  }
  #pageTitle p {
    font-size: 1.4rem;
  }
}


/*====================================================================================
■Pagenation
====================================================================================*/

#pagenation {
  margin: 0 auto;
  text-align: center
}

#pagenation ul {
  position: relative;
  width: 100%;
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin: 0 auto;
  overflow: hidden;
}

#pagenation ul li.prev {
  display: inline;
  float: left;
  margin-top: 20px;
}

#pagenation ul li.next {
  display: inline;
  float: right;
  margin-top: 20px;
}

#pagenation ul li a {
  position: relative;
  display: block;
  padding: 10px 40px;
  text-decoration: none;
  background: #5eaee1;
  border: 1px solid #5eaee1;
  color: #fff;
  border-radius: 3px;
  text-align: center;
}

#pagenation ul li.prev a {}

#pagenation ul li.prev a::before {
  position: absolute;
  content: '';
  display: block;
  top: 50%;
  left: 10px;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

#pagenation ul li.next a {}

#pagenation ul li.next a::before {
  position: absolute;
  content: '';
  display: block;
  top: 50%;
  right: 10px;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#pagenation ul li a:hover {}

#pagenation ul li a:hover::before {}

#pagenation .btn_area {
  position: absolute;
  top: 0;
}

#pagenation ul li.page_back {
  width: 200px;
  margin: 20px auto 0 auto;
  display: inline-block;
}

#pagenation ul li.page_back a::before {
  position: absolute;
  content: '';
  display: block;
  top: 50%;
  left: 10px;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}


/*.page_back {
	position: relative;
	z-index: 2;
	width: 12em;
	margin: -46px auto 30px;
	text-align: center;
}
.page_back a {
	display: block;
	padding: 10px 0;
	text-decoration: none;
	color: #fff;
	background: #92876c;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.page_back a:hover {
	color: #fff;
}*/

@media screen and (max-width: 736px) {
  #pagenation {
    padding: 0 10px;
  }
  #pagenation ul li.page_back {
    width: 100%;
    margin: 20px auto 0 auto;
    display: inline-block;
  }
}


/*====================================================================================
■information
====================================================================================*/

.other_box .ttl {
  font-size: 3.0rem;
  color: #5eaee1;
  text-align: center;
  margin-bottom: 30px;
}

.other_box {
  background: #fdfcf5;
  padding: 50px 50px 15px 50px;
  border-radius: 15px;
  margin-top: 40px;
}

.other_menu a {
  width: 280px;
  height: auto;
  display: block;
  margin-bottom: 20px;
  text-align: center;
  padding: 15px;
  background: #FFF;
  border-radius: 10px;
  border: 2px solid #f2c5d5;
}

@media screen and (max-width:736px) {
  .other_box .ttl {
    font-size: 2.0rem;
  }
  .other_box {
    padding: 30px 10px;
  }
  .other_menu {
    margin: 0 auto;
  }
}


/*====================================================================================
■information
====================================================================================*/

#information {}

#information .bloc_ttl h3 {
  border-left: 8px solid #0060bb;
  padding-left: 10px;
  text-align: left;
  margin-top: 30px;
  font-size: 2.0rem;
  margin-bottom: 40px;
}

#information .bloc {
  padding: 50px 0;
}

#information .bloc:nth-child(2n) {
  background: #fcfbf4;
}

#information .ttl {
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #e74e84;
}

#information .ttl p {
  font-weight: bold;
  font-size: 1.2rem;
  color: #0060bb;
  text-align: right;
}

#information .ttl dt {
  display: inline-block;
  background: #f7f2ee;
  color: #e74e84;
  font-size: 1.6rem;
  padding: 2px 10px;
  border-radius: 4px;
  border: 2px solid #e74e84;
  margin-bottom: 5px;
  /*float: left;*/
  text-align: center;
  margin-right: 10px;
}

#information .ttl dd {
  font-size: 1.8rem;
  font-weight: bold;
  overflow: auto;
}

#information .ttl dd a {
  text-decoration: none;
}

#information .ttl dd a:hover {
  text-decoration: underline;
}

#information .ttl dd span {
  padding-right: 15px;
}

#information .photo_wrapper {
  max-width: 400px;
  max-height: 300px;
  margin-left: 30px;
  float: right;
}

#information .photo_wrapper.medical_dt {
  height: auto;
  max-height: none;
}

#information .photo_wrapper img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 300px;
  vertical-align: middle;
}

#information .photo_wrapper .photo_side {
  text-align: center;
}

#information .photo_wrapper .photo_side a {
  display: block;
  position: relative;
}

#information .photo_wrapper .photo_side .scall {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 30px;
  height: 30px;
  background: rgba(0, 0, 0, 0.5);
}

#information .comment {
  font-size: 1.6rem;
  line-height: 1.7;
  overflow: auto;
}

@media screen and (max-width: 736px) {
  #information .bloc {
    padding: 15px 4.16vw;
  }
  #information .ttl p {
    text-align: left;
  }
  #information .photo_wrapper {
    width: 100%;
    height: auto;
  }
  #information .ttl dt {
    float: none;
  }
  #information .bloc_ttl h3 {
    margin-left: 15px;
    margin-top: 15px;
  }
  #information .photo_wrapper {
    max-width: 100%;
    max-height: 300px;
    margin: 0 auto 15px auto;
    float: none;
    text-align: center;
  }
}


/*--------------------------------------------------------------------------------
  news_pager
--------------------------------------------------------------------------------*/

.news_pager {
  position: relative;
  margin-top: 35px;
  text-align: center;
}

.news_pager .pager_btn {
  display: inline-block;
  background: #329fdf;
  /*ページ送りの色*/
  border-radius: 4px;
}

.news_pager .pager_btn.back_list {
  background: #329fdf;
  /*一覧へ戻るボタンの色*/
  margin-top: 15px;
  margin: 0 auto;
}

.news_pager .pager_btn.prev_btn {}

.news_pager .pager_btn.next_btn {}

.news_pager .pager_btn a {
  display: inline-block;
  color: #fff;
  line-height: 36px;
}

.news_pager .pager_btn.back_list a {
  padding: 0 22px 0 25px;
}

.news_pager .pager_btn.back_list a::before {
  display: inline-block;
  content: '';
  border: 4px solid transparent;
  border-right: 4px solid #fff;
  margin-right: 5px;
  vertical-align: 1px;
}

.news_pager .pager_btn.prev_btn a {
  padding: 3px 12px 2px 5px;
}

.news_pager .pager_btn.prev_btn a::before {
  display: inline-block;
  content: '';
  border: 4px solid transparent;
  border-right: 4px solid #fff;
  margin-right: 5px;
  vertical-align: 1px;
}

.news_pager .pager_btn.next_btn a {
  padding: 3px 5px 2px 12px;
}

.news_pager .pager_btn.next_btn a::after {
  display: inline-block;
  content: '';
  border: 4px solid transparent;
  border-left: 4px solid #fff;
  margin-left: 5px;
  vertical-align: 1px;
}


/*SP表示*/


/*@media(max-width: 640px) {
	.news_pager .pager_btn.back_list {
		display: block;
	}
}*/


/*=========================================
･ privacy
=========================================*/

#privacy .bloce {
  width: 1000px;
  margin: auto;
}

#privacy .bg_ly {
  background: #FDFCF5;
}

#privacy .pdv30 {
  padding: 30px 0;
}

#privacy .mb40 {
  margin-bottom: 40px !important;
}


/*#privacy .bloc:nth-child(2n) {
	background: #fbfaf3;
}*/

#privacy h3.ttl {
  font-size: 2.0rem;
  font-weight: bold;
  color: #e74e84;
  border-left: #e74e84 8px solid;
  padding: 5px 10px;
  margin-bottom: 20px;
  background: #FBF1F5;
}

#privacy .bloc .contsbox {
  width: 96%;
  margin: auto;
}

#privacy .bloc .contsbox p {
  margin-bottom: 20px;
  font-size: 1.5rem;
}

#privacy .bloc .contsbox dt {
  border-bottom: #E74E84 solid 2px;
  font-size: 1.6rem;
}

#privacy .bloc .contsbox dt:first-letter {
  color: #E74E84;
  font-size: 1.8rem;
}

#privacy .bloc .contsbox dd {
  margin-bottom: 20px;
  background: #fdfcf5;
  padding: 10px;
}

#privacy .bloc .contsbox dd ol {
  counter-reset: my-counter;
  list-style: none;
  padding: 5px 0 0;
}

#privacy .bloc .contsbox dd ol li {
  margin-bottom: 5px;
  padding-left: 30px;
  position: relative;
}

#privacy .bloc .contsbox dd ol.maru li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #fff;
  color: #000;
  display: block;
  float: left;
  line-height: 13px;
  margin-left: -20px;
  margin-top: 4px;
  text-align: center;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  border: solid 1px #000;
  font-size: 13px;
}

#privacy .bloc .contsbox table {
  width: 90%;
}

#privacy .bloc .contsbox table, #privacy .bloc .contsbox table th, #privacy .bloc .contsbox table td {
  border: solid 1px #f8da89;
  border-collapse: collapse;
  margin: auto;
  text-align: left;
  background: #FFF;
  font-size: 1.6rem;
}

#privacy .bloc .contsbox table th {
  white-space: nowrap;
}

#privacy .bloc .contsbox table th, #privacy .bloc .contsbox table td {
  padding: 10px
}

.pc_nowrap {
  white-space: nowrap;
}

#privacy .bloc .contsbox table td ul {
  margin-left: 20px;
}

#privacy .bloc .contsbox table td li {
  list-style-type: disc;
  list-style-position: outside;
}

@media screen and (max-width:736px) {
  #privacy .bloc .contsbox table {
    display: block;
    width: 100%;
  }
  #privacy .bloc .contsbox table, #privacy .bloc .contsbox table tbody, #privacy .bloc .contsbox table tr {
    display: block;
    width: 100%;
  }
  #privacy .bloc .contsbox table thead {
    display: none;
  }
  #privacy .bloc .contsbox table tbody {
    display: block;
    width: 100%;
    overflow: hidden;
  }
  #privacy .bloc .contsbox table tbody th {
    list-style: none;
    display: list-item;
    white-space: normal;
  }
  #privacy .bloc .contsbox table tbody td {
    list-style: none;
    display: list-item;
  }
  #privacy .bloc .contsbox .pc_nowrap {
    white-space: normal;
  }
}

#bnr_contact {
  width: 620px;
  margin: 50px auto 0px auto;
  padding: 30px;
  border: 5px solid #009a43;
}

#bnr_contact .tel .catch {
  margin-bottom: 8px;
}

#bnr_contact .time {
  position: relative;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1.5;
  padding-left: 17px;
}

#bnr_contact .time::before {
  position: absolute;
  content: '';
  display: block;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 1px;
  height: 25px;
  background-color: #009a43;
}

#bnr_contact .btn_contact {
  width: 170px;
  height: 60px;
  margin-left: 14px;
  border-radius: 4px;
  background-image: -moz-linear-gradient( 90deg, rgb(243, 119, 6) 0%, rgb(255, 165, 83) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(243, 119, 6) 0%, rgb(255, 165, 83) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(243, 119, 6) 0%, rgb(255, 165, 83) 100%);
}

#bnr_contact .btn_contact:hover {
  background-image: -moz-linear-gradient( -90deg, rgb(243, 119, 6) 0%, rgb(255, 165, 83) 100%);
  background-image: -webkit-linear-gradient( -90deg, rgb(243, 119, 6) 0%, rgb(255, 165, 83) 100%);
  background-image: -ms-linear-gradient( -90deg, rgb(243, 119, 6) 0%, rgb(255, 165, 83) 100%);
}

#bnr_contact .btn_contact a {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}

#bnr_contact .btn_contact a img {
  vertical-align: top;
  height: 17px;
}

@media screen and (max-width:736px) {
  #aqua #sec01 {
    margin-bottom: 20px;
  }
  #aqua .container {
    padding: 0 15px;
  }
  #aqua .ttl p {
    text-align: left;
    font-size: 1.8rem;
  }
  #aqua #sec01 .inner {
    width: 100%;
    margin-bottom: 15px
  }
  #aqua #sec02, #aqua #sec03 {
    padding: 20px 0;
  }
  #aqua #sec02 .bloc, #aqua #sec03 .bloc {
    margin-top: 15px;
  }
  #bnr_contact {
    width: 100%;
    padding: 15px;
    margin: 30px auto 0px auto;
  }
  #bnr_contact .btn_contact {
    width: 100%;
    height: 40px;
    margin-bottom: 15px;
  }
  #bnr_contact .tel {
    width: 100%;
    padding: 15px 15px 5px 15px;
    text-align: center;
  }
  #bnr_contact .h_tel, #bnr_contact .time {
    width: 100%;
    text-align: center;
  }
  #bnr_contact .time::before {
    display: none;
  }
}


/*=========================================
･ about
=========================================*/

#about {}

#about .catch {
  background-image: url(../../about/images/bg_catch.png);
  background-position: center center;
  text-align: center;
}

#about .catch p {
  font-size: 2.8rem;
  color: #FFF;
  font-weight: bold;
}

#about .catch p span {
  font-size: 4.0rem;
}

#about .ttl_s {
  text-align: center;
  margin: 50px auto;
  position: relative;
}

#about .ttl_s::before, #about .ttl_s::after {
  position: absolute;
  display: block;
  content: '';
  width: 180px;
  height: 2px;
  background-color: #5eaee1;
  left: 50%;
  transform: translateX(-50%);
}

#about .ttl_s::before {
  top: -2px;
}

#about .ttl_s::after {
  bottom: -2px;
}

#about .ttl_s p {
  font-size: 2.2rem;
  color: #5eaee1;
}

#about .ttl p {
  color: #009a43;
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
}

#about .outer {
  margin-bottom: 60px;
  background: url(../../about/images/bg_sec.png);
  background-position: bottom center;
  background-repeat: repeat-x;
}

#about .photo {
  width: 300px;
}

#about .inner_txt {
  width: 660px;
  padding-left: 30px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

@media screen and (max-width:736px) {
  #about .container {
    padding: 0 15px;
  }
  #about .catch {
    background-image: url(../../about/images/bg_catch.png);
    background-position: center center;
    padding: 5px;
    text-align: center;
  }
  #about .catch p {
    font-size: 1.4rem;
    text-align: left;
  }
  #about .catch p span {
    font-size: 2.2rem;
  }
  #about .outer {
    margin-bottom: 30px;
  }
  #about .ttl p {
    font-size: 1.8rem;
  }
  #about .photo {
    width: 100%;
    text-align: center;
    margin: 15px auto;
  }
  #about .inner_txt {
    width: 100%;
    padding-left: 0;
    padding-bottom: 20px;
  }
}


/*=========================================
･ agency
=========================================*/

#agency {}

#agency .catch {
  background-image: url(../../about/images/bg_catch.png);
  background-position: center center;
  padding: 30px 0;
  text-align: center;
}

#agency .catch p {
  font-size: 2.0rem;
  color: #FFF;
  font-weight: bold;
}

#agency .catch p span {
  font-size: 4.0rem;
}

#agency .ttl_s {
  text-align: center;
  margin: 30px auto;
  position: relative;
}

#agency .ttl_s::before, #agency .ttl_s::after {
  position: absolute;
  display: block;
  content: '';
  width: 180px;
  height: 2px;
  background-color: #5eaee1;
  left: 50%;
  transform: translateX(-50%);
}

#agency .ttl_s::before {
  top: -2px;
}

#agency .ttl_s::after {
  bottom: -2px;
}

#agency .ttl_s p {
  font-size: 2.2rem;
  color: #5eaee1;
}

#agency .ttl p {
  color: #009a43;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: left;
  line-height: 1.4;
  margin-bottom: 20px;
}

#agency #sec01 .outer {
  margin-bottom: 60px;
  background: url(../../about/images/bg_sec.png);
  background-position: bottom center;
  background-repeat: repeat-x;
}

#agency .inner {
  padding: 40px 0;
}

#agency .photo {
  width: 300px;
}

#agency .inner_txt {
  width: 660px;
  padding-left: 30px;
}

@media screen and (max-width:736px) {
  #agency .container {
    padding: 0 15px;
  }
  #agency .catch {
    background-image: url(../../about/images/bg_catch.png);
    background-position: center center;
    padding: 5px;
    text-align: center;
  }
  #agency .catch p {
    font-size: 1.4rem;
    text-align: left;
  }
  #agency .catch p span {
    font-size: 2.2rem;
  }
  #agency .outer {
    margin-bottom: 30px;
  }
  #agency .ttl p {
    font-size: 1.8rem;
  }
  #agency .photo {
    width: 100%;
    text-align: center;
    margin: 15px auto;
  }
  #agency .inner_txt {
    width: 100%;
    padding-left: 0;
    padding-bottom: 20px;
  }
}


/*=========================================
･ merit
=========================================*/

#merit {}

#merit .ttl p {
  color: #009a43;
  font-size: 2.8rem;
  font-weight: 400;
  text-align: left;
}

#merit .ttl p span {
  font-size: 4.0rem;
  padding-right: 15px;
  font-style: oblique;
}

#merit .outer {
  margin-bottom: 60px;
  background: url(../../about/images/bg_sec.png);
  background-position: bottom center;
  background-repeat: repeat-x;
}

#merit .inner {
  padding: 40px 0;
}

#merit .photo {
  width: 300px;
}

#merit .inner_txt {
  width: 660px;
  padding-right: 30px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

@media screen and (max-width:736px) {
  #merit .container {
    padding: 0 15px;
  }
  #merit .ttl p {
    font-size: 1.8rem;
    text-align: center;
    line-height: 1.4;
  }
  #merit .ttl p span {
    font-size: 3.0rem;
    padding-right: 0;
  }
  #merit .outer {
    margin-bottom: 30px;
  }
  #merit .ttl p {
    font-size: 1.8rem;
  }
  #merit .photo {
    width: 100%;
    text-align: center;
    margin: 15px auto;
  }
  #merit .inner_txt {
    width: 100%;
    padding-right: 0;
    padding-bottom: 20px;
  }
}


/*=========================================
･ rosegarden
=========================================*/

#rosegarden {}

#rosegarden .logo {
  text-align: center;
  margin-bottom: 15px;
}

#rosegarden #sec01, #rosegarden #sec05, #rosegarden #sec06 {
  margin-bottom: 60px;
}

#rosegarden #sec02 {
  margin-top: 30px;
}

#rosegarden .lead p {
  text-align: center;
}

#rosegarden .ttl p {
  color: #009a43;
  font-size: 2.8rem;
  font-weight: 400;
  text-align: center;
}

#rosegarden .ttl p span {
  font-size: 4.0rem;
  padding-right: 15px;
  font-style: oblique;
}

#rosegarden #sec01 .outer {
  margin-bottom: 20px;
  background: url(../../about/images/bg_sec.png);
  background-position: bottom center;
  background-repeat: repeat-x;
}

#rosegarden .outer {
  margin-bottom: 20px;
  /*background: url(../about/images/bg_sec.png);
  background-position: bottom center;
  background-repeat: repeat-x;*/
}

#rosegarden .inner {
  padding: 40px 0;
}

#rosegarden .photo {
  width: 300px;
}

#rosegarden .inner_txt {
  width: 660px;
  padding-right: 30px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

#rosegarden .inner_txt_l {
  width: 660px;
  padding-left: 30px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

#rosegarden .name {
  width: 460px;
  margin-left: auto;
}

#rosegarden .name .photo {
  width: 100px;
}

#rosegarden .name .txt {
  text-align: right;
}

#rosegarden .gallery .photo {
  width: 156px;
  margin-bottom: 5px;
}

#rosegarden .gallery .photo a {
  display: block;
  position: relative;
}

#rosegarden .gallery .photo .scall {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 30px;
  height: 30px;
  background: rgba(0, 0, 0, 0.5);
}

@media screen and (max-width:736px) {
  #rosegarden .container {
    padding: 0 15px;
  }
  #rosegarden .ttl p {
    font-size: 1.8rem;
    text-align: center;
    line-height: 1.4;
  }
  #rosegarden .ttl p span {
    font-size: 3.0rem;
    padding-right: 0;
  }
  #rosegarden .outer {
    margin-bottom: 30px;
  }
  #rosegarden .ttl p {
    font-size: 1.8rem;
  }
  #rosegarden .photo {
    width: 100%;
    text-align: center;
    margin: 15px auto;
  }
  #rosegarden .inner_txt, #rosegarden .inner_txt_l {
    width: 100%;
    padding-right: 0;
    padding-bottom: 20px;
  }
  #rosegarden .name {
    width: 100%;
    margin-left: 0;
  }
  #rosegarden .name .photo {
    width: 100%;
  }
  #rosegarden .name .txt {
    text-align: center;
    width: 100%;
  }
  #rosegarden .gallery .photo {
    width: 100%;
    text-align: center;
  }
}


/*=========================================
･ flow
=========================================*/

#flow {}

#flow .bloc {
  margin-bottom: 60px;
  position: relative;
}

#flow .bloc::after {
  position: absolute;
  display: block;
  content: '';
  background: url(../../aqua/images/arrow_s.png);
  width: 170px;
  height: 57px;
  bottom: -57px;
  left: 50%;
  transform: translateX(-50%);
}

#flow .bloc:nth-last-of-type(1)::after {
  display: none;
}

#flow .outer {
  border-radius: 4px;
  background-color: #f1f1f1;
  padding: 15px;
}

#flow .ttl {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background-image: -webkit-linear-gradient(90deg, #0969a7 0%, #2785c6 100%);
  background-image: -moz-linear-gradient(90deg, #0969a7 0%, #2785c6 100%);
  background-image: -o-linear-gradient(90deg, #0969a7 0%, #2785c6 100%);
  background-image: linear-gradient(0deg, #0969a7 0%, #2785c6 100%);
}

#flow .ttl p {
  color: #FFF;
  font-size: 2.4rem;
  font-style: oblique;
  padding-left: 10px;
}

#flow .inner {
  background: #FFF;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  padding: 30px;
}

#flow .photo {
  width: 300px;
}

#flow .inner_txt {
  width: 570px;
  padding-right: 30px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

#btn_sub_menu {
  width: 940px;
  padding: 0px 30px 0px 30px;
  margin: 0 auto;
}

#btn_sub_menu ul li {
  width: 160px;
}

@media screen and (max-width:736px) {
  #flow .bloc {
    margin-bottom: 60px;
  }
  #flow .ttl p {
    color: #FFF;
    font-size: 1.8rem;
  }
  #flow .inner {
    padding: 15px;
  }
  #flow .photo {
    width: 100%;
    text-align: center;
    margin: 15px auto;
  }
  #flow .inner_txt {
    width: 100%;
    padding-right: 0;
    padding-bottom: 20px;
  }
  #btn_sub_menu {
    width: 300px;
    padding: 0px;
    margin: 0 auto;
  }
  #btn_sub_menu ul li {
    width: 140px;
    height: auto;
    margin-bottom: 15px;
  }
  #flow .bloc:nth-last-of-type(1) {
    margin-bottom: 30px;
  }
}


/*=========================================
･ company
=========================================*/

#company {}

#company .bloc {
  margin-bottom: 30px;
}

#company .outer {
  border-radius: 4px;
  background-color: #f1f1f1;
  padding: 15px;
}

#company .ttl {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background-image: -webkit-linear-gradient(90deg, #0969a7 0%, #2785c6 100%);
  background-image: -moz-linear-gradient(90deg, #0969a7 0%, #2785c6 100%);
  background-image: -o-linear-gradient(90deg, #0969a7 0%, #2785c6 100%);
  background-image: linear-gradient(0deg, #0969a7 0%, #2785c6 100%);
}

#company .ttl p {
  color: #FFF;
  font-size: 2.4rem;
  font-style: oblique;
  padding-left: 10px;
}

#company .inner {
  background: #FFF;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  padding: 30px;
}

#company .photo {
  width: 240px;
}

#company .inner_txt {
  width: 630px;
  padding-left: 30px;
}

#company table {
  width: 100%;
}

#company table tr th, #company table tr td {
  padding: 10px 0;
  border-bottom: 1px dotted #ccc;
}

#company table tr th {
  width: 150px;
  color: #009a43;
  text-align: left;
}

#company table tr td dl dt {
  width: 20%;
}

#company table tr td dl dd {
  width: 80%;
}

#company .inner_bloc {
  border-bottom: 1px dotted #ccc;
  text-align: center;
  padding-bottom: 15px;
  margin-bottom: 20px;
}

#company .img_map {
  margin: 15px 0;
}

@media screen and (max-width:736px) {
  #company .ttl p {
    color: #FFF;
    font-size: 1.8rem;
  }
  #company .inner {
    padding: 15px;
  }
  #company .photo {
    width: 100%;
    text-align: center;
    margin: 15px auto;
  }
  #company .inner_txt {
    width: 100%;
    padding-left: 0;
    padding-bottom: 20px;
  }
  #company table tr th, #company table tr td {
    width: 100%;
    display: block;
    border-bottom: none;
  }
  #company table tr th {
    background: #009a43;
    color: #FFF;
    padding: 0 5px;
    margin-bottom: 5px;
  }
  #company table tr td {
    padding: 0 5px;
    margin-bottom: 15px;
  }
  #company table tr td dl dt {
    width: 50%;
  }
  #company table tr td dl dd {
    width: 50%;
  }
}


/*=========================================
･ coinsystem
=========================================*/

#coinsystem {}

#coinsystem .lead {
  margin-top: 50px;
}

#coinsystem .catch {
  background-image: url(../../coinsystem/images/bg_catch.png);
  background-position: center center;
  padding: 30px 0;
  text-align: center;
}

#coinsystem .catch p {
  font-size: 4.0rem;
  color: #FFF;
  font-weight: bold;
}

#coinsystem .catch ul li {
  font-size: 2.2rem;
  color: #FFF;
}

#coinsystem .catch ul li span {
  /*background: linear-gradient(transparent 60%, #ff9466 60%);*/
}

#coinsystem .ttl_s {
  text-align: center;
  margin: 50px auto;
  position: relative;
}

#coinsystem .ttl_s::before, #coinsystem .ttl_s::after {
  position: absolute;
  display: block;
  content: '';
  width: 960px;
  height: 2px;
  background-color: #5eaee1;
  left: 50%;
  transform: translateX(-50%);
}

#coinsystem .ttl_s::before {
  top: -2px;
}

#coinsystem .ttl_s::after {
  bottom: -2px;
}

#coinsystem .ttl_s p {
  font-size: 1.8rem;
  color: #5eaee1;
}

#coinsystem .ttl p {
  color: #009a43;
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
}

#coinsystem .outer {
  margin-bottom: 60px;
  background: url(../../coinsystem/images/bg_sec.png);
  background-position: bottom center;
  background-repeat: repeat-x;
}

#coinsystem .inner {
  padding: 40px 0;
}

#coinsystem .photo {
  width: 300px;
}

#coinsystem .inner_txt {
  width: 660px;
  padding-left: 30px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

.btn_case {
  text-align: center;
  margin-bottom: 30px;
}

.to_case_ttl p {
  color: #009a43;
  font-size: 2.0rem;
  font-weight: bold;
  margin: 20px 0;
}

.to_case_txt {
  margin-bottom: 30px;
}

.to_case_txt p span {
  color: #d10000;
  font-weight: bold;
}

#flow.coinsystem {
  margin: 80px auto;
}

#flow.coinsystem .head {
  padding: 0 25px;
  background-image: -moz-linear-gradient( 90deg, rgb(9, 105, 167) 0%, rgb(39, 133, 198) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(9, 105, 167) 0%, rgb(39, 133, 198) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(9, 105, 167) 0%, rgb(39, 133, 198) 100%);
  margin-bottom: 30px;
}

#flow.coinsystem .head h2 {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 50px;
  color: #fff;
  letter-spacing: 3px;
}

#flow.coinsystem .step .ttl::after {
  content: "";
  display: inline-block;
  left: 80px;
  transform: translateX(-50%);
  position: relative;
  top: 34px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 100px 0 100px;
  border-color: #2289cb transparent transparent transparent;
}

#flow.coinsystem .step.flow05 .ttl::after {
  content: none;
}

#flow.coinsystem .step {
  height: auto;
  margin-bottom: 20px;
}

#flow.coinsystem .step .ttl {
  background: #2289cb;
  width: 200px;
  height: 100px;
  text-align: center;
  color: #fff;
  float: left;
  padding: 30px 20px;
  font-size: 2rem;
  line-height: 1.2;
  border-top-left-radius: 6px;
  border-top-right-radius: 0px;
}

#flow.coinsystem .step .ttl span {
  font-size: 3.0rem;
  margin-left: 10px;
}

#flow.coinsystem .step .comment {
  float: left;
  width: 760px;
  padding: 20px 30px;
  border: 2px solid #2289cb;
  height: 100px;
  position: relative;
  font-size: 2rem;
  line-height: 3em;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

#flow.coinsystem .step .detail {
  padding: 20px 0 30px 220px;
  clear: both;
  font-size: 1.8rem;
  line-height: 1.5;
}

@media screen and (max-width:736px) {
  #coinsystem .container {
    padding: 0 15px;
  }
  #coinsystem .lead {
    margin-top: 20px;
  }
  #coinsystem .catch {
    background-image: url(../../coinsystem/images/bg_catch.png);
    background-position: center center;
    padding: 5px;
    text-align: center;
  }
  #coinsystem .catch p {
    font-size: 2.2rem;
    margin-top: 20px;
  }
  #coinsystem .catch ul li {
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
  #coinsystem .outer {
    margin-bottom: 30px;
  }
  #coinsystem .ttl p {
    font-size: 1.8rem;
  }
  #coinsystem .photo {
    width: 100%;
    text-align: center;
    margin: 15px auto;
  }
  #coinsystem .inner_txt {
    width: 100%;
    padding-left: 0;
    padding-bottom: 20px;
  }
  .btn_case {
    padding: 0 15px;
  }
  .to_case_txt {
    text-align: left;
  }
  #flow.coinsystem .head h2 {
    font-size: 1.8rem;
    line-height: 50px;
    text-align: center;
  }
  #flow.coinsystem .step {
    height: inherit;
    position: relative;
    padding: 0 15px;
    text-align: center;
  }
  #flow.coinsystem .step .ttl {
    width: 100%;
    font-size: 1.8rem;
    height: inherit;
    padding: 10px;
    float: none;
    position: relative;
    font-weight: bold;
    text-align: center;
    height: 50px;
    border-top-right-radius: 6px;
  }
  #flow.coinsystem .step .ttl span {
    font-size: 2.4rem;
    margin: 0 5px;
    font-weight: normal;
  }
  #flow.coinsystem .step .comment {
    width: 100%;
    float: none;
    padding: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 6px;
    height: 4em;
    line-height: 4em;
  }
  #flow.coinsystem .step .ttl::after {
    display: none;
  }
  #flow.coinsystem .arrow {
    content: "";
    display: block;
    width: 2px;
    height: 0;
    border-style: solid;
    border-width: 30px 50px 0 50px;
    border-color: #2289cb transparent transparent transparent;
    margin: -10px auto 20px;
  }
  #flow.coinsystem .step .detail {
    padding: 10px;
    clear: both;
    font-size: 1.6rem;
    line-height: 1.5;
    text-align: left;
  }
  #flow.coinsystem {
    margin: 60px auto;
  }
}


/*=========================================
･ lease
=========================================*/

#lease .ttl_s {
  text-align: center;
  margin: 50px auto;
  position: relative;
}

#lease .ttl_s::before, #lease .ttl_s::after {
  position: absolute;
  display: block;
  content: '';
  width: 960px;
  height: 2px;
  background-color: #5eaee1;
  left: 50%;
  transform: translateX(-50%);
}

#lease .ttl_s::before {
  top: -2px;
}

#lease .ttl_s::after {
  bottom: -2px;
}

#lease .ttl_s p {
  font-size: 1.8rem;
  color: #5eaee1;
}

#lease .ttl p {
  color: #009a43;
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
}

#lease .outer {
  margin-bottom: 60px;
  background: url(../../lease/images/bg_sec.png);
  background-position: bottom center;
  background-repeat: repeat-x;
}

#lease .inner {
  padding: 40px 0;
}

#lease .photo {
  width: 300px;
}

#lease .inner_txt {
  width: 660px;
  padding-left: 30px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

.btn_case .case_photo {
  margin-bottom: 30px;
}

@media screen and (max-width:736px) {
  #lease .container {
    padding: 0 15px;
  }
  #lease .outer {
    margin-bottom: 30px;
  }
  #lease .ttl p {
    font-size: 1.8rem;
  }
  #lease .photo {
    width: 100%;
    text-align: center;
    margin: 15px auto;
  }
  #lease .inner_txt {
    width: 100%;
    padding-left: 0;
    padding-bottom: 20px;
  }
  .btn_case .case_photo {
    margin-bottom: 0px;
  }
  .btn_case .case_photo img {
    margin-bottom: 15px;
  }
}

#buy {
  padding-top: 50px;
}

#buy .ttl_s {
  text-align: center;
  margin: 50px auto;
  position: relative;
}

#buy .ttl_s::before, #buy .ttl_s::after {
  position: absolute;
  display: block;
  content: '';
  width: 960px;
  height: 2px;
  background-color: #5eaee1;
  left: 50%;
  transform: translateX(-50%);
}

#buy .ttl_s::before {
  top: -2px;
}

#buy .ttl_s::after {
  bottom: -2px;
}

#buy .ttl_s p {
  font-size: 1.8rem;
  color: #5eaee1;
}

#buy .ttl p {
  color: #009a43;
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
}

#buy .outer {
  margin-bottom: 60px;
  background: url(../../lease/images/bg_sec.png);
  background-position: bottom center;
  background-repeat: repeat-x;
}

#buy .inner {
  padding: 40px 0;
}

#buy .photo {
  width: 300px;
}

#buy .inner_txt {
  width: 660px;
  padding-left: 30px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

@media screen and (max-width:736px) {
  #buy .container {
    padding: 0 15px;
  }
  #buy .outer {
    margin-bottom: 30px;
  }
  #buy .ttl p {
    font-size: 1.8rem;
  }
  #buy .photo {
    width: 100%;
    text-align: center;
    margin: 15px auto;
  }
  #buy .inner_txt {
    width: 100%;
    padding-left: 0;
    padding-bottom: 20px;
  }
}


/*=========================================
･ support
=========================================*/

#support {}

#support .ttl p {
  color: #009a43;
  font-size: 2.8rem;
  font-weight: 400;
  text-align: left;
}

#support .ttl p span {
  font-size: 4.0rem;
  padding-right: 15px;
  font-style: oblique;
}

#support .inner_ttl p {
  color: #009a43;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: left;
}

#support .ttl_s {
  text-align: center;
  margin: 50px auto;
  position: relative;
}

#support .ttl_s::before, #support .ttl_s::after {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 2px;
  background-color: #5eaee1;
  left: 50%;
  transform: translateX(-50%);
}

#support .ttl_s::before {
  top: -2px;
}

#support .ttl_s::after {
  bottom: -2px;
}

#support .ttl_s p {
  font-size: 2.2rem;
  color: #5eaee1;
}

#support .outer {
  margin-bottom: 60px;
  background: url(../../support/images/bg_sec.png);
  background-position: bottom center;
  background-repeat: repeat-x;
}

#support .inner {
  padding: 20px 0 30px 0;
}

#support .photo {
  width: 300px;
}

#support .inner_txt {
  width: 100%;
  padding-right: 30px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

@media screen and (max-width:736px) {
  #support .container {
    padding: 0 15px;
  }
  #support .ttl {
    margin-bottom: 15px;
  }
  #support .ttl p {
    font-size: 1.8rem;
    text-align: center;
    line-height: 1.4;
  }
  #support .ttl p span {
    font-size: 3.0rem;
    padding-right: 0;
  }
  #support .ttl_s {
    margin: 20px auto;
  }
  #support .ttl_s p {
    font-size: 1.8rem;
  }
  #support .outer {
    margin-bottom: 30px;
  }
  #support .photo {
    width: 100%;
    text-align: center;
    margin: 15px auto;
  }
  #support .inner_txt {
    width: 100%;
    padding-right: 0;
    padding-bottom: 20px;
  }
}


/*=========================================
･ howto
=========================================*/

#howto {}

#howto .ttl p {
  color: #009a43;
  font-size: 2.8rem;
  font-weight: 400;
  text-align: left;
}

#howto .ttl p span {
  font-size: 4.0rem;
  font-style: oblique;
}

#howto .outer {
  margin-bottom: 60px;
  background: url(../../management/howto/images/bg_sec.png);
  background-position: bottom center;
  background-repeat: repeat-x;
}

#howto .inner {
  padding: 40px 0;
}

#howto .photo {
  width: 300px;
}

#howto .inner_txt {
  width: 100%;
  padding-right: 30px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

#howto .inner_txt p span {
  font-weight: bold;
  color: #009a43;
  padding-right: 5px;
}

@media screen and (max-width:736px) {
  #howto .container {
    padding: 0 15px;
  }
  #howto .ttl p {
    font-size: 1.8rem;
    text-align: center;
    line-height: 1.4;
  }
  #howto .ttl p span {
    font-size: 3.0rem;
    padding-right: 0;
  }
  #howto .outer {
    margin-bottom: 30px;
  }
  #howto .ttl {
    margin-bottom: 15px;
  }
  #howto .ttl p {
    font-size: 1.8rem;
  }
  #howto .photo {
    width: 100%;
    text-align: center;
    margin: 15px auto;
  }
  #howto .inner_txt {
    width: 100%;
    padding-right: 0;
    padding-bottom: 20px;
  }
}


/*=========================================
･ reason
=========================================*/

#reason {}

#reason .ttl p {
  color: #009a43;
  font-size: 2.8rem;
  font-weight: 400;
  text-align: left;
}

#reason .ttl p span {
  font-size: 4.0rem;
  font-style: oblique;
}

#reason .outer {
  margin-bottom: 60px;
  background: url(../../management/reason/images/bg_sec.png);
  background-position: bottom center;
  background-repeat: repeat-x;
}

#reason .inner {
  padding: 40px 0;
}

#reason .photo {
  width: 300px;
}

#reason .inner_txt {
  width: 100%;
  padding-right: 30px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

#reason .inner_txt p span {
  font-weight: bold;
  color: #009a43;
  padding-right: 5px;
}

@media screen and (max-width:736px) {
  #reason .container {
    padding: 0 15px;
  }
  #reason .ttl p {
    font-size: 1.8rem;
    text-align: center;
    line-height: 1.4;
  }
  #reason .ttl p span {
    font-size: 3.0rem;
    padding-right: 0;
  }
  #reason .outer {
    margin-bottom: 30px;
  }
  #reason .ttl {
    margin-bottom: 15px;
  }
  #reason .ttl p {
    font-size: 1.8rem;
  }
  #reason .photo {
    width: 100%;
    text-align: center;
    margin: 15px auto;
  }
  #reason .inner_txt {
    width: 100%;
    padding-right: 0;
    padding-bottom: 20px;
  }
}


/*=========================================
･ air-conditioning
=========================================*/

#air-conditioning {}

#air-conditioning .ttl p {
  color: #009a43;
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
}

#air-conditioning #sec01 .photo {
  margin: 30px 0 60px 0;
}

#air-conditioning #sec01 {
  margin-bottom: 50px;
}

#air-conditioning #sec01 .bloc {
  width: 460px;
  margin-bottom: 30px;
  border-radius: 5px;
  border: 2px solid #009a43;
}

#air-conditioning #sec01 .bloc .ttl_s {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  background-color: #009a43;
  text-align: center;
  line-height: 40px;
}

#air-conditioning #sec01 .bloc .ttl_s p {
  color: #FFF;
  font-size: 1.8rem;
  font-weight: bold;
}

#air-conditioning #sec01 .bloc .comment {
  padding: 15px;
}

#air-conditioning #sec02 .bloc {
  margin: 30px 0 50px 0;
}

#air-conditioning #sec02 .photo {
  width: 300px;
  margin-bottom: 20px;
  text-align: center;
}

#air-conditioning #sec03 .outer {
  border-radius: 4px;
  background-color: #f1f1f1;
  padding: 15px;
}

#air-conditioning #sec03 .ttl_s {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background-image: -webkit-linear-gradient(90deg, #0969a7 0%, #2785c6 100%);
  background-image: -moz-linear-gradient(90deg, #0969a7 0%, #2785c6 100%);
  background-image: -o-linear-gradient(90deg, #0969a7 0%, #2785c6 100%);
  background-image: linear-gradient(0deg, #0969a7 0%, #2785c6 100%);
}

#air-conditioning #sec03 .ttl_s p {
  color: #FFF;
  font-size: 2.4rem;
  font-style: oblique;
  padding-left: 10px;
}

#air-conditioning #sec03 .inner {
  background: #FFF;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  padding: 30px;
}

#air-conditioning #sec03 .photo {
  width: 300px;
  margin-right: 30px;
}

#air-conditioning #sec03 .inner_txt {
  width: 540px;
}

#air-conditioning #sec03 dl {
  border-bottom: 1px dotted #CCC;
}

#air-conditioning #sec03 dl dt, #air-conditioning #sec03 dl dd {
  padding: 10px 0;
}

#air-conditioning #sec03 dl dt {
  width: 30%;
  color: #009a43;
}

#air-conditioning #sec03 dl dd {
  width: 70%;
}

@media screen and (max-width:736px) {
  #air-conditioning .ttl p {
    font-size: 1.8rem;
  }
  #air-conditioning #sec01 {
    padding: 0 15px;
  }
  #air-conditioning #sec01 .photo {
    margin-bottom: 30px;
  }
  #air-conditioning #sec01 .bloc {
    width: 100%;
  }
  #air-conditioning #sec02 .photo {
    width: 100%;
  }
  #air-conditioning #sec03 .inner {
    padding: 15px;
  }
  #air-conditioning #sec03 .photo {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  #air-conditioning #sec03 .inner_txt {
    width: 100%;
  }
  #air-conditioning #sec03 dl {
    margin-bottom: 5px;
  }
  #air-conditioning #sec03 dl dt, #air-conditioning #sec03 dl dd {
    width: 100%;
    display: block;
  }
  #air-conditioning #sec03 dl dt {
    padding: 3px 0 0 0;
  }
  #air-conditioning #sec03 dl dd {
    padding: 0px 0 5px 0;
  }
}


/*=========================================
･ management
=========================================*/

#management #sec01, #management #sec02, #management #sec03 {
  margin-bottom: 50px;
}

#management .outer {
  border-radius: 4px;
  background-color: #f1f1f1;
  padding: 15px;
}

#management .ttl_s {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background-image: -webkit-linear-gradient(90deg, #0969a7 0%, #2785c6 100%);
  background-image: -moz-linear-gradient(90deg, #0969a7 0%, #2785c6 100%);
  background-image: -o-linear-gradient(90deg, #0969a7 0%, #2785c6 100%);
  background-image: linear-gradient(0deg, #0969a7 0%, #2785c6 100%);
}

#management .ttl_s p {
  color: #FFF;
  font-size: 2.4rem;
  font-style: oblique;
  padding-left: 10px;
}

#management .inner {
  background: #FFF;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  padding: 30px;
}

#management #sec01 .inner_bloc {
  border-width: 2px;
  background-color: #ffffff;
  border: 2px solid #2289cb;
  margin-bottom: 30px;
}

#management #sec01 .inner_bloc:nth-last-of-type(1) {
  margin-bottom: 0;
}

#management #sec01 .photo {
  width: 300px;
}

#management #sec01 .inner_txt {
  width: 560px;
  text-align: center;
  padding-top: 80px;
}

#management #sec01 .inner_txt p {
  font-size: 2.2rem;
  font-weight: bold;
}

#management .bloc .btn {
  text-align: right;
}

#management #sec02 .inner_pc ul li {
  padding: 40px 45px;
  border-radius: 4px;
  background-color: #00a0e9;
  position: relative;
  margin-bottom: 30px;
}

#management #sec02 .inner_pc ul li::after {
  position: absolute;
  display: block;
  content: '';
  background: url(../../management/images/arrow01.png);
  width: 27px;
  height: 80px;
  top: 50%;
  right: -36px;
  transform: translateY(-50%);
}

#management #sec02 ul li:nth-last-child(1)::after {
  display: none;
}

#management #sec03 ul li {
  text-align: center;
  margin-bottom: 30px;
}

#management #sec03 ul li p {
  margin-top: 20px;
}

#management #sec04 ul li {
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 0px 7px 6px 0px rgba(0, 0, 0, 0.2);
  border: 1px solid #f98d2c;
  padding: 15px;
  width: 30%;
}

#management #sec04 ul li p {
  margin-top: 20px;
  font-weight: bold;
}

#management #sec04 ul li::before {
  position: absolute;
  display: block;
  content: '';
  width: 67px;
  height: 67px;
  top: -20px;
  left: -20px;
}

#management #sec04 ul li.reason01::before {
  background: url(../../management/images/sec04_ico01.png);
}

#management #sec04 ul li.reason02::before {
  background: url(../../management/images/sec04_ico02.png);
}

#management #sec04 ul li.reason03::before {
  background: url(../../management/images/sec04_ico03.png);
}

@media screen and (max-width:736px) {
  #management .ttl_s p {
    font-size: 1.6rem;
    line-height: 1.4;
    padding: 5px 0;
    text-align: center;
  }
  #management .inner {
    padding: 15px;
  }
  #management #sec01 .inner_txt p {
    font-size: 1.4rem;
    line-height: 1.4;
    padding: 15px 0;
  }
  #management #sec01 .inner_txt {
    width: 100%;
    padding-top: 0;
  }
  #management .bloc .btn {
    text-align: center;
  }
  #management #sec02 ul li {}
  #management #sec02 .inner_sp ul li {
    padding: 15px 0px;
    text-align: center;
    border-radius: 4px;
    background-color: #00a0e9;
    position: relative;
    margin-bottom: 30px;
    color: #FFF;
    width: 100%;
  }
  #management #sec02 .inner_sp ul li::after {
    position: absolute;
    display: block;
    content: '';
    background: url(../../management/images/arrow02.png);
    width: 80px;
    height: 27px;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
  }
  #management #sec02 ul li:nth-last-child(1)::after {
    display: none;
  }
  #management #sec03 ul li {
    width: 100%;
  }
  #management #sec04 ul li {
    width: 100%;
  }
}


/*=========================================
･ ID
=========================================*/

#ID {
  margin-bottom: 50px;
}

#ID .bloc {
  margin-bottom: 30px;
}

#ID .inner {
  width: 300px;
  margin-bottom: 15px;
}

#ID .inner_txt {
  padding: 15px;
}

#ID.ID_dt .inner_txt {
  font-size: 1.8rem;
}

#ID.ID_dt .photo {
  width: 720px;
  height: 480px;
  background: #f1f1f1;
  text-align: center;
}

#ID.ID_dt .thumnail ul li {
  width: 225px;
  height: 150px;
  background: #f1f1f1;
  margin-bottom: 15px;
}

#ID.ID_dt .photo img {
  max-width: 720px;
  max-height: 480px;
}

#ID.ID_dt.thumnail ul li img {
  max-width: 225px;
  max-height: 150px;
}

#ID.ID_dt .thumnail ul li:nth-last-child(1) {
  margin-bottom: 0;
}

#ID.ID_dt .outer {
  border-radius: 4px;
  background-color: #f1f1f1;
  padding: 15px;
}

#ID.ID_dt .ttl_s {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background-image: -webkit-linear-gradient(90deg, #0969a7 0%, #2785c6 100%);
  background-image: -moz-linear-gradient(90deg, #0969a7 0%, #2785c6 100%);
  background-image: -o-linear-gradient(90deg, #0969a7 0%, #2785c6 100%);
  background-image: linear-gradient(0deg, #0969a7 0%, #2785c6 100%);
}

#ID.ID_dt .ttl_s p {
  color: #FFF;
  font-size: 2.4rem;
  font-style: oblique;
  padding-left: 10px;
}

#ID.ID_dt .inner {
  background: #FFF;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  padding: 30px;
  width: 100%;
}

@media screen and (max-width:736px) {
  #ID .inner {
    width: 100%;
  }
  #ID .bloc {
    margin-bottom: 0px;
  }
  #ID.ID_dt .ph_box {
    padding: 0 15px;
  }
  #ID.ID_dt .photo {
    width: 100%;
    height: auto;
    background: #f1f1f1;
    text-align: center;
    margin-bottom: 15px;
  }
  #ID.ID_dt .thumnail ul li {
    width: 30%;
    height: auto;
    margin-bottom: 0;
    float: left;
    margin-right: 5%;
  }
  #ID.ID_dt .thumnail ul li:nth-last-child(1) {
    margin-right: 0
  }
  #ID.ID_dt .photo img {
    max-width: 100%;
    max-height: auto;
  }
  #ID.ID_dt.thumnail ul li img {
    max-width: 100%;
    max-height: auto;
  }
  #ID.ID_dt .ttl_s p {
    font-size: 1.6rem;
  }
  #ID.ID_dt .inner {
    padding: 15px;
  }
}


/*=========================================
･ faq
=========================================*/
#faq h3 {
  position: relative;
  background-color: #009a43;
  margin-bottom: 30px;
  line-height: 48px;
  color: #fff;
  font-size: 2.2rem;
  padding-left: 15px;
  margin-top: 50px
}
#faq .anchor {
  margin-bottom: 10px;
}

#faq .anchor .outer {
  width: 100%;
  margin: 0 auto;
}

#faq .anchor .outer .col {
  text-align: center;
  width: 32%;
}

#faq .anchor .btn a {
  position: relative;
  display: block;
  width: 100%;
  height: 70px;
  color: #009a43;
  border: 3px solid #009a43;
  text-align: center;
  font-size: 1.8rem;
}
#faq .anchor .btn.ico a {
  position: relative;
}
#faq .anchor .btn.ico a::before {
  position: absolute;
  display: block;
  content: '';
  background: url(../common_img/ico_other.png) no-repeat;
  width: 20px;
  height: 20px;
  left: 50%;
  background-size: cover;
  top: 50%;
  transform: translate(-4em,-50%);
}
#faq .anchor .btn a span {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  transform: translateY(-50%);
}

#faq .anchor .btn.arrow a::after {
  top: 60%;
  right: 20px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 6px 0 6px;
  border-color: #009a43 transparent transparent transparent;
}
#faq dt {
  position: relative;
  padding: 5px 15px 10px 45px;
  font-size: 1.6rem;
  margin-bottom: 15px;
  cursor: pointer;
  border-bottom: 1px dotted;
}

#faq dt::before, #faq dt::after, #faq dd::before, #faq dd::after {
  position: absolute;
  display: block;
}

#faq dt::before {
  content: '';
  top: 5px;
  left: 10px;
  width: 28px;
  height: 28px;
  background: #009a43;
}

#faq dt::after {
  content: 'Q';
  top: 5px;
  left: 10px;
  color: #fff;
  font-size: 1.8rem;
  line-height: 28px;
  text-align: center;
  width: 28px;
  height: 28px;
}

#faq dd {
  display: none;
  position: relative;
  padding: 0 15px 35px 45px;
  font-size: 1.6rem;
}

#faq dd a {
  color: #1291b4;
}

#faq dd::before {
  content: '';
  top: 0;
  left: 10px;
  width: 28px;
  height: 28px;
  background: #98C75E;
}

#faq dd::after {
  content: 'A';
  top: 0;
  left: 10px;
  color: #fff;
  font-size: 1.8rem;
  line-height: 28px;
  text-align: center;
  width: 28px;
  height: 28px;
}

#faq dd ul {
  margin-top: .5em;
}

#faq dd li {
  margin-left: 1em;
  text-indent: -1em;
}

#faq dd .faq__inner {
  padding: .5em 2em;
}

#faq dd .faq__inner p {
  position: relative;
}

#faq dd .faq__inner .faq__merit::before,
#faq dd .faq__inner .faq__demerit::before {
  position: absolute;
  content: '';
  display: inline-block;
  top: 50%;
  margin-left: -1em;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background: #98C75E;
  border-radius: 2px;
}

#faq dd .faq__inner:first-child + a {
  margin-bottom: 15px;
}
#faq dd .faq__inner .faq__demerit {
  margin-top: 10px;
}

#faq dd .faq__inner .faq__demerit::before {
  background-color: #8B3335;
}

#faq #sec02 {
  margin-top: 30px;
  margin-bottom: 80px;
}
#faq .anc01,
#faq .anc02,
#faq .anc03 {
  padding-top: 30px;
}

@media screen and (max-width:736px) {
  #faq dt, #faq dd {
    font-size: 4.375vw;
  }
  #faq #sec02 {
    margin-top: 0;
    margin-bottom: 0;
  }
  #faq .anchor .outer {
    width: 100%;
    padding: 20px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  #faq .anchor .btn a {
    font-size: 1.6rem;
  }
  #faq .anchor .outer .col {
    display: block;
    width: 100%;
    margin-bottom: 15px;
  }
    #faq h3 {
    font-size: 1.6rem;
    text-align: center;
    padding: 3.13vw 3.13vw;
    line-height: 1.3;
  }
}


/*=========================================
･ voice
=========================================*/

#voice #sec01 h3 {
  background-color: #009a43;
  margin-bottom: 50px;
  line-height: 48px;
  color: #fff;
  font-size: 2.2rem;
  padding-left: 20px;
}

#voice #sec01 h4 {
  color: #009a43;
  font-size: 2.4rem;
  margin-bottom: 20px;
}

#voice #sec01 .bloc .col {
  width: 100%;
  margin-bottom: 45px;
  border: 2px solid #009a43;
}

#voice #sec01 .inner {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#voice #sec01 .inner__txt {
  width: 70%;
}
#voice #sec01 .inner__img {
  max-width: 30%;
  margin-left: 20px;
}

#voice .inner .comment {
  background: #f3f3f3;
  padding: 10px;
}

#voice .inner .distance span {
  background: #009a43;
  display: inline-block;
  padding: 5px 10px;
  color: #fff;
  margin-right: 10px;
}

#voice #sec02 {
  padding: 0 0 100px;
}

#voice #sec02 .comment {
  font-size: 2.4rem;
}

@media screen and (max-width:736px) {
  #voice #sec01 .bloc .col {
    width: 100%;
    margin: 3.12vw;
  }
  #voice #sec01 .inner {
    padding: 3.12vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #voice #sec01 .inner__txt,
  #voice #sec01 .inner__img {
    width: 100%;
    max-width: 100%;
  }
  #voice #sec01 .inner__img {
    margin-top: 10px;
    margin-left: 0;
  }
  #voice #sec01 h3 {
    font-size: 4vw;
    margin-bottom: 10px;
  }
  #voice #sec01 h4 {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
  #voice #sec01 p {}
  #voice .distance {
    font-size: 1.88vw;
  }
  #voice #sec02 .comment {
    font-size: 4vw;
    margin-top: 10px;
    padding: 0 10px;
  }
  #voice #sec02 {
    padding: 0 0 30px;
  }
}


/*====================================================================================
■beginner
====================================================================================*/

#beginner h3 {
  background-color: #009a43;
  margin-bottom: 20px;
  line-height: 48px;
  color: #fff;
  font-size: 2.2rem;
  padding-left: 20px;
}

#beginner .bloc {
  padding: 0 0 40px;
}

#beginner .bloc .photo {
  width: 39%;
}

#beginner .bloc .comment {
  width: 58%;
}

#beginner .bloc .comment p b {
  background: linear-gradient(transparent 60%, #ffff66 60%);
}

#beginner .particular {
  border: 2px solid #009a43;
  padding: 15px;
  width: 620px;
  margin: 0 auto;
}
#beginner .particular__ttl,
#beginner .particular__txt {
  font-weight: bold;
  font-size: 2rem;
  color: #009a43;
}
#beginner .particular__ttl {
  float: left;
}

#beginner .bloc .photo {}

#beginner #sec01 h4 {
  color: #009a43;
  font-size: 2rem;
  margin-bottom: 20px;
  font-weight: bold;
}

#beginner #sec02 .sec02_01, #beginner #sec02 .sec02_02, #beginner #sec02 .sec02_03, #beginner #sec02 .sec02_04 {
  padding-top: 20px;
}

#beginner #sec02 .sec02_02, #beginner #sec02 .sec02_04 {
  background: #f5f5f5;
}

#beginner #sec02 h4 {
  border-bottom: 2px dotted #009a43;
  font-size: 2rem;
  margin-bottom: 20px;
  font-weight: bold;
}

#beginner #sec02 h4 span {
  background: linear-gradient(transparent 60%, #ffff66 60%);
}

#beginner #sec02 h4 b {
  font-size: 3.0rem;
  color: #009a43;
  font-weight: bold;
  padding-right: 10px;
}

#beginner #sec02 .bloc .comment .btn a {
  display: block;
  color: #fff;
  background: #009a43;
  width: 220px;
  margin: 20px auto 0;
  font-size: 1.4rem;
  line-height: 40px;
  text-align: center;
}

#beginner #sec02 .supplement {
  border: 2px solid #ddd;
  padding: 20px;
  margin-top: 30px;
  background: #FFF;
}

#beginner #sec02 .supplement .tit {
  background: url(../beginner/images/check.png) no-repeat;
  background-size: contain;
  padding-left: 40px;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 10px;
}

#beginner #sec02 .supplement .tit span {
  background: linear-gradient(transparent 60%, #ffff66 60%);
}

#beginner #sec02 .supplement .bloc .photo {
  width: 30%;
}

#beginner #sec02 .supplement .bloc .comment {
  width: 68%;
}

#beginner #sec02 .supplement .bloc {
  padding-bottom: 0;
}

#beginner #sec02 .voice {
  width: 100%;
  margin-top: 30px;
}

@media screen and (max-width:736px) {
  #beginner h3 {
    font-size: 4vw;
    margin-bottom: 10px;
  }
  #beginner .bloc .photo, #beginner .bloc .comment {
    width: 100%;
  }
  #beginner .bloc .photo {
    margin-bottom: 1rem;
  }
  #beginner .bloc {
    margin: 10px;
    padding-bottom: 2rem;
  }
  #beginner #sec01 h4 {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
  #beginner .particular {
    width: 100%;
  }
  #beginner .particular__ttl,
  #beginner .particular__txt {
    font-size: 1.4rem;
  }
  #beginner .particular__ttl {
  }
  #beginner .particular__txt {
    padding-left: 80px;
  }

  #beginner p {
    font-size: 1.4rem;
  }
  #beginner #sec02 h4 {
    font-size: 1.6rem;
    padding: 0 1rem 0.2rem;
    margin-bottom: 1rem;
  }
  #beginner #sec02 .supplement .bloc .comment, #beginner #sec02 .supplement .bloc .photo {
    width: 100%;
  }
  #beginner #sec02 .supplement {
    padding: 1rem;
    margin-top: 1rem;
  }
  #beginner #sec02 #supplement {
    padding-top: 15vw;
    margin-top: -15vw;
  }
  #beginner #sec02 .supplement .tit {
    background-position: 0 center;
    background-size: 2rem;
    padding-left: 2.4rem;
    font-size: 1.6rem;
  }
  #beginner #sec02 .bloc .comment .btn {
    margin-bottom: 2rem;
  }
}


/*====================================================================================
■guide
====================================================================================*/

#guide h3 {
  background-color: #009a43;
  margin-bottom: 40px;
  line-height: 48px;
  color: #fff;
  font-size: 2.2rem;
  padding-left: 20px;
}

#guide .arrows {
  margin-bottom: 56px;
}

#guide .arrows li {
  color: #009a43;
  background: #1291b4;
  width: 25%;
  text-align: center;
  height: 80px;
  line-height: 80px;
  position: relative;
  font-size: 2.0rem;
  font-weight: bold;
}

#guide .arrows li::before {
  position: absolute;
  content: "";
  right: -25px;
  top: 0;
  width: 0;
  height: 0;
  border-top: 40px solid transparent;
  border-bottom: 40px solid transparent;
  z-index: 1;
}

#guide .arrows li:nth-child(1) {
  background-color: #e5fdf0;
}

#guide .arrows li:nth-child(1)::before {
  border-left: 25px solid #e5fdf0;
}

#guide .arrows li:nth-child(2) {
  background-color: #cff8e2;
}

#guide .arrows li:nth-child(2)::before {
  border-left: 25px solid #cff8e2;
}

#guide .arrows li:nth-child(3) {
  background-color: #bcf1d3;
}

#guide .arrows li:nth-child(3)::before {
  border-left: 25px solid #bcf1d3;
}

#guide .arrows li:nth-child(4) {
  background-color: #b0e7c8;
}

#guide .arrows li:nth-child(4)::before {
  display: none;
}

#guide #sec01 .bloc {
  margin-bottom: 60px;
}

#guide #sec01 .bloc {
  position: relative;
}

#guide #sec01 .bloc::after {
  position: absolute;
  content: "";
  left: 18.5%;
  bottom: -46px;
  margin-left: -50px;
  width: 0;
  height: 0;
  border-right: 50px solid transparent;
  border-left: 50px solid transparent;
  z-index: 2;
}

#guide #sec01 .bloc:nth-child(3)::after {
  border-top: 25px solid #cff8e2;
}

#guide #sec01 .bloc:nth-child(4)::after {
  border-top: 25px solid #bcf1d3;
}

#guide #sec01 .bloc:nth-child(5)::after {
  border-top: 25px solid #b0e7c8;
}

#guide #sec01 .bloc:last-child::after {
  display: none;
}

#guide h4 {
  border-bottom: 2px dotted #009a43;
  font-size: 2rem;
  margin-bottom: 20px;
  font-weight: bold;
}

#guide h4 span {
  font-size: 4.0rem;
  font-weight: normal;
  padding-right: .5em;
  color: #009A43;
}

#guide #sec01 .photo {
  width: 37%;
}

#guide #sec01 .comment {
  width: 60%;
}
#guide #sec01 .comment p + p {
  margin-top: 1em;
}
#guide #sec01 .comment .red {
  color: red;
}

#guide #sec01 .tit {
  color: #00A655;
  font-size: 1.8rem;
  margin-bottom: 1em;
}

#guide #sec01 .contact {
  margin-top: 30px;
}

#guide #sec01 .contact .tel p {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
}

#guide #sec01 .contact .tel p.number {
  position: relative;
  font-size: 3.5rem;
  padding-left: 50px;
  line-height: 33px;
  margin-top: 8px;
  letter-spacing: 0.05em;
}

#guide #sec01 .contact .tel p.number::before {
  position: absolute;
  content: '';
  display: block;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-image: url(../common_img/freetel.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

#guide #sec01 .contact .btn {
  width: 240px;
}

#guide #sec01 .contact .btn a {
  position: relative;
  display: block;
  width: 100%;
  line-height: 51px;
  text-align: center;
  color: #fff;
  background-color: #009a43;
  font-size: 1.8rem;
}

#guide #sec01 .contact .btn a::before, #guide #sec01 .contact .btn a::after {
  position: absolute;
  content: '';
  display: inline-block;
  top: 50%;
  transform: translateY(-50%);
}

#guide #sec01 .contact .btn a::before {
  left: 10%;
  width: 21px;
  height: 17px;
  transform: translateY(-50%);
  background-image: url(../common_img/ico_email.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

#guide #sec01 .contact .btn a::after {
  right: 10%;
  margin-top: -4px;
  width: 6px;
  height: 6px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#guide #sec02 .card_wrp {
  margin: 10px;
  padding: 20px;
  border: 2px solid #ddd;
}

#guide #sec02 .card {
  margin: 30px 0;
  width: 500px;
}

#guide #sec02 .card .col {
  width: 18%;
  text-align: center;
}

@media screen and (max-width:736px) {
  #guide h3 {
    margin-bottom: 4.69vw;
  }
  #guide .arrows {
    width: 100%;
    overflow: hidden;
  }
  #guide .arrows li {
    position: relative;
    width: 100%;
    height: auto;
    line-height: 10.5vw;
    padding-top: 15.69vw;
    line-height: 1;
  }
  #guide .arrows li:nth-child(1) {
    padding-top: 5.69vw;
  }
  #guide .arrows li:before {
    content: none;
  }
  #guide .arrows li:after {
    position: absolute;
    content: "";
    left: 50%;
    bottom: -10.69vw;
    transform: translateX(-50%);
    border-left: 100vw solid transparent;
    border-right: 100vw solid transparent;
    top: initial;
  }
  #guide .arrows li:nth-child(1)::after {
    z-index: 2;
    border-top: 10.69vw solid #e5fdf0;
  }
  #guide .arrows li:nth-child(2)::after {
    z-index: 2;
    border-top: 10.69vw solid #cff8e2;
  }
  #guide .arrows li:nth-child(3)::after {
    z-index: 2;
    border-top: 10.69vw solid #bcf1d3;
  }
  #guide .arrows li:nth-child(4) {
    padding-bottom: 10.69vw;
  }
  #guide #sec01 .bloc {
    padding: 0 3.69vw;
  }
  #guide #sec01 .photo, #guide #sec01 .comment {
    width: 100%;
  }
  #guide #sec01 .photo {
    margin-bottom: 3.69vw;
  }
  #guide #sec01 .contact {
    text-align: center;
  }
  #guide #sec01 .contact .tel {
    width: 100%;
    margin-bottom: 4.69vw;
  }
  #guide #sec01 .contact .tel p {
    font-size: 1.4rem;
    padding-left: 0;
  }
  #guide #sec01 .contact .tel p.number {
    padding-left: 0;
  }
  #guide #sec01 .contact .tel p.number::before {
    position: relative;
    display: inline-block;
    left: -10px;
    top: 10px;
    transform: translateY(0);
  }
  #guide #sec01 .contact .btn {
    width: 100%;
  }
  #guide #sec01 .bloc::after {
    left: 50%;
  }
  #guide #sec02 .card {
    width: 100%;
  }
}


/*====================================================================================
■inquiry
====================================================================================*/

#inquiry .red {
  color: red;
}

#inquiry #sec01 h3, #inquiry #sec02 h3 {
  background-color: #009a43;
  margin-bottom: 20px;
  line-height: 48px;
  color: #fff;
  font-size: 2.2rem;
  padding-left: 20px;
}

#inquiry #sec01 .outer h3 {
  background-color: #009a43;
  color: #fff;
  line-height: 38px;
  margin-bottom: 0;
}

#inquiry #sec01 .outer {
  width: 50%;
  margin: 0 auto 50px;
  padding: 20px;
  border: 2px solid #00A655;
  border-radius: 5px;
  background: #fff;
  text-align: center;
}

#inquiry #sec01 .outer p {
  font-size: 1.8rem;
}

#inquiry p.tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  line-height: 1;
  margin: 10px 0;
}
#inquiry p.tel::before {
  content: '';
  display: block;
  width: 46px;
  height: 26px;
  background-image: url(../common_img/freetel.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
#inquiry p.tel span {
  font-size: 3.8rem;
  color: #009a43;
}

#inquiry p.tel_desc {
  font-size: 2.0rem;
}

#inquiry #sec02 {
  margin-bottom: 80px;
}

#inquiry #sec02 .lead_txt a {
  color: #2574d4;
}

#inquiry .ppTel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#inquiry .ppTel__free--tel {
  padding-left: 33px;
  background-image: url(../common_img/freetel.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 30px;
}

#a1_form {
  margin: 20px auto;
}

#a1_form h3 {
  padding: 10px;
  background: #cba447;
  color: #fff;
  font-size: 16px
}

#a1_form table {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
  border-bottom: 1px solid #ccc;
}

#a1_form th {
  width: 240px;
  padding: 20px;
  white-space: nowrap;
  font-weight: normal;
  text-align: left;
  vertical-align: top;
  border: 1px solid #ccc;
  line-height: 1.5;
  font-size: 1.6rem;
  background: #f5fff6;
}

#a1_form th img {
  float: right
}

#a1_form th div {
  text-indent: -12px
}

#a1_form td {
  padding: 20px;
  text-align: left;
  vertical-align: top;
  border: 1px solid #ccc;
  line-height: 1.5;
  color: #666;
}

#a1_form table li {
  display: inline-block;
  list-style: none;
  margin: 5px 0;
  padding: 0 20px 0 0;
  vertical-align: top;
}

#a1_form table p {
  /*  margin-top: 30px;*/
  color: #666;
}

#a1_form table dt:nth-child(n+3) {
  margin-top: 10px;
}

#a1_form .fs10 {
  font-size: 10px
}

#a1_form .hissu {
  float: left;
  margin: 0 20px 0 0;
  padding: 2px 5px;
  background: #df0615;
  color: #fff;
  font-size: 15px;
  width: 50px;
  text-align: center;
  border-radius: 3px;
}

#a1_form .ninni {
  float: left;
  margin: 0 20px 0 0;
  padding: 2px 5px;
  background: #666;
  color: #fff;
  font-size: 15px;
  width: 50px;
  text-align: center;
  border-radius: 3px;
}

#a1_form .comming {
  display: inline-block;
  margin-right: 10px;
}

#a1_form .comming label {
  display: block;
  padding-left: 1em;
}

input, select, textarea {
  margin-bottom: 1px;
  font-size: 1.3rem;
}

textarea:placeholder-shown {
  font-size: 13px;
  font-size: 1.3rem;
  color: #666;
}

textarea {
  font-family: sans-serif;
}


/* Google Chrome, Safari, Opera 15+, Android, iOS */

textarea::-webkit-input-placeholder {
  font-size: 1.3rem;
}


/* Firefox 18- */

textarea:-moz-placeholder {
  font-size: 1.3rem;
}


/* Firefox 19+ */

textarea::-moz-placeholder {
  font-size: 1.3rem;
}


/* IE 10+ */

textarea:-ms-input-placeholder {
  font-size: 1.3rem;
}

.hide {
  display: none;
}

.mini {
  font-size: 10px
}

optgroup {
  background-color: #ccc;
  color: #333;
  font-style: normal
}

option {
  margin: 0 5px 0 0;
  background-color: #fff;
  color: #333
}

.ime_on {
  ime-mode: active
}

.ime_off {
  ime-mode: disabled
}

.input_txt, .select, .textarea {
  padding: 10px;
  border: none;
  background: #f7f7f8;
  border: 1px solid #efebe5;
}

.textarea {
  resize: none;
  height: 200px;
}

@media screen and (max-width:512px) {
  .textarea {
    height: 150px;
  }
  .contact_tel {
    float: none;
    margin-bottom: 20px
  }
  #contact .btn_detail a {
    float: none;
  }
}

input[type="checkbox"] {
  background: #F2EFE6;
  margin-left: 20px;
}

input:focus {
  background: #fff;
}

.form_submit {
  margin: 10px 10px 0;
  padding: 5px;
  text-align: center;
}

.form_submit p:first-child {
  margin-bottom: 15px;
}

.form_submit .comment {
  margin-bottom: 30px;
  text-align: left;
}

.form_submit label {
  padding: 2px 0 0;
  font-weight: normal
}

#a1_form input[type="submit"],
#a1_form input[type="button"].history_back {
  width: 300px;
  height: 50px;
  margin-top: 30px;
  background-color: #009a43;
  border: none;
  color: transparent;
  -webkit-transition: background-color .2s;
  transition: background-color .2s;
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 0;
  height: 60px;
  color: #fff;
  font-size: 1.8rem;
  border-radius: 5px;
}

#a1_form input[type="submit"]:hover,
#a1_form input[type="button"].history_back:hover {
  background-color: #bf0008;
}

#a1_form input[type="submit"][disabled] {
  background-color: #ccc;
  cursor: default
}

#inquiry fieldset {
  margin: 20px 10px;
  border: 1px solid #ccc;
  padding: 10px 20px;
}

#inquiry .pp_body {
  border-bottom: 1px dashed #ccc;
  padding: 30px 0;
}

#pp {
  background: #f3f3f3;
  padding: 30px 20px;
  line-height: 1.8;
}

#pp .ttl {
  font-size: 2.6rem;
  font-weight: bold;
  margin-bottom: 30px;
  position: relative;
  padding-left: 20px;
}

#pp .ttl::before {
  position: absolute;
  display: block;
  content: '';
  width: 3px;
  height: 30px;
  background: #009a43;
  left: 0;
  top: 7px;
}

#pp .head {
  font-size: 2.0rem;
  font-weight: bold;
  color: #555555;
  margin-bottom: 30px;
}

#inquiry #pp ol {
  margin-bottom: 30px;
  background: #FFF;
  padding: 15px;
  border: 1px solid #CCC;
}

#pp ol li {
  list-style-type: disc;
  margin-left: 20px;
}

#pp h4 {
  color: #009a43;
}

#pp p {
  word-break: break-all;
}

@media screen and (max-width:736px) {
  #inquiry .bloc {
    padding: 0 15px;
  }
  #inquiry #sec01 h3, #inquiry #sec02 h3 {
    font-size: 4vw;
    line-height: 6.25vh;
    margin-bottom: 10px;
  }
  #inquiry #sec01 .outer {
    width: 100%;
    padding: 10px;
  }
  #inquiry #sec01 .outer p {
    font-size: 1.4rem;
  }
  #inquiry #sec02 {
    margin-bottom: 6.24vw;
  }
  #inquiry p.tel span {
    font-size: 2.2rem;
  }
  #inquiry p.tel {
    font-size: 7vw !important;
    padding: 0 10px;
  }
  #inquiry p.tel::before {
    width: 23px;
    height: 13px;
  }
  #inquiry p.tel_desc {
    font-size: 3vw;
    padding: 0 10px;
  }
  #inquiry .lead_txt {
    padding: 0 10px;
  }
  #a1_form {
    margin-top: 30px;
    /*padding: 0 10px 20px;*/
  }
  #a1_form th {
    display: block;
    padding: 5px 10px;
    border-bottom: none;
    width: inherit;
    font-size: 1.4rem;
  }
  #a1_form th label {
    white-space: initial;
  }
  #a1_form td {
    display: block;
    padding: 3.12vw;
    border-bottom: none;
  }
  #a1_form td #zip.w15per {
    width: 35%;
  }
  #a1_form td span {
    display: block
  }
  #a1_form .hissu, #a1_form .ninni {
    font-size: 1.4rem;
    padding: 0;
    margin-right: 2vw;
  }
  .input_txt, .select {
    background: #fff;
    border: 1px solid #ddd;
  }
  #a1_form input[type="submit"] {
    width: 100%;
  }
  .page_contact .pp {
    padding: 0 10px;
  }
  #a1_form table p {
    margin: 3.12vw;
  }
  #a1_form table li {
    display: block;
    padding: 0;
  }
  #a1_form table .item_name_list li {
    width: 100%;
    box-sizing: border-box;
    padding: 5px;
  }
  #pp .ttl::before {
    height: 1.6rem;
  }
  #pp .ttl {
    padding-left: 10px;
    margin-bottom: 10px;
    font-size: 1.6rem;
  }
  #pp p, #inquiry #pp ol {
    margin-top: 3.12vw;
  }
  .form_submit {
    margin: 3.12vw 0;
    padding: 0;
  }
  .form_submit p {
    font-size: 1.3rem;
  }
  #inquiry input[type="checkbox"] {
    margin-left: 0;
  }
}


/*=========================================
･ other_pages
=========================================*/
.other_pages {
  padding: 20px 0;
}
.other_pages .col {
  width: 25%;
}

.other_pages .col .inner {
  margin: 10px;
  border: 1px solid #ebebeb;
  padding: 20px 0 40px;
  height: 100%;
  text-align: center;
  position: relative;
}

.other_pages .col .inner a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  background: #fff;
  opacity: 0;
}

.other_pages .col .inner a:hover {
  opacity: 0.3;
}

.other_pages .col .ttl {
  position: relative;
  font-size: 2.0rem;
  font-weight: bold;
  ;
  padding-top: 50px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.other_pages .col .ttl {
  color: #009a43;
  height: 140px;
  display: table;
  width: 100%;
}

.other_pages .col span {
  display: table-cell;
  vertical-align: middle;
}

.other_pages .col .ttl::before, .other_pages .col .ttl::after {
  position: absolute;
  content: '';
  display: block;
  left: 50%;
  transform: translateX(-50%);
}

.other_pages .col .ttl::before {
  top: 0;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}

.other_pages .col:nth-child(1) .ttl::before {
  width: 33px;
  height: 39px;
  background-image: url(../common_img/ico_price.png);
}

.other_pages .col:nth-child(2) .ttl::before {
  width: 58px;
  height: 34px;
  background-image: url(../common_img/ico_book.png);
}

.other_pages .col:nth-child(3) .ttl::before {
  width: 45px;
  height: 34px;
  background-image: url(../common_img/ico_pickup.png);
}

.other_pages .col:nth-child(4) .ttl::before {
  width: 50px;
  height: 50px;
  background-image: url(../common_img/ico_human.png);
}

.other_pages .col .ttl::after {
  background-image: url(../images/sec01_underline_green.png);
}

.other_pages .col p.tit span {
  vertical-align: middle;
  display: table-cell;
}

.other_pages .col .ttl::after {
  bottom: 0;
  width: 35px;
  height: 3px;
}

.other_pages .col .btn {
  position: absolute;
  display: block;
  width: calc(100% - 20px);
  line-height: 31px;
  background-color: #009a43;
  color: #fff;
  text-align: center;
  margin: 12px auto;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}

@media screen and (max-width:736px) {
  .other_pages {
    margin: 0 10px;
  }
  .other_pages .col {
    width: 50%;
    margin-bottom: 1vw;
  }
  .other_pages .col .inner {
    padding: 10px 10px 50px;
    margin: 0.5vw;
  }
  .other_pages .col p.tit {
    font-size: 4vw;
    height: auto;
    margin-bottom: 1rem;
  }
  .other_pages .col p {
    font-size: 3.75vw;
    text-align: left;
  }
  .other_pages .col .btn {}
  .other_pages .col .ttl {
    font-size: 1.6rem;
    padding: 0;
    height: 110px;
  }
  .other_pages .col span {
    padding-top: 30px;
  }
}


/*====================================================================================
price
====================================================================================*/

#price h3 {
  background-color: #009a43;
  margin-bottom: 20px;
  line-height: 48px;
  color: #fff;
  font-size: 2.2rem;
  padding-left: 20px;
}

#price #sec01 h4, price #sec02 h4, price #sec03 h4, price #sec04 h4 {
  color: #009a43;
  font-size: 2rem;
  margin-bottom: 10px;
  font-weight: bold;
}

#price #sec01 figure {
  margin-bottom: 30px;
}

#price #sec02 figure {
  margin-bottom: 40px;
}

#price #sec02 .inner .col, #price #sec03 .inner .col {
  width: 49%;
}

#price #sec03 h4 {
  color: #009a43;
  font-size: 2rem;
  margin-bottom: 10px;
  font-weight: bold;
}

#price #sec03 .bloc {
  width: 100%;
  margin: 0 auto 40px;
  padding: 25px;
  border: solid 1px #009a43;
  box-sizing: border-box;
}

#price #sec03 .bloc p {
  margin-bottom: 15px;
}

#price #sec03 .bloc figure {
  width: 49%;
}

#price #sec03 .bloc figure img {
  width: 100%;
  height: 195px;
  object-fit: cover;
}

#price table {
  width: 100%;
  margin: 0 auto 30px;
  border-collapse: collapse;
  border-bottom: 1px solid #ccc;
}

#price th {
  width: 50%;
  padding: 20px 10px;
  white-space: nowrap;
  font-weight: normal;
  text-align: left;
  vertical-align: top;
  border: 1px solid #ccc;
  line-height: 1.5;
  font-size: 1.6rem;
  background: #f5fff6;
  box-sizing: border-box;
}

#price td {
  width: 50%;
  padding: 20px 10px;
  text-align: left;
  vertical-align: top;
  border: 1px solid #ccc;
  line-height: 1.5;
  box-sizing: border-box;
}

#price table .top th, #price table .top td {
  text-align: center;
}

#price .basic_fare table th {
  text-align: center;
}

#price .basic_fare table td {
  text-align: right;
}

#price .basic_fare table th .caution_orange {
  color: #E6BC70;
}

#price .basic_fare table td .caution_red {
  color: #db2028;
}

#price td span {
  color: #E7B96E;
}

#price td:first-of-type {
  text-align: right;
}

@media screen and (max-width:736px) {
  #price #sec02 .bloc {
    padding: 10px;
  }
  #price th, #price td {
    padding: 10px;
  }
  #price #sec02 .inner, #price #sec03 .inner {
    padding: 10px;
  }
  #price #sec02 .inner .col, #price #sec03 .inner .col {
    width: 100%;
  }
  #price #sec03 .bloc {
    margin-bottom: 20px;
  }
  #price #sec03 .bloc figure {
    width: 100%;
    margin-bottom: 20px;
  }
  #price #sec03 .bloc figure:last-of-type {
    margin-bottom: 0;
  }
  #price .basic_fare th {
    width: 64%;
  }
}

/*====================================================================================
■plan-map shoyou_jikan
====================================================================================*/

.plan-tips li::before {
    content: "●";
    margin-right: 0.5em;
    color: #009a43;
}

.plan-tips li {
    display: inline-block;
    padding-left: 1.5em;
    text-indent: -1.5em;
    font-size: 12px;
    width: 100%;
}

/*====================================================================================
■price_area
====================================================================================*/

#price_area h3 {
  background-color: #009a43;
  margin-bottom: 20px;
  line-height: 48px;
  color: #fff;
  font-size: 2.2rem;
  padding-left: 20px;
}

#price_area #sec00 figure {
  margin-bottom: 30px;
}

#price_area #sec01 h4 {
  color: #009a43;
  font-size: 2rem;
  margin-bottom: 10px;
  font-weight: bold;
}

#price_area #sec01 ul {
  margin-bottom: 20px;
}

#price_area #sec01 figure {
  position: relative;
  margin-bottom: 40px;
}

#price_area #sec01 figure a {
  pointer-events: none;
  text-decoration: none;
}

#price_area #sec01 .inner .bloc {
  margin: 0 auto 40px;
  padding: 25px;
  border: solid 1px #009a43;
  box-sizing: border-box;
}

#price_area #sec01 .inner .bloc dl dt {
  float: left;
}

#price_area #sec01 .inner .bloc dl dd {
  padding-left: 6em;
}

#price_area #sec02 h4 {
  border-bottom: 2px dotted #009a43;
  font-size: 2rem;
  margin-bottom: 20px;
  font-weight: bold;
}

#price_area table {
  width: 100%;
  margin: 0 auto 0px;
  border-collapse: collapse;
  border-bottom: 1px solid #ccc;
}

#price_area table .top th, #price_area table .top td {
  text-align: center;
}

#price_area thead th {
  background-color: #76BE7F;
  color: #fff;
  padding: 20px;
  border: 1px solid #ccc;
}

#price_area tbody th {
  width: 33.33%;
  padding: 20px;
  white-space: nowrap;
  font-weight: normal;
  text-align: left;
  vertical-align: top;
  border: 1px solid #ccc;
  line-height: 1.5;
  font-size: 1.6rem;
  background: #f5fff6;
  box-sizing: border-box;
}
#price_area tbody th.ttl {
  padding: 5px 20px;
  background: #009a43;
  color: #FFF;
}
#price_area tbody th.txt_plan {
  font-weight: bold;
  color: #009a43;
}
#price_area td {
  width: 33.33%;
  padding: 20px;
  vertical-align: top;
  border: 1px solid #ccc;
  line-height: 1.5;
  box-sizing: border-box;
  text-align: center;
}
#price_area td.range {
  text-align: right;
  padding: 5px 20px;
}
#price_area td.txt_price {
  font-weight: bold;
  color: #009a43;
}
#price_area td span {
  color: red;
}

#price_area #sec03 .inner .col {
  width: 49%;
  margin-bottom: 30px;
}
#price_area #sec03 .inner.price_tb .col {
  width: 32%;
  margin-bottom: 30px;
}

#price_area #sec03 h4 {
  color: #009a43;
  font-size: 2rem;
  margin-bottom: 10px;
  font-weight: bold;
}

#price_area #sec03 .bloc {
  width: 100%;
  margin: 0 auto 40px;
  padding: 25px;
  border: solid 1px #009a43;
  box-sizing: border-box;
}

#price_area #sec03 .bloc p {
  margin-bottom: 15px;
}

#price_area #sec03 .bloc figure {
  width: 49%;
}

#price_area #sec03 .bloc figure img {
/*  width: 100%;*/
  height: 100%;
/*  object-fit: cover;*/
}

@media screen and (max-width:736px) {
  #price_area #sec01 figure a {
    pointer-events: all;
  }
  #price_area #sec01 h4 {
    font-size: 5vw;
    margin-bottom: 0;
  }
  #price_area #sec01 .inner {
    padding: 10px;
  }
  #price_area #sec01 .inner .bloc {
    width: 100%;
    margin-bottom: 20px;
    padding: 4.69vw;
  }
  #price_area #sec01 .inner .bloc p, #price_area #sec01 .inner .bloc dl {
    font-size: 3.75vw;
  }
  #price_area #sec01 .inner .bloc dl dt {
    float: none;
  }
  #price_area #sec01 .inner .bloc dl dd {
    padding-left: 0;
    margin-bottom: 3.13vw;
    margin-left: 1em;
    text-indent: -1em;
  }
  #price_area #sec03 .bloc {
    margin-bottom: 20px;
  }
  #price_area #sec03 .inner.basic_fare .col {
    width: 100%;
  }
  #price_area table {
    table-layout: fixed;
  }
  #price_area thead th, #price_area tbody th {
    font-size: 3.75vw;
    padding: 6px 3px;
    width: auto;
  }
  #price_area td {
    font-size: 3.75vw;
    padding: 6px 3px;
    width: auto;
  }
  #price_area #sec03 .bloc {
    padding: 4.69vw;
  }
  #price_area #sec03 .bloc p {
    font-size: 3.75vw;
  }
  #price_area #sec03 .inner {
    padding: 10px;
  }
  #price_area #sec03 .bloc figure {
    width: 100%;
    margin-bottom: 20px;
  }
  #price_area #sec03 .bloc figure:last-of-type {
    margin-bottom: 0;
  }
  #price_area #sec03 .inner.price_tb .col {
  width: 100%;
  margin-bottom: 15px;
}
}


/*====================================================================================
■vehicle
====================================================================================*/

#vehicle #sec01 {
  margin-bottom: 40px;
}


/* mod_thumbnail
--------------------------------------------*/

.mod_thumbnail {
  margin: 0 0 40px 0;
}


/* サムネイル画像表示（thumbnaillist）
-----------------------------------------*/

#vehicle .thumbnaillist {}

#vehicle .thumbnaillist ul {}

#vehicle .thumbnaillist li {
  width: 48%;
  background: none;
}

#vehicle .thumbnaillist li:nth-child(-n + 2) {
  margin-bottom: 16px;
}

#vehicle .thumbnaillist li a {
  display: block;
}

#vehicle .thumbnaillist li a:link {}

#vehicle .thumbnaillist li a:visited {}

#vehicle .thumbnaillist li a:hover {
  opacity: 0.8;
}

#vehicle .thumbnaillist li a:active {
  opacity: 0.8;
}


/* IE用 ↓*/

#vehicle .thumbnaillist li a:hover img {
  filter: alpha(opacity=80);
}


/* メイン画像表示（mod_mainimglist）
-----------------------------------------*/

#vehicle .thumbnaillist img {
  width: 100%;
}

#vehicle .mod_thumbnail .col {
  width: 49%;
}

#vehicle h3 {
  background-color: #009a43;
  margin-bottom: 35px;
  line-height: 48px;
  color: #fff;
  font-size: 2.2rem;
  padding-left: 20px;
}

#vehicle #sec01 h4 {
  color: #009a43;
  font-size: 2rem;
  margin-bottom: 20px;
  font-weight: bold;
  border-bottom: dotted 2px;
}

@media screen and (max-width:736px) {
  #vehicle #sec01 {
    margin-bottom: 0;
  }
  #vehicle #sec01 .inner {
    padding: 10px;
  }
  #vehicle .mod_thumbnail {
    margin-bottom: 25px;
  }
  #vehicle .mod_thumbnail .col {
    width: 100%;
    margin-bottom: 5px;
  }
  #vehicle .thumbnaillist li {
    width: 24%;
  }
}


/*====================================================================================
■other_support
====================================================================================*/

[id*="other_support"] .anchor {
  margin-bottom: 60px;
}

[id*="other_support"] .anchor .outer {
  width: 600px;
  margin: 0 auto;
}

[id*="other_support"] .anchor .outer .col {
  text-align: center;
  width: 46%;
}

[id*="other_support"] .anchor .btn a {
  position: relative;
  display: block;
  width: 100%;
  line-height: 51px;
  color: #009a43;
  text-align: center;
  font-size: 2.0rem;
	border: 3px solid #009a43;
}

[id*="other_support"] .anchor .btn.arrow a::after {
  top: 60%;
  right: 20px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 6px 0 6px;
  border-color: #009a43 transparent transparent transparent;
}

[id*="other_support"] .bloc {
  margin-top: 30px;
}

[id*="other_support"] .bloc+.bloc {
  margin-top: 60px;
}

[id*="other_support"] h3 {
  position: relative;
  background-color: #009a43;
  margin-bottom: 20px;
  line-height: 48px;
  color: #fff;
  font-size: 2.2rem;
  padding-left: 70px;
}

[id*="other_support"] h3::before {
  position: absolute;
  content: '';
  display: block;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 36px;
  height: 36px;
}

[id*="other_support"] #sec01 h3::before {
  background-image: url(../other_support/images/sec01_ico01.png);
}

[id*="other_support"] #sec02 h3::before {
  background-image: url(../other_support/images/sec02_ico01.png);
}

[id*="other_support"] h4 {
  border-bottom: 2px dotted #009a43;
  font-size: 2rem;
  margin-bottom: 20px;
  font-weight: bold;
  padding: 0 10px;
  position: relative;
}

[id*="other_support"] h4::before {
  position: absolute;
  display: block;
  content: '';
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

[id*="other_support"] h4.ico01 {
  padding: 0 10px 0 50px;
}

[id*="other_support"] h4.ico01::before {
  background: url(../case/images/ico_book.png);
  width: 43px;
  height: 25px;
}

[id*="other_support"] figure {
  width: 48%;
}

[id*="other_support"] .comment {
  padding: 0 15px;
}

[id*="other_support"] .supplementWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

[id*="other_support"] .supplementWrap__img {
  width: 48%;
}
[id*="other_support"] .supplementWrap__img img {
  width: 100%;
}

[id*="other_support"] .supplementWrap .supplement {
  width: 50%;
}

[id*="other_support"] .supplement .outer {
  border: 2px solid #ddd;
  padding: 20px;
}
#other_support2 .supplement .outer {
  height: 100%;
}

[id*="other_support"] .supplement .outer li {
  margin-left: 1.0em;
  margin-bottom: 20px;
  padding-bottom: 10px;
  padding-left: 1em;
  text-indent: -1.0em;
  border-bottom: 2px dotted #009A43;
}

[id*="other_support"] .supplement .outer li i {
  display: inline;
  color: #CB282B;
}

[id*="other_support"] .supplement.supplement02 {
  margin-bottom: 20px;
}

[id*="other_support"] .supplement .tit {
  background: url(../beginner/images/check.png) no-repeat;
  background-size: contain;
  padding-left: 40px;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 10px;
}
[id*="other_support"] .supplement .btn a {
  width: 100%;
  padding: 50px;
  background: #009a43;
  color: #FFF;
  font-size: 2.6rem;
  line-height: 1.4;
  text-align: center;
  margin-top: 30px;
}
[id*="other_support"] .supplement .btn a span {
  font-size: 1.8rem;
  display: block;
  margin-bottom: 1em;
}
[id*="other_support"] .supplement .btn a::after {
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    margin-top: -10px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
[id*="other_support"] #sec01 {
  margin-bottom: 80px;
}

[id*="other_support"] #sec01 .comment {
  margin-bottom: 30px;
}

[id*="other_support"] #sec01 .col {
  width: 48%;
}

[id*="other_support"] #sec01 .col table {
  width: 100%;
	height: 284px;
}

[id*="other_support"] #sec01 thead th {
  font-weight: bold;
  font-size: 1.6rem;
  padding: 10px;
  border: 1px solid #d4d4d4;
	vertical-align: middle;
}

[id*="other_support"] #sec01 .col:first-child thead th {
  background-color: #DCE0E4;
}

[id*="other_support"] #sec01 .col:last-child thead th {
  background-color: #E6E0DC;
}

[id*="other_support"] #sec01 tbody th {
  width: 30%;
  padding: 15px;
  background-color: #F5F5F5;
  border: 1px solid #d4d4d4;
	vertical-align: middle;
}

[id*="other_support"] #sec01 tbody td {
  padding: 15px;
  border: 1px solid #d4d4d4;
	vertical-align: middle;
}

[id*="other_support"] #sec01 .bloc02 .supplement {
  width: 50%;
}

[id*="other_support"] #sec01 .bloc02 .supplement .inner {
  padding: 20px;
}

[id*="other_support"] #sec01 .bloc02 .supplement .inner p {
  margin-bottom: 1em;
}

[id*="other_support"] #sec01 .bloc03 .col {
  width: 48%;
  background-color: #FFFBE6;
  height: 200px;
  text-align: center;
}

[id*="other_support"] #sec02 .comment {
  margin-bottom: 30px;
}

[id*="other_support"] #sec02 .checklist dt {
  font-weight: bold;
  font-size: 1.6rem;
}

[id*="other_support"] #sec02 .checklist dt i {
  color: #CB282B;
}

[id*="other_support"] #sec02 .checklist dd {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px dotted #009A43;
}

[id*="other_support"] #sec02 .catch {
  text-align: center;
  background-image: url(../other_support/images/sec02_bg02.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  padding: 100px 0;
}

[id*="other_support"] #sec02 .catch p {
  color: #009A43;
  font-weight: bold;
}

[id*="other_support"] #sec02 .catch .p1 {
  font-size: 3.0rem;
  margin-bottom: 15px;
}

[id*="other_support"] #sec02 .catch .p2 {
  font-size: 3.6rem;
  margin-bottom: 15px;
}

[id*="other_support"] #sec02 .catch .p2 span {
  display: block;
  font-size: 2.0rem;
}

[id*="other_support"] #sec02 .catch .p3 {
  font-size: 2.0rem;
  margin-top: 30px;
}

[id*="other_support"] #sec02 .catch .p3 span {
  font-size: 3.6rem;
  color: red;
}

[id*="other_support"] #sec02 .catchComment__set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
[id*="other_support"] #sec02 .catchComment__child--set {
  width: 23%;
}

[id*="other_support"] #sec02 .content {
  width: 50%;
  background-image: url(../other_support/images/sec02_bg01.png);
  background-repeat: no-repeat;
  background-position: right;
}

[id*="other_support"] #sec02 .content .col {
  width: 48%;
  margin-bottom: 15px;
}

[id*="other_support"] #sec02 .content .col h5 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #009a43;
}

[id*="other_support"] #sec02 .content .col .photo {
  margin-top: 10px;
}
[id*="other_support"] .bloc03 .photo {
    width: 30%;
}
[id*="other_support"] .bloc.bloc03 .comment {
  width: 68%;
}
[id*="other_support"] .bloc.bloc03.comment p + p {
  margin-top: 1em;
}
[id*="other_support"] h5 {
  color: #009a43;
  font-size: 2rem;
  margin-bottom: 20px;
  font-weight: bold;
}
@media screen and (max-width:736px) {
  [id*="other_support"] .anchor .outer {
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
  }
  [id*="other_support"] .anchor .outer .col {
    display: block;
    width: 100%;
    margin-bottom: 15px;
  }
  [id*="other_support"] h4 {
    margin-bottom: 4.69vw;
  }
  [id*="other_support"] .bloc {
    padding: 0 3.75vw;
  }
  [id*="other_support"] .comment {
    padding: 0;
  }
  [id*="other_support"] #sec01 thead th:nth-child(2) {
    background-color: #DCE0E4;
		width: 40%;
  }
  [id*="other_support"] #sec01 thead th:nth-child(3) {
    background-color: #E6E0DC;
		width: 40%;
  }
  [id*="other_support"] #sec01 thead th {
    padding: 5px;
    font-size: 1.2rem;
  }
  [id*="other_support"] #sec01 tbody th {
    width: 20%;
    padding: 5px 0;
    font-size: 1.2rem;
		vertical-align: top;
  }
  [id*="other_support"] #sec01 tbody td {
    padding: 5px;
    font-size: 1.2rem;
		vertical-align: top;
  }
  [id*="other_support"] #sec01 .bloc02 figure {
    width: 100%;
    margin-bottom: 3.75vw;
  }
  [id*="other_support"] .supplementWrap {
    display: block;
  }
  [id*="other_support"] .supplementWrap__img {
    width: 100%;
    margin-bottom: 3.75vw;
  }
  [id*="other_support"] .supplementWrap .supplement {
    width: 100%;
  }
  [id*="other_support"] .supplementWrap .supplement + .supplement {
    margin-top: 15px;
  }
  [id*="other_support"] .supplement .tit {
    background-position: 0 center;
    background-size: 2rem;
    padding-left: 2.4rem;
    font-size: 1.6rem;
  }
  [id*="other_support"] #sec01 .bloc02 .supplement {
    width: 100%;
  }
  [id*="other_support"] #sec01 .bloc02 .supplement .inner {
    padding: 0;
  }
  [id*="other_support"] .supplement .outer {
    height: auto;
  }
  [id*="other_support"] .supplement .outer li:last-child {
    margin-bottom: 0;
  }
  [id*="other_support"] #sec02 .checklist dt {
    float: none;
  }
  [id*="other_support"] #sec02 .checklist dd {
    padding-left: 0;
  }
  [id*="other_support"] #sec02 .catchComment__child--set {
    width: 48%;
  }
  [id*="other_support"] #sec02 .comment {
    width: 100%;
  }
  [id*="other_support"] #sec02 .catch {
    width: 100%;
    margin-bottom: 3.75vw;
    padding: 10vw 0;
  }
  [id*="other_support"] #sec02 .catch .p1 {
    font-size: 2.0rem;
    margin-bottom: 3.13vw;
  }
  [id*="other_support"] #sec02 .catch .p2 {
    font-size: 2.4rem;
    margin-bottom: 3.13vw;
  }
  [id*="other_support"] #sec02 .catch .p2 span {
    font-size: 1.6rem;
  }
  [id*="other_support"] #sec02 .catch .p3 {
    font-size: 1.6rem;
  }
  [id*="other_support"] #sec02 .catch .p3 span {
    font-size: 2.4rem;
  }
  [id*="other_support"] #sec02 .content {
    width: 100%;
    padding-right: 0;
    padding-bottom: 55vw;
    background-position: center bottom;
    background-size: contain;
  }
  [id*="other_support"] #sec02 .content .col h5 {
    font-size: 1.6rem;
  }
  [id*="other_support"] #sec01,
  [id*="other_support"] #sec02 {
    padding-top: 15vw;
    margin-top: -15vw;
  }
  [id*="other_support"] .supplement .btn a {
  padding: 30px 40px; 
  font-size: 2.2rem;
  }
  [id*="other_support"] .supplement .btn a span {
    font-size: 1.4rem;
  }
  [id*="other_support"] .bloc03 .photo {
    width: 100%;
}
  [id*="other_support"] .bloc.bloc03 .comment {
    width: 100%;
    margin-top: 2em;
  }
}


/*====================================================================================
■case
====================================================================================*/

#case .anchor {
  margin-bottom: 60px;
}

#case .anchor .outer {
  width: 100%;
  margin: 0 auto;
}

#case .anchor .outer .col {
  text-align: center;
  width: 32%;
}

#case .anchor .btn a {
  position: relative;
  display: block;
  width: 100%;
  height: 70px;
  color: #009a43;
  border: 3px solid #009a43;
  text-align: center;
  font-size: 1.8rem;
}
#case .anchor .btn.ico a {
  position: relative;
}
#case .anchor .btn a span {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  transform: translateY(-50%);
}

#case .anchor .btn.arrow a::after {
  top: 60%;
  right: 20px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 6px 0 6px;
  border-color: #009a43 transparent transparent transparent;
}

#case .bloc {
  margin-top: 30px;
}

#case .bloc+.bloc {
  margin-top: 60px;
}

#case .bloc .photo {
  width: 44%;
}

#case .bloc.bloc01 .comment {
  width: 54%;
}
#case .bloc.bloc01 .comment p + p {
  margin-top: 1em;
}
#case h3 {
  position: relative;
  background-color: #009a43;
  margin-bottom: 30px;
  line-height: 48px;
  color: #fff;
  font-size: 2.2rem;
  padding-left: 15px;
}


/*#case h3::before {
	position: absolute;
	content: '';
	display: block;
	top: 50%;
	left: 20px;
	transform: translateY(-50%);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	width: 36px;
	height: 36px;
}
#case #sec01 h3::before {
	background-image: url(../other_support/images/sec01_ico01.png);

}
#case #sec02 h3::before {
	background-image: url(../other_support/images/sec02_ico01.png);

}*/

#case h4 {
  border-bottom: 2px dotted #009a43;
  font-size: 2rem;
  margin-bottom: 20px;
  font-weight: bold;
  padding: 0 10px 0 10px;
  position: relative;
}

#case h4::before {
  position: absolute;
  display: block;
  content: '';
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

#case h4.ico01 {
  padding: 0 10px 0 50px;
}

#case h4.ico01::before {
  background: url(../case/images/ico_book.png);
  width: 43px;
  height: 25px;
}

#case h4.ico02 {
  padding: 0 10px 0 40px;
}

#case h4.ico02::before {
  background: url(../case/images/ico_hitsugi.png);
  width: 32px;
  height: 38px;
}

#case h5 {
  color: #009a43;
  font-size: 2rem;
  margin-bottom: 20px;
  font-weight: bold;
}

.voice h4::before {
  position: absolute;
  display: block;
  content: '';
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.voice h4.ico03 {
  padding: 0 10px 0 45px !important;
  position: relative;
}

.voice h4.ico03::before {
  background: url(../case/images/ico_voice.png);
  width: 38px;
  height: 38px;
}

.voice .comment {
  padding: 0 15px;
}

.voice .supplement {
  border: 2px solid #ddd;
  padding: 20px;
}

#case .voice .supplement {
  background-color: #fff;
  background-image: url(../case/images/sec01_img03.png);
  background-repeat: no-repeat;
  background-size: auto 150%;
  background-position: right center;
}

.voice .supplement .tit {
  background: url(../beginner/images/check.png) no-repeat;
  background-size: contain;
  padding-left: 40px;
  font-size: 1.8rem;
  font-weight: bold;
}

.voice .supplement .tit+.tit {
  margin-top: 10px;
}

.voice .supplement {
  border: 2px solid #ddd;
  padding: 20px;
}

.voice .supplement .tit_s {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1.4rem;
  font-weight: bold;
}

.voice .supplement .tit_s+.tit_s {
  margin-top: 10px;
}

.voice .supplement .tit_s span {
  color: #009a43;
}

#case .supplement .tit {
  background: url(../beginner/images/check.png) no-repeat;
  background-position: 10px center;
  background-size: contain;
  padding-left: 40px;
  margin-bottom: 10px;
}


/*
#case .bloc_service {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  border: 1px solid #009a43;
}

#case .bloc_service h5 {
  font-size: 1.6rem;
  margin-bottom: 20px;
  font-weight: bold;
  padding: 0 10px;
  color: #009a43;
}

#case .bloc_service .inner {
  margin-bottom: 10px;
}

#case .bloc_service .inner .tag {
  background: #009a43;
  color: #FFF;
  padding: 5px 15px;
  font-size: 1.2rem;
}*/

#case #sec01 {
  padding: 50px 0;
}

#case #sec01 .comment figure {
  margin-top: 30px;
}

#case #sec02 {
  padding: 50px 0;
  background-color: #f4f4f4;
}

#case #sec02 .comment a {
  color: #0329D6;
}

#case #sec02 .comment a:hover {
  text-decoration: none;
}

#case #sec01 .col {
  width: 48%;
}

#case #sec01 .col table {
  width: 100%;
}

#case #sec01 thead th {
  font-weight: bold;
  font-size: 1.6rem;
  padding: 10px;
  border: 1px solid #d4d4d4;
}

#case #sec01 .col:first-child thead th {
  background-color: #DCE0E4;
}

#case #sec01 .col:last-child thead th {
  background-color: #E6E0DC;
}

#case #sec01 .supplement .tit_s span {
  color: #009a43;
}

#case #sec01 tbody th {
  width: 30%;
  padding: 15px;
  background-color: #F5F5F5;
  border: 1px solid #d4d4d4;
}

#case #sec01 tbody td {
  padding: 15px;
  border: 1px solid #d4d4d4;
}

#case #sec01 .bloc02 .supplement {
  width: 50%;
}

#case #sec01 .bloc02 .supplement .inner {
  padding: 20px;
}

#case #sec01 .bloc02 .supplement .inner p {
  margin-bottom: 1em;
}

#case #sec02 .supplement .bloc .photo {
  width: 30%;
}

#case #sec02 .supplement .bloc .comment {
  width: 68%;
}

#case #sec02 .catch {
  width: 31%;
  text-align: center;
  background-image: url(../other_support/images/sec02_bg02.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

#case #sec02 .catch p {
  color: #009A43;
  font-weight: bold;
}

#case #sec02 .catch .p1 {
  font-size: 3.0rem;
  margin-bottom: 15px;
}

#case #sec02 .catch .p2 {
  font-size: 3.6rem;
  margin-bottom: 15px;
}

#case #sec02 .catch .p2 span {
  display: block;
  font-size: 2.0rem;
}

#case #sec02 .catch .p3 {
  font-size: 2.0rem;
}

#case #sec02 .catch .p3 span {
  font-size: 3.6rem;
}

#case #sec02 .content {
  width: 67%;
  background-image: url(../other_support/images/sec02_bg01.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  padding-right: 30%;
}

#case #sec02 .content .col {
  width: 48%;
  margin-bottom: 15px;
}

#case #sec02 .content .col h5 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #009a43;
}

#case #sec02 .content .col .photo {
  margin-top: 10px;
}
#case #sec02 .btn {
  width: 900px;
  margin: 40px auto 0 auto;
}
#case #sec02 .btn a {
  width: 100%;
  padding: 20px;
  background: #009a43;
  color: #FFF;
  font-size: 2.8rem;
  line-height: 1.4;
  text-align: center;
}
#case #sec02 .btn a span {
  font-size: 1.8rem;
  display: block;
  margin-bottom: 1em;
}
#case #sec02 .btn a::after {
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    margin-top: -10px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

@media screen and (max-width:736px) {
  #case .anchor .outer {
    width: 100%;
    padding: 20px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  #case .anchor .btn a {
    font-size: 1.6rem;
  }
  #case .bloc {
    margin-top: 30px;
  }
  #case .bloc+.bloc {
    margin-top: 40px;
  }
  #case .anchor .outer .col {
    display: block;
    width: 100%;
    margin-bottom: 15px;
  }
  #case h3 {
    font-size: 1.6rem;
    text-align: center;
    padding: 3.13vw 3.13vw;
    line-height: 1.3;
  }
  #case h4 {
    margin-bottom: 4.69vw;
  }
  #case h5 {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
  #case .bloc {
    padding: 0 3.75vw;
  }
  #case .comment {
    padding: 0;
  }
  #case .supplement {
    padding: 3.13vw;
  }
  #case .voice .supplement {
    padding-bottom: 50vw;
    background-position: center bottom;
    background-size: 100% auto;
  }
  #case #sec02 .supplement.supplement02 {
    padding: 0vw;
  }
  #case .supplement .tit {
    background-position: 0 1.25vw;
    background-size: 2rem;
    padding-left: 2.4rem;
    font-size: 1.6rem;
  }
  #case .bloc .photo, #case .bloc.bloc01 .comment {
    width: 100%;
    display: block;
  }
  #case .bloc .photo {
    margin-bottom: 15px;
  }
  #case .bloc .photo.pc {
    display: none;
  }
  #case #sec01 thead th:nth-child(2) {
    background-color: #DCE0E4;
  }
  #case #sec01 thead th:nth-child(3) {
    background-color: #E6E0DC;
  }
  #case #sec01 thead th {
    padding: 5px;
    font-size: 1.2rem;
  }
  #case #sec01 tbody th {
    width: 20%;
    padding: 5px;
    font-size: 1.2rem;
  }
  #case #sec01 tbody td {
    padding: 5px;
    font-size: 1.2rem;
  }
  #case .bloc_service .inner .tag {
    padding: 5px;
    width: 100%;
    margin-bottom: 5px;
    text-align: center;
  }
  #case .bloc.bloc_service {
    padding: 10px;
  }
  #case #sec01 .col {
    width: 100%;
    display: block;
  }
  #case #sec01 .bloc02 .photo {
    margin-bottom: 3.75vw;
  }
  #case #sec01 .bloc02 .supplement {
    width: 100%;
  }
  #case #sec01 .bloc02 .supplement .inner {
    padding: 10px;
  }
  #case #sec02 .checklist dt {
    float: none;
  }
  #case #sec02 .checklist dd {
    padding-left: 0;
  }
  #case #sec02 .comment {
    width: 100%;
  }
  #case #sec02 .catch {
    width: 100%;
    margin-bottom: 3.75vw;
  }
  #case #sec02 .catch .p1 {
    font-size: 2.0rem;
    margin-bottom: 3.13vw;
  }
  #case #sec02 .catch .p2 {
    font-size: 2.4rem;
    margin-bottom: 3.13vw;
  }
  #case #sec02 .catch .p2 span {
    font-size: 1.6rem;
  }
  #case #sec02 .catch .p3 {
    font-size: 1.6rem;
  }
  #case #sec02 .catch .p3 span {
    font-size: 2.4rem;
  }
  #case #sec02 .content {
    width: 100%;
    padding-right: 0;
    padding-bottom: 55vw;
    background-position: center bottom;
  }
  #case #sec02 .content .col h5 {
    font-size: 1.6rem;
  }
  #case #sec02 .supplement .bloc .photo {
    width: 100%;
  }
  #case #sec02 .supplement .bloc .comment {
    width: 100%;
  }
	#case #sec01, #case #sec02,#case #sec03 {
    padding-top: 15vw;
    margin-top: -15vw;
		margin-bottom: 0;
		padding-bottom: 15vw;
	}
  #case .anchor .btn.arrow a::after {
  right: 10px;
	}
  #case #sec02 .btn {
  width: 100%;
  margin: 40px auto 0 auto;
}

}


/*====================================================================================
about
====================================================================================*/

#about h3 {
  background-color: #009a43;
  margin-bottom: 20px;
  line-height: 48px;
  color: #fff;
  font-size: 2.2rem;
  padding-left: 20px;
}

#about #sec01 h4, about #sec02 h4, about #sec03 h4, about #sec04 h4 {
  color: #009a43;
  font-size: 2rem;
  margin-bottom: 10px;
  font-weight: bold;
}

#about #sec01 .inner {
  padding: 0 30px;
}

#about table {
  width: 100%;
  margin: 0 auto 30px;
  border-collapse: collapse;
  border-bottom: 1px solid #ccc;
}

#about th {
  width: 20%;
  padding: 20px 10px;
  white-space: nowrap;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #ccc;
  line-height: 1.5;
  font-size: 1.6rem;
  background: #f5fff6;
  box-sizing: border-box;
}

#about td {
  width: 80%;
  padding: 20px 30px;
  text-align: left;
  vertical-align: top;
  border: 1px solid #ccc;
  line-height: 1.5;
  box-sizing: border-box;
}
#about td p + p {
  margin-top: 1em;
}
#about td p span.freetel {
  position: relative;
  padding-left: 30px;
}
#about td p span.freetel::before {
  position: absolute;
  display: block;
  content: '';
  background: url(../common_img/freetel.png) no-repeat;
  background-size: cover;
  width: 25px;
  height: 25px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#about td dl:first-of-type {
  margin-bottom: 20px;
}

#about td dt {
  float: left;
  font-size: 18px;
}

#about td dd {
  padding-left: 7em;
}

#about td ul {
  padding-left: 20px;
}

#about td li {
  list-style-type: disc;
}

@media screen and (max-width:736px) {
  #about #sec01 .inner {
    padding: 0;
  }
  #about #sec02 .bloc {
    padding: 10px;
  }
  #about th {
    width: 10%;
  }
  #about th, #about td {
    padding: 10px;
  }
  #about td dt {
    float: none;
    margin-bottom: 5px;
  }
  #about td dd {
    padding-left: 0;
  }
}


/*====================================================================================
■shibou_todoke
====================================================================================*/

#shibou_todoke h3 {
  background-color: #009a43;
  margin-bottom: 20px;
  line-height: 48px;
  color: #fff;
  font-size: 2.2rem;
  padding-left: 20px;
}

#shibou_todoke h3 span {
  font-size: 2.0rem;
  color: #fff330;
}

#shibou_todoke #sec01 .bloc {
  padding: 0 0 40px;
}

span.yellow {
	background: linear-gradient(transparent 70%, #FFF33D 70%);
}

#shibou_todoke #sec01 .bloc .outer figure {
  margin-top: 40px;
  width: 684px;
}

#shibou_todoke #sec01 .col {
  width: 280px;
  text-align: center;
  margin-top: 30px;
}

#shibou_todoke #sec01 .col p {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 20px;
}

#shibou_todoke #sec01 .col .pict {
  position: relative;
}

#shibou_todoke #sec01 .col .pict::after {
  position: absolute;
  display: block;
  content: '';
  background: url(../shibou_todoke/images/sec01_arrow_pc.png);
  width: 49px;
  height: 32px;
  background-size: cover;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
}

#shibou_todoke #sec01 .col:nth-last-of-type(1) .pict::after {
  display: none;
}

#shibou_todoke #sec01 .col img {
  width: 50%;
}

#shibou_todoke h4 {
  border-bottom: 2px dotted #009a43;
  font-size: 2rem;
  margin-bottom: 20px;
  font-weight: bold;
}

#shibou_todoke #sec01 .col_l {
  width: 400px;
}

#shibou_todoke #sec01 .col_l .inner {
  background: #f7fffa;
  border: 4px solid #009a43;
  border-radius: 10px;
  padding: 35px;
  text-align: center;
}

#shibou_todoke #sec01 .col_l .inner h5 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #009a43;
  margin-bottom: 20px;
}

#shibou_todoke #sec01 .col_l .inner ul li {
  font-size: 2.0rem;
  font-weight: bold;
  color: #db2e35;
}

#shibou_todoke #sec01 .col_l .inner ul li+li {
  margin-top: 20px;
}

#shibou_todoke #sec01 .col_r {
  width: 660px;
}

#shibou_todoke #sec01 .col_r {
  padding-left: 40px;
}

#shibou_todoke #sec01 .col_r ul li {
  position: relative;
}

#shibou_todoke #sec01 .col_r ul li::before {
  position: absolute;
  display: block;
  content: '';
  background: url(../beginner/images/check.png);
  width: 29px;
  height: 27px;
  background-size: cover;
  left: -40px;
  top: -5px;
}

#shibou_todoke #sec01 .col_r ul li+li {
  margin-top: 20px;
}

#shibou_todoke #sec01 .col_r ul li span {
  color: #db2e35;
  font-weight: bold;
}

#shibou_todoke #sec01 .col_r .inner_box p {
  padding: 10px;
  background: #f7fffa;
  border: 1px solid #009a43;
  display: inline-block;
  margin-top: 10px;
}

#shibou_todoke #sec01 .col_r .inner_box p span {
  color: #009a43;
}

#shibou_todoke #sec02 {
  margin-top: 50px;
  margin-bottom: 60px;
}

#shibou_todoke #sec02 .bloc+.bloc {
  margin-top: 30px;
}

#shibou_todoke #sec02 .bloc figure {
  width: 100%;
  text-align: center;
}

.ttl_othermenu p {
  font-size: 2.0rem;
  font-weight: bold;
}

@media screen and (max-width:736px) {
  #shibou_todoke h3 {
    font-size: 4vw;
    margin-bottom: 10px;
  }
  #shibou_todoke h3 span {
    font-size: 3vw;
  }
  #shibou_todoke #sec01 .col:nth-of-type(1) {
    margin-top: 30px;
  }
  #shibou_todoke #sec01 .col {
    width: 100%;
    text-align: center;
    margin-top: 90px;
  }
  #shibou_todoke #sec01 .col img {
    width: 60%;
  }
  #shibou_todoke #sec01 .col .pict::after {
    position: absolute;
    display: block;
    content: '';
    background: url(../shibou_todoke/images/sec01_arrow_sp.png);
    width: 32px;
    height: 49px;
    background-size: cover;
    right: auto;
    top: auto;
    transform: auto;
    left: 50%;
    bottom: -60px;
    transform: translateX(-50%);
  }
  #shibou_todoke #sec01 .col_l {
    width: 100%;
  }
  #shibou_todoke #sec01 .col_r {
    margin-top: 30px;
    width: 100%;
  }
  #shibou_todoke .bloc .photo, #shibou_todoke .bloc .comment {
    width: 100%;
  }
  #shibou_todoke .bloc .photo {
    margin-bottom: 1rem;
  }
  #shibou_todoke .bloc {
    margin: 10px;
    padding-bottom: 2rem;
  }
  #shibou_todoke #sec01 h4 {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
  #shibou_todoke p {
    font-size: 1.4rem;
  }
  #shibou_todoke #sec02 {
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .ttl_othermenu p {
    padding: 15px;
  }
}


/*====================================================================================
■shoyou_jikan
====================================================================================*/
@media screen and (max-width:736px) {
.shoyou_jikan_sp_inner {
  padding: 0 3%;
}
}