@charset "UTF-8";
/*
  Theme Name: WP-Theme
  Author: 株式会社トップ
*/
body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.wrapper {
  min-width: 990px;
  display: block;
}

header {
  background-color: #FFF;
  width: 960px;
  margin: 0 auto;
}

.green {
  color: #45b035;
}

#Header .main_hd {
  padding: 20px 0;
}
#Header .main_hd h1 {
  float: left;
}
#Header .main_hd h1 a {
  display: inline-block;
  vertical-align: top;
}

.hed_box {
  width: 50%;
  display: inline-block;
}
.hed_box .top_txt {
  display: inline-block;
}
.hed_box .top_txt p {
  font-weight: 100;
  line-height: 1.5;
}

#Header .main_hd #hnav {
  float: right;
}
#Header .main_hd #hnav .trf {
  display: inline-block;
}
#Header .main_hd #hnav .trf .ttel {
  display: block;
  margin-bottom: 7px;
}
#Header .main_hd #hnav .trf .top_contact_f {
  display: block;
	line-height: 1.4;
}
#Header .main_hd #hnav .face_btn {
  float: right;
  margin: 0 0 0 15px;
}

/*-------nav----------*/
.nvd {
  margin-bottom: 20px;
}
.nvd nav {
  list-style: none;
}
.nvd nav ul li {
  display: inline-block;
  vertical-align: bottom;
  letter-spacing: normal;
  margin: 0 15px;
}
.nvd nav ul li a {
  display: block;
  width: 80px;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  color: #313131;
}
.nvd nav ul li .nav03 {
  width: 105px;
}
.nvd nav ul li .nav04 {
  width: 200px;
}
.nvd nav ul li .nav07 {
  width: 90px;
}

.nvd nav ul li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}

.nvd nav ul li a::after {
  content: '';
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  height: 5px;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  background-color: #45b035;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.nvd nav ul li a:hover::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.nvd nav ul li a:hover {
  opacity: 1;
  color: #45b035;
}

/*-------footernav------*/
/* 各々ページのアクティブ表示 */
#index .nvd nav ul li .nav01:nth-child(1) {
  color: #45b035;
}

#index .nvd nav ul li .nav01:nth-child(1)::after {
  content: '';
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  height: 5px;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  background-color: #45b035;
  -webkit-transition: none;
  transition: none;
}

#course .nvd nav ul li .nav02:nth-child(1) {
  color: #45b035;
}

#course .nvd nav ul li .nav02:nth-child(1)::after {
  content: '';
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  height: 5px;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  background-color: #45b035;
  -webkit-transition: none;
  transition: none;
}

#improvement .nvd nav ul li .nav03:nth-child(1) {
  color: #45b035;
}

#improvement .nvd nav ul li .nav03:nth-child(1)::after {
  content: '';
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  height: 5px;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  background-color: #45b035;
  -webkit-transition: none;
  transition: none;
}

#mental .nvd nav ul li .nav04:nth-child(1) {
  color: #45b035;
}

#mental .nvd nav ul li .nav04:nth-child(1)::after {
  content: '';
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  height: 5px;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  background-color: #45b035;
  -webkit-transition: none;
  transition: none;
}

#voice .nvd nav ul li .nav05:nth-child(1) {
  color: #45b035;
}

#voice .nvd nav ul li .nav05:nth-child(1)::after {
  content: '';
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  height: 5px;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  background-color: #45b035;
  -webkit-transition: none;
  transition: none;
}

#shop .nvd nav ul li .nav06:nth-child(1) {
  color: #45b035;
}

#shop .nvd nav ul li .nav06:nth-child(1)::after {
  content: '';
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  height: 5px;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  background-color: #45b035;
  -webkit-transition: none;
  transition: none;
}

#contact .nvd nav ul li .nav07:nth-child(1) {
  color: #45b035;
}

#contact .nvd nav ul li .nav07:nth-child(1)::after {
  content: '';
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  height: 5px;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  background-color: #45b035;
  -webkit-transition: none;
  transition: none;
}

#fnav {
  padding: 35px 0 60px 0;
  width: 960px;
  margin: 0 auto;
}

#fnav ul {
  display: block;
  text-align: center;
}

#fnav ul li {
  display: inline-block;
  margin: 0 27px;
}

#fnav ul li a {
  color: #000;
  text-decoration: none;
  display: block;
}

#copy {
  text-align: center;
  padding: 30px 0;
  background: #313131;
  color: #FFF;
  font-weight: 100;
}

address {
  font-style: normal;
  color: #434343;
  margin-bottom: 50px;
}

#sidebar {
  margin: 5px;
}
#sidebar a {
  color: blue;
  text-decoration: none;
}

a:hover {
  opacity: 0.7;
}

footer {
  background-color: #FFF;
}

