/*--------------------------------------------------------------
    Common
--------------------------------------------------------------*/
@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Qwitcher+Grypen&display=swap');

@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),
       url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),
       url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),
       url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),
       url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'FontAwesome';
  src: local('Arial');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  size-adjust: 100%;
  ascent-override: 90%;
  descent-override: 20%;
  line-gap-override: 0%;
}

html {
    overflow-y: scroll;
    overflow-x: hidden;
    -ms-overflow-style: scrollbar;
}

body {
    background: #fff;
    font-size: 18px;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", sans-serif;
    font-feature-settings: "palt";
    color: #333;
    -webkit-font-smoothing: antialiased;
    word-wrap: break-word;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {overflow: hidden !important;}
p, ol, ul, dl, blockquote, .form-group {font-size: 18px; line-height: 1.7em;}
b, strong, .bold{
}
.col-sm-6 {padding-left: 0; padding-right: 0;}

section {padding-top: 60px; padding-bottom: 60px;}

.h2, h2 {
        font-size: 30px;
}
.mgt-40 {margin-top: -40px !important;}
.mgt-50 {margin-top: -50px !important;}
.pdb70 {padding-bottom: 70px;}

.only_sp {display: none !important;}
.only_pad {display: none !important;}
.ls_s {letter-spacing: -10px; background: none !important;}
.txt_center {margin: 0 auto; text-align: center !important;}
.txt_o {color: #1b1f33 !important;}

.sp_only {display: none;}
img {
    max-width: 100%;
    height: auto;
}

.align-center {
    text-align: center;
}

.align-left {
    text-align: left !important;
}

.position-relative {
    position: relative;
}

a img:hover {
    opacity: 0.9;
}

/*--------------------------------------------------------------
    Header
--------------------------------------------------------------*/
.home-section {
    position: relative;
    background-size: cover;
	width: 100%;
	flex-direction: row-reverse;
    padding: 0;
}
.header_logo img {
	display: block;
	max-width: 240px;
	margin: 0 auto;
}
.header_logo span {
	display: block;
	background: #036EB7;
	font-size: 18px;
    font-weight: 900;
    letter-spacing: 1px;
    color: #fff;
    padding: 3px 15px;
}
.flex_box {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
}
.contents_inner {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 30px 0 80px 0;
    color: #fff;
    text-align: center;
}

/* Transition elsements */
a,
.btn {
    transition: all 0.125s ease-in-out 0s;
}


/* mainImg */
.kvc {
    position: relative;
    height: 100%;
    padding-top: 0 !important;
}
#mainImg {
    display: table;
    height: 100vh;
    text-align: left;
    position: relative;
    z-index: 3;
}
#home {
    justify-content: normal;
}
#home > div {
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#home > .home-txt {
    background: #fff;
    text-align: center;
    position: relative;
    max-width: 50%;
    padding: 5% 3%;
}
#home > .home-txt::before {
	content: "";
    position: absolute;
    top: 30%;
    right: 100%;
    margin-top: -25px;
    border: 25px solid transparent;
    border-right: 25px solid #fff;
}
#home > .home-txt .img_home-txt {
    position: absolute;
    bottom: 0;
    left: -25%;
}
#home > .home-txt .img_home-txt img {
    display: block;
    max-width: 360px;
}
#home > .home-txt h1, #home > .home-txt h2 {
	font-weight: 600;
	letter-spacing: 3px;
}
#home > .home-txt h2 {
	font-size: 24px;
	color: inherit;
    margin: 0;
}
#home > .home-txt h2 strong {
	color: #036EB7;
}
.home-img {
    max-width: 50%;
}
.home-img img {
    max-width: auto !important;
    width: auto;
	height: 100%;
	object-fit: cover;
}
#home > div ul li {
    color: #1EAA39;
}
#home > div ul {
  width: 100%;
  list-style: none;
  margin: 20px auto;
  padding: 0;
  display: flex;
  font-weight: 600;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
}

#home > div ul li {
  flex: 1;
  font-size: 120%;
  text-align: center;
  border: 1px solid;
  border-radius: 30px;
  padding: 5px 15px;
}
#home > div ul li span {
  position: relative;
  padding-left: 1.35em;
}

