/* **********************************
 *  共通
 * ********************************* */
.main{
  background-image: url(/img/gloval/pinnk_head_05_02.jpg),url(/img/gloval/newbg_single_img_01.jpg);
  background-repeat: no-repeat ,no-repeat;
  background-size: 38%,50%;
  background-position: left top,bottom right;
}
.bg_bottom_pk {
  background-image: url(/img/top/bg_pink3_01.jpg);
  background-repeat: no-repeat;
  background-size:47%;
  background-position:bottom right;
}
.bg_dots{
  background-image: url(/img/top/dots_bg.png);
  background-repeat: no-repeat ,no-repeat;
  background-size: cover;
  background-position:center,center;
  padding: 100px 120px 60px;
}
.bg_yellow{
  background-image: url(/img/top/bg_yellow_img.png);
  background-repeat: no-repeat ,no-repeat;
  background-size: cover;
  background-position:center,center;
  padding: 84px;
}
.bg_rhime {
  background: #f2f9ef;
  padding: 70px;
}
.bg_medical{
  background-image: url(/img/top/head_blue2_img_02.jpg),url(/img/gloval/newbg_single_img_01.jpg);
  background-repeat: no-repeat ,no-repeat;
  background-size: 40%,50%;
  background-position: left top,bottom right;
}
.bg_orange{
  background-image: url(/img/top/bg_orange_img.png);
  background-repeat: no-repeat ,no-repeat;
  background-size: cover;
  background-position:center,center;
}
.pg_header{
  width:100vw;
}
.pg_header .container{
  height: 450px;
}

/*スクロール*/

.fa-arrow-alt-circle-up:before{
  color: #219239;
}







.tt1 {
  font-size: 40px;
  font-weight: 700;
  color:#ffffff ;
  text-align: center;
  letter-spacing: normal;
  margin-bottom: 30px;
  text-shadow: 1px 2px 3px #808080;
}
.tt1 span{
  font-size: 25px;
  font-weight: 500;
  display: block;
  color: #ffffff;
  margin: 0 auto;
  text-shadow: 1px 2px 3px #808080;
  text-transform:capitalize;
}
.tt2{
  font-size: 30px;
  text-align: center;
  letter-spacing: 0.08em;
}
.tt2 em {
  display: block;
  color: #6cb17d;
  font-size: 18px;
  letter-spacing: 0.1em;
}
.tt2.institle {
  display: flex;
  align-items: center; /* 垂直中心 */
  justify-content: center; /* 水平中心 */
}
.tt2.institle:before, .tt2.institle:after {
  border-top: 1px solid #0f9239;
  content: "";
  width: 100%; /* 線の長さ */
}
.tt2.institle:before {
  margin-right: 1em; /* 文字の右隣 */
}
.tt2.institle:after {
  margin-left: 1em; /* 文字の左隣 */
}
.em {
  display: block;
  text-align: center;
  color: #e03d99;
}
.tt3{
  font-size: 38px;
  font-weight: 700;
  color: #ffffff;
  text-shadow: 1px 0 1px black;
  position: relative;
}
.tt3 em {
  display: block;
  font-size: 18px;
}
.tt3:after{
  content: "";
  width: 30px;
  height: 3px;
  background: #ffffff;
  position: absolute;
  top: 105%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  margin-top: 10px;
}
.tt4{
  background-image: url(/img/recommend/bg_title_green.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position:center,center;
  color: #ffffff;
  font-size: 25px;
  font-weight: 500;
  text-align: center;
  padding: 12px;
}
.tt5{
  background-image: url(/img/reserve/reserve_blue_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position:center,center;
  border-radius: 10px 10px 0 0; 
  padding: 20px;
}
.tt6{
  background-image: url(/img/reserve/reserve_green_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position:center,center;
  border-radius: 10px 10px 0 0; 
  padding: 20px;
}


/*ボタン　極小*/
.read_more_s {
  margin-top: 40px;
}
.read_more_s a {
  background: #0f9239;
  border-radius: 5px;
  padding: 10px 45px;
  border: 2px solid #ffffff;
  position: relative;
}
.read_more_s.green a {
  background-color:rgba(74,170,166,0.4);
  color: #ffffff;
}
.read_more_s.pink a {
  background-color: rgba(231,165,145,0.4);
  color: #ffffff;
}
.read_more_s a:after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 15px;
  top: 55%;
  font-size: 13px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 0.0065em;
}


/*ボタン　小*/
.read_more {
  margin-top: 45px;
}
.read_more a {
  width: 250px;
  background: #0f9239;
  border-radius: 5px;
}
.read_more a:after {
  font-size: 20px;
  right: 34px;
}
/*ボタン中*/
.add a {
  display: block;
  width: 382px;
  max-width: 100%;
  margin: 0 auto;
  padding: 18px 0;
  border-radius: 6px;
  background: #28b900;
  color: #FFF;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  position: relative;
  box-shadow: 1px 3px 1px #7c8c78;
}
.add a:after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 25px;
  top: 50%;
  font-size: 13px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 0.0065em;
}
/*ボタン　大*/

.read_more_l{
  text-align: center;
  border-radius: 5px;
}
.read_more_l a{
  display: block;
  width: 330px;
  text-align: center;
  max-width: 100%;
  /* margin: 0 auto; */
  padding: 15px 0;
  border-radius: 10px;
  background: #0f9239;
  color: #FFF;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin: 0 auto;
  position: relative;
}
.read_more_l a:after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 36px;
  top: 55%;
  font-size: 17px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 0.0065em;
}

/* **********************************
 *  ヘッダー
 * ********************************* */
header {
  padding-top: 0;
  padding-bottom: 0;
}
header .hdr1{
  margin-bottom: 0;
}
header .hdr1 .gnav {
  justify-content: flex-end;
} 

.gnav > ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  text-align: center;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.411;
  white-space: nowrap;
  margin-right: 50px;
}
.gnav li a {
  font-weight: normal;
  letter-spacing: 0.035em;
  padding: 9px;
}
.hdr1 .box1{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  background: #219239;
  padding: 24px;
}

.hdr1 .box1 .logo img{
  display: block;
  margin: 0 auto;
}

.hdr1 .box2 {
  display: flex;
  align-items: center;
}
.hdr1 .contact {
  color: #ffffff;
  position: relative;

}
.hdr1 .contact.contact1{
  display: none;
}
.hdr1 .contact a{
  display: block;
  text-align: center;
  background: #0f9239;
  padding: 32px 10px;
  width: 130px;
  height: 105px;
}
.hdr1 .contact a:before{
  display: block;
  content: "\f0e0";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 26px;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 40%;
  top: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 15px auto 0;
}
.hdr1 .contact .text{
  font-size: 18px;
  display: block;
  margin: 0 auto;
  padding-top: 20px;
}
.mv {
  position: relative;
  height: 840px;
  background: #CCC;
  background-image: url(/img/top/top_head_img.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.mv .mv_box{
  padding-bottom: 70px;
}
.mv .mv_box .txt {
  font-size: 50px;
  font-family: 'Noto Serif JP', serif;
  text-shadow: 1px 2px 3px #808080;
  text-align: center;
  color: #ffffff;
}
.mv .mv_box .txt span{
  display: block;
  font-size: 64px;
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 0.05em;
  text-shadow: 1px 2px 3px #808080;
  text-align: center;
  color: #ffffff;
}
.mv .mv_box .mv_reserve_bn{
  bottom: 0;
  position: absolute;
  left: 20px;
}
.mv .mv_box .mv_reserve_bn li{
  padding: 2px 0;
}
.mv .mv_box .mv_reserve_bn li:last-child{
  margin-bottom: 15px;
}




/* **********************************
 *  フッター
 * ********************************* */
.section#ftr_contact{
  background-color: #bbf9af;
  padding: 30px 0;
}
.section#ftr_contact .inner{
  background: #FFF;
}
.ftr_links{
  flex-wrap: wrap;
}
.ftr_contact_wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 55px;
  text-align: center;
  padding-bottom: 53px;
  padding-top: 14px;
}
.ftr_contact_wrap .box1 {
  display: flex;
  width: 50%;
}
.ftr_contact_wrap .box2 {
  display: flex;

  width: 50%;
  border-right: 5px solid #ebebeb;
}
.section#ftr_contact .title{
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-align: left;
  padding-bottom: 5px;
  padding-left: 60px;
  padding-top: 26px;
}
.section#ftr_contact .title em{
  display: block;
  font-size: 15px;
  color: #329f54;
}
.ftr_contact_wrap .box1 .txt {
  text-align: left;
  font-size: 17px;
  line-height: 1.647em;
  margin-bottom: 36px;
  padding-top: 7px;
}
.ftr_contact_btn a{
  display: block;
  background: #329f54;
  color: #FFF;
  font-size: 19px;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding: 24px 35px 24px 10px;
  position: relative;
}
.ftr_contact_btn a:after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 25px;
  top: 50%;
  font-size: 13px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 0.0065em;
}
.ftr_contact_wrap .box2{
  border-right: none;
  text-align: left;
  padding-left: 60px;
  height: 190px;
  border-left: 2px solid #23c04e;
}
.ftr_contact_wrap .box2 .txt1{
  padding: 11px 0;
}