.ft_gr_bg {
  background: #45b035;
  padding: 40px 0;
}

.ft_gray_bg {
  background: #eeeeee;
  padding: 40px 0;
}
.ft_gray_bg .center_gray {
  width: 960px;
  margin: 0 auto;
  display: block;
  text-align: center;
}
.ft_gray_bg .center_gray .t1 {
  display: inline-block;
  vertical-align: top;
}
.ft_gray_bg .center_gray .t1 img {
  margin: 0 0 10px 0;
}
.ft_gray_bg .center_gray .t2 {
  display: inline-block;
  vertical-align: top;
  margin: 0 100px;
}
.ft_gray_bg .center_gray .t2 img {
  margin: 0 0 10px 0;
}

.ftg_area {
  width: 960px;
  margin: 0 auto;
}
.ftg_area .ftg_lef {
  width: 350px;
  color: #FFF;
  float: left;
}
.ftg_area .ftg_lef h3 {
  font-size: 24px;
}

.ft_tel_a {
  display: inline-block;
  vertical-align: top;
  margin: 0 40px 0 0;
}

.ftg_rig {
  float: right;
}

.ft_contact_a {
  display: inline-block;
  vertical-align: top;
  width: 230px;
}
.ft_contact_a p {
  color: #FFF;
  margin-bottom: 5px;
}
.ft_contact_a .ft_c_box a {
  background: url(../image/temp/ft_contact_off.png) no-repeat;
  display: block;
  text-indent: -9999px;
  padding: 12px 0;
}

.ft_c_box a:hover {
  background: url(../image/temp/ft_contact_on.png) no-repeat;
}

#fnav ul li:first-child {
  margin: 0;
}

#fnav ul li:last-child {
  margin: 0;
}

.fn01 {
  width: 42px;
}

.fn02 {
  width: 70px;
  margin: 0 0 0 30px;
}

.fn03 {
  width: 100px;
}

.fn04 {
  width: 185px;
}

.fn05 {
  width: 70px;
}

.fn06 {
  width: 56px;
  margin: 0 22px 0 0;
}

.fn07 {
  width: 85px;
}

.ad_area address {
  margin: 0;
}

.ad_area dl {
  display: inline-block;
}
.ad_area dl dt {
  float: left;
}
.ad_area dl dd {
  float: left;
}

.dns {
  display: inline-block;
  vertical-align: top;
}

.fle_logo {
  margin-bottom: 50px;
}

.lefoot_box {
  float: left;
}

.rifoot_box {
  float: right;
}

#footer_contents {
  margin: 0 0 55px 0;
}

#footer_contents .rifoot_box {
  width: 30%;
}
#footer_contents .rifoot_box .ri_ft_box {
  width: 100%;
}
#footer_contents .rifoot_box .ri_ft_box a img {
  width: 100%;
}

#footer_contents:first-child .rifoot_box {
  margin: 0 0 0 15px;
}

/*---------index----------*/
#index .hhinner {
  background: url(../image/index/h2_bg.jpg) center no-repeat;
  background-size: cover;
}
#index .hhinner h2 {
  width: 960px;
  margin: 0 auto;
  padding: 30px 0 20px 0;
  position: relative;
}
#index .hhinner h2 .index_hh {
  position: absolute;
  top: 63%;
  right: 45px;
  font-size: 16px;
  color: #FFF;
  font-weight: 100;
}

.hh_big {
  font-size: 21px;
  margin: 0 0 0 -10px;
}

.g_line {
  background: #eeeeee;
  padding: 30px 0;
}

.in_nwe_table {
  margin: 0 auto;
  width: 960px;
  text-align: left;
}
.in_nwe_table tr th {
  background: #45b035;
  color: #FFF;
  width: 210px;
  margin: 0;
  font-size: 15px;
  text-align: center;
  padding: 5px 0 4px 0;
  margin: 5px 0;
  display: block;
}
.in_nwe_table tr td {
  padding: 0 0 0 30px;
}

.ind_about .inner_about {
  padding: 80px 0;
  width: 960px;
  text-align: center;
  margin: 0 auto;
}
.ind_about .inner_about h3 {
  font-family: 'Bitter', serif;
  margin-bottom: 60px;
  color: #45b035;
  font-size: 50px;
  line-height: 0.7;
}
.ind_about .inner_about h3 .ab_hhh {
  color: #2d2a26;
  font-size: 20px;
  font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
}

.kom_box .kom_inner {
  padding: 80px 0;
  background: url(../image/index/bg_img_01.jpg) center no-repeat;
  background-size: cover;
}
.kom_box .kom_inner .topbox {
  width: 960px;
  margin: 0 auto;
}