#home > div ul li span::before {
  font-family: "FontAwesome";
  font-weight: 900;
  content: "\f00c";
  position: absolute;
  left: 0;
  color: #2ecc71;
  font-size: 1.1em;
}
.cv_area {
    width: 100%;
    margin: 20px auto;
    position: relative;
    z-index: 2;
}
.cv_area p {
	text-align: center;
}
.cv_area p:last-child {
	margin: 10px auto 0 auto;
}
.btn {
    display: block;
    background: #1EAA39;
    width: 100%;
    max-width: 400px;
    font-size: 140%;
    font-weight: 600;
    color: #fff;
    line-height: 2.75em;
    margin: 0 auto;
	border-bottom: 5px solid #18882D;
	position: relative;
	overflow: hidden;
}
.btn:hover {
    background: #18882D;
    color: #fff;
}
.btn span {
    color: #fff82d;
}
.cv_area .btn:after {
	display: block;
	content: '';
    position: absolute;
    top: 0;
    left: -150%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.1), transparent);
    transform: skewX(-25deg);
    animation: flash 4.5s ease-in-out infinite;
    pointer-events: none;
    z-index: 1;
}

@keyframes flash {
    0%   { left: -150%; }
    20%  { left: 150%; }
    100% { left: 150%; }
}

#mainImg_txt {
    display: table-cell;
    text-align: left;
    color: #ffffff;
    letter-spacing: 5px;
    vertical-align: middle;
    position: relative;
    z-index: 3;
}
#mainImg_txt h2 {
    font-size: 72px;
    font-weight: bold;
    text-shadow: 0px 0px 4px rgba(0,0,0,0.85), 0px 0px 10px rgba(0,0,0,0.65);
    color: #ffffff;
    margin: 0;
}
#mainImg_txt h2 img {
    display: block;
    max-width: 300px;
    margin-bottom: 0.35em;
}
#mainImg_txt h2 strong {
    color: rgba(52,108,205,1);
}
#mainImg_txt h2 span {
    display: block;
}
#mainImg_txt h2 small {
    display: block;
    font-size: 25px;
    font-weight: 600;
    color: #ffffff;
    line-height: 1.75em;
    margin-bottom: 1em;
}
#mainImg_txt .img_top_badge_bg, #mainImg_txt .img_top_badge_txt {
    position: absolute;
    left: 3%;
}
#mainImg_txt .img_top_badge_txt {
    display: block;
    width: 214px;
    height: 214px;
    position: absolute;
    top: 26%;
    z-index: 0;
}
#mainImg_txt .img_top_badge_bg {
    background: url(../images/img_top_badge_bg.png) no-repeat;
    background-size: cover;
    width: 214px;
    height: 214px;
    -webkit-animation: spin 4.5s linear infinite;
    -moz-animation: spin 4.5s linear infinite;
    -ms-animation: spin 4.5s linear infinite;
    -o-animation: spin 4.5s linear infinite;
    animation: spin 4.5s linear infinite;
    top: 26%;
    z-index: -1;
}
@-webkit-keyframes spin {
    0% {-webkit-transform: rotate(0deg);}
    100% {-webkit-transform: rotate(360deg);}
}
@-moz-keyframes spin {
    0% {-moz-transform: rotate(0deg);}
    100% {-moz-transform: rotate(360deg);}
}
@-ms-keyframes spin {
    0% {-ms-transform: rotate(0deg);}
    100% {-ms-transform: rotate(360deg);}
}
@-o-keyframes spin {
    0% {-o-transform: rotate(0deg);}
    100% {-o-transform: rotate(360deg);}
}
@keyframes spin {
    0% {transform: rotate(0deg);}
    100% {transform: rotate(360deg);}
}
.top_txt {margin-bottom: 1em;}
.top_txt small {
    background: #E3F2D1;
    color: #09589e;
    font-size: 120%;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 12px 20px 10px 20px;
    border-radius: 20px;
}
#mainImg_txt ul {
    display: inline-block;
    background: #ffffff;
    letter-spacing: 1px;
    border-radius: 12px;
    padding: 2em;
    list-style-type: none;
}
#mainImg_txt ul li {
    color: #333;
    font-weight: 600;
    font-size: 90%;
    font-feature-settings: "palt" !important;
    margin-bottom: 10px;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 5px;
}
#mainImg_txt ul li:last-child {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
#head_thumb {
    position: absolute;
    right: 0;
    bottom: 0;
}
#head_thumb small {
    position: absolute;
    right: 2em;
    bottom: 1em;
    color: #999;
    font-weight: 600;
    text-align: right;
    letter-spacing: 1px;
}
#img_medicine_r {
    position: absolute;
    bottom: 15%;
    right: -5%;
    animation-name: updown-img_robot_l;
    animation-delay:0s;
    animation-duration: 3s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}