.ftr_contact_wrap .title .txt{
  font-size: 17px;
}
.ftr_contact_wrap .tel{
  font-size: 16px;
  color: #0f9239;
}
.ftr_contact_wrap .number{
  color: #0f9239;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 0.025em;
}
footer {
  background: #ffffff;
  color: #000000;
  padding-bottom: 0;
  margin-top: 0;
}
footer .ftr_logo{
  margin-bottom: 18px;
}
footer .ftr_logo a{
  font-size: 25px;
  font-weight: 700;
  color: #0f9239;
}
footer .ftr1{
  display: block;
}
footer .box1 {
  width: 100%;
  text-align: center;
}
footer .box2{
  width: 100%;
  margin-top: 45px;
}
footer .ftr_links {
  justify-content: center;
}
footer .ftr_links li {
  padding: 0 20px;
}
footer .ftr_links li+li {
  border: none;
}
footer .ftr_links li a{
  font-size: 17px;
}
footer .ftr_addr{
  text-align: center;
}
footer .copy {
  font-size: 15px;
  color: #ffffff;
  background: #0f9239;
}
footer .ftr_ad {
  width: 450px;
  margin: 0 auto;
}
footer .ftr_add{
  display: flex;
  justify-content: space-between;
}
footer .ftr_add .shop_ad{
  text-align: left;
  padding-right: 20px;
}
.section#ftr_contact .read_more_l a{
  margin-left: 0;
  border-radius: 5px;
}
footer .ftr_addr{

}
/* **********************************
 *  TOP
 * ********************************* */
.home .main{
  background-image: url(/img/gloval/pinnk_head_05_02.jpg);
}
.pg_home .section#sec1{

}
.pg_home .section#sec2{

}
.pg_home .section#sec3{

}
.pg_home .section#sec4{

}
.pg_home .section#sec5{

}
.pg_home .section#sec6{
  margin-top: 50px;
}

.home_msg1 {
  font-size: 28px;
  font-weight: 500;
  text-align: center;
  padding-bottom: 30px;
}
.home_msg1 span{
  color: #0f9239;
  font-weight: bold;
}
.section_wrap {
  padding-top: 120px;
  padding-bottom: 140px;
}

.news_items .item {
  width: 100%;
  line-height: 2.376;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 1px dashed #d3d3d3;
  padding: 13px 4px 13px 16px;
}
.news_items .item .date {
  color: #604c37;
  width: 130px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.87em;
}
.news_items .item .category {
  width: 100px;
  text-align: center;
  margin-right: 15px;
}
.news_items .item .category span {
  display: block;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.8em;
  letter-spacing: 0.065em;
}
.news_items .item .title {
  width: calc(100% - 130px - 100px - 15px);
}
.drive_card_wrap {
  padding: 20px;
  background: #ffffff;
}
.drive_card_wrap .box_items {
  display: flex;
  flex-wrap: nowrap;
  margin-top: 30px;
}
.drive_card_wrap .box_items .item {
  width: 50%;
}
.drive_card_wrap .box_items .item .shop{
  font-size: 19px;
  font-weight: 500;
  width: 215px;
  color: #ffffff;
  background: #eb6877;
  text-align: center;
  padding: 5px;
  margin:0 auto 20px;
}
.drive_card_wrap .box_items .item .text {
  text-align: center;
  padding: 15px;
}
.drive_card_wrap .box_items .item .text.green {
  background: #60ccca;
}
.drive_card_wrap .box_items .item .text.pink {
  background: #ee88b4;
}
.drive_card_wrap .box_items .item .text a{
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  position: relative;
}
.drive_card_wrap .box_items .item .text a:after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 57%;
  right: -55px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.drive_card_wrap .box {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  /*  position: relative;*/
}
.drive_card_wrap .box.bg_green {
  background-image: url(/img/top/drivethrow_img1.png)
}
.drive_card_wrap .box.bg_pink {
  background-image: url(/img/top/drivethrow_img2.png)
}
.drive_card_wrap .box.bg_orange{
  background-image: url(/img/attempt/bg_orange.png);
}
.drive_card_wrap .txt {
  font-size: 17px;
  line-height: 1.764em;
  text-align: center;
}
.drive_card_wrap .description{
  padding: 0 30px;
}