.kokoro_box .kom_inner {
  padding: 80px 0;
  background: url(../image/index/bg_img_02.jpg) center no-repeat;
  background-size: cover;
}
.kokoro_box .kom_inner .topbox {
  width: 960px;
  margin: 0 auto;
  text-align: right;
}

.tm_left {
  margin: 0 55px 0 0;
}

.tm_area {
  width: 960px;
  margin: 80px auto 80px;
}

.tm_left, .tm_right {
  display: inline-block;
  width: 450px;
  vertical-align: top;
}

.gh4 {
  color: #45b035;
  font-size: 24px;
  margin-bottom: 30px;
}

.tmim img {
  margin-bottom: 35px;
}

.tm_txt {
  margin: 0 0 40px 0;
}

.g_next {
  text-align: center;
}

.g_next a {
  border: 2px solid #45b035;
  width: 160px;
  border-radius: 30px;
  padding: 9px 12px 6px 0;
  text-align: center;
  color: #313131;
  text-decoration: none;
  display: block;
  background: url(../image/index/next_allo.png) no-repeat;
  background-position: 75% 49%;
  font-weight: bold;
}

#voice .g_next {
  display: inline-block;
}

#voice .g_next a {
  background: url(../image/index/next_allo.png) no-repeat, #FFF;
  background-position: 75% 49%;
}

#voice .g_next a:hover {
  display: block;
  color: #FFF;
  background: url(../image/index/next_allo_on_03.png) no-repeat, #45b035;
  background-position: 75% 49%;
  font-weight: bold;
  opacity: 1;
}

.g_next a:hover {
  display: block;
  color: #FFF;
  background: url(../image/index/next_allo_on_03.png) no-repeat, #45b035;
  background-position: 75% 49%;
  font-weight: bold;
  opacity: 1;
}

.ind_cou .inner_cou {
  padding: 80px 0;
  width: 960px;
  text-align: center;
  margin: 0 auto;
}
.ind_cou .inner_cou h3 {
  font-family: 'Bitter', serif;
  margin-bottom: 60px;
  color: #45b035;
  font-size: 50px;
  line-height: 0.7;
}
.ind_cou .inner_cou h3 .ab_hhh {
  color: #2d2a26;
  font-size: 20px;
  font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
}

.ad_hhhh {
  color: #45b035;
  font-size: 22px;
  margin-bottom: 40px;
}

.ad_hhhh2 {
  color: #45b035;
  font-size: 22px;
  margin-bottom: 40px;
}

.ind_cou {
  background: url(../image/index/bg_img_03_02.jpg) center no-repeat;
  background-size: cover;
}

.g_next2 {
  text-align: center;
  margin: 0 auto;
  display: inline-block;
}
.g_next2 a {
  color: #FFF;
  background: #45b035;
  border: 2px solid #45b035;
  width: 210px;
  border-radius: 15px;
  padding: 9px 0 7px 0;
  text-align: center;
  text-decoration: none;
  display: block;
  font-size: 15px;
}

.g_next2 a:hover {
  opacity: 0.7;
}

.centext {
  margin-bottom: 50px;
}

.vo_box {
  display: block;
  margin: 80px auto 70px;
  width: 960px;
  background: url(../image/index/veice_bg.jpg) no-repeat;
}
.vo_box .g_next {
  padding: 65px 0 26px 0;
  float: right;
  margin: 35px 35px 0px 0;
}
.vo_box .g_next a {
  background: #45b035;
  color: #FFF;
  padding: 5px 0 4px 0;
}

.kaigyo .left_k {
  text-align: left;
  width: 580px;
  display: inline-block;
}
.kaigyo .right_k {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 55px;
  width: 320px;
}

.im01 {
  margin-bottom: 20px;
}

.kt_area {
  border: 1px solid #dcdcdc;
  width: 265px;
  margin: 0 auto;
  padding: 0 15px;
}
.kt_area p {
  text-align: left;
  margin: 10px 0;
}

/*-------course------*/
#course .hhinner {
  background: url(../image/course/h2_bg.jpg) center no-repeat;
  background-size: cover;
  height: 415px;
  position: relative;
}
#course .hhinner h2 {
  padding: 75px 0 0 0;
  text-align: center;
}

.mat_main_wak {
  margin: 0 0 -150px 0;
}

.mat_main_inner {
  margin: 0 auto 0;
  width: 840px;
  right: 0;
  left: 0;
  background: #FFF;
  padding: 60px 60px 0 60px;
  border-radius: 7px;
  position: relative;
  top: -220px;
}
.mat_main_inner .mat_hhh {
  background: url(../image/course/line.png) bottom repeat-x;
  color: #45b035;
  font-size: 24px;
  padding: 0 0 20px 0;
  margin: 0 0 50px 0;
}