.fuwafuwa {
    animation-name: updown-img_robot_l;
    animation-delay:0s;
    animation-duration: 3s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}
@keyframes updown-img_robot_l {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
  }
}

#img_medicine_l {
    position: absolute;
    bottom: 15%;
    left: -5%;
    animation-name: updown-img_robot_s;
    animation-delay:0s;
    animation-duration: 3s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}
.updown {
    animation-name: updown-img_robot_s;
    animation-delay:0s;
    animation-duration: 3s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}
@keyframes updown-img_robot_s {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
  65% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
.main {
    position: relative;
    background-color: #fff;
    letter-spacing: 1px;
    z-index: 0;
}

section h2, section h3, section h4 {font-weight: 600; letter-spacing: 3px;}
section h2 {
    color: #036EB7;
    margin: 2em 0 1.5em 0;
}
section h2 div {
    text-align: center;
    padding: 0;
    position: relative;
    z-index: 3;
}
section h2 div span {
    display: inline-block;
    padding: 0 0.5em;
    position: relative;
    z-index: 3;
}

section h2 small {
    display: inline-block;
    background: rgba(3, 110, 183, 0.075);
    font-size: 18px;
    font-weight: 600;
    color: #036EB7;
    padding: 10px 20px;
    border-radius: 30px;
}
.subtitle {
    font-size: 340%;
    font-family: "Qwitcher Grypen", cursive;
    font-weight: 400;
    font-style: normal;
    color: #036EB7;
    position: absolute;
    top: -1em;
    left: 0;
    right: 0;
    transform: rotate(-7deg);
    opacity: 0.1;
    z-index: -1;
}

section h3 {
    margin-bottom: 1em;
}
section h3 img {
    display: block;
    margin: 0 auto;
}
.bg_gray {
    background: #f8f8f8;
}

#nayami {
    background: #036EB7;
    position: relative;
    overflow: visible !important;
}
#nayami:after {
    content: "";
    position: absolute;
    bottom: -50px;
    left: 50%;
    margin-left: -25px;
    border: 25px solid transparent;
    border-top: 25px solid #036EB7;
    z-index: 1;
}
#nayami h2 {
    color: #fff;
    margin-top: 0;
}
#nayami h2 span {
    background: none;
}
.nayami_list > li {
    background: #ffffff;
    font-weight: 600;
    font-size: 110%;
    padding: 20px;
    border: 4px solid #d9edff;
    border-radius: 5px;
    box-sizing: border-box;
    position: relative;
}
.nayami_list > li strong {
    color: #036EB7;
}
.nayami_list > li img {
    width: auto;
    height: 90px;
    position: absolute;
    right: 20px;
    bottom: 0;
}

img.circle {
    width: 420px;
    height: 420px;
    border-radius: 50%;
    object-fit: cover;
}

#find .flex_box > div:nth-child(2), #taisei .flex_box > div:nth-child(2) {
    background: #fff;
    padding: 2% 0 2% 4%;
    position: relative;
    right: 5%;
    margin-top: 5%;
}
#find .flex_box > div, #taisei .flex_box > div {
    max-width: 50%;
}
#taisei .flex_box {
    flex-direction: row-reverse;
}
#taisei .flex_box > div:nth-child(2) {
    padding: 2% 4% 2% 0;
    right: 0;
    left: 5%;
}
#sindan a {
	display: block;
	max-width: 640px;
	margin: 0 auto;
}
#sindan img {
	display: block;
	margin: 0 auto;
}
#difference .flex_list div {
    text-align: center;
}
#difference .flex_list div img {
    display: block;
	margin: 0 auto;
	width: auto;
    max-height: 120px;
}