.drive_card_wrap .img {
  min-width: 51%;
  overflow: hidden;
  /*   position: absolute;*/
  background-size: cover;
  background-position: center;
  top: -65px;
  left: -30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.drive_card_wrap .img:before {
  content: "";
  display: block;
  padding-top: 68%;
}
.drive_card_wrap .bg_img .shop_img1{
  background-image:url(/img/top/byouinmae_img.png);
  border: 1px solid #0f9239;
}
.drive_card_wrap .bg_img .shop_img2{
  background-image:url(/img/top/suizenji_img.png);
  border: 1px solid #0f9239;
}
.drive_card_wrap .bg_img .map_img1{
  background-image:url(/img/top/byouin_map2.png);
}
.drive_card_wrap .bg_img .map_img2{
  background-image:url(/img/top/suizenji_map2.png);
}

.resurve_wrap {
  padding: 20px;
  background: #ffffff;
}
.resurve_wrap .items {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: 50px -20px;
}


.resurve_wrap .text{
  font-size: 17px;
  line-height: 1.764em;
  text-align: center;
  margin-top: 30px;
}
.resurve_wrap .text .txt{
  display: block;
  font-weight: normal;
  color: #000000;
}
.resurve_wrap .text span{
  color: #00a1e3;
  font-weight: 700;
}
.resurve_wrap .item {
  width: 33.3333%;
  text-align: center;
  margin: 0 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.resurve_wrap .item img{
  display: block;
  margin: 0 auto;
  width: 100%;
  padding: 10px;
}
.resurve_wrap .item .line{
  color: #00b900;
  font-size: 20px;
  display: flex;
  align-content: center;
}
.resurve_wrap .item .line a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.resurve_wrap .item .line:before{
  content: "";
  width: 52px;
  height: 49px;
  background-image: url(/img/gloval/line_img.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin: 0 10px;
}
.resurve_wrap .item.green{
  border: 1px solid #28b900;
}
.resurve_wrap .item.blue{
  border: 1px solid #00a1e3;
}
.sns_wrap .box{
  display: flex;
  flex-wrap: nowrap;
}
.sns_wrap .box .box1{
  width: 50%;
}
.sns_wrap .box .box1 .title span{
  color: #6aa7f7;
}
.sns_wrap .box .box2{
  width: 50%;
}
.sns_wrap .box .title{
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}
.sns_wrap .box .title span{
  font-size: 15px;
  font-weight: normal;
  color:#28b900;
  display: block;
}
.sns_wrap .box .text span{
  font-size: 18px;
  color:#28b900;
  display: block;
}

.sns_wrap .box .text{
  text-align: center;
  font-weight: 700;
}
.sns_wrap .box .text1{
  text-align: center;
  margin: 30px 0 40px 0;
}
.sns_wrap .text1 .under1 {
  position: relative;
}
.sns_wrap .text1 .under2 {
  margin-top: 5px;
  position: relative;
}
.sns_wrap .window{
  text-align: center;
  border: 2px solid #28b900;
  background: #ffffff;
  padding: 20px 0 30px;
}
.sns_wrap .box1 .window{
  border: 1px solid #4267b2;
  padding-bottom: 0;
  overflow: hidden;
}
.sns_wrap .box2 .window {
  padding: 20px 0 35px;
}
.sns_wrap .window .text{
  font-size: 18px;
  font-weight: 700;
  color: #000000;
}
.sns_wrap .window .text span{
  color: #28b900;
  display: block;
}
.sns_wrap .window .text1 {
  font-size: 17px;
  margin: 15px;
}
.sns_wrap .window .text1 .under1:after {
  content: "";
  width: 335px;
  height: 2px;
  background: #fff219;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  margin-top: 10px;
}
.sns_wrap .window .text1 .under2:after {
  content: "";
  width: 185px;
  height: 2px;
  background: #fff219;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  margin-top: 10px;
}
.sns_wrap .btn_box{
  margin-top: 30px;
}
.sns_wrap .add  {
  margin: 10px auto;
}
.sns_wrap .add:last-child{
  margin-top: 20px;
}
.medical_wrap {
  padding: 240px 0;
}
.medical_wrap .box{
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.medical_wrap .box1 .img img{
  border: 2px solid #0f9239;
}
.medical_wrap .box2 {
  padding:30px 40px 0 0;
}
.medical_wrap .box2 .text{
  font-size: 17px;
  text-align: center;
  line-height: 1.94444em;
  margin: 27px 0 60px;
}
.medical_wrap .box2 .text1 {
  font-weight: 500;
}
.medical_wrap .box2 .text1 span{
  color: #0f9239;
}

.info_items {
  display: flex;
  flex-wrap: nowrap;
}
.info_items .item {
  width: 50%;
  text-align: center;
}
.info_items .item .wrap{
  height: 450px;
  padding: 70px;
}
.info_items .item .wrap .tt3 em{
  margin-top: -9px;
}
.info_items .item .text{
  color: #ffffff;
  font-size: 23px;
  font-weight: 500;
  text-shadow: 1px 0 1px black; 
  line-height: 1.347em;
  padding:38px 0 20px;
}
.info_items .item .img{
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.info_items .item .img.bg1{
  background-image: url(/img/top/top_recrit_img.jpg)
}
.info_items .item .img.bg1 .mask{
  background-color: rgba(74,170,166,0.6);
}
.info_items .item .img.bg2{
  background-image: url(/img/top/top_shop_img.jpg)
}
.info_items .item .img.bg2 .mask{
  background-color: rgba(231,165,145,0.6);
}
.gallery_items {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -4px 65px;
}
.gallery_items .item {
  width: 16.6666%;
  padding: 0 4px;
}
.gallery_items .item:nth-child(n+7){
  margin-top: 10px;
}

.tag{
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  margin: 16px;
}
#sb_instagram{
  margin: 26px 0 145px;
}
.gallery_items .item .img {
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-image: url(/img/top/insta_dummy.jpg)
}
.gallery_items .item .img:before{
  content: "";
  display: block;
  padding-top: 100%;
}

/* **********************************
 *  お問い合わせ
 * ********************************* */
/*.pg_contact .section#sec1{
  background-image: url(/img/gloval/pinnk_head_05_02.jpg),url(/img/gloval/newbg_single_img_01.jpg);
  background-repeat: no-repeat ,no-repeat;
  background-size: 40%,50%;
  background-position: left top,bottom right;
}*/
.contact_wrap {
  padding-top: 230px;
  padding-bottom: 290px;
}
.contact_info{
  width: 1095px;
  background: #bbf9af;
  padding-bottom:40px;
}
.contact_info .box1 {
  color:#000000;
  padding-left: 20px;
}
.contact_info .box2{
  padding: 30px 0 30px 20px;
}
.contact_info .box2 .box3 .time{
  margin-left: 50px;
}
.contact_info .box2 .box3 .time a,
.contact_info .box3 .time a{
  display: block;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.03em;
  width: 240px;
  color: #00a83b;
  background:#ffffff; 
  border:1px solid #00a83b;
  border-radius: 10px;
  padding: 10px;
  margin-top:8px;
}
.contact_info .box2 .box3 .flex{
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact_info .box2 .icon{
  color: #ffffff;
  background: #00a83b;
  margin-top: 6px;
}
.contact_info .box2 .tel a{
  color:#0f9239;
}
.contact_info .box2 .text{
  font-size: 17px;
  text-align: center;
  margin-bottom: 15px;
}
.contact_info .box2 .txt {
  display: inline-block;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.16em;
  margin-bottom: 5px;
}
.contact_info .box3:last-child{
  margin-top: 35px;
}

.contact_tt {
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 0.2em;
}
.contact_form th {
  font-size: 17px;
  background: #edf9f1;
}
.contact_form th, .contact_form td {
  padding: 11px 15px 10px 20px;
}
.contact_form th .require {
  font-size: 13px;
  letter-spacing: 0.12em;
}
.contact_form td input[name="your-name"]{
  width: 460px;
}
.contact_form td input[name="your-kana"]{
  width: 460px;
}
.contact_form td input[name="your-email"]{
  width: 460px;
}
.contact_form td input[name="your-tel"]{
  width: 460px;
}
.contact_form tr:nth-child(5) th{
  padding: 13px 15px 13px 20px;
}
.contact_form tr:nth-child(5) td{
  padding: 13px 15px 13px 20px;
}
.contact_form tr:nth-child(6) th{
  padding: 17px 15px 20px 20px;
}
.contact_form tr:nth-child(6) td{
  padding: 10px 20px 7px 23px;
}

.contact_form tr:nth-child(n+4){
  margin-top: 10px;
}
.contact_form tr:nth-child(even){

}
.contact_form tr:nth-child(odd){

}

.contact_form td input,
.contact_form td textarea,
.contact_form td select{
  font-size: 15px;
  letter-spacing: 0.160em;
  margin-right: -2px;
}
.contact_form_btns {
  padding-right: 20px;
}
.contact_form_acceptance {
  padding-right: 21px;
}

.mwform-radio-field input{
  margin-right: -2px;
}
.contact_form_acceptance .mwform-checkbox-field input{
  margin-right: -26px;
}
.mw_wp_form .mwform-radio-field.horizontal-item,
.mw_wp_form .mwform-checkbox-field.horizontal-item{
  margin-right: 20px;
}
.pg_contact .privacy {
  margin-top: 87px;
}
.privacy_tt {
  margin-bottom: 52px;
}
.privacy_tt h3 {
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 0.2em;
}
.privacy_items .item {
  font-size: 17px;
  letter-spacing: 0.04em;
  line-height: 1.76em;
}
.privacy_items .item:nth-child(4) .txt{
  margin-right: -10px;
}
.privacy_items .item + .item {
  margin-top: 33px;
}
.privacy_items .item .txt{
  font-size: 17px;
  line-height: 1.76em;
  letter-spacing: 0.04em;
}
.privacy_items .item h4 {
  border-left:6px solid #00a83b;
  margin-bottom: 13px;
  padding-left: 18px;
}
.privacy_items .item ul {
  list-style: none;
  margin-left: 0;
  margin-top: 0;
}
/* **********************************
 *  お知らせ一覧
 * ********************************* */
/*.pg_archive_news .section#sec1{
  background-image: url(/img/gloval/pinnk_head_05_02.jpg),url(/img/gloval/newbg_single_img_01.jpg);
  background-repeat: no-repeat ,no-repeat;
  background-size: 40%,50%;
  background-position: left top,bottom right;
}*/
.archive_news_wrap {
  padding-top: 230px;
  padding-bottom: 290px;
}
.news_cat_nav {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -9px 65px;
}
.news_cat_nav li {
  width: 16.6666%;
  position: relative;
}
.news_cat_nav li a {
  display: block;
  text-align: center;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.08px;
  padding: 9px 0;
  position: relative;
}
.news_cat_nav li a.all {
  background-image:url(/img/news/all_catbg_img.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center
}
.news_cat_nav li a.news {
  background-image:url(/img/news/news_catbg_img.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.news_cat_nav li a.event {
  background-image:url(/img/news/event_catbg_img.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.news_cat_nav li a.recruit {
  background-image:url(/img/news/recruit_catbg_img.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center
}
.news_cat_nav li a.health {
  background-image:url(/img/news/health_catbg_img.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.news_cat_nav li a.merchandise {
  background-image:url(/img/news/merchandise_catbg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.news_cat_nav li a.recruit {
  background-color: #d58640;
}
.news_items .item{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  border-bottom: 1px dashed #909090;
  padding: 6px 4px 6px 20px;
}
.news_items .item .date{
  width: 116px;
  font-size: 17px;
  line-height: 1.87em;
  letter-spacing: 0.006em;
  color: #424141;
  font-weight: 400;
}
.news_items .item .category{
  width: 100px;
  text-align: center;
  margin-right: 15px;
}
.news_items .item .category span{
  display: block;
  color:#ffffff;
  font-size: 13px;
  font-weight: bold;
  text-shadow: 0px 2px 6px #393636;
  border-radius: 5px;
  line-height: 1.8em;
  letter-spacing: 0.065em;
  padding: 2px 0;
}
.news_items .item .title{
  width: calc(100% - 116px - 100px - 15px);

}
.news_items .item .title a{
  display: block;
  font-size: 17px;
  position: relative;
  padding-right: 1em;
  padding-left: 17px;
  letter-spacing: 0.065em;
  font-weight: 500;
  color: #000000;
}
.news_items .item .title a:after{
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 18px;
  top: 50%;
  font-size: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 0.0065em;
}
.news_items .item.cat_merchandise .title a:after{
  color: #8e84bb;
}
.news_items .item.cat_health .title a:after{
  color:#f3a56a;
}
.news_items .item.cat_recruit .title a:after{
  color: #42c9f2;
}
.news_items .item.cat_news .title a:after{
  color: #47c071;
}
.news_items .item.cat_event .title a:after{
  color: #ef848f;
}
.pg_home .news_items .item .category span{
  background-size: auto;
}
.pg_archive_news .news_items .item .category span{
  background-size: auto;
}
.news_items .item .category span {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.news_items .item .category span.cat_all {
  background-image:url(/img/news/all_catbg_img.png);
}
.news_items .item .category span.cat_news,
.post_items .item .category span.cat_news
{
  background-image:url(/img/news/news_catbg_img.png);
}
.news_items .item .category span.cat_event,
.post_items .item .category span.cat_event{
  background-image:url(/img/news/event_catbg_img.png);
}
.news_items .item .category span.cat_recruit,
.post_items .item .category span.cat_recruit{
  background-image:url(/img/news/recruit_catbg_img.png);
}
.news_items .item .category span.cat_health,
.post_items .item .category span.cat_health{
  background-image:url(/img/news/health_catbg_img.png);
}
.news_items .item .category span.cat_merchandise,
.post_items .item .category span.cat_merchandise{
  background-image:url(/img/news/merchandise_catbg.png);
}


/* **********************************
 *  お知らせ詳細
 * ********************************* */

.pg_single_news .section#sec1{
  padding: 200px 0;
}
.post_items .item .category span {
  color: #ffffff;
  font-size: 15px;
  border-radius: 3px;
}

.post_items .item .date {
  width: 103px;
  color: #000000;
  letter-spacing: 0.065em;
}
.post_items .item .category {
  width: 125px;
}
.post_items .item.single_item {
  padding: 30px 35px;
  border-top: 15px solid #00a83b;
}
.post_items .item.single_item .title {
  padding-bottom: 10px;
}
.post_items .post_content {
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.065em;
  line-height: 1.875em;
  color: #000000;
}
.pagination {
  margin-top: 65px;
}
.pagination .nav-posts .page-archive a {
  font-size: 19px;
  font-weight: 700;
  width: 335px;
  background: #0f9239;
  border-radius: 5px;
  padding: 12px 100px;
}

/* **********************************
   *  採用情報
   * ********************************* */



.pg_recruit .section#sec1 {
  padding: 150px 0;
}
.ft_green{
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  color: #0f9239;
}
.recruit_info_tbl {
  margin-top: 50px;
}
.recruit_info_tbl th{
  width: 300px;
  font-size: 17px;
  font-weight: 400;
  font-family: 'Noto Sans JP';
  text-align: left;
  color: #000000;
  border: 1px #f2f2f2 solid;
  background-color: #edf9f1;
  padding: 21px 40px;
}
.recruit_info_tbl td {
  font-size: 17px;
  font-family: 'Noto Sans JP';
  font-weight: normal;
  text-align: left;
  color: #000000;
  background: #ffffff;
  border: 1px #f2f2f2 solid;
  padding: 21px 32px;
}
.recruit_info_tbl .recruit_tt{
  vertical-align: top;
  padding-top: 21px;
  padding-bottom: 21px;
}
.recruit_info_tbl .recruit_td{
  padding: 21px 28px;
}
.read_more_l.recruit_btn{
  margin-top: 70px;
}
.read_more_l.recruit_btn a{
  width: 350px;
  letter-spacing: 0.005em;
  border-radius: 5px;
  padding: 17px 0;
}
.read_more_l a:after {
  right: 28px;
  top: 52%;
}

/* **********************************
   *  店舗情報
   * ********************************* */
.pg_shop {
  padding: 250px 0;
}
.pg_shop .section#sec2{
  margin-top: 85px;
}
.pg_shop .dots{
  color:#0f9239; 
}
.pg_shop .shop_tt1{
  vertical-align: top;
}
.pg_shop .shop_td1{
  padding-top: 22px;
  padding-bottom:19px;
  padding-left: 70px;
}
.pg_shop .shop_tt2{
  vertical-align: top;
}
.pg_shop .shop_td2{
  padding-top: 22px;
}
.pg_shop .shop_td .saturday{
  display: inline-block;
  text-align: left;
  margin-top: 5px;
}
.pg_shop .shop_td2 .hour{
  margin-top: 5px;
  margin-left: 85px;
}
.pg_shop .shop_td6 .hour2{
  margin-left: 20px;
}
.pg_shop .shop_td6 .hour3{
  margin-left: 126px;
}
.pg_shop .shop_td6 .hour4{
  margin-left: 126px;
}

.pg_shop .shop_tt3{
  vertical-align: top;
  padding: 20px 0;
}
.pg_shop .shop_td3{
  padding: 20px 0 18px 75px;
}
.pg_shop .shop_tt4{
  vertical-align: top;
  padding: 20px 0;
}
.pg_shop .shop_td4{
  padding: 20px 0 18px 58px;
}
.pg_shop .shop_td4 span{
  display: inline-block;
  font-weight: normal;
  margin-top: 3px;
}
.pg_shop .shop_tt5{
  vertical-align: top;
}
.pg_shop .shop_td5 span{
  display: inline-block;
  margin-top: 8px;
}
.pg_shop .shop_tt6{
  vertical-align: top;
}
.pg_shop .shop_td6{
  padding-left: 70px;
  padding-top: 15px;
}
.pg_shop .shop_td6 span{
  display: inline-block;
  margin-top: 8px;
}
.pg_shop .cash{
  display: inline-block;
  margin-top: 8px;
}
.pg_shop .access{
  display: inline-block;
  font-size: 16px;
  margin-top: 8px;
}
.ft_green.institle {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ft_green.institle span{
  display: block;
  width: 100%;
  color: #0f9239;
}
.ft_green.institle:before, 
.ft_green.institle:after{
  border-top: 1px solid #0f9239;
  content: "";
  width: 100%;
}
.ft_green.institle:before {
  margin-right: -7em;
} 
.ft_green.institle:after {
  margin-left: -7em;
}
.shop_info_warp{
  margin-top: 35px;
}
.shop_info_warp .box{
  text-align: center;
}
.shop_info_warp .img img{
  display: block;
  margin: 0 auto;
}

.shop_info_tbl {
  margin-top: 50px;
}
.shop_info_tbl th{
  width: 110px;
  font-size: 18px;
  font-weight: 700;
  font-family: 'Noto Sans JP';
  text-align: left;
  color: #000000;
  border-bottom:2px #0f9239 solid;
  background-color: #ffffff;
  padding-top: 20px;
  padding-bottom:10px;
}
.shop_info_tbl td{
  font-size: 17px;
  font-family: 'Noto Sans JP';
  font-weight: normal;
  text-align: left;
  color: #000000;
  background: #ffffff;
  border-bottom: 2px #cdcdcd solid;
  padding-top: 20px;
  padding-bottom:10px;
  padding-left: 75px
}
.shop_box {
  margin: 60px 0;
}
/* **********************************
   *  ドライブスルー調剤
   * ********************************* */
.pg_drive {
  padding: 250px 0 450px;
}
.pg_drive .section#sec1{

}
.pg_drive .section#sec2{
  margin-top: 85px;
}
.pg_drive .section#sec3{
  margin-top: 85px;
}
.pg_drive .description{
  text-align: center;
  font-size: 18px;
  line-height: 1.9444em;
}
.pg_drive .bg_dots{
  margin-top: 100px;
}
.drive_card_wrap.beside {
  padding: 0;
}
.drive_check_wrap .box{
  background: #ffffff;

}
.drive_check_wrap .box .title{
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  color: #0f9239;
  padding-top: 55px;
}
.drive_check_wrap .box ul{
  width: 545px;
  margin: 0 auto;
  padding: 26px 0px 32px 68px;
}
.drive_check_wrap .box ul .list{
  font-size: 17px;
  font-weight: 500;
  line-height:1.7647em;
  text-align: left;
  position: relative;
}
.drive_check_wrap .box ul .list:nth-child(n+1){
  margin: 4px 0;

}
.drive_check_wrap .box ul .list:before{
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #0f9239;
  position: absolute;
  left: -25px;
  top: 50%;
  font-size: 18px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.drive_card_wrap.beside .box.bg_orange{
  background-image: url(/img/drive/bg_orange_img.png);
}
.drive_card_wrap.beside .box_items .item .box.bg_orange .inner{
  padding: 0 0 40px 80px;
}
.pg_drive .ft_green.institle{
  margin-bottom: 10px;
}
.pg_drive .drive_card_wrap.beside .box_items .item.box{
  margin-top: 20px;
}
.pg_drive .ft_green.institle.movie{
  margin-bottom: 60px;
}

.pg_drive .ft_green.institle span{
  font-size: 23px;
  font-weight: 700;
  width: 100%;
  display: block;
  color: #000000;
}

.pg_drive .ft_green.institle:before {
  width: 90%;
  margin-right: 0;
} 
.pg_drive .ft_green.institle:after {
  width: 90%;
  margin-left: 0;
}
.pg_drive .ft_green.institle.movie:before{
  width: 85%;
  margin-right: 0;
}
.pg_drive .ft_green.institle.movie:after{
  width: 85%;
  margin-left: 0;
}
.drive_card_wrap.beside .box_items{
  display: block;
}
.drive_card_wrap.beside .box_items .item{
  width: 100%;
  margin-top: 50px;
}
.drive_card_wrap.beside .box_items .item .step_title{
  font-size: 20px;
  font-weight: 700;
  background: #ffffff;
  position: relative;
  padding-left: 100px;
  padding-top: 43px;
}
.drive_card_wrap.beside .box_items .item .step_title .txt1{
  display: block;
  font-size: 17px;
  font-weight: normal;
  padding: 16px 6px;
}
.drive_card_wrap.beside .box_items .item .step_title.step1:before{
  content: "";
  display: block;
  height:65px;
  width: 65px;
  background-image: url(/img/drive/step1_img.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: absolute;
  left: 18px;
  top: 20px;
}
.drive_card_wrap.beside .box_items .item .step_title.step1 {
  font-weight: 700;
  position: relative;
}
.drive_card_wrap.beside .box_items .item .step_title.step1:after{
  content:"";
  display: inline-block;
  width: 53%;
  border-bottom: 1px solid #cdcdcd;
  position: absolute;
  bottom: 80px;
  right: 0;
}
.drive_card_wrap.beside .box_items .item .step_title.step2{
  position: relative;
}
.drive_card_wrap.beside .box_items .item .step_title.step2:before{
  content: "";
  display: block;
  height: 60px;
  width: 60px;
  background-image: url(/img/drive/step2_img.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: absolute;
  left: 18px;
  top: 27px;
}
.drive_card_wrap.beside .box_items .item .step_title.step2:after{
  content:"";
  display: inline-block;
  width: 69%;
  border-bottom: 1px solid #cdcdcd;
  position: absolute;
  bottom: 78px;
  right: 0;
}
.drive_card_wrap.beside .box_items .item .step_title.step3{
  font-weight: 700;
  position: relative;
}

.drive_card_wrap.beside .box_items .item .step_title.step3:before{
  content: "";
  display: block;
  height: 60px;
  width: 60px;
  background-image: url(/img/drive/step3_img.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: absolute;
  left: 18px;
  top: 27px;
}
.drive_card_wrap.beside .box_items .item .step_title.step3:after{
  content:"";
  display: inline-block;
  width: 77%;
  border-bottom: 1px solid #cdcdcd;
  position: absolute;
  bottom: 75px;
  right: 0;
}
.drive_card_wrap.beside .box_items .item .box{
  padding-left: 15px;
  background-position: left top;
  padding-bottom: 15px;
}
.drive_card_wrap.beside .box_items .item .box .inner{
  display: flex;
  background: #ffffff;
  padding: 0 0 0 80px;
}
.drive_card_wrap.beside .box_items .item .box .l_box{
  width: 45.85%;
  padding: 0 20px;
}
.drive_card_wrap.beside .box_items .item .box .box1,
.drive_card_wrap.beside .box_items .item .box .box2{
  border: 1px solid #60ccca;
  padding: 33px 10px;
  height: 300px;
}
.drive_card_wrap.beside .box_items .item .box .box1{
  display: flex;
  border: 1px solid #60ccca;
  padding: 33px 10px;
  height: 300px;
}
.drive_card_wrap.beside .box_items .item .box .box_1 {
  display: flex;
  align-items: center;
  border: 1px solid #60ccca;
  padding: 33px 10px;
  height: 300px;
}
.drive_card_wrap.beside .box_items .item .box .box1 img{
  display: block;
  margin: 0 auto;
  height: 100%;
}
.drive_card_wrap.beside .box_items .item .box .box_1{
  justify-content: center;
}
.drive_card_wrap.beside .box_items .item .box .box2 img{
 display: block;
  margin: 0 auto;
  height: 100%;
}
.drive_card_wrap.beside .box_items .item .box .box3 img{
  display: block;
  margin: 0 auto;
  height: 100%;
}
.drive_card_wrap.beside .box_items .item .box .box2{
  display: flex;
  align-items:center;
  border: 1px solid #ee88b4;
  padding: 30px 10px;
}
.drive_card_wrap.beside .box_items .item .box .box3{
  border: 1px solid #f29b76;
  padding: 40px 10px;
}
.drive_card_wrap.beside .box_items .item .text{
  display: block;
  margin: 0 auto;
  padding: 0 15px 15px;
}


.drive_movie_wrap .items {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.drive_movie_wrap .items .item{
  width: 47.14%;
}
.drive_movie_wrap .items .item.green iframe{
  border: 2px solid #60ccca;
}
.drive_movie_wrap .items .item.pink iframe{
  border: 2px solid #ee88b4;
}
.drive_movie_wrap .items .item .shop{
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  margin-bottom: 20px;
  padding: 10px 0;
}
.drive_movie_wrap .items .item .shop.pink{
  background-image:url(/img/drive/drive_movie_pink.png) 
}
.drive_movie_wrap .items .item .shop.green{
  background-image:url(/img/drive/drive_bg_green.png) 
}

/* **********************************
   *  禁煙治療のススメ
   * ********************************* */
.pg_recommend{
  padding: 220px 0;
}
.recommend_harm_wrap{
  padding-bottom: 95px;
}
.recommend_harm_wrap .description{
  font-size: 16px;
  line-height: 2.1875em;
  text-align: center;
}
.recommend_harm_wrap .description .box:last-child{
  margin-top: 35px;
}
.recommend_harm_wrap .title,
.recommend_smoking_wrap .title{
  font-size: 20px;
  font-weight: 500;
  color: #0f9239;
  text-align: center;
}
.recommend_harm_wrap .description .text{
  margin: 60px 0 72px;
}
.recommend_smoking_wrap .description .text{
  margin: 60px 0 40px;
}
.recommend_method_wrap .description {
  margin:60px 0 40px;
}
.recommend_consultation_wrap .description{
  margin: 60px 0 40px;;
}
.recommend_consultation_wrap .description,
.recommend_smoking_wrap .description,
.recommend_method_wrap .description{
  font-size: 17px;
  line-height: 2.05em;
  text-align: center;
}
.recommend_smoking_wrap .bg_dots{
  padding: 50px;
}
.recommend_smoking_wrap .title{
  margin-top: 40px;
}
.recommend_smoking_wrap .txt.bold{
  font-weight: 500;
}
.recommend_smoking_wrap .txt{
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  padding: 10px 0;
}
.drive_check_wrap
.box ul .list:before{
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #0f9239;
  position: absolute;
  left: -25px;
  top: 58%;
  font-size: 16px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.recommend_smoking_wrap .drive_check_wrap .title{
  font-weight: 500;
  padding-top: 40px; 
  padding-bottom: 25px;
}
.recommend_smoking_wrap .drive_check_wrap
.box ul {
  padding: 31px 0px 32px 45px;
}
.drive_check_wrap
.box ul .list1:before{
  content: "1";
}
.drive_check_wrap
.box ul .list2:before{
  content: "2";
}
.drive_check_wrap
.box ul .list2.medical:before{
  content: "2";
  top: 29%;
}
.recommend_smoking_wrap .drive_check_wrap
.box ul .list3:before{
  content: "3";
}
.recommend_smoking_wrap .drive_check_wrap
.box ul .list4:before{
  content: "4";
}
.recommend_smoking_wrap .drive_check_wrap ul{
  width: 650px;
}
.read_more_l.recommend{
  padding: 30px 0;
}
.read_more_l.recommend a{
  font-size: 17px;
  width: 405px;
  letter-spacing: normal;
  border-radius: 5px;
}
.read_more_l.recommend a:after {
  font-size: 17px;
  right: 10px;
  top: 52%;
}
.recommend_smoking_wrap {
  padding-bottom: 73px;
}
.recommend_method_wrap {
  padding-bottom: 40px;
}
.recommend_method_wrap .items{
  display: flex;
  padding:0 70px;
}
.recommend_method_wrap .items .item{
  width: 50%;
  padding: 10px 65px 10px 60px;
}
.recommend_method_wrap .items .item:last-child{
  border-left: 1px solid #0f9239;
}
.recommend_method_wrap .items .item .kinds{
  font-size: 18px;
  font-weight: 500;
  text-align: left;
  border-bottom: 1px solid #cdcdcd;
  position: relative;
  padding: 10px 0;
}
.recommend_method_wrap .items .item .kinds:after{
  content: "";
  display: block;
  border-bottom: 1px solid #0f9239;
  width: 72px;
  position: absolute;
  top: 50px;
  left: 0;
}
.recommend_method_wrap .items .item span{
  display: block;
  margin-top: 20px;
}
.recommend_method_wrap .items .item ul{
  text-align: left;
}
.recommend_method_wrap .items .item ul li{
  font-size: 17px;
}

.recommend_consultation_wrap .description.left{
  text-align: center;
  margin-top: -15px;
}
.recommend_consultation_wrap .description.left .box{
  display: inline-block;
  text-align: left;
}
.recommend_method_wrap .description .text_g:before,
.recommend_consultation_wrap .description.left .box .txt:before{
  content: "※";
  color: red;
}
.recommend_method_wrap .description .text_g,
.recommend_consultation_wrap .description .text_g{
  color: #0f9239;
}
.recommend_consultation_wrap .description .txt1{
  display: block;
  margin-top: 30px;
}


/* **********************************
   *  要指導・第１類医薬品取扱い商品まとめ
   * ********************************* */

.pg_handling {
  padding: 230px 0 290px;;
}
.handling_items th,
.handling_items td{
  font-size: 16px;
  border: 1px solid #d2d2d2;
  padding: 17px;
}
.handling_items th {
  font-weight: normal;
  background: #f1f1f1;
}
.handling_items td {
  text-align: center;
}
.handling_items .item h4 {
  font-size: 20px;
  font-weight: normal;
  border-left:6px solid #00a83b;
  margin-bottom: 27px;
  padding-left: 20px;
}
.handling_items .item {
  font-size: 17px;
  letter-spacing: 0.04em;
  line-height: 1.76em;
}
.handling_items .item:nth-child(4) .txt{
  margin-right: -10px;
}
.handling_items .item + .item {
  margin-top: 50px;
}
.handling_items .item .txt{
  font-size: 17px;
  line-height: 1.76em;
  letter-spacing: 0.04em;
}
.handling_items .item ul {
  list-style: none;
  margin-left: 0;
  margin-top: 0;
}


/* **********************************
   *  高度管理医療機器の取扱品目
   * ********************************* */
.pg_equipment {
  padding: 100px 0 290px;
}
.d1{
  color: red;
}
.pg_equipment .item .note{
  margin-top: 20px;
}
.pg_equipment .handling_items th{
  width: 50%;
  letter-spacing: 0.01em;
}
.pg_equipment .handling_items td{
  padding: 16px 10px;
}
.pg_equipment .handling_items .td1{
  padding: 0 10px;
}
.pg_equipment .handling_items .classification{
  font-size: 18px;
  display: block;
  color: #1e9945;
  padding: 20px 0 0;
}
.pg_equipment .handling_items .item{
  margin-top: 40px;
}
.pg_equipment .handling_items .item h4{
  margin-bottom: 0;
  word-break: keep-all;
}
.pg_equipment .handling_items .item .danger{
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 0.01em;
  margin-top: 20px;
}
.pg_equipment .equipment_box{
  margin-top: 120px;
}
.pg_equipment .equipment_box .tt4{
  word-break: keep-all;
}
.pg_equipment .equipment_box h4{
  margin-top: 60px;
  margin-bottom: 40px;
}
.pg_equipment .equipment_box table{
  margin-top: 20px;
}
.js-scrollable.scroll-hint tr:first-child td{
  padding: 4px 0;
}




/* **********************************
   *  スマホよ薬
   * ********************************* */

.pg_reserve .section#sec2{
  margin-top: 45px;
}
.pg_reserve .section#sec3{
  margin-top: 150px;
}
.pg_reserve .section#sec4{
  margin-top: 150px;
}



.pg_reserve {
  padding: 240px 0;
}
.pg_reserve .tt5 .inner
.pg_reserve .tt6 .inner{
  background: #ffffff;
}
.pg_reserve .tt5 .img {
  background: #ffffff;
  padding: 15px;
}
.pg_reserve .tt5 .img.yoyaku{
  padding: 6px;
}
.pg_reserve .tt6 .img{
  background: #ffffff;
  padding: 7px 72px 7px 0;
}
.pg_reserve .tt5 .img img{
  display: block;
  margin: 0 auto;
}
.pg_reserve .tt6 .img img{
  display: block;
  margin: 0 auto;
}
.reserve_head_wrap .description{
  font-size: 18px;
  text-align: center;
}
.reserve_head_wrap .description span{
  font-weight: 700;
  color: #00a1e3;
}
.reserve_head_wrap .classification_items {
  display: flex;
  align-items: center;
  justify-content:space-between;
  padding: 75px 0;
}
.reserve_head_wrap .classification_items .item{
  width: 31.25%;
  border: 2px solid #329f54;
  border-radius: 5px;
  background: #ffffff;
  text-align: center;
  position: relative;
  padding: 14px;
}
.reserve_head_wrap .classification_items .item a{
  font-size: 23px;
}
.reserve_head_wrap .classification_items .item a:after{
  content: "\f078";
  color: #1e9945;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 50px;
  top: 55%;
  font-size: 17px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 0.0065em;
}
.reserve_sumaho_wrap {
  text-align: center;
  border: 3px solid #00a1e3;
  padding: 10px 10px 30px 10px;
}
.reserve_sumaho_wrap .text span.ul1:after{
  content: "";
  width: 340px;
  height: 5px;
  background: #fff219;
  position: absolute;
  top: 38%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  margin-top: 10px;
}
.reserve_sumaho_wrap .text span.ul2 {
  position: relative;
}
.reserve_sumaho_wrap .text span.ul2:after{
  content: "";
  width: 245px;
  height: 5px;
  background: #fff219;
  position: absolute;
  top: 63%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  margin-top: 10px;
}
.reserve_yoyaku_wrap .text span.ul3{
  position: relative;
}
.reserve_yoyaku_wrap .text span.ul3:after{
  content: "";
  width: 255px;
  height: 5px;
  background: #fff219;
  position: absolute;
  top: 60%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  margin-top: 10px;
}
.reserve_yoyaku_wrap .text span.ul4{
  position: relative;
}
.reserve_yoyaku_wrap .text span.ul4:after{
  content: "";
  width: 497px;
  height: 5px;
  background: #fff219;
  position: absolute;
  top: 59%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  margin-top: 10px;
}
.reserve_line_wrap .text span.ul5{
  position: relative;
}
.reserve_line_wrap .text span.ul5:after{
  content: "";
  width: 378px;
  height: 5px;
  background: #fff219;
  position: absolute;
  top: 63%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  margin-top: 10px;
}
.reserve_yoyaku_wrap{
  text-align: center;
  border: 3px solid #00a1e3;
  padding: 10px 60px 30px 60px;
}
.reserve_line_wrap .text,
.reserve_sumaho_wrap .text,
.reserve_yoyaku_wrap .text{
  font-size: 22px;
  font-weight: 500;
  position: relative;
  padding: 30px;
}
.reserve_line_wrap .text{
  font-weight: 500;
  padding: 40px;
}
.reserve_line_wrap {
  text-align: center;
  border: 3px solid #00b900; 
  padding-bottom: 30px;
}
.line_flow_wrap .title{
  font-size: 22px;
  color:#00b900; 
}
.sumaho_flow_box .title,
.yoyaku_flow_wrap .title{
  font-size: 22px;
  font-weight: 500;
  color:#00a1e3; 
}
.sumaho_flow_box .items{
  display: flex;
  justify-content: space-around;
  padding: 0 30px 0 10px;
  margin: 45px -20px;
}
.sumaho_flow_box .items .item {
  width: 24.85%
}
.sumaho_flow_box .items .item .img{
  height: 315px;
}
.sumaho_flow_box .items .item.arrow{
  width: 11%;
  position: relative;
}
.sumaho_flow_box .items .item.arrow span{
  display: inline-block;
  border-style: solid;
  border-width: 28px 0 28px 45px;
  border-color: transparent transparent transparent #17a9fd;
  position: absolute;
  top: 30%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.sumaho_flow_box .items .item.arrow span.arrow1{
  padding-right: 15px;
}
.sumaho_flow_box .items .item.arrow span.arrow2{
  margin-left: 9px;
}
.read_more_l.reserve a{
  width: 524px;
  border-radius: 5px;
  letter-spacing: normal;
  background: #00a1e2;
  box-shadow: 1px 3px 1px #7c8c78;
  right: 15px;
  top: 52%;
  padding: 30px;

}
.yoyaku_flow_wrap .items .item{
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cdcdcd;
  padding: 20px;
}
.yoyaku_flow_wrap .items .item .box1{
  width: 60%;
  padding: 17px 7px;
}
.yoyaku_flow_wrap .items .item .box2{
  width: 40%;
}
.yoyaku_flow_wrap .items .item .box2 .img{
  text-align: left;
  padding: 20px 25px;
}
.yoyaku_flow_wrap .items .item span {
  font-size: 17px;
  display: block;
  text-align: left;
}
.yoyaku_flow_wrap .items .item span.step{
  color: #00a1e2;
  display: block;
  font-size: 18px;
  text-align: left;
}
.reserve_flow_wrap .read_more_l.reserve a{
  box-shadow: 1px 4px 1px #7c8c78;
}
.line_flow_wrap .items{
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
  margin-bottom: 33px;
  padding: 0 20px;
}
.sumaho_flow_box .box {
  margin-top: 30px;
}
.sumaho_flow_box .box .img{
  padding-left: 120px;
}
.sumaho_flow_box .box span{
  font-size: 17px;
  font-weight: 700;
}
.sumaho_flow_box .box span.step{
  color: #00a1e2;
  display: block;
  font-size: 18px;
  text-align: center;
}
.reserve_sumaho_wrap .read_more_l.reserve{
  margin-top: 50px;
  padding-left: 27px;
}
.reserve_sumaho_wrap .read_more_l.reserve a{
  position: relative;
  box-shadow: 0px 7px 0px #91bccd;
}

.reserve_sumaho_wrap .read_more_l.reserve a:after{
  width: 524px;
  position: absolute;
  left: 225px;
  top: 51%;
  font-size: 20px;
}
.reserve_yoyaku_wrap .read_more_l.reserve{
  margin-top: 60px;
  padding-left: 20px;
}
.reserve_yoyaku_wrap .read_more_l.reserve a:after{
  width: 524px;
  position: absolute;
  left: 225px;
  top: 51%;
  font-size: 20px;
}
.reserve_line_wrap .read_more_l.line {
  margin-top: 50px;
  padding-left: 20px;
}
.reserve_line_wrap .read_more_l.line a{
  background: #28b900;
  box-shadow: 1px 4px 1px #7c8c78;
}
.reserve_line_wrap .read_more_l.line a:after{
  right: 80px;
  top: 52%;
  font-size: 19px;
}
/* **********************************
 *  在宅医療
 * ********************************* */
.pg_medical{
  padding: 220px 0;
}
.pg_medical .section#sec1{

}
.pg_medical .section#sec2{
  margin-top: 100px;
}
.pg_medical .section#sec3{
  margin-top: 100px;
}
.pg_medical .section#sec4{
  margin-top: 100px;
}
.pg_medical .bg_dots{
  margin-top: 70px;
  padding: 40px;
}
.medical_subject_wrap{

}
.medical_info_wrap .description{
  font-size: 17px; 
  padding-top: 65px;
  line-height: 1.9444em; 
  text-align: center;
  padding-left: 75px;
  padding-right: 75px;
}
.medical_service_wrap .description{
  font-size: 17px; 
  padding-top: 65px;
  line-height: 1.9444em;
 text-align: center;
 padding-left: 30px;
 padding-right: 30px;
}
.medical_price_wrap .description{
  font-size: 17px; 
  padding-top: 65px;
  line-height: 1.9444em;
}
.medical_work_wrap .description{
  font-size: 17px; 
  text-align: center;
  padding-top: 65px;
  line-height: 2.058em;
}
.pg_medical .description.top{
  font-size: 18px;
  text-align: center;
  line-height: 1.9444em;
}
.pg_medical .description span{
  font-weight: 500;
}
.pg_medical .description span.hostptal{
  font-weight: 500;
  color: #0f9239;
}
.pg_medical .drive_check_wrap ul{
  width: 330px;
  padding: 21px 0px 7px 57px;
}
.pg_medical .drive_check_wrap .box{
  text-align: center;
  padding: 20px 20px 35px;
}
.pg_medical .drive_check_wrap .box .title{
  font-weight: 500;
  padding-top: 25px;
}
.pg_medical .drive_check_wrap .box ul .list {
  text-align: left;
  font-weight: 500;
}
.pg_medical .drive_check_wrap .box ul .list:before{
  content: "・";
  left: -18px;
  top: 55%;
}
.pg_medical .drive_check_wrap .box ul .list1.number:before{
  content: "1";
  left: -18px;
  top: 55%;
}
.pg_medical .drive_check_wrap .box ul .list2.number:before{
  content: "2";
  left: -18px;
  top: 29%;
}

.pg_medical .drive_check_wrap .box span{
  font-size: 17px;
  font-weight: 500;
  display: block;
  margin: 0 auto;
  padding-right: 40px
}
.pg_medical .drive_check_wrap .box span:before {
  content: "※";
  color: red;
}
.drive_card_wrap.medical{
  padding: 0;
  margin-top: 100px;
}
.medical_service_wrap .drive_check_wrap.medical .box ul{
  width: 750px;
}
.drive_card_wrap.medical .box_items{
  display: block;
}
.drive_card_wrap.medical .box_items .item{
  width: 100%;
  margin-top: 50px;
}
.drive_card_wrap.medical .box_items .item:last-child .l_box.left{
  padding: 5px;
}
.drive_card_wrap.medical .box_items .item .text {
  text-align: left;
}
.drive_card_wrap.medical .box_items .item .step_title{
  font-size: 20px;
  background: #ffffff;
  color: #0f9239;
  position: relative;
  padding:12px 17px
}
.drive_card_wrap.medical .box_items .item .step_title.step1{
  font-weight: 500;
  position: relative;
}
.drive_card_wrap.medical .box_items .item .step_title.step1:after {
    content: "";
    display: inline-block;
    width: 72%;
    border-bottom: 1px solid #cdcdcd;
    position: absolute;
    bottom: 27px;
    right: 0;
}
.drive_card_wrap.medical .box_items .item .step_title.step2{
  position: relative;
}
.drive_card_wrap.medical .box_items .item .step_title.step2:after {
    content: "";
    display: inline-block;
    width: 74%;
    border-bottom: 1px solid #cdcdcd;
    position: absolute;
    bottom: 27px;
    right: 0;
}


.drive_card_wrap.medical .box_items .item .step_title .txt1{
  display: block;
  font-size: 17px;
  padding: 16px 6px;
}
.drive_card_wrap.medical .box_items .item .box{
  padding-left: 15px;
  background-position: left top;
  padding-bottom: 15px;
}
.drive_card_wrap.medical .box_items .item .box.bg_orange span {
  display: block;
  letter-spacing: 0.1em;
  line-height: 1.764em;
  margin-top: 37px;
}
.drive_card_wrap.medical .box_items .item .box .inner{
  display: flex;
  background: #ffffff;
  padding: 10px 10px 20px;
}
.drive_card_wrap.medical .box_items .item .box .l_box.left{
  width: 52%;
  padding-right: 32px;
}
.drive_card_wrap.medical .box_items .item .box .l_box.right{
  width: 48%;
  margin-top: 10px;
}
.drive_card_wrap.medical .box_items .item .box .l_box.left .list {
  position: relative;
  line-height: 1.764em;
  padding-left: 17px;
}
.drive_card_wrap.medical .box_items .item .box .l_box.left .list:nth-child(n+2){
  margin-top: 3px;
}
.drive_card_wrap.medical .box_items .item .box .l_box.left .list:before{
  content: ".";
  font-weight: 900;
  color: #0f9239;
  font-size: 16px;
  position: absolute;
  top: 35%;
  left: 5px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.drive_card_wrap.medical .box_items .item .box .box2{
  padding: 0;
}
.drive_card_wrap.medical .box_items .item .box .box1{
  display: flex;
  padding: 0;
}
.drive_card_wrap.medical .box_items .item .box .box_1 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 20px;
}

.drive_card_wrap.medical .box_items .item .box .box2{
  display: flex;
  align-items:center;
  padding: 0;
}

.drive_card_wrap.medical .box_items .item .text{
  display: block;
  font-size: 17px;
  line-height: 1.764em;
  margin: 0 auto;
  padding: 0;
  padding-left: 10px;
}

/* **********************************
 *  ミドリ薬局について
 * ********************************* */
.pg_attempt{
  padding: 220px 0;
}
.pg_attempt .section#sec1{

}
.pg_attempt .section#sec2{
  margin-top: 100px;
}
.pg_attempt .section#sec3{
  margin-top: 100px;
}
.pg_attempt .section#sec4{
  margin-top: 45px;
}
.pg_attempt .section#sec5{
  margin-top: 72px;
}
.pg_attempt .title{
  font-size: 20px;
  font-weight: 500;
  color: #0f9239;
  display: block;
  text-align: center;
  margin-top: 65px;
}
.attempt_measures_wrap .description,
.attempt_self_wrap .description,
.attempt_philosophy_wrap .description{
  font-size: 17px;
  line-height: 2.0588em;
  text-align: center;
}
.attempt_philosophy_wrap .text{
  font-size: 17px;
  text-align: left;
  display: block;
}
.attempt_philosophy_wrap .text:before{
  content: "※";
  color: red;
}
.attempt_philosophy_wrap .box{
  text-align: center; 
  padding:47px 55px 0;
}
.attempt_philosophy_wrap .description{
  margin-bottom: 30px;
}
.attempt_philosophy_wrap .text_box{
  display:inline-block;
  width: auto;
  margin: 0 auto;
}
.attempt_philosophy_wrap .drive_check_wrap .box ul{
  width: 700px;
  padding: 40px 0px 32px 100px;
}
.attempt_philosophy_wrap .drive_check_wrap .box ul .list:nth-child(n+1){
  margin: 0;
}
.attempt_philosophy_wrap .bg_dots{
  padding: 50px;
}
.pg_attempt .drive_check_wrap .box ul .list:before{
  content: "・";
  left: -15px;
}
.attempt_menu_wrap{
  margin-top: 60px;
}
.attempt_menu_wrap .items{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 70px -10px 0;
}
.attempt_menu_wrap .item{
  width: 33.33333%;
  margin: 0 10px;
  background-image: url(/img/drive/step1_img.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.attempt_menu_wrap .item .box{
  padding:75px 0;
}
.attempt_menu_wrap .item .box a{
  font-size: 20px;
  color: #ffffff;
  text-shadow: 1px 2px 3px #808080; 
  text-decoration: none;
  line-height: 1.25em;
  display: block;
  position: relative;
  padding: 38px 0;
}
.attempt_menu_wrap .item .box a:after{
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 23px;
  top: 50%;
  font-size: 18px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 0.0065em;
}
.attempt_menu_wrap .item.bg_drive{
  background-image: url(/img/attempt/attempt_drive_img.png);
  border-top: 2px solid #60ccca;
  border-bottom: 2px solid #60ccca;
}
.attempt_menu_wrap .item.bg_reserve{
  background-image: url(/img/attempt/attempt_reserve_img.png);
  border-top: 2px solid #ee88b4;
  border-bottom: 2px solid #ee88b4;
}
.attempt_menu_wrap .item.bg_medical{
  background-image: url(/img/attempt/attempt_medical_img.png);
  border-top: 2px solid #f29b76;
  border-bottom: 2px solid #f29b76;
}
.attempt_menu_wrap .item a.bg_green{
  background-image: url(/img/attempt/attempt_green_bg.png);
}
.attempt_menu_wrap .item a.bg_pink{
  background-image: url(/img/attempt/attempt_pink_bg.png);
}
.attempt_menu_wrap .item a.bg_orange{
  background-image: url(/img/attempt/attempt_orange_bg.png);
}


.attempt_self_wrap .description span{
  color: #0f9239;
}
.attempt_self_wrap .drive_check_wrap .items{
  padding: 0 92px 30px;
}
.attempt_self_wrap .drive_check_wrap .items .item{
  padding-bottom: 30px;
  padding-top: 15px;
}
.drive_check_wrap .item:first-child{
  padding-right: 65px;
}
.attempt_self_wrap .title.variation{
  margin-top: 50px;
}
.attempt_self_wrap .text{
  font-size: 18px;
  display: block;
  text-align: center;
  margin-top: 45px;
}
.attempt_self_wrap .text:before{
  content: "※";
  color: red;
}
.attempt_self_wrap .read_more {
  margin-top: 38px;
}
.attempt_self_wrap .read_more_l {
  margin-top: 35px;
}
.attempt_self_wrap .read_more_l a{
  font-size: 16px;
  letter-spacing: normal;
  width: 350px;
}

.attempt_self_wrap .read_more_l a:after{
  right: 12px;
  top: 51%;
  font-size: 16px;
}
.attempt_self_wrap .bg_dots{
  padding: 45px;
  margin-top: 45px;
}
.attempt_self_wrap .bg_dots .drive_check_wrap{
  background: #ffffff;
}
.attempt_self_wrap .drive_card_wrap.medical .item:nth-child(n+2){
  margin-top: 60px;
}
.attempt_local_wrap .items,
.attempt_self_wrap .items{
  display: flex;
  /*  padding: 20px 87px 43px;*/
  margin-top: 16px;
  padding-bottom: 50px;
}
.attempt_self_wrap .items{
  margin-top: 32px;
}
.attempt_local_wrap .items .item .text.txt1{
  letter-spacing: 0.1em;
  padding-right: 50px;
}
.attempt_local_wrap .items .item .text.txt2{
  letter-spacing: 0.1em;
  padding-right: 50px;
}
.attempt_local_wrap .items .item,
.attempt_self_wrap .items .item{
  width: 50%;
}
.attempt_local_wrap .items .item:last-child,
.attempt_self_wrap .items .item:last-child{
  border-left: 1px solid #0f9239;
  padding-left: 66px;
}
.attempt_self_wrap .items .item .box .text:before{
  display: none;
}
.attempt_self_wrap .items .item .box .kinds{
  font-size: 18px;
  font-weight: 500;
  display: block;
  border-bottom: 1px solid #cdcdcd;
  position: relative;
  padding-bottom: 10px;
}
.attempt_self_wrap .items .item .box .kinds:after{
  content: "";
  display: block;
  border-bottom: 1px solid #0f9239;
  width: 72px;
  position: absolute;
  top: 40px;
  left: 0;
}
.attempt_self_wrap .drive_card_wrap.medical .box_items .item .step_title.step1:after{
  content: "";
  display: inline-block;
  width: 58%;
  border-bottom: 1px solid #cdcdcd;
  position: absolute;
  bottom: 27px;
  right: 0;
}
.attempt_self_wrap .drive_card_wrap.medical .box_items .item .step_title.step2:after{
  content: "";
  display: inline-block;
  width: 75%;
  border-bottom: 1px solid #cdcdcd;
  position: absolute;
  bottom: 27px;
  right: 0;
}
.attempt_self_wrap .drive_card_wrap.medical .box_items .item .step_title.step3{
  position: relative;
}
.attempt_self_wrap .drive_card_wrap.medical .box_items .item .step_title.step3:after{
  content: "";
  display: inline-block;
  width: 67%;
  border-bottom: 1px solid #cdcdcd;
  position: absolute;
  bottom: 27px;
  right: 0;
}
.attempt_self_wrap .items .item .box .text{
  text-align: left;
}
.attempt_local_wrap .items .read_more,
.attempt_self_wrap .bg_dots .read_more{
  margin-top: 40px;
}
.attempt_local_wrap .items .read_more a,
.attempt_self_wrap .bg_dots .read_more a{
  margin-left: 0;
}
.attempt_self_wrap .bg_dots .title{
  margin-top: 0;
  padding-top: 50px;
}
.attempt_self_wrap .bg_dots .text{
  font-size: 17px;
  line-height: 1.47em;
  display: block;
  margin-top: 20px;
}
.attempt_self_wrap .drive_card_wrap.medical .box_items .item .step_title{
  font-weight: 500;
  padding: 40px 17px 10px;
}
.attempt_self_wrap .drive_card_wrap.medical .box_items .item .text{
  padding-left: 7px;
}
.attempt_self_wrap .drive_card_wrap.medical .box_items .item .text:before{
  display: none;
}
.attempt_self_wrap .drive_card_wrap.medical .box_items .item .txt{
  display: block;
  text-align: left;
  margin-top: 40px;
  padding-left: 7px;
}
.attempt_self_wrap .drive_card_wrap.medical .box_items .item .read_more{
  margin-top: 40px;
  padding-left: 5px;
}
.attempt_self_wrap .drive_card_wrap.medical .box_items .item .read_more a{
  margin-left: 0;
}
.attempt_self_wrap .drive_card_wrap.medical .box_items .item .box .box2{
  justify-content: flex-end;
  padding-right: 20px;
}
.attempt_local_wrap .items{
  padding-left: 50px;
  padding-right: 50px;
  margin-top: 75px;
}
.attempt_local_wrap .items .item{
  padding-bottom: 25px;
}
.attempt_local_wrap .items .item .title{
  text-align: left;
  font-weight: 500;
  margin-left: -10px;
  margin-top: 0;
  padding-top: 10px;
}
.attempt_local_wrap .items .item .text{
  display: block;
  line-height: 1.764em;
  margin-top: 10px;

}
.attempt_local_wrap .items .item:last-child{
  padding-left: 100px;
}
.attempt_local_wrap .items .item:last-child .title{
  padding-left: 10px;
}

.attempt_gallery_items {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 45px -10px 0;
}
.attempt_gallery_items .item{
  width: 33.3333%;
  padding: 0 10px;
}
.attempt_gallery_items .item:nth-child(n+4){
  margin-top: 20px;
}
.attempt_gallery_items .item .text{
  display: block;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  margin: 23px 0;
}
.attempt_gallery_wrap .title{
  font-weight: 500;
  margin-top: 60px;
}

.attempt_measures_wrap .description{
  font-weight: 500;
  margin-top: 60px;
}
.attempt_measures_wrap .description span{
  color: #0f9239;
}

/* **********************************
 *  404
 * ********************************* */

.pg_404 {
  height: 500px;
}
.pg_404 p{
  font-size: 20px;
  padding: 250px 0;
}

/* **********************************
 *  モーダル
 * ********************************* */


.modaal-content-container{
  
}
.modaal-content-container a:nth-child(n+2){
  margin-top: 30px;
}
.modaal-content-container  a{
  display: block;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  width: 240px;
  letter-spacing: 0.03em;
  color: #ffffff;
  background: #00a83b;
  border-radius: 10px;
  padding: 20px 10px;
  margin: 0 auto;
}