.note_area {
  background: url(../image/course/bg_img_note.jpg) center top no-repeat;
  padding: 0 0 60px 0;
  margin-bottom: 60px;
}
.note_area .note_img {
  margin: 0 0 0 -15px;
  display: inline-block;
  vertical-align: top;
}

.note_area3 {
  background: url(../image/course/bg_img_note2_09.jpg) center top no-repeat;
  padding: 0 0 60px 0;
  margin-bottom: 60px;
}
.note_area3 .note_img {
  margin: 0 0 0 -15px;
  display: inline-block;
  vertical-align: top;
}

.note_area2 {
  background: url(../image/course/bg_img_note.jpg) center top no-repeat;
  padding: 0 0 60px 0;
  margin-bottom: 60px;
}
.note_area2 .note_img {
  margin: 0 0 0 -15px;
  display: inline-block;
  vertical-align: top;
}

.right_note {
  display: inline-block;
  margin: 0 0 0 5%;
  width: 380px;
}
.right_note h4 {
  font-size: 24px;
  color: #45b035;
  margin: 0 0 30px 0;
  border-bottom: 1px dotted #7f7f7f;
  width: 380px;
  display: block;
  padding: 50px 0 15px 0;
}

.right_note2 {
  display: inline-block;
  margin: 0 0 0 5%;
  width: 380px;
}
.right_note2 h4 {
  font-size: 24px;
  color: #45b035;
  margin: 0 0 0 0;
  border-bottom: 1px dotted #7f7f7f;
  width: 380px;
  display: block;
  padding: 50px 0 10px 0;
}

.right_note3 {
  display: inline-block;
  margin: 0 0 0 5%;
  width: 380px;
}
.right_note3 h4 {
  font-size: 24px;
  color: #45b035;
  margin: 0 0 22px 0;
  border-bottom: 1px dotted #7f7f7f;
  width: 380px;
  display: block;
  padding: 50px 0 20px 0;
}

.rhp {
  margin: 20px 0 0 0;
}

.rhp2 {
  margin: 20px 0 0 0;
}

.orange_box {
  position: relative;
  background-position: 0 18px;
  margin-bottom: 60px;
}

.im_o_box {
  position: absolute;
}

.txt_o_box h4 {
  font-size: 24px;
  color: #FFF;
  background: #f39800;
  padding: 22px 0 20px 360px;
}

.txt_o_box.center h4 {
  font-size: 24px;
  color: #FFF;
  background: #f39800;
  padding: 22px 0 20px 0;
  text-align: center;
}
.txt_o_box.center p {
  padding: 10px 33px 25px;
}
.txt_o_box.center ul {
  text-align: center;
  letter-spacing: -.40em;
  margin-top: 30px;
}
.txt_o_box.center ul li {
  display: inline-block;
  letter-spacing: normal;
  margin-right: 10px;
}
.txt_o_box.center ul li:last-child {
  margin-right: 0;
}

.orange_box_inner {
  padding: 30px 0 0 0;
}

.orange_line {
  border: 3px solid #f39800;
  margin: 0 5px 0 45px;
  border-radius: 12px 12px;
}

.mnop {
  margin: 40px 33px 30px 360px;
  min-height: 120px;
}

.dot_line {
  width: 710px;
  margin: 0 auto;
}

.po_im {
  margin: 0 7px 0 -40px;
  display: inline-block;
  vertical-align: top;
}

.po_im2 {
  margin: 0 35px;
  display: inline-block;
  vertical-align: top;
}

.mat_bg_area {
  background: url(../image/course/yen_glf.png) no-repeat;
  display: inline-block;
  margin: 30px 0 0 1px;
  list-style-type: none;
  vertical-align: top;
}
.mat_bg_area li {
  display: inline-block;
  padding: 14px 10px 9px;
  font-weight: bold;
}
.mat_bg_area li span {
  font-size: 18px;
  vertical-align: middle;
  padding-right: 5px;
}

.foot_kku {
  margin-top: 50px;
}

.mat_bg_area .li01 {
  color: #313131;
  font-size: 24px;
}

.mat_bg_area .li021 {
  color: #FFF;
  font-size: 24px;
  padding: 0 0px 0 45px;
  text-align: center;
  width: 280px;
}

.komp {
  width: 720px;
  margin: -20px auto 20px;
  text-align: right;
}

.nospan .li01 {
  padding-left: 35px;
  width: 185px;
}

.yellow_line {
  background: #fff799;
  display: block;
}
.yellow_line ul {
  list-style-type: none;
  margin: 0 0 0 23px;
  padding: 25px 10px;
}
.yellow_line ul li {
  background: #FFF;
  display: inline-block;
  border: 2px solid #45b035;
  border-radius: 8px;
  padding: 15px 10px;
  vertical-align: top;
  font-size: 18px;
  color: #45b035;
  font-weight: bold;
}
.yellow_line ul .li03 {
  padding: 28.3px 15px;
  vertical-align: top;
}