.bg-green {
	background: #1eaa39 !important;
}
.bnr_howto {
	padding-bottom: 30px;
}
.bnr_howto img {
	display: block;
	width: 100%;
	max-width: 940px;
	margin: 0 auto;
	border: 6px solid #98e5a7;
	border-radius: 20px;
	box-shadow: 0 8px 24px rgba(3, 110, 183, 0.25);
}

.voice_list {
    width: 80%;
    margin: 5% auto;
}

.voice_list .voice_box {
    margin-bottom: 30px;
}

.voice_list .voice_box .voice_txt {
    width: calc(100% - 200px);
}

.voice_list .voice_box .voice_txt div {
    position: relative;
}

.voice_list .voice_box:nth-child(even) {
    flex-direction: row-reverse;
}

.voice_list .voice_box:nth-child(even) .voice_txt div:before {
    content: "";
    position: absolute;
    top: 40%;
    left: 100%;
    margin-top: -15px;
    border: 15px solid transparent;
    border-left: 15px solid #fff;
}

.voice_list .voice_box:nth-child(odd) .voice_txt div:before {
    content: "";
    position: absolute;
    top: 40%;
    left: -30px;
    margin-top: -15px;
    border: 15px solid transparent;
    border-right: 15px solid #fff;
}

.voice_list .voice_box:last-child {
    margin-bottom: 0;
}

.voice_list .voice_box .voice_thumb {
    width: 180px;
    font-size: 14px;
    text-align: center;
}

.voice_list .voice_box .voice_thumb img {
    display: block;
    width: 120px;
    height: auto;
    margin: 0 auto 7px auto;
}

.other-episodes {
	margin: 2em auto;
	padding-top: 1em;
}
.other-episodes ul {
	margin: 0 auto;
	text-align: center;
}
.other-episodes ul li {
	display: inline-block;
	margin: 0 20px;
}
.other-episodes ul li a {
	font-weight: 600;
}

.wh_wrap {
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.8);
    border-radius: 30px;
    border: 2px solid #fff;
    box-sizing: border-box;
    padding: 20px 30px;
    position: relative;
    z-index: 1;
}

#rybelsus dl, #lusefi dl, #saxenda dl {
    margin-top: 3em;
}
#rybelsus dl dt, #rybelsus dl dd, #lusefi dl dt, #lusefi dl dd, #saxenda dl dt, #saxenda dl dd {
    margin: 0;
    padding: 0;
}
#rybelsus dl dt, #lusefi dl dt, #saxenda dl dt, .bl_searchResultBlock dl dt {
    width: 50%;
    float: left;
}
#rybelsus dl dt img, #lusefi dl dt img, #saxenda dl dt img {
    display: block;
    max-width: 380px;
    margin: 0 auto;
}
#rybelsus h3, #lusefi h3, #saxenda h3 {
    margin-bottom: 20px;
}
.bnr_center {
    text-align: center;
    margin: 2em auto;
}

