@charset "UTF-8";
@media screen and (max-width: 760px) {
  .topIntro {
    margin: 4vw auto;
    padding: 0 1vw;
  }
  .campaign .list_clinic {
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
  }
  .campaign .list_clinic li {
    width: 48%;
    list-style: none;
    margin-bottom: 20px;
    margin-right: 4%;
  }
  .campaign .list_clinic li:nth-child(2n) {
    margin-right: 0;
  }
  .campaign .list_clinic li img {
    width: 100%;
    height: auto;
  }

  .pc_inline {
    display: none;
  }
  .sp {
    display: block;
  }
 .cam_bg {
    width: 100%;
    height: 100vw;
    clear: both;
    margin-bottom: 0;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 0%;
  }
    
    .ginza_cam .cam_bg {
     background-image: url(../images/campaign/ginza_cam_mv_sp.jpg);
    }  
    .yokohama_cam .cam_bg {
     background-image: url(../images/campaign/yokohama_cam_mv_sp.jpg);
    } 
    .shinjuku_cam .cam_bg {
     background-image: url(../images/campaign/shinjuku_cam_mv_sp.jpg);
    } 
    .osaka_cam .cam_bg {
     background-image: url(../images/campaign/osaka_cam_mv_sp.jpg);
    }
    .nagoya_cam .cam_bg {
     background-image: url(../images/campaign/nagoya_cam_mv_sp.jpg);
    }
    .fukuoka_cam .cam_bg {
     background-image: url(../images/campaign/fukuoka_cam_mv_sp.jpg);
    } 
    .ikebukuro_cam .cam_bg {
     background-image: url(../images/campaign/ikebukuro_cam_mv_sp.jpg);
    } 
	.sendai_cam .cam_bg {
     background-image: url(../images/campaign/sendai_cam_mv_sp.jpg);
    } 

    
  .cam_clinic_tab {
    text-align: center;
    padding: 3vw 0;
    width: 100%;
    border-bottom: 1px solid #333;
  }
  .cam_clinic_tab_inner {
    margin: auto;
    text-align: center;
    display: flex;
    flex-flow: wrap;
    width: 100%;
    justify-content: space-between;
    padding: 0 10px;
  }
  .cam_clinic_tab_inner a {
    font-size: 4vw;
    border: 1px solid #333;
    font-weight: bold;
    display: block;
    position: relative;
    width: 32%;
    padding: 8px 0;
    margin: 0 0 10px;
  }
  .cam_clinic_tab_inner p {
    font-size: 4vw;
    border: 1px solid #333;
    font-weight: bold;
    display: block;
    position: relative;
    width: 32%;
    padding: 8px 0;
    margin: 0 0 10px;
  }
  .cam_clinic_tab_inner .link_osaka {
    /* border-right: none; */
  }
  .ginza_cam .link_ginza:after,
    .yokohama_cam .link_yokohama:after,
     .shinjuku_cam .link_shinjuku:after,
    .osaka_cam .link_osaka:after,
    .nagoya_cam .link_nagoya:after,
    .fukuoka_cam .link_fukuoka:after,
	.sendai_cam .link_sendai:after,
    .ikebukuro_cam .link_ikebukuro:after    
    {
    content: "";
    width: 60%;
    margin: auto;
    height: 6px;
    background: #333;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .cam_clinic_tab_inner a.link_genesis {
    color: #ccc;
    display: none;
  }
  .cam_menu_list {
    display: table;
    width: 90%;
    margin: 6vw auto;
  }
  .cam_menu_list a {
    align-items: center;
    width: 46%;
    margin-right: 8%;
    margin-bottom: 2%;
    text-align: center;
    display: grid;
    background: #e6e6e6;
    padding: 2vw;
    border-radius: 45px;
    font-size: 3.6vw;
    float: left;
    height: 13vw;
    line-height: 1.2;
    font-weight: bold;
    position: relative;
  }
  .cam_menu_list a:nth-of-type(2n) {
    margin-right: 0;
  }
  .cam_menu_list a:after {
    font-family: "Font Awesome 5 Free";
    content: '\f0dd';
    font-weight: 900;
    width: 5vw;
    margin: auto;
    height: 5vw;
    position: absolute;
    font-size: 5vw;
    right: 2vw;
    color: #363737;
    top: 2.8vw;
  }
  .cam_box {
    width: 100%;
    margin: 5vw auto 10vw;
  }
  .cam_box h2 {
    font-size: 5vw;
    font-weight: bold;
    border-top: 2px solid #363737;
    border-bottom: 2px solid #363737;
    padding: 6vw 0;
    text-align: center;
    color: #363737;
  }
  .cam_box_inner {
    width: 100%;
    margin: 4vw auto;
  }
  .cam_box_item {
    display: table;
    margin: auto;
    width: 90%;
    padding: 0 0 10vw;
  }
  .cam_box_item .cam_box_itme_left {
    width: 100%;
    margin-bottom: 2%;
  }
  .cam_box_item_right {
    width: 100%;
    position: relative;
    padding: 0 0 17vw;
  }
  .cam_box_item_right h3 {
    font-size: 3.4vw;
    font-weight: bold;
    margin-bottom: 2vw;
  }
  .cam_box_item_right h4 {
    font-size: 4.5vw;
    font-weight: bold;
    color: #ff0000;
    line-height: 1.4;
    margin-bottom: 2vw;
  }
  .cam_box_item_right a {
    position: absolute;
    text-align: center;
    padding: 4vw 2vw;
    display: block;
    background: #363737;
    color: #fff;
    font-size: 4vw;
    font-weight: bold;
    bottom: 0;
    width: 100%;
    cursor: pointer;
  }
  .cam_box_item_right a:after {
    font-family: "Font Awesome 5 Free";
    content: '\f054';
    font-weight: 900;
    width: 4vw;
    margin: auto;
    height: 4vw;
    position: absolute;
    font-size: 4vw;
    right: 4vw;
    color: #fff;
    top: 4vw;
  }
  .cam_box_item_right a:hover {
    background: #7dafc1;
  }
  .cam_box_reserve {
    width: 100%;
    background: #e6e6e6;
    padding: 5vw;
    margin: auto;
  }
  .cam_box_reserve_text {
    text-align: center;
    padding: 2vw;
    background: #fff;
    font-size: 4vw;
    margin: auto;
    margin-bottom: 3vw;
    width: 90%;
    border-radius: 30px;
    font-weight: bold;
  }
  .cam_box_reserve_clinic {
    font-size: 5vw;
    margin-bottom: 3vw;
    text-align: center;
  }
  .cam_box_reserve_box {
    width: 100%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .cam_box_reserve_box a {
    width: 30%;
    display: flex;
    margin-right: 3.5%;
    align-items: center;
    text-align: center;
    background: #363737;
    height: 26vw;
    position: relative;
    border-radius: 8px;
  }
  .cam_box_reserve_box a:last-child {
    margin-right: 0;
  }
  .reserve_box_txt {
    width: 100%;
    position: absolute;
    bottom: 10%;
    color: #fff;
    line-height: 1.3;
  }
  .reserve_box_txt p {
    font-size: 4vw;
    font-weight: bold;
  }
  .reserve_box_txt span {
    font-size: 2.4vw;
  }
	.cam_box_reserve_box a.reserve_box_line {
		background: #7D9F5A;
	}
	.cam_box_reserve_box a.reserve_box_reserve {
		background: #d89b9c;
	}
	.cam_box_reserve_box a.reserve_box_line:hover {
		background: #45940d;
	}
	.cam_box_reserve_box a.reserve_box_reserve:hover {
		background: #bd7a7b
	}
  .cam_box_reserve_box a.reserve_box_line:before {
    content: '';
    background-image: url(../images/common/line_ico.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 10vw;
    margin: auto;
    height: 10vw;
    position: absolute;
    font-size: 20px;
    left: 50%;
    color: #fff;
    top: 3vw;
    margin-left: -5vw;
  }
  .cam_box_reserve_box a.reserve_box_reserve:before {
    content: '';
    background-image: url(../images/common/web_ico.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 9vw;
    margin: auto;
    height: 9vw;
    position: absolute;
    font-size: 9vw;
    left: 50%;
    color: #fff;
    top: 3vw;
    margin-left: -4.5vw;
  }
  .cam_box_reserve_box a.reserve_box_tel:before {
    font-family: "Font Awesome 5 Free";
    content: "\f095";
    font-weight: 900;
    width: 7vw;
    margin: auto;
    height: 7vw;
    position: absolute;
    font-size: 7vw;
    left: 50%;
    margin-left: -3.5vw;
    color: #fff;
    top: 2vw;
  }
  .cam_box_reserve_box a.reserve_box_tel:hover {
    background: #7dafc1;
  }
  .cam_box_monitor_inner {
    width: 94%;
    margin: 10vw auto;
  }
  .cam_box_monitor {
    margin-bottom: 2vw;
  }
  .cam_box_monitor_inner p {
    font-size: 3.4vw;
    font-weight: bold;
    margin-bottom: 2vw;
  }
  a.monitor_btn {
    position: relative;
    text-align: center;
    padding: 4vw;
    display: block;
    background: #363737;
    color: #fff;
    font-size: 4vw;
    font-weight: bold;
    bottom: 4vw;
    width: 100%;
    cursor: pointer;
    margin: 10vw auto;
  }
  a.monitor_btn:after {
    font-family: "Font Awesome 5 Free";
    content: '\f054';
    font-weight: 900;
    width: 4vw;
    margin: auto;
    height: 4vw;
    position: absolute;
    font-size: 4vw;
    right: 4vw;
    color: #fff;
    top: 4vw;
  }
  a.monitor_btn:hover {
    background: #7dafc1;
  }
  .cam_monitor_bnr {
    width: 100%;
    margin: 4vw auto;
  }
  .cam_monitor_bnr a {
    display: block;
    margin-bottom: 4vw;
  }
		.price_list {
		list-style-type:disc;
		margin-left:1em;
		font-size:16px;
	}
	.price_list  li{
margin-bottom:0.5em;
font-weight: bold;
	} 
	.price_list  span{
	color:#f00;
		display:block
	} 
}
@media screen and (min-width: 761px) {
  .campaign_bg {
    width: 1200px;
    margin: auto;
  }
  .topIntro {
    margin: 40px auto;
    padding: 0;
  }
  .faq_campaign_bnr {
    margin: 0 auto 60px;
    width: 1000px;
  }
  .campaign .list_clinic {
    width: 1200px;
    display: flex;
    margin: 0 auto;
    flex-flow: wrap;
  }
  .campaign .list_clinic li {
    width: calc((100% - 60px) / 3);
    list-style: none;
    /* margin-bottom: 20px; */
    margin-right: 20px;
  }
  .campaign .list_clinic li:nth-of-type(3n) {
    margin-right: 0;
  }
  .campaign .list_clinic li img {
    width: 100%;
    height: auto;
  }
    
    

  .pc_inline {
    display: contents;
  }
  .sp {
    display: none;
  }
  .cam_bg {
    width: 100%;
    height: 34vw;
    min-height: 480px;
    clear: both;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 0%;
  }
    .ginza_cam .cam_bg {
     background-image: url(../images/campaign/ginza_cam_mv.jpg);
    }  
    .yokohama_cam .cam_bg {
     background-image: url(../images/campaign/yokohama_cam_mv.jpg);
    } 
    .shinjuku_cam .cam_bg {
     background-image: url(../images/campaign/shinjuku_cam_mv.jpg);
    } 
    .osaka_cam .cam_bg {
     background-image: url(../images/campaign/osaka_cam_mv.jpg);
    }
    .nagoya_cam .cam_bg {
     background-image: url(../images/campaign/nagoya_cam_mv.jpg);
    }
    .fukuoka_cam .cam_bg {
     background-image: url(../images/campaign/fukuoka_cam_mv.jpg);
    } 
    .ikebukuro_cam .cam_bg {
     background-image: url(../images/campaign/ikebukuro_cam_mv.jpg);
    } 
	.sendai_cam .cam_bg {
     background-image: url(../images/campaign/sendai_cam_mv.jpg);
    } 

  .cam_clinic_tab {
    text-align: center;
    padding: 10px 0;
    width: 100%;
    border-bottom: 1px solid #333;
    margin-top: 0px;
  }
  .cam_clinic_tab_inner {
    margin: auto;
    text-align: center;
    display: flex;
    width: 900px;
  }
  .cam_clinic_tab_inner a {
    font-size: 20px;
    border-right: 1px solid #333;
    font-weight: bold;
    display: block;
    position: relative;
    width: 50%;
  }
  .cam_clinic_tab_inner a:last-child, .cam_clinic_tab_inner p:last-child {
    border-right: none;
  }
  .cam_clinic_tab_inner p {
    font-size: 20px;
    border-right: 1px solid #333;
    font-weight: bold;
    display: block;
    position: relative;
    width: 50%;
  }
  .ginza_cam .link_ginza:after,
    .yokohama_cam .link_yokohama:after, 
    .ikebukuro_cam .link_ikebukuro:after,
    .osaka_cam .link_osaka:after,
    .fukuoka_cam .link_fukuoka:after,
    .shinjuku_cam .link_shinjuku:after,
	.sendai_cam .link_sendai:after,
    .nagoya_cam .link_nagoya:after{
    content: "";
    width: 60%;
    margin: auto;
    height: 6px;
    background: #333;
    position: absolute;
    bottom: -10px;
    left: 20%;
  }
        
  .cam_menu_list {
    display: table;
    width: 800px;
    margin: 60px auto;
  }
  .cam_menu_list a {
    align-items: center;
    width: 31%;
    margin-right: 3.5%;
    margin-bottom: 2%;
    text-align: center;
    display: grid;
    background: #e6e6e6;
    padding: 20px 38px;
    border-radius: 40px;
    font-size: 18px;
    float: left;
    height: 70px;
    line-height: 1.2;
    font-weight: bold;
    position: relative;
  }
  .cam_menu_list a:nth-of-type(3n) {
    margin-right: 0;
  }
  .cam_menu_list a:after {
    font-family: "Font Awesome 5 Free";
    content: '\f0dd';
    font-weight: 900;
    width: 25px;
    margin: auto;
    height: 30px;
    position: absolute;
    font-size: 25px;
    right: 10px;
    color: #363737;
    top: 16px;
  }
  .cam_box {
    width: 100%;
    margin: 100px auto;
  }
  .cam_box h2 {
    font-size: 30px;
    font-weight: bold;
    border-top: 2px solid #363737;
    border-bottom: 2px solid #363737;
    padding: 40px 0;
    text-align: center;
    color: #363737;
  }
  .cam_box_inner {
    width: 1000px;
    margin: 40px auto;
  }
  .cam_box_item {
    display: flex;
    margin-bottom: 100px;
    width: 100%;
  }
  .cam_box_item .cam_box_itme_left {
    width: 48%;
    margin-right: 2%;
  }
  .cam_box_item_right {
    width: 50%;
    padding: 0 0 80px 0;
    position: relative;
  }
  .cam_box_item_right h3 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .cam_box_item_right h4 {
    font-size: 28px;
    font-weight: bold;
    color: #ff0000;
    line-height: 1.4;
    margin-bottom: 20px;
  }
  .cam_box_item_right a {
    position: absolute;
    text-align: center;
    padding: 20px;
    display: block;
    background: #363737;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    bottom: 0;
    width: 90%;
    cursor: pointer;
  }
  .cam_box_item_right a:after {
    font-family: "Font Awesome 5 Free";
    content: '\f054';
    font-weight: 900;
    width: 20px;
    margin: auto;
    height: 30px;
    position: absolute;
    font-size: 20px;
    right: 10px;
    color: #fff;
    top: 23px;
  }
  .cam_box_item_right a:hover {
    background: #7dafc1;
  }
  .cam_box_reserve {
    width: 1000px;
    background: #e6e6e6;
    padding: 30px;
    margin: auto
  }
  .cam_box_reserve_text {
    text-align: center;
    padding: 10px 30px;
    background: #fff;
    font-size: 18px;
    margin: auto;
    margin-bottom: 15px;
    width: 330px;
    border-radius: 30px;
    font-weight: bold;
  }
  .cam_box_reserve_clinic {
    font-size: 22px;
    margin-bottom: 15px;
    text-align: center;
  }
  .cam_box_reserve_box {
    width: 75%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .cam_box_reserve_box a {
    width: 31%;
    display: flex;
    margin-right: 3.5%;
    align-items: center;
    text-align: center;
    background: #888888;
    height: 100px;
    position: relative;
    border-radius: 8px;
  }
  .cam_box_reserve_box a:last-child {
    margin-right: 0;
  }
  .reserve_box_txt {
    width: 65%;
    position: absolute;
    right: 5%;
    color: #fff;
  }
  .reserve_box_txt p {
    font-size: 24px;
    font-weight: bold;
  }
	.cam_box_reserve_box a.reserve_box_line {
		background: #95a5a3;
	}
	.cam_box_reserve_box a.reserve_box_reserve {
		background: #c09b91;
	}
	.cam_box_reserve_box a.reserve_box_line:hover {
		background: #45940d;
	}
	.cam_box_reserve_box a.reserve_box_reserve:hover {
		background: #bd7a7b
	}
  .cam_box_reserve_box a.reserve_box_line:before {
    content: '';
    background-image: url(../images/common/line_ico.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 50px;
    margin: auto;
    height: 50px;
    position: absolute;
    font-size: 20px;
    left: 12px;
    color: #fff;
    top: 25px;
  }
  .cam_box_reserve_box a.reserve_box_reserve:before {
    content: '';
    background-image: url(../images/common/web_ico.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 45px;
    margin: auto;
    height: 50px;
    position: absolute;
    font-size: 20px;
    left: 16px;
    color: #fff;
    top: 26px;
  }
  .cam_box_reserve_box a.reserve_box_tel:before {
    font-family: "Font Awesome 5 Free";
    content: "\f095";
    font-weight: 900;
    width: 45px;
    margin: auto;
    height: 50px;
    position: absolute;
    font-size: 36px;
    left: 16px;
    color: #fff;
    top: 23px;
  }
  .cam_box_reserve_box a.reserve_box_tel:hover {
    background: #7dafc1;
  }
  .cam_box_monitor_inner {
    width: 1000px;
    margin: 100px auto;
  }
  .cam_box_monitor {
    margin-bottom: 20px;
  }
  .cam_box_monitor_inner p {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  a.monitor_btn {
    position: relative;
    text-align: center;
    padding: 20px;
    display: block;
    background: #363737;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    bottom: 40px;
    width: 500px;
    cursor: pointer;
    margin: 100px auto;
  }
  a.monitor_btn:after {
    font-family: "Font Awesome 5 Free";
    content: '\f054';
    font-weight: 900;
    width: 20px;
    margin: auto;
    height: 30px;
    position: absolute;
    font-size: 20px;
    right: 10px;
    color: #fff;
    top: 23px;
  }
  a.monitor_btn:hover {
    background: #7dafc1;
  }
  .cam_monitor_bnr {
    width: 800px;
    margin: 60px auto;
  }
  .cam_monitor_bnr a {
    display: block;
    margin-bottom: 40px;
  }
		.price_list {
		list-style-type:disc;
		margin-left:1em;
		font-size:20px;
	}
	.price_list  li{
margin-bottom:0.5em;
font-weight: bold;
	} 
	.price_list  span{
	color:#f00;
		display:block
	} 
}