.g_al {
  margin: 37px 5px 0 8px;
}

.g_al2 {
  margin: 20px 0 0 2px;
}

.d_p {
  text-align: right;
  width: 705px;
  margin: -15px auto 0;
  margin-bottom: 25px;
  padding: 0 0 15px 0;
}

.li05 {
  width: 198px;
  text-align: center;
}

.mat_bg_area002 {
  margin: 20px 0 35px 35px;
}

.mat_bg_area02 {
  background: url(../image/course/yen_glf.png) no-repeat;
  display: inline-block;
  margin: 20px 0 35px 35px;
  list-style-type: none;
  vertical-align: top;
}
.mat_bg_area02 li {
  display: inline-block;
  padding: 14px 37px 9px 37px;
  font-weight: bold;
}

.mat_bg_area02 .li01 {
  color: #313131;
  font-size: 24px;
}

.d_p2 {
  text-align: left;
  width: 340px;
  margin: -15px auto 0;
  margin-bottom: 25px;
  padding: 0 0 15px 0;
}

.mat_bg_area03 {
  display: inline-block;
  list-style-type: none;
  vertical-align: top;
  margin: 20px 0 30px 34px;
}
.mat_bg_area03 .li03 {
  color: #313131;
  font-size: 24px;
  padding: 13px 41px 13px 35px;
  background: url(../image/course/glee_bace.png) no-repeat;
  display: inline-block;
  margin: 0 20px 0 0;
  font-weight: bold;
}

.k_gl {
  background: #eeeeee;
  padding: 50px 0;
  margin-top: 80px;
}

.kgl_inner {
  width: 960px;
  margin: 0 auto;
}

.kgl_box {
  width: 300px;
  display: inline-block;
  background: url(../image/course/img01_01.png) no-repeat;
  padding: 100px 0 17px 0;
}
.kgl_box a {
  text-align: center;
  color: #FFF;
  text-decoration: none;
  background: url(../image/course/next_alow_03.png) no-repeat, #45b035;
  background-position: 70% 50%;
  padding: 17px 0 13px 0;
  border-radius: 35px;
  display: block;
  font-size: 16px;
  width: 250px;
  margin: 0 auto;
}

.kgl_box:hover {
  opacity: 0.7;
}

.kgl_box a:hover {
  opacity: 1;
}

.kgl_box2 {
  width: 300px;
  display: inline-block;
  background: url(../image/course/img02.png) no-repeat;
  padding: 100px 0 17px 0;
  margin: 0 25px;
}
.kgl_box2 a {
  text-align: center;
  color: #FFF;
  text-decoration: none;
  background: url(../image/course/next_alow_03.png) no-repeat, #45b035;
  background-position: 75% 50%;
  padding: 17px 0 13px 0;
  border-radius: 35px;
  display: block;
  font-size: 16px;
  width: 250px;
  margin: 0 auto;
}

.kgl_box2:hover {
  opacity: 0.7;
}

.kgl_box2 a:hover {
  opacity: 1;
}

.kgl_box3 {
  width: 300px;
  display: inline-block;
  background: url(../image/course/img03.png) no-repeat;
  padding: 100px 0 17px 0;
}
.kgl_box3 a {
  text-align: center;
  color: #FFF;
  text-decoration: none;
  background: url(../image/course/next_alow_03.png) no-repeat, #45b035;
  background-position: 90% 50%;
  padding: 17px 0 13px 0;
  border-radius: 35px;
  display: block;
  font-size: 16px;
  width: 280px;
  margin: 0 auto;
}

.kgl_box3:hover {
  opacity: 0.7;
}

.kgl_box3 a:hover {
  opacity: 1;
}

/*------improvement------*/
#improvement .hhinner {
  background: url(../image/improvement/h2_bg.jpg) center no-repeat;
  background-size: cover;
  height: 415px;
  position: relative;
}
#improvement .hhinner h2 {
  padding: 75px 0 0 0;
  text-align: center;
}

.inner_p {
  margin-bottom: 30px;
}

.green_box {
  border: 1px solid #45b035;
  padding: 30px;
  margin-bottom: 30px;
  border-radius: 15px;
}

.green_box2 {
  border: 1px solid #45b035;
  padding: 30px;
  margin-bottom: 80px;
  border-radius: 15px;
}

.clea_box .clea_left {
  display: inline-block;
  width: 130px;
  vertical-align: top;
  margin: 0 40px 0 0;
}
.clea_box .clea_right {
  display: inline-block;
  vertical-align: top;
  margin: 10px 0 0 0;
  width: 600px;
}

.cp1 {
  margin-bottom: 20px;
}