.obi {background: #E62E8B; display: table; width: 100%; text-align: center; position: relative; z-index: 2;}
.obi h2 {display: table-cell; vertical-align: middle; color: #ffffff; font-weight: 700; font-size: 36px; text-shadow: none; padding: 0.7em 1em;}
.obi h2 small {display: block; color: #ffffff; font-weight: 600; line-height: 1.4em; margin-top: 10px;}
#about {
    background: #ffffff;
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
}
#about .inner_about:before {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: #ffffff url(../images/bg_about.webp);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 25%;
    bottom: 0;
}

button {
    display: block !important;
    background: none;
    width: 80%;
    margin: 1em auto 0 auto !important;
    text-align: center !important;
    position: relative;
    border: none;
}
button a {
    display: block;
    background: #09589e;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    line-height: 2.8em;
    border-radius: 30px;
    border: 3px solid #ffffff;
}
.bl_searchResultBlock_item button a {
    background: #d33131;
    font-size: 16px;
}
button a:after {
    content: '';
    width: 2em;
    height: 0.5em;
    border-bottom: solid 0.1em;
    border-right: solid 0.1em;
    transform: skew(45deg);
    position: absolute;
    right: 2.5em;
    top: 1.2em;
    transition: 0.5s ease-out;
}
.bl_searchResultBlock_item button a:after {display: none;}
button:hover a {color: #fff;}
button:hover a:after {
    right: 1.5em;
}

.col-md-offset-6-right {float: right; width: 50%; margin-right: 50%;}
.col-md-6-right {width: 50%; margin-left: 50%;}

/* Dark background */
.bg-dark,
.bg-dark-15,
.bg-dark-30,
.bg-dark-45,
.bg-dark-60,
.bg-dark-90 {
    color: #fff;
}

.bg-dark-45:before {
    position: absolute;
    background: rgba(2, 2, 2, 0.7);
    content: " ";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

.bg-pg {
    background: #F2FCE7;
}
.parallax-bg {
    background-attachment: fixed;
    background-size: cover;
}

section p a, section ul li a {
    color: #09589e;
    text-decoration: underline;
}

.txt_caution p {font-size: 12px;}
.txt_wh {color: #ffffff !important;}

.flex_list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0 -10px;
  justify-content: flex-start;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.flex_list > li,
.flex_list > div {
  flex: 1 1 300px;
  max-width: calc((100% - 40px) / 3);
  box-sizing: border-box;
}

.highlight, .nayami_list > li strong {
    display: inline !important;
    background: linear-gradient(transparent 60%, rgba(3, 110, 183, 0.15) 60%);
    font-weight: bold;
    line-height: 1.7em;
    padding: 5px;
}

.txt_caution {
    margin-top: 15px;
}
.txt_caution ul {
    font-size: 100%;
    list-style-type: none;
    text-align: left;
    margin: 0 auto;
    padding: 0;
}
.txt_caution ul {
    margin: 0 2%;
}

.txt_big {margin: 3em auto;}
.txt_big, .txt_big h3 {
    text-align: center;
    font-weight: 600;
}
.txt_big h3 {
    margin-bottom: 15px;
}

.txt_wh, .txt_wh a, .txt_white {color: #fff !important;}
.txt_wh small {color: #fff !important; font-size: 14px;}

.txt_gray {color: #999999;}

/*--------------------------------------------------------------
    Typography
--------------------------------------------------------------*/
a {
    color: #1b1f33;
}

a:hover, a:focus {
    text-decoration: none;
    color: #aaa;
    outline: 0;
}

.bg-price {
    background: #fff600;
}

.bg-dark a {
    color: #aaa;
}

.bg-dark a:hover, .bg-dark a:focus {
    color: #fff;
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.4;
    font-weight: 400;
}
section .container h2 strong {
    font-family: 'Josefin Sans', sans-serif;
}

p, ol, ul, blockquote {
    margin: 0 0 0.75em;
}

blockquote {
    border: 0;
    font-style: italic;
    font-size: 15px;
    padding: 0;
}

.font-alt {
    letter-spacing: 2px;
}

.font-serif {
    font-style: italic;
}

.large-text {
    font-size: 24px !important;
}

h1, h2, h3, h4, h5, h6, .fl_left, .fl_right {
    transform: rotate(.03deg);
}

.box-shadow {box-shadow: 0 0 4px rgba(0,0,0,0.3) inset;}

section table {
    background: #ffffff;
    width: 100%;
    margin-bottom: 2em;
    border-collapse: collapse;
    
}
section table th, section table td {
    padding: 1em 2em;
    border: 1px solid rgba(106, 195, 211, 0.3);
}
section table th {
    background: rgba(106, 195, 211, 0.15);
}
.bl_searchResultBlock table {
    margin: 0 0 15px 0;
}
.bl_searchResultBlock table th, .bl_searchResultBlock table td {
    font-size: 14px;
    padding: 10px 15px;
}
.bl_searchResultBlock table th {
    white-space: nowrap;
}
.bl_searchResultBlock table td small {
    display: block;
}
.bl_searchResultBlock table td ul {
    font-size: 14px;
    list-style-type: none;
    margin: 10px 0 0 0;
    padding: 0;
}
.bl_searchResultBlock table td ul li {
    font-size: 90%;
    line-height: 1.5em;
    margin-bottom: 10px;
}
.bl_searchResultBlock table td ul li:last-child {
    margin-bottom: 0;
}

#contact p {
    text-align: center;
    margin: 2em auto;
}

.policy_inner {
    margin: 5em 3em 5em 3em;
}
.policy_inner dl dt {
    font-feature-settings: "palt" !important;
    margin-bottom: 7px;
}
.policy_inner dl dd {margin-bottom: 20px;}
.policy_inner dl dd p, .policy_inner dl dd ul, .policy_box dl dd ul {
    list-style-type: circle;
}
.policy_inner dl dd ul {list-style-position: inside; margin-left: 0; padding-left: 0;}
.policy_inner dl dd p, .policy_inner dl dd ul li {
    font-size: 90% !important;
}

/*--------------------------------------------------------------
    Footer
--------------------------------------------------------------*/
.footer {
    background: #333;
    padding: 2em 0;
}
.footer_logo img {
    display: block;
    margin: 0 auto;
}
.footer h3 {margin: 50px auto;}
.footer_nav {
    width: 49%;
    float: left;
    font-size: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.footer .copyright {
    width: 49%;
    float: right;
    font-size: 100%;
    color: #fff;
    margin: 0;
    text-align: right;
    letter-spacing: 1px;
}
.footer a {
    color: #fff;
    text-decoration: none;
}

hr {display: block; float: none; clear: both; border: none;}

.fl_left {float: left; width: 48%;}
.fl_right {float: right; width: 48%;}
.txt_140,p#txt_kakunin {font-size: 140%; font-weight: 900; line-height: 1.8em;}
    
.title h2 {font-size: 57%;}
.col-sm-3 {width: 33%;}
.col-sm-4 {width: 25%;}
    
hr {padding: 20px 0; margin: 0; border-bottom: 4px double #dddddd;}

.voice_txt a {
	font-weight: 600;
    color: #09589e;
    margin-top: 10px;
}
.voice_txt a::before, .other-episodes ul li a::before {
	display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    content: "\f1ea";
    font-family: "FontAwesome";
    font-weight: 900;
    margin-right: 5px;
}

@media (max-width: 1430px) {
#home > .home-txt .img_home-txt {
     right: -35%;
    }
}
@media (max-width: 1280px) {
#home > .home-txt .img_home-txt {
     left: -50%;
    }
}

@media (max-width: 991px) {
	.only_tab {display: block !important;}
	.home-section {display: flex !important; align-items: flex-end;}
	.header_logo {display: flex; align-items: center;}
	.header_logo img {max-width: 240px;}
	#home > div {width: 100%; height: 50vh;}
	#home > .home-txt {
		    max-width: 100%;
		background: #fff;
		margin: 0 auto;
		z-index: 1;
	}
	#home > .home-txt::before {
		display: none;
	}
	#home > .home-txt h1 br, #home > .home-txt h2 br {display: none;}
	#home > .home-txt h1 {font-size: 24px; margin-top: 0;}
	#home > .home-txt h2 {font-size: 18px !important; margin-bottom: 20px;}
	.home-img {
		max-width: 100% !important;
		width: 100%;
    position: absolute;
    top: 0;
    left: 0;
	}
	.home-img img {
		    width: 100%;
	}
#mainImg_txt h2 {font-size: 48px;}
#home > .home-txt .img_home-txt {left: -100%;}
.container .row {padding: 0 1em;}
}

@media (max-width: 767px) {
	.pc_only {display: none;}
	.sp_only {display: block !important;}
	body {font-size: 16px;}
    section h3 br, section p br {display: none;}
    section h3 {font-size: 20px;}
    #mainImg {width: 100%; height: 100vh;}
    #mainImg_txt .img_top_badge_bg, #mainImg_txt .img_top_badge_txt {width: 160px; height: 160px; top: 28%; right: 3%; left: auto;}
    #img_medicine_r {bottom: -8%; right: -10%;}
    #img_medicine_l {bottom: -4%; left: -8%;}
    #rybelsus dl dt, #lusefi dl dt, #saxenda dl dt {width: 100%; float: none; margin-bottom: 3em;}
    
    section .container p br {display: none;}
    .h2, h2, section h2 {font-size: 24px;}
    .sub-page .main {padding-top: 50px;}
    .contents {margin-bottom: -230px;}
    .contents:before {background-size: 50%;}
    .contents img {width: 80%;}
    #mainImg_txt .main_txt {text-align: left; margin-bottom: 1.7em;}
    #mainImg_txt .main_txt p br {display: none;}
    #mainImg_txt .btn.btn-border-o {font-size: 240%;}
    .mainImg_tel_txt span	{font-size: 130% !important;}
    .mainImg_tel_txt .btn {font-size: 280% !important;}
    .only_pc {display: none !important;}
	.only_sp {display: block !important; line-height: 0;}
	
	#home > .home-txt {padding: 0% 3% 2% 3%;}
	#home > .home-txt .img_home-txt {display: none;}
	#home > .home-txt .img_home-txt img {max-width: 160px;}
	#home > .home-txt .img_home-txt {left: -2%;}
	
	#home > div ul {margin: 10px auto 15px auto;}
	#home > div ul li {font-size: 100%; background: #fff;}
	.header_logo span {margin-top: 0px;}
	#home > .home-txt .cv_area {margin: 0 auto 10px auto;}
    #mainImg_txt .col-sm-6 {width: 100%;}
    #home > .home-txt h2 {letter-spacing: 1px;}
	section h2 small {font-size: 16px; line-height: 1.35em; margin-top: 10px;}
	.home-txt ul {max-width: 90%;}
    .parallax-bg {background-attachment: inherit !important;}

#head_logo a {font-size: 12px; display: block; height: auto; margin: 0; padding: 0;}
.col-sm-3, .col-sm-4 {width: 100% !important;}
section p br {display: none;}
.bg_wh_box {width: 100%; background: rgba(255,255,255,0.8); padding: 2em;}
.txt_big, .txt_big h3 {text-align: left;}
.flex_list {display: block;}
	.flex_list > li, .flex_list > div {width: 100%; max-width: 100%; margin: 0 auto 60px auto;}
	.flex_list > li:last-child, .flex_list > div:last-child {margin-bottom: 0;}
	.nayami_list > li {margin-bottom: 20px;}
	.flex_box {
		display: block;
	}
	.flex_box > div {
	flex: auto;
		width: 100%;
		max-width: 100% !important;
	}
	#find .flex_box > div, #taisei .flex_box > div {
		width: 90%;
		left: 0;
		position: absolute;
	}
	#find .flex_box > div img, #taisei .flex_box > div img {
		display: block;
		width: 85%;
		object-fit: cover;
	}
	#find .flex_box > div:nth-child(2), #taisei .flex_box > div:nth-child(2) {
		padding: 8% 0 8% 8%;
    position: relative;
    right: 0;
		left: 10%;
		top: 350px;
		margin-bottom: 350px;
	}
	
.txt_caution {margin-top: 10px;}
    .txt_caution ul {font-size: 90%;}
	
	.voice_list {width: 100%;}
	.voice_list .voice_box {display: flex;}
.voice_list .voice_box .voice_thumb {
        width: 90px;
        font-size: 12px;
    }

    .voice_list .voice_box .voice_thumb img {
        width: 90px;
		height: auto;
	}
	.voice_list .voice_box:nth-child(odd) .voice_thumb img {
		margin-left: 0;
	}
	.voice_list .voice_box:nth-child(even) .voice_thumb img {
		margin-right: 0;
	}

    .voice_list .voice_box .voice_txt {
        width: calc(100% - 160px);
    }

    .voice_list .voice_box .voice_txt div {
        padding: 20px;
	}
	.voice_list .voice_box h3 {
		font-size: 18px;
		margin-top: 0;
	}
	.voice_list .voice_box h4 {
		font-size: 16px;
	}
	.voice_list .voice_box p, .voice_list .wh_wrap {
		font-size: 15px;
	}
	
.other-episodes ul li {
    display: block;
    margin: 20px;
}
    
.bl_searchResultBlock_item dl dt ul {font-size: 12px !important; text-align: left !important; margin: 1em 0 !important;}
.bl_searchResultBlock_item dl dt ul li {margin: 0 0.5em 0.75em 0 !important;}
.bl_searchResultBlock table {margin: 1em 0;}
.bl_searchResultBlock table th, .bl_searchResultBlock table td {display: block; width: 100%;}
button {width: 100%; padding: 0;}
.bl_searchResultBlock_item button a {font-size: 16px; line-height: 3.2em;}
.policy_inner {margin: 3em 0;}
.footer .footer_link, .footer .footer_logo {float: none; clear: both; text-align: center; margin: 60px auto 0 auto; padding: 0;}
.footer .footer_logo {max-width: 50%;}
.footer p img {max-width: 60% !important; margin-top: 20px;}
.footer_nav, .footer .copyright {float: none; width: 100%; margin: 0 auto; text-align: center;}
.footer_nav {border-bottom: 1px solid #777777; margin-bottom: 1em; padding-bottom: 1em;}
}

@media only screen and (max-width: 720px) {
	.fl_left, .fl_right {float: none; width: 100%;}
	section {padding-top: 30px; padding-bottom: 30px;}
	#home {height: 90vh !important;}
	#home > div {background: #fff !important; height: 50vh !important;}
	.header_logo img {max-width: 120px;}
	.header_logo span {font-size: 16px;padding: 3px 10px;}
	#home > .home-txt h1 br, #home > .home-txt h2 br {display: block !important;}
	#home > .home-txt h1 {margin: 15px auto}
	.home-txt ul {max-width: 100%;}
	#home > div ul li {padding: 5px 10px;}
	#home > div ul li span {font-size: 15px; padding-left: 1.2em;}
	#home > .home-txt .cv_area {margin: 0 auto;}
	#find .flex_box > div:nth-child(2), #taisei .flex_box > div:nth-child(2) {top: 300px; margin-bottom: 300px;}
	.voice_list .voice_box .voice_thumb, .voice_list .voice_box .voice_thumb img {width: 60px;}
	.voice_list .voice_box .voice_txt {width: calc(100% - 90px);}
#img_medicine_r {right: -15%;}
#img_medicine_r img, #img_medicine_l img {max-width: 75%;}
#rybelsus dl dt img {max-width: 100%;}
#lusefi dl dt img, #saxenda dl dt img {max-width: 80%;}
section h2 {font-size: 20px;}
section h3, .txt_big, .txt_big h3 {font-size: 18px;}
.bg_wh_box h2 {line-height: 1.4em;}
.bg_white {background: #fff; padding: 15px 0;}
#main {margin: 0 !important; padding: 0 !important; overflow: !important;}
.bl_selectBlock_release {width: 100% !important;}
.bl_searchResultBlock dl {padding: 1em;}
button a {font-size: 16px; line-height: 3em;}
button a:after {width: 1.5em; right: 1.25em; top: 1.1em;}
.bl_searchResultBlock_item button a {font-size: 12px; line-height: 3.7em;}
.policy_inner {margin: 0 2em;}
}

@media only screen and (max-width: 390px) {
.header_logo span {font-size: 14px;}
#home > .home-txt h1 .highlight {line-height: 1.5em; padding: 3px;}
#home > .home-txt h2 {line-height: 1.2em;}
#home > div ul {margin: 5px auto 10px auto;}
#home > div ul li {padding: 0 10px;}
#home > div ul li span {font-size: 13px;}
#home > div ul li span::before, #home > div ul li span {line-height: 34px;}
#home .cv_area .btn {line-height: 2em;}
.txt_big {font-size: 140%;}
}

@media only screen and (max-width: 375px) and (max-height: 667px) {
#mainImg_txt {top: 0;}
#mainImg_txt h2 {font-size: 36px; line-height: 1.2em;}
#mainImg_txt h2 small {line-height: 1.4em; margin: 0.5em 0;}
}

@media only screen and (max-width: 320px) {
#head_logo a {font-size: 10px;}
#mainImg_txt {top: 50px;}
#mainImg_txt h2 {background: none; display: block !important; font-size: 30px; line-height: 1.4em !important;}
#mainImg_txt h2 br {display: none;}
#mainImg_txt h2 span {display: inline !important; background: linear-gradient(transparent 60%, rgba(255, 239, 107, 1) 60%); font-weight: bold;}
.h2, h2 {font-size: 24px;}
.h3, h3 {font-size: 18px;}
.h4, h4 {font-size: 14px;}
}

@media(min-width: 768px){
    a[href^="tel:"]{
        pointer-events: none;
        }
}