.point {
  color: #FFF;
  background: #ef5a65;
  padding: 3px 10px 2px 10px;
  border-radius: 15px;
  margin: 0 15px 0 0;
  vertical-align: top;
}

.pokai {
  width: 507px;
  display: inline-block;
}

.yellow_ttl {
  background: #fff100;
  font-size: 18px;
  text-align: center;
  padding: 8px 0 6px 0;
  font-weight: bold;
  margin-bottom: 30px;
}

.left_pic {
  float: left;
  margin-bottom: 30px;
}

.right_pic {
  float: right;
  margin-bottom: 30px;
}

.reibox {
  margin-bottom: 80px;
}

#improvement .center_ttl h4 {
  text-align: center;
  font-size: 24px;
  color: #45b035;
  border-bottom: 3px solid #d9ecd7;
  padding: 0 0 20px 0;
  margin-bottom: 40px;
}

.cent_p {
  margin-bottom: 40px;
}

.glay {
  background: #eeeeee;
  padding: 30px 25px;
  border-radius: 15px;
  margin-bottom: 20px;
}
.glay .glay_blok1 {
  display: inline-block;
  width: 71px;
  vertical-align: middle;
  margin: 0 40px 0 0;
}
.glay .glay_blok2 {
  background: #f39800;
  display: inline-block;
  width: 120px;
  padding: 12px 0;
  vertical-align: middle;
  text-align: center;
  border-radius: 15px;
  margin: 0 25px 0 0;
}
.glay .glay_blok3 {
  width: 515px;
  display: inline-block;
  vertical-align: middle;
}

.glay2 {
  background: #eeeeee;
  padding: 30px 25px;
  border-radius: 15px;
}
.glay2 .glay_blok1 {
  display: inline-block;
  width: 71px;
  vertical-align: middle;
  margin: 0 40px 0 0;
}
.glay2 .glay_blok2 {
  background: #f39800;
  display: inline-block;
  width: 120px;
  padding: 12px 0;
  vertical-align: middle;
  text-align: center;
  border-radius: 15px;
  margin: 0 25px 0 0;
}
.glay2 .glay_blok3 {
  width: 515px;
  display: inline-block;
  vertical-align: middle;
}

.green_block h4 {
  font-size: 18px;
  color: #45b035;
  font-weight: bold;
  margin-bottom: 30px;
  display: block;
}
.green_block h4 img {
  vertical-align: middle;
  margin: 0 30px 0 0;
}
.green_block p {
  margin-bottom: 30px;
}

.hhhhh_bottom {
  margin-bottom: 30px !important;
}

/*-----mental-----*/
#mental .hhinner {
  background: url(../image/mental/h2_bg.jpg) center no-repeat;
  background-size: cover;
  height: 415px;
  position: relative;
}
#mental .hhinner h2 {
  padding: 75px 0 0 0;
  text-align: center;
}

.inner_p2 {
  margin-bottom: 80px;
}

.orange_db {
  background: #fdeacc;
  width: 380px;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  padding: 18px 0;
  font-size: 18px;
}

.alow_db {
  display: inline-block;
  vertical-align: top;
  margin: 25px 18px 0 24px;
}

.green_db {
  background: #daefd7;
  width: 380px;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  padding: 18px 0;
  font-size: 18px;
}

.green_db_box {
  margin-bottom: 40px;
}

.gb_db_area {
  padding-bottom: 30px;
}

.tr_p {
  margin-bottom: 60px;
}

.text_bold {
  font-size: 24px;
  color: #45b035;
  font-weight: bold;
  margin-bottom: 30px;
}

/*------voice------*/
#voice .hhinner {
  background: url(../image/voice/h2_bg_02.jpg) center no-repeat;
  background-size: cover;
  height: 415px;
  position: relative;
}
#voice .hhinner h2 {
  padding: 75px 0 0 0;
  text-align: center;
}

.voice_block {
  position: relative;
  width: 100%;
  display: block;
  text-align: center;
  margin-bottom: 60px;
  float: left;
}

.txtbox {
  float: right;
  width: 50%;
}

.vp_box {
  border-top: 10px solid #45b035;
  box-shadow: 0 0px 15px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0px 15px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0px 15px 3px rgba(0, 0, 0, 0.1);
  padding: 0 35px;
  text-align: left;
}
.vp_box .clearfix {
  padding-bottom: 20px;
  border-bottom: 1px solid #c9c9c9;
  margin-bottom: 20px;
}

.pin_block {
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  text-align: center;
}

.wh_block {
  padding: 0 0 40px 0;
}
.wh_block h4 {
  padding: 45px 0 25px 0;
  color: #45b035;
  font-weight: bold;
  font-size: 22px;
  border-bottom: 1px solid #c9c9c9;
  margin-bottom: 15px;
  display: block;
}

.nym_point {
  background: #fff799;
  font-size: 16px;
  padding: 5px 15px;
  border-radius: 15px;
  text-align: center;
  margin: 0 15px 10px 10px;
  display: inline-block;
  vertical-align: middle;
}

.nym_box p {
  font-size: 16px;
  padding: 0 0 15px 0;
  border-bottom: 1px solid #c9c9c9;
  margin-bottom: 20px;
  display: block;
}

.clearfix .nym_day p {
  margin-bottom: 20px;
}

.nym_day {
  padding: 0 0 20px 0;
  margin-bottom: 30px;
  float: left;
  width: 50%;
}
.nym_day p {
  padding: 0 0 0 5px;
}

.vo_im_area {
  position: relative;
  z-index: 3;
  width: 340px;
  height: 230px;
  overflow: hidden;
  float: right;
}
.vo_im_area .gl_mat {
  position: absolute;
  top: 0;
}

.voa {
  display: block;
}

.voice_block:nth-child(even) {
  float: right !important;
}

.nym_r {
  display: block;
  vertical-align: middle;
}

.curse_bg_area {
  background: url(../image/voice/curse_bg.jpg) no-repeat;
  margin: 0 0 30px 0;
}

.left_cur {
  width: 200px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  margin: 20px 0 0 0;
}

.cur_ttl {
  font-family: 'Bitter', serif;
  color: #FFF;
  font-size: 46.71px;
}

.ctl {
  font-size: 20px;
  color: #FFF;
  font-weight: bold;
}

.right_cur .r_area {
  margin: 28px 0 15px 35px;
  display: inline-block;
  vertical-align: top;
}
.right_cur .r_area img {
  margin-bottom: 10px;
}
.right_cur .r_area p {
  font-size: 16px;
  width: 340px;
  display: inline-block;
  vertical-align: top;
}

.right_cur {
  display: inline-block;
  width: 630px;
}

.cur_block {
  text-align: right;
  margin: -55px 35px 0 0;
}
.cur_block a {
  background: url(../image/voice/a_off.jpg) no-repeat, #FFF;
  border: 2px solid #45b035;
  padding: 5px 43px;
  border-radius: 15px;
  text-decoration: none;
  color: #1b1b1b;
  font-size: 17px;
  background-position: 82% 48%;
}

.cur_block a:hover {
  opacity: 1;
  background: url(../image/voice/a_on.jpg) no-repeat, #45b035;
  border: 2px solid #45b035;
  padding: 5px 43px;
  border-radius: 15px;
  text-decoration: none;
  color: #FFF;
  font-size: 17px;
  background-position: 82% 48%;
}

/*------shop-------*/
#shop .hhinner {
  background: url(../image/shop/h2_bg.jpg) center no-repeat;
  background-size: cover;
  height: 415px;
  position: relative;
}
#shop .hhinner h2 {
  padding: 75px 0 0 0;
  text-align: center;
}

.shop_table1 {
  width: 100%;
  text-align: left;
  border-bottom: 1px solid #c9c9c9;
  margin-bottom: 65px;
}
.shop_table1 tr th {
  width: 140px;
  padding: 25px 30px;
  background: #eeeeee;
  border-top: 1px solid #c9c9c9;
  border-left: 1px solid #c9c9c9;
}
.shop_table1 tr td {
  width: 570px;
  padding: 25px 35px;
  border-top: 1px solid #c9c9c9;
  border-left: 1px solid #c9c9c9;
  border-right: 1px solid #c9c9c9;
}

.shop_left {
  float: left;
}

.shop_right {
  float: right;
}

.shop_img_area {
  margin-bottom: 70px;
}

#gmap {
  margin: 0 0 -5px 0;
}

#gmap2 {
  margin: 0 0 50px 0;
}

.shop_ksg {
  margin-bottom: 30px;
}

/*------contact------*/
#contact .hhinner {
  background: url(../image/contact/h2_bg.jpg) center no-repeat;
  background-size: cover;
  height: 415px;
  position: relative;
}
#contact .hhinner h2 {
  padding: 75px 0 0 0;
  text-align: center;
}

.contact1_area {
  background: url(../image/contact/contact1_bg.png) no-repeat;
  margin-bottom: 30px;
}

.contact_p1 {
  margin-bottom: 60px;
}

.left_fl {
  float: left;
  margin: 20px 0 30px 30px;
}
.left_fl .cont_1 {
  font-family: 'Bitter', serif;
  font-size: 42px;
  color: #45b035;
}
.left_fl .cont_2 {
  font-size: 20px;
  font-weight: bold;
}

.right_fl {
  float: left;
  margin: 30px 0 0 55px;
}

.cont_3 {
  margin-bottom: 20px;
}

.contact_p2 {
  margin-bottom: 60px;
}

.conta {
  width: 100%;
  text-align: left;
  border-bottom: 1px solid #a0a0a0;
  margin-bottom: 40px;
}
.conta tr th {
  width: 180px;
  padding: 20px 30px;
  background: #e5e5e5;
  border-top: 1px solid #a0a0a0;
  font-weight: 100;
}
.conta tr td {
  padding: 20px 30px;
  border-top: 1px solid #a0a0a0;
  vertical-align: top;
}
.conta tr td ul {
  list-style-type: none;
}
.conta tr td ul li {
  padding: 0 0 15px 0;
}

.conta tr td ul li:last-child {
  margin: 0;
}

.center_confilm .sb {
  list-style-type: none;
}

input, textarea {
  width: 340px;
  padding: 7px 10px;
  border: 1px solid #a9a9a9;
  font-weight: 100;
}

.required {
  background: #45b035;
  color: #FFF;
  padding: 2px 5px;
  float: right;
  border-radius: 5px;
}

#fPrefectures {
  padding: 7px 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 30%;
  border: 1px solid #a9a9a9;
}

.sb li {
  text-align: center;
}

.kak {
  width: 262px;
  border: none;
  padding: 14px 0;
  display: inline-block;
  cursor: pointer;
  margin: 0 60px 0 0;
  font-size: 22px;
  color: #FFF;
  background: #45b035;
  font-weight: bold;
  font-family: FontAwesome;
  border-radius: 11px;
}

.kak:hover {
  width: 262px;
  border: none;
  padding: 14px 0;
  display: inline-block;
  cursor: pointer;
  margin: 0 60px 0 0;
  font-size: 22px;
  color: #FFF;
  background: #65d155;
  font-weight: bold;
  font-family: FontAwesome;
  border-radius: 11px;
}

.red {
  color: red;
  margin: 5px 0 0 0;
}

#fContent04 {
  width: 100%;
}

.mailForm {
  margin-bottom: 30px;
}

.center02 {
  text-align: center;
  padding-bottom: 30px;
}

.bbt {
  width: 262px;
  border: none;
  padding: 14px 0;
  display: inline-block;
  cursor: pointer;
  margin: 0 60px 0 0;
  font-size: 22px;
  color: #FFF;
  background: #434343;
  font-weight: bold;
  font-family: FontAwesome;
  border-radius: 11px;
}

.bbt:hover {
  width: 262px;
  border: none;
  padding: 14px 0;
  display: inline-block;
  cursor: pointer;
  margin: 0 60px 0 0;
  font-size: 22px;
  color: #FFF;
  background: #626262;
  font-weight: bold;
  font-family: FontAwesome;
  border-radius: 11px;
}

.bbt02 {
  width: 262px;
  border: none;
  padding: 14px 0;
  display: inline-block;
  cursor: pointer;
  margin: 0 60px 0 0;
  font-size: 22px;
  color: #FFF;
  background: #45b035;
  font-weight: bold;
  font-family: FontAwesome;
  border-radius: 11px;
}

.bbt02:hover {
  width: 262px;
  border: none;
  padding: 14px 0;
  display: inline-block;
  cursor: pointer;
  margin: 0 60px 0 0;
  font-size: 22px;
  color: #FFF;
  background: #65d155;
  font-weight: bold;
  font-family: FontAwesome;
  border-radius: 11px;
}

input[type=submit] {
  font-family: FontAwesome;
}

.main_inner2 {
  margin: 80px 0 60px 0;
}

/*--------- top ---------*/
.pgtp {
  position: fixed;
  z-index: 7;
  bottom: 5%;
  right: 3%;
}

#top {
  display: inline-block;
  width: 70px;
  height: 70px;
  background: #46b036;
  border-radius: 50%;
  box-shadow: 1px 0px 5px #aaa;
}
#top a {
  display: block;
}
#top a i {
  font-size: 40px;
  padding: 20% 32%;
}

.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: top;
  margin: 0 auto;
  text-align: center;
  padding: 16px 23px;
  font-size: 30px;
  color: #FFF;
}

/*---------*/
.in_nwe_table tr td a[href=""] {
  pointer-events: none;
  color: #000;
  text-decoration: none;
}

.voice_c {
  width: 960px;
  margin: 80px auto 0;
  border: 2px solid #45b035;
  border-radius: 7px;
  text-align: center;
  padding-bottom: 25px;
}

.voice_c h3 {
  font-family: 'Bitter', serif;
  color: #FFF;
  background: #45b035;
  font-size: 50px;
  padding: 20px 0;
  line-height: 0.7;
}

.voice_c img {
  display: block;
  margin: 35px auto;
}

.voice_c h4 {
  color: #45b035;
  font-size: 22px;
}

.voice_c .g_next2 {
  margin-top: 15px;
}
