@charset "utf-8";
/* CSS Document */

/*! sanitize.css | CC0 Public Domain | github.com/jonathantneal/sanitize.css */
pre,textarea{overflow:auto}
[hidden],audio:not([controls]),template{display:none}
details,main,summary{display:block}
input[type=number]{width:auto}
input[type=search]{-webkit-appearance:textfield}
input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}
progress{display:inline-block}
small{font-size:75%}
textarea{resize:vertical}
[unselectable]{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
*,::after,::before{box-sizing:inherit;border-style:solid;border-width:0}
*{font-size:inherit;line-height:inherit;margin:0;padding:0}
::after,::before{text-decoration:inherit;vertical-align:inherit}
:root{-ms-overflow-style:-ms-autohiding-scrollbar;overflow-y:scroll;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;text-size-adjust:100%;box-sizing:border-box;cursor:default;font:16px/1.5 sans-serif;text-rendering:optimizeLegibility}
a{text-decoration:none}
audio,canvas,iframe,img,svg,video{vertical-align:middle}
button,input,select,textarea{background-color:transparent;color:inherit;font-family:inherit;font-style:inherit;font-weight:inherit;min-height:1.5em}
code,kbd,pre,samp{font-family:monospace,monospace}
nav ol,nav ul{list-style:none}
select{-moz-appearance:none;-webkit-appearance:none}
select::-ms-expand{display:none}
select::-ms-value{color:currentColor}
table{border-collapse:collapse;border-spacing:0}
::-moz-selection{background-color:#B3D4FC;text-shadow:none}
::selection{background-color:#B3D4FC;text-shadow:none}
@media screen{[hidden~=screen]{display:inherit}
[hidden~=screen]:not(:active):not(:focus):not(:target){clip:rect(0 0 0 0)!important;position:absolute!important}
}
/*# sourceMappingURL=sanitize.css.map */


ul,li{
	margin:0;
	padding: 0;
	list-style: none;
}

dl,dt,dd{
	margin:0;
	padding: 0;
}

h1,h2,h3,h4,h5{
	margin:0;
	padding: 0;
	font-size: 100%;
	font-weight:normal;
}

td, th {
	font-weight:normal;
}


/*--------------------------------------------------------------
## アニメーション
--------------------------------------------------------------*/
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.hinge {
  animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  animation-duration: .75s;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 10%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  animation-name: fadeIn;
}


/*--------------------------------------------------------------
## 共通
--------------------------------------------------------------*/
body{
	color: #666666;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	background: #fff;
	letter-spacing: 1px;
	font-size: 0.95rem;
	line-height: 1.65;
	overflow-wrap: break-word;
　word-wrap: break-word;
}

/*link*/
a{
	text-decoration:none;
	color: #f96e96;
    transition: all .1s ease;
	-webkit-tap-highlight-color: gba(67, 141, 198, 0.1);
}

a:hover {
	color: #d3466f;
	text-decoration: none;
}

a:hover .hover_img{
	opacity: 0.8;
}

b{
	background: -moz-linear-gradient(transparent 40%, #fff1f1 0%);      /* Firefox用 */
	background: -webkit-linear-gradient(transparent 40%, #fff1f1 0%);   /* Safari用 */
	background: -ms-linear-gradient(transparent 40%, #fff1f1 0%);       /* IE用 */
	background: -o-linear-gradient(transparent 40%, #fff1f1 0%);        /* Opera用 */
	background: linear-gradient(transparent 40%, #fff1f1 0%);           /* Default */
	font-weight:normal;
}


/*clearfix*/
.clearfix {
	min-height: 1px;
}

.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	overflow: hidden;
	font-size: 0.1em;
	line-height: 0;
}

* html .clearfix {
	height: 1px;
}

.clear{
	clear:both;
}



/*iframe*/
.iframe_wrapper{
    position: relative;
    padding-bottom: 62%;
    height: 0;
    overflow: hidden;
	margin-bottom: 10px;
}
.iframe_wrapper iframe,
.iframe_wrapper object,
.iframe_wrapper embed,
.iframe_wrapper video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/*Webfont*/
h1,
h2,
h3,
h4,
h5,
#contents .txt_wf{
	font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

/* スマホのみ */
@media screen and (max-width: 767px){
.sp_none{
	display:none!important;
}
}

/* タブレットのみ */
@media screen and (min-width : 768px) and (max-width: 1023px) {
.tab_none{
	display:none!important;
}
}


/* PC（小画面）とPC（大画面） */
@media print, screen and (min-width : 1024px){
.pc_none{
	display:none!important;
}
}

/*--------------------------------------------------------------
## SPヘッダー、アプリダウンロード
--------------------------------------------------------------*/
#head_app{
	font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    background: #f3f3f3;
}

#head_app .inbox{
    display: flex;
    align-items: center;
    height: 55px;
    width: 90%;
    max-width: 285px;
    margin: 0 auto;
}

#head_app img{
	width: 35px;
    height: 35px;
    margin-right: 8px;
}

#head_app p{
	font-size: 14px;
	color: #ff86a4;
	line-height: 17px;
}

#head_app p .txt_s{
	font-size: 10px;
	color: #666;
	display: block;
	letter-spacing: 0;
}

#head_app a{
	background: #ff86a4;
	display: block;
	padding: 6px 15px;
	color: #fff;
	border-radius: 3px;
	font-size: 11px;
	margin-left:auto;
	box-shadow: 3px 3px 0 rgba(0,0,0,0.1);
	font-weight: 500;
}


/*--------------------------------------------------------------
## スマホ_ヘッダー
--------------------------------------------------------------*/
#sp_header{
	position: relative;
	text-align: center;
	border-bottom: 1px solid #dadada;
	height: 55px;
	font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

#sp_header .logo img{
	width: 96px;
	margin-top: 15px;
	margin-right: 10px;
}

#sp_header .btn_dr{
	position: absolute;
	right: 10px;
	font-size: 12px;
	letter-spacing: 0;
	margin-top: 16px;
	background: url(../img/icon_dr_gray.png)no-repeat left center;
	background-size: 18px 18px;
	padding:2px 0 0 20px;
}

/*チェックボックス等は非表示に*/
.nav-unshown {
  display:none;
}

/*アイコンのスペース*/
#nav-open {
	width: 30px;
    height: 22px;
    vertical-align: middle;
    top: 18px;
    left: 15px;
    position: absolute;
}

/*ハンバーガーアイコン*/
#nav-open span, #nav-open span:before, #nav-open span:after {
	position: absolute;
	height: 2px;
	width: 23px;
	background: #ff85a4;
	display: block;
	content: '';
	cursor: pointer;
	border-radius: 1.5px;
}
#nav-open span:before {
  bottom: -8px;
}
#nav-open span:after {
  bottom: -16px;
}

/*閉じる用の薄黒カバー*/
#nav-close {
  display: none;/*はじめは隠しておく*/
  position: fixed;
  z-index: 99;
  top: 0;/*全体に広がるように*/
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  transition: .3s ease-in-out;
}

/*中身*/
#nav-content {
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;/*最前面に*/
  width: 70%;/*右側に隙間を作る（閉じるカバーを表示）*/
  max-width: 320px;/*最大幅（調整してください）*/
  height: 100%;
  background: #fdf5f5;/*背景色*/
  transition: .3s ease-in-out;/*滑らかに表示*/
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);/*左に隠しておく*/
	text-align: left;
}

#sp_header .logo{
	width: 120px;
    margin: 30px 0 20px 10px;
}

#sp_header .nav{
	width: 100%;
	text-align: left;
	margin-bottom: 30px;
    background: #fff;
}

#sp_header .nav li{
	border-bottom: 1px solid #eaeaea;
	line-height: 50px;
    font-size: 14px;
	padding: 0 0 0 10px;
    background: url(../img/arw_pink.svg) no-repeat 95% center;
    background-size: 13px 13px;
}

#sp_header .nav li:last-child{
	border-bottom: none;
}

#sp_header .nav li a{
	padding-left: 30px;
    display: block;
    color: #666;
	white-space: nowrap
}

#sp_header .nav li:first-child a{
    background: url(../img/icon_nav_home.png) no-repeat left center;
    background-size: 22px 22px;
}

#sp_header .nav li:nth-child(2) a{
	background: url(../img/icon_nav_introduction-to-health.png) no-repeat left center;
	background-size: 22px 22px;
}

#sp_header .nav li:nth-child(3) a{
	background: url(../img/icon_nav_oshietedr.png) no-repeat left center;
	background-size: 22px 22px;
}

#sp_header .nav li:nth-child(4) a{
	background: url(../img/icon_nav_column.png) no-repeat left center;
	background-size: 22px 22px;
}

#sp_header .nav li:nth-child(5) a{
	background: url(../img/icon_nav_trouble-guide.png) no-repeat left center;
	background-size: 22px 22px;
}


/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
  display: block;/*カバーを表示*/
  opacity: .5;
}

#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);/*中身を表示（右へスライド）*/
  box-shadow: 6px 0 25px rgba(0,0,0,.15);
}

/*--------------------------------------------------------------
## PC_ヘッダー
--------------------------------------------------------------*/
/* PC（小画面）とPC（大画面） */
@media print, screen and (min-width : 1024px){

#pc_header .inbox{
	width: 95%;
	max-width: 980px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 30px 0;
}

#pc_header .head_logo{
	display: flex;
	align-items: center;
}

#pc_header .head_logo p{
	font-size: 11px;
    padding: 5px 0 0 10px;
}

#pc_header .head_logo .logo{
	width: 180px;
    height: 40px;
}

#pc_header .btn_dr{
	width: 190px;
	height: 54px;
	border: 4px solid #f2f2f2;
	border-radius: 27px;
	display: flex;
	align-items: center;
	padding: 0 0 0 10px;
}

#pc_header .btn_dr:hover{
	border: 4px solid #ffe2e7;
}

#pc_header .btn_dr p{
	font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	background: url(../img/icon_dr_gray.png) no-repeat left center;
	background-size: 25px auto;
	padding-left: 30px;
	font-size: 12.5px;
	line-height: 16px;
	letter-spacing: 0;
}

.pc_header_alert{
	background-color: #fda1b1;
	color: #ffffff;
	text-align: center;
	padding: 8px 0;
}

}


/*--------------------------------------------------------------
## PCグローバルナビ
--------------------------------------------------------------*/
#pc_nav{
	width: 100%;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
}

#pc_nav ul{
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	border-left: 1px solid #e6e6e6;
}

#pc_nav ul li{
	flex: auto;
	-webkit-flex: auto;
	border-right: 1px solid #e6e6e6;
}

#pc_nav ul li a{
	font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	width: 100%;
	display: block;
	font-size: 16px;
	letter-spacing: 1px;
	text-align: center;
	color: #666;
	padding: 12px 0;
}

#pc_nav ul li a p{
	display: inline-block;
	padding:0 0 2px 28px;
}

#pc_nav ul li:first-child a p{
	background: url(../img/icon_nav_home.png) no-repeat left center;
	background-size: 22px 22px;
}

#pc_nav ul li:nth-child(2) a p{
	background: url(../img/icon_nav_introduction-to-health.png) no-repeat left center;
	background-size: 22px 22px;
}

#pc_nav ul li:nth-child(3) a p{
	background: url(../img/icon_nav_oshietedr.png) no-repeat left center;
	background-size: 22px 22px;
}

#pc_nav ul li:nth-child(4) a p{
	background: url(../img/icon_nav_column.png) no-repeat left center;
	background-size: 22px 22px;
}

#pc_nav ul li:nth-child(5) a p{
	background: url(../img/icon_nav_trouble-guide.png) no-repeat left center;
	background-size: 22px 22px;
}

#pc_nav ul li a:hover{
	background: #f7f7f7;
}


/*--------------------------------------------------------------
## TOPメインビジュアル
--------------------------------------------------------------*/
#top_mv .mv_feature li{
	font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	border-radius: 5px;
	color: #fff;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

#top_mv .mv_feature li.blue{
	background: url(../img/top_mv_back_blue.jpg) center center;
	background-size: cover;
}

#top_mv .mv_feature li.yellow{
	background: url(../img/top_mv_back_yellow.jpg) center center;
	background-size: cover;
}

#top_mv .mv_feature li.pink{
	background: url(../img/top_mv_back_pink.jpg) center center;
	background-size: cover;
}

#top_mv .mv_feature li.purple{
	background: url(../img/top_mv_back_purple.jpg) center center;
	background-size: cover;
}

#top_mv .mv_feature li h2{
	letter-spacing: 2px;
	text-shadow: 0 0 10px rgba(0,0,0,0.3);
	font-weight: 500;
}

#top_mv .mv_feature li p{
	text-shadow: 0 0 5px rgba(0,0,0,0.3);
}

#top_mv .mv_feature li .txt_s{
	color: #464646;
	text-shadow: none;
	letter-spacing: 0;
}

#top_mv .mv_feature li .check{
	position: absolute;
}

#top_mv .mv_feature li .app{
	position: absolute;
}


/* スマホのみ */
@media screen and (max-width: 767px){
#top_mv .back{
	width: 100%;
	background: url(../img/top_mv_back.jpg) no-repeat right center;
	background-size: 63% auto;
	padding: 35px 5px 45px 5px;
	height: auto;
}

#top_mv .back h1 img{
	width: 60%;
	max-width: 360px;
	height: auto;
}

#top_mv .mv_feature {
    margin: -50px auto 0 auto;
	position: relative;
}

#top_mv .mv_feature li{
	margin: 0 8px;
	height: 90px;
	padding: 0;
	margin-top: 4px;
}

#top_mv .mv_feature li h2{
	font-size: 18px;
	line-height: 28px;
}

#top_mv .mv_feature li p{
	font-size: 13px;
	margin-top: 0px;
	letter-spacing: 0.5px;
}

#top_mv .mv_feature li .txt_s{
	font-size: 10px;
}

#top_mv .mv_feature li .check{
	top: -15px;
	left: -10px;
	width: 35px;
	height: 35px;
}

#top_mv .mv_feature li .app{
	top: -30px;
	right:5px;
	width: 90px;
	height: 45px;
}

.slick-dots {
	position: absolute;
	display: block;
	width: 100%;
	margin: 2px 0;
	list-style: none;
	text-align: center;
}

#top_mv .slick-dots li{
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:before{
	font-size: 10px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '●';
    text-align: center;
    color: #e4e4e4;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before{
    opacity: .75;
    color: #888888;
}
}

/* タブレットのみ */
@media screen and (min-width : 768px) and (max-width: 1023px) {
#top_mv .mv_feature{
	padding-left: 18px;
}

#top_mv .mv_feature li h2{
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 1px;
}

#top_mv .mv_feature li p{
	font-size: 14px;
	letter-spacing: 0;
}

}

/* タブレットとPC（小画面）*/
@media print, screen and (min-width:768px){
#top_mv .back{
	width: 100%;
	max-width: 840px;
	margin: 0 auto;
	background: url(../img/top_mv_back.jpg) no-repeat right center;
	background-size: 460px auto;
	padding: 90px 0 120px 0;
}

#top_mv .back h1 img{
	width: 480px;
	height: 220px;
}

#top_mv .mv_feature{
	display: flex;
	justify-content: space-around;
	width: 100%;
	max-width: 980px;
	margin: -50px auto 0 auto;
}

#top_mv .mv_feature li{
	width: 22.5%;
	padding: 20px 10px;
}

#top_mv .mv_feature li .txt_s{
	font-size: 11px;
}

#top_mv .mv_feature li .check{
	top: -20px;
	left: -15px;
	width: 50px;
	height: 50px;
}

#top_mv .mv_feature li .app{
	top: -30px;
	right:5px;
	width: 110px;
	height: 55px;
}
}

/* PC（小画面）とPC（大画面） */
@media print, screen and (min-width : 1024px){
#top_mv .mv_feature li h2{
	font-size: 22px;
	line-height: 34px;
}

#top_mv .mv_feature li p{
	margin-top: 8px;
	line-height: 20px;
}
}


/*--------------------------------------------------------------
## TOPメインビジュアル アプリダウンロード
--------------------------------------------------------------*/
#top_mv .app_dl{
	background: #f7f7f7;
	margin-top: 40px;
}

#top_mv .app_dl .inbox{
	width: 90%;
	max-width: 790px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 25px 0;
}

#top_mv .app_dl .app_img{
	width: 250px;
    height: auto;
    margin: 0 15px 20px 20px;
}

#top_mv .app_dl .app{
	display: flex;
}

#top_mv .app_dl .app a:first-child{
	margin-right: 10px;
}

#top_mv .app_dl .txt p{
	font-size: 11px;
	margin: 3px 0;
	letter-spacing: 0;
}

/* スマホのみ */
@media screen and (max-width: 767px){
#top_mv .app_dl .inbox{
	flex-wrap: wrap;
}

#top_mv .app_dl .app{
	margin-bottom: 10px;
}

#top_mv .app_dl .txt{
	width: 100%;
}
}

/* タブレットとPC（小画面）*/
@media print, screen and (min-width:768px){
#top_mv .app_dl .txt{
	flex: 1;
}

#top_mv .app_dl .app{
	margin-right: 20px;
}
}


/*--------------------------------------------------------------
## TOP女性の健康入門
--------------------------------------------------------------*/
#top_introduction-to-health{
	margin-top:40px;
	background: #fef9f8;
	text-align: center;
	padding: 60px 0;
}

#top_introduction-to-health h2{
	font-size: 19px;
	letter-spacing: 3px;
}

#top_introduction-to-health h2 img{
	width: 410px;
	height: 30px;
	display: block;
	margin: 0 auto 15px auto;
}

#top_introduction-to-health ul{
	display: flex;
	justify-content: space-around;
	width: 90%;
	max-width: 980px;
	margin: 30px auto 0 auto;
	flex-wrap: wrap;
}

#top_introduction-to-health ul li a{
	width: 175px;
	height: 175px;
	border-radius: 50%;
	border:#fff 7px solid;
	box-shadow: 3px 3px 0 rgba(0,0,0,0.05);
	padding: 20px 20px;
	color: #666;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
}

#top_introduction-to-health ul li a:hover{
	box-shadow: 3px 3px 0 rgba(0,0,0,0.1);
}

#top_introduction-to-health ul li:first-child a{
	background: #ffe3e7;
}
#top_introduction-to-health ul li:first-child:hover a{
	background: #ffd5db;
}

#top_introduction-to-health ul li:nth-child(2) a{
	background: #d7f0f1;
}
#top_introduction-to-health ul li:nth-child(2):hover a{
	background: #c3e8ea;
}

#top_introduction-to-health ul li:nth-child(3) a{
	background: #fdf0da;
}
#top_introduction-to-health ul li:nth-child(3):hover a{
	background: #fde9c8
}

#top_introduction-to-health ul li:nth-child(4) a{
	background: #e1f1fe;
}
#top_introduction-to-health ul li:nth-child(4):hover a{
	background: #d2eafd;
}

#top_introduction-to-health ul li:nth-child(5) a{
	background: #f1e8f7;
}
#top_introduction-to-health ul li:nth-child(5):hover a{
	background: #eadcf3;
}

#top_introduction-to-health ul li h3{
	font-size: 17px;
	letter-spacing: 0;
	line-height: 25px;
	margin-bottom: 15px;
	font-weight: 500;
}

#top_introduction-to-health ul li:first-child h3{
	background:  url(../img/icon_menu_menstruation.png) no-repeat top center;
	background-size: 60px 60px;
	padding-top: 60px;
	margin-bottom: 22px;
}

#top_introduction-to-health ul li:nth-child(2) h3{
	background:  url(../img/icon_menu_medical.png) no-repeat top center;
	background-size: 60px 60px;
	padding-top: 60px;
	margin-bottom: 22px;
}

#top_introduction-to-health ul li:nth-child(3) h3{
	background:  url(../img/icon_menu_baby.png) no-repeat top center;
	background-size: 60px 60px;
	padding-top: 55px;
}

#top_introduction-to-health ul li:nth-child(4) h3{
	background:  url(../img/icon_menu_contraception.png) no-repeat top center;
	background-size: 60px 60px;
	padding-top: 55px;
}

#top_introduction-to-health ul li:nth-child(5) h3{
	background:  url(../img/icon_menu_menopause.png) no-repeat top center;
	background-size: 60px 60px;
	padding-top: 55px;
}



/* スマホのみ */
@media screen and (max-width: 767px){
#top_introduction-to-health {
    padding: 50px 0 40px 0;
}

#top_introduction-to-health h2{
	font-size: 19px;
	letter-spacing: 3px;
}

#top_introduction-to-health h2 img{
	width: 280px;
	height: auto;
	margin: 0 auto 10px auto;
}

#top_introduction-to-health ul{
	width: 95%;
	max-width: 400px;
	justify-content: center;
}

#top_introduction-to-health ul li:nth-child(3) a {
    margin: -15px 30px -10px 30px;
}

#top_introduction-to-health ul li a{
	width: 45vw;
	max-width: 175px;
	height: 45vw;
	max-height: 175px;
	border:#fff 5px solid;
	padding: 12px 0;
	margin: 0 1vw 8px 1vw;
}

#top_introduction-to-health ul li h3{
	font-size: 15px;
	line-height: 22px;
	padding-top: 55px;
}
}


/* タブレットのみ */
@media screen and (min-width : 768px) and (max-width: 1023px) {
#top_introduction-to-health ul{
	width: 80%;
	justify-content: center;
}

#top_introduction-to-health ul li a{
	margin: 0 10px 10px 10px;
}
}


/*--------------------------------------------------------------
## TOP教えてDr.、最新コラム
--------------------------------------------------------------*/
#top_dr-and-column{
	display: flex;
	padding: 60px 0;
	justify-content: space-between;
	flex-wrap: wrap;
}

#top_dr-and-column h2{
	font-size: 19px;
	letter-spacing: 3px;
	margin-bottom: 20px;
}

#top_dr-and-column h2 img{
	display: block;
	margin-bottom: 10px;
}

#top_dr-and-column .top_dr h2 img{
	width: 130px;
	height: 30px;
}

#top_dr-and-column .top_clumn h2 img{
	width: 140px;
	height: 30px;
}

#top_dr-and-column ul{
	border-top: #e5e5e5 solid 1px;
}

#top_dr-and-column ul li{
	border-bottom: #e5e5e5 solid 1px;
	display: flex;
	padding: 20px 0;
}

#top_dr-and-column ul li a{
	color: #666;
}

#top_dr-and-column ul li a:hover{
	text-decoration: underline;
}

#top_dr-and-column ul li img{
	margin-right: 15px;
	width: 90px;
	height: 90px;
	object-fit: cover;
	font-family: 'object-fit: cover;';  /*IE対策*/
}

#top_dr-and-column .top_dr ul li img{
	border-radius: 50%;
}

#top_dr-and-column ul li .txt_box{
	position: relative;
    width: 100%;
	flex: 1;
}

#top_dr-and-column ul li h3{
	font-size: 16px;
	margin-bottom: 5px;
}

#top_dr-and-column ul li .main_txt{
	font-size: 12px;
	letter-spacing: 0;
	text-align: justify;
}

#top_dr-and-column ul li .bottom_box{
	display: flex;
	justify-content: space-between;
	width: 100%;
}

#top_dr-and-column ul li .day{
	color: #8e8e8e;
	font-size: 12px;
	line-height: 28px;
	letter-spacing: 0;
}

#top_dr-and-column ul li .tag a{
	display: inline-block;
	color: #f96e96;
	font-size: 11px;
	border: 1px solid #ffc2d1;
	padding: 2px 8px;
	border-radius: 3px;
	margin-left: 5px;
}

#top_dr-and-column ul li .tag a:first-child{
	margin-left: 0;
}

#top_dr-and-column ul li .tag a:hover{
	text-decoration: none;
	background: #ffa2b9;
	color: #fff;
}

#top_dr-and-column .link_btn{
	width: 280px;
	height: 46px;
	border-radius: 23px;
	border: 1px solid #e5e5e5;
	display: block;
	margin: 25px auto 0 auto;
	text-align: center;
	background:#fff url(../img/arw_pink.svg) no-repeat 8% center;
	background-size: 15px 15px;
	line-height: 46px;
	color: #666;
}

#top_dr-and-column .link_btn:hover{
	border: 1px solid #ffa2b0;
}


/* スマホのみ */
@media screen and (max-width: 767px){
#top_dr-and-column{
	width: 100%;
	padding: 50px 0;
}

#top_dr-and-column h2{
	text-align: center;
}

#top_dr-and-column h2 img{
	margin: 0 auto 10px auto;
}

#top_dr-and-column .top_dr h2 img{
	width: 120px;
	height: 30px;
}

#top_dr-and-column .top_clumn h2 img{
	width: 140px;
	height: 30px;
}

#top_dr-and-column ul li{
    padding: 15px;
}

#top_dr-and-column ul li img{
	margin-right: 15px;
	width: 60px;
	height: 60px;
}

#top_dr-and-column ul li h3{
	font-size: 15px;
	line-height: 20px;
}

#top_dr-and-column ul li .bottom_box {
    flex-wrap: wrap;
}

#top_dr-and-column ul li .day{
	font-size: 11px;
}
}


/* スマホとタブレット */
@media screen and (max-width: 1023px){
#top_dr-and-column .top_dr,#top_dr-and-column .top_clumn{
	width: 100%;
}

#top_dr-and-column .top_clumn{
	margin-top: 40px;
}
}

/* タブレットとPC（小画面）*/
@media print, screen and (min-width:768px){
#top_dr-and-column{
	width: 90%;
	max-width: 980px;
	margin: 0 auto;
}

#top_dr-and-column .top_dr h2 img{
	width: 130px;
	height: 30px;
}

#top_dr-and-column .top_clumn h2 img{
	width: 140px;
	height: 30px;
}

#top_dr-and-column ul li .bottom_box{
	position: absolute;
	bottom: 0;
}
}


/* PC（小画面）とPC（大画面） */
@media print, screen and (min-width : 1024px){
#top_dr-and-column .top_dr,#top_dr-and-column .top_clumn{
	width: 47%;
}
}


/*--------------------------------------------------------------
## TOP女性のお悩みガイド
--------------------------------------------------------------*/
#top_trouble-guide{
	background:#fcf1f0;
	text-align: center;
}

#top_trouble-guide .back{
	padding: 60px 0 40px 0;
	background: #fdeae8;
}

#top_trouble-guide h2{
	font-size: 19px;
	letter-spacing: 3px;
}

#top_trouble-guide h2 img{
	width: 260px;
	height: 40px;
	display: block;
	margin: 0 auto 15px auto;
}

#top_trouble-guide h3.ribbon{
	background: url(../img/top_trouble_back.png) no-repeat center center;
	color: #fff;
	width: 980px;
	margin: 0 auto;
	font-size: 20px;
	letter-spacing: 2px;
    text-shadow: 0 0 10px rgba(0,0,0,0.3);
	padding: 13px 0;
	font-weight: 500;
}

#top_trouble-guide ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 95%;
	max-width: 940px;
	margin: 20px auto;
}

#top_trouble-guide ul li{
	width: 32%;
	background: #fff;
	border-radius: 10px;
	padding: 6px;
	box-shadow: 3px 3px 0 rgba(0,0,0,0.05);
}

#top_trouble-guide ul li a{
	height: 100%;
	border-radius: 7px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 15px 5px 18px 5px;
	color: #666;
	font-size: 16px;
}

#top_trouble-guide ul li a h4{
	font-weight: 500;
}

#top_trouble-guide ul li a h4 .txt_s{
	letter-spacing: 0;
	font-weight: normal;
}

#top_trouble-guide ul li:first-child a{
	border: 2px solid #ffa2b0;
}
#top_trouble-guide ul li:first-child:hover a{
	border: 2px solid #ffd0d7;
}

#top_trouble-guide ul li:nth-child(2) a{
	border: 2px solid #79ccd0;
}
#top_trouble-guide ul li:nth-child(2):hover a{
	border: 2px solid #bce5e7;
}

#top_trouble-guide ul li:nth-child(3) a{
	border: 2px solid #face85;
}
#top_trouble-guide ul li:nth-child(3):hover a{
	border: 2px solid #fce6c2;
}

#top_trouble-guide .note{
	font-size: 14px;
}

#top_trouble-guide .inbox{
	width: 100%;
	max-width: 980px;
	margin: 50px auto;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

#top_trouble-guide h3.fukidashi{
	background: url(../img/top_trouble_fukidashi.svg) no-repeat center center;
    background-size: 100% 100%;
    position: relative;
}

#top_trouble-guide h3.fukidashi:after{
	content: "";
	width: 105px;
	height: 105px;
	position: absolute;
	background: url(../img/top_trouble_dr_02.png)no-repeat;
	left: 20px;
    bottom: -20px;
}

#top_trouble-guide .tag_box .tag a{
	color: #f96e96;
	font-size: 14px;
	border: 1px solid #ffc2d1;
	padding: 2px 8px;
	border-radius: 3px;
	margin:0 10px 10px 0;
	background: #fff;
	display: inline-block;
}

#top_trouble-guide .tag_box .tag a:hover{
	text-decoration: none;
	background: #ffa2b9;
	color: #fff;
}


#top_trouble-guide .link_btn{
	width: 280px;
	height: 46px;
	border-radius: 23px;
	border: 1px solid #e5e5e5;
	display: block;
	margin-top: 15px;
	text-align: center;
	background:#fff url(../img/arw_pink.svg) no-repeat 8% center;
	background-size: 15px 15px;
	line-height: 46px;
	color: #666;
}

#top_trouble-guide .link_btn:hover{
	border: 1px solid #ffa2b0;
}

/* スマホのみ */
@media screen and (max-width: 767px){
#top_trouble-guide h3.ribbon{
	background: url(../img/top_trouble_back_sp.png) no-repeat center center;
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 23px;
}

#top_trouble-guide ul{
	flex-wrap: wrap;
	margin: 15px auto 5px auto;
}

#top_trouble-guide ul li{
	width: 100%;
	margin-bottom: 8px;
}

#top_trouble-guide ul li a{
	height: 100%;
	border-radius: 7px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 15px 5px 18px 5px;
	color: #666;
	font-size: 16px;
}

#top_trouble-guide ul li a h4{
	line-height: 20px;
}

#top_trouble-guide .note {
    font-size: 13px;
}
}

/* スマホとタブレット */
@media screen and (max-width: 1023px){
#top_trouble-guide .back {
    padding: 60px 20px 40px 20px;
}

#top_trouble-guide h3.ribbon{
	background-size: 100% 100%;
	width: 100%;
}

#top_trouble-guide h3.fukidashi {
    padding: 35px 35px 60px 35px;
    font-size: 15px;
    margin: -70px 0 20px 0;
    line-height: 20px;
    letter-spacing: 0px;
}

#top_trouble-guide h3.fukidashi:after {
    content: "";
    width: 85px;
    height: 85px;
    position: absolute;
    background: url(../img/top_trouble_dr_02.png)no-repeat;
    background-size: 65px 65px;
    left: 40px;
    bottom: -30px;
}

#top_trouble-guide .tag_box {
    width: 90%;
	margin: 0 auto;
	text-align: center;
}

#top_trouble-guide .link_btn {
    margin: 15px auto 0 auto;
}
}

/* PC（小画面）とPC（大画面） */
@media print, screen and (min-width : 1024px){
#top_trouble-guide h3.fukidashi{
    padding: 85px 65px 0 65px;
    font-size: 16px;
    margin-top: -110px;
    line-height: 25px;
}

#top_trouble-guide .tag_box{
	width: 50%;
	text-align: left;
}
}


/*--------------------------------------------------------------
## FOOT CTA
--------------------------------------------------------------*/
#foot_cta{
	margin-top: 40px;
	background: url(../img/foot_cta_back.png);
	padding: 75px 0 35px;
	text-align: center;
}

#foot_cta h2{
	position: absolute;
    z-index: 3;
    width: 100%;
    padding-bottom: -20px;
    margin-top: -20px;
}

#foot_cta .inbox{
	width: 100%;
	background: rgba(255, 255, 255, 0.60);
	margin: 0 auto;
	position: relative;
}

#foot_cta h2 img{
	width: 95%;
	max-width: 475px;
	height: 40px;
}

#foot_cta .left_box{
	background: url(../img/foot_cta_phone.png) no-repeat left top;
	display: inline-block;
}

#foot_cta .left_box ul{
	text-align: left;
	padding: 20px 0 0 196px;
}

#foot_cta .left_box ul li{
	padding:2px 0 0 42px;
	margin-bottom: 20px;
}

#foot_cta .left_box ul li:first-child{
	background: url(../img/icon_check_blue.svg) no-repeat left top;
	background-size: 35px 35px;
	color: #009ee1;
}
#foot_cta .left_box ul li:nth-child(2){
	background: url(../img/icon_check_yrllow.svg) no-repeat left top;
	background-size: 35px 35px;
	color: #b58f40;
}
#foot_cta .left_box ul li:nth-child(3){
	background: url(../img/icon_check_pink.svg) no-repeat left top;
	background-size: 35px 35px;
}
#foot_cta .left_box ul li:nth-child(4){
	background: url(../img/icon_check_purple.svg) no-repeat left top;
	background-size: 35px 35px;
	color: #9a74b7;
}

#foot_cta .left_box ul li h3{
	font-size: 17px;
	color: #666;
	line-height: 22px;
	letter-spacing: 1.5px;
	font-weight: 500;
	text-align: justify;
}

#foot_cta .left_box ul li h3 .txt_s{
	font-size: 11px;
	margin-left: 4px;
	color: #a5a5a5;
	line-height: 10px;
}

#foot_cta .left_box ul li h3.narrow{
	letter-spacing: 0px;
}

#foot_cta .left_box ul li p{
	font-size: 14px;
	letter-spacing: 0;
	margin-top: 3px;
}

#foot_cta .right_box{
	text-align: left;
}

#foot_cta .right_box .txt{
	font-size: 11px;
	line-height: 13px;
	text-align: justify;
	letter-spacing: 0;
	padding: 0 3px;
}


/* スマホのみ */
@media screen and (max-width: 767px){
#foot_cta .inbox {
    padding: 40px 25px 0 25px;
}

#foot_cta .app_img{
	margin: 0 auto 20px auto;
	width: 100%;
	padding: 0 0 0 20px;
	max-width: 240px;
	display: block;
}

#foot_cta .left_box {
    background-size: 135px auto;
    max-width: 335px;
    min-height: 300px;
    padding-bottom: 10px;
}

#foot_cta .left_box ul {
    padding: 0 0 0 120px;
    margin: 10px 0 0 0;
}

#foot_cta .left_box ul li {
    margin-bottom: 13px;
    padding: 2px 0 0 28px;
}

#foot_cta .left_box ul li:first-child,#foot_cta .left_box ul li:nth-child(2),#foot_cta .left_box ul li:nth-child(3),#foot_cta .left_box ul li:nth-child(4) {
    background-size: 25px 25px;
}

#foot_cta .left_box ul li h3 {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0;
}

#foot_cta .left_box ul li h3 br{
    display: none;
}

#foot_cta .left_box ul li p {
    font-size: 12px;
    line-height: 16px;
	margin-top: 5px;
	text-align: justify;
}

#foot_cta .right_box .txt{
	position: absolute;
    bottom: -148px;
    padding: 0 20px;
    left: 50%;
    margin-left: -50%;
}
}


/* スマホとタブレット */
@media screen and (max-width: 1023px){
#foot_cta{
	margin-top: 40px;
	background: url(../img/foot_cta_back.png);
    padding: 75px 0 80px 0;
	text-align: center;
}

#foot_cta .app_dl_btn {
    font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    background: #4cbbea url(../img/arw_white.svg) no-repeat 8% center;
    background-size: 13px 13px;
    border: 5px solid #fff;
    color: #fff;
    width: 280px;
    height: 60px;
    border-radius: 30px;
    display: block;
    text-align: center;
    line-height: 50px;
    box-shadow: 3px 3px 0 rgba(0,0,0,0.05);
    margin: 15px auto;
    padding-left: 10px;
	font-weight: 500;
}
}


/* タブレットのみ */
@media screen and (min-width : 768px) and (max-width: 1023px) {
#foot_cta .inbox {
    padding: 50px 30px 0 30px;
	width: 90%;
	border-radius: 30px;
}

#foot_cta .app_img{
	margin: 0 120px 20px 120px;
	width: 260px;
	height: auto;
}

#foot_cta .right_box .txt{
	position: absolute;
    bottom: -120px;
	padding: 0 30px 0 0;
}
}

/* PC（小画面）とPC（大画面） */
@media print, screen and (min-width : 1024px){
#foot_cta .inbox{
	max-width: 980px;
	height: 350px;
	border-radius: 40px;
	display: flex;
	padding: 0 70px;
}

#foot_cta .left_box{
	position: absolute;
	width: 520px;
	height: 345px;
	top: 40px;
}

#foot_cta .right_box{
	padding-left: 530px;
	margin-top: 40px;
}

#foot_cta .right_box .app_img{
	margin-bottom: 14px;
	width: 260px;
	height: auto;
}

#foot_cta .right_box .app_dl{
	display: flex;
	margin-bottom: 14px;
}

#foot_cta .right_box .app_dl a{
	margin-right: 10px;
}

#foot_cta .right_box .qr-code{
	font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	width: 100%;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 5px;
    padding: 12px 25px;
    display: flex;
    align-items: center;
	margin-bottom: 6px;
}

#foot_cta .right_box .qr-code img{
	width: 50px;
	height: 50px;
	margin-right: 18px;
}

#foot_cta .right_box .qr-code p{
	font-size: 13px;
	line-height: 20px;
}
}

/*--------------------------------------------------------------
## サイトマップ
--------------------------------------------------------------*/
#sitemap ul{
	width: 100%;
	max-width: 500px;
	margin: 40px auto;
	display: flex;
	justify-content: center;
}

#sitemap ul li{
	flex: auto;
	-webkit-flex: auto;
	text-align: center;
	line-height: 16px;
	padding: 0 5px;
}

#sitemap ul li a{
	font-size: 14px;
	line-height: 17px;
	color: #666;
}

#sitemap ul li a:hover{
	text-decoration: underline;
}


/* スマホのみ */
@media screen and (max-width: 767px){
#sitemap ul{
	flex-wrap: wrap;
	padding: 0 20px;
	margin: 25px auto;
}

#sitemap ul li {
    margin: 0 0 10px 0;
    line-height: 18px;
}

#sitemap ul li a{
	font-size: 13px;
	letter-spacing: 0;
}
}

/* タブレットとPC（小画面）*/
@media print, screen and (min-width:768px){
#sitemap ul li{
	border-left: 1px solid #cccccc;
}

#sitemap ul li:first-child{
	border-left: none;
}
}

/*--------------------------------------------------------------
## 富士製薬工業ロゴ
--------------------------------------------------------------*/
footer .fuji_logo{
	display: block;
	margin: 0 auto 30px auto;
	width: 260px;
}

footer .fuji_logo img{
	width:100%;
	height: auto;
}

/* スマホのみ */
@media screen and (max-width: 767px){
footer .fuji_logo{
	width: 195px;
	margin: 0 auto 20px auto;
}
}


/*--------------------------------------------------------------
## コピーライト
--------------------------------------------------------------*/
.copyright p{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
    color: #999;
    font-size: 12px;
    line-height: 50px;
	letter-spacing: 1px;
	text-align: center;
}


/* スマホのみ */
@media screen and (max-width: 767px){
}

/* スマホとタブレットとPC（小画面） */
@media screen and (max-width: 1199px) {
.copyright p{
	padding-bottom: 60px;
}
}


/*--------------------------------------------------------------
## ページトップに戻る
--------------------------------------------------------------*/
#page-top{
	position: fixed;
	right: 20px;
}

#page-top img{
	width: 55px;
	height: 40px;
}


/* スマホのみ */
@media screen and (max-width: 767px){
#page-top{
	right: 7px;
}

#page-top img{
	width: 55px;
	height: 40px;
	opacity: 0.7;
}
}


/*--------------------------------------------------------------
## FOOT アプリダウンロード
--------------------------------------------------------------*/
#foot_app{
    position: fixed;
	bottom: 0;
	left: 50%;
	margin-left: -90px;
}

/* checkbox non-display */
.add-control .checkbox {
    display: none;
}

/* close button's control */
.add-control .action-close #close:checked ~ .btn {
    display: none;
}
.add-control .action-close #close:checked ~ .box {
    display: none;
}

#foot_app .box a{
	margin-bottom: 15px;
	width: 180px;
	height: 38px;
    background: #ff86a4;
	border-radius: 19px;
	border: 3px solid #fff;
	display: block;
	line-height: 30px;
	text-align: center;
	box-shadow: 0px 1px 10px rgba(150, 150, 150, 0.2);
	font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	color: #fff;
	font-size: 12px;
	padding: 0 10px 2px 0;
	font-weight: 500;
}

#foot_app .action-close .btn{
	position: absolute;
    right: 12px;
    top: 5px;
}

#foot_app .action-close .btn img{
	width: 18px;
	height: 18px;
}

/*--------------------------------------------------------------
## サブページ：レイアウト
--------------------------------------------------------------*/

#wrapper{
	width: 100%;
}

#sidebar h2 {
    font-size: 18px;
    color: #ff85a4;
    padding: 0 5px;
	margin: -5px 0 10px 0;
	line-height: 30px;
}

#sidebar h2 img{
    width: 25px;
	height: 25px;
	margin:0 5px 3px 0;
}

#sidebar ul{
    border-top: 1px solid #dcdcdc;
	font-size:14px;
	letter-spacing: 0;
}

#sidebar ul li{
    border-bottom: 1px solid #dcdcdc;
	padding: 0 5px;
}

#sidebar ul li:hover{
	background: #f7f7f7;
}

#sidebar ul li a{
	display: flex;
    color: #666;
    align-items: center;
    padding: 16px 0 14px 23px;
    background: url(../img/arw_square_pink.svg) no-repeat left center;
    background-size: 13px 13px;
}



/* スマホのみ */
@media screen and (max-width: 767px){

#contents{
	padding: 0 15px 20px 15px;
}

#contents .paragraph{
	margin: 0 0 40px 0;
	padding-top: 15px;
    margin-top: -15px;
}

}

/* スマホとタブレット */
@media screen and (max-width: 1023px){

#main{
	width: 100%;
}

#sidebar{
	width:100%;
	margin-bottom: 20px;
}

#sidebar h2 {
    padding: 0 5px 0 10px;
}

#sidebar .sidebar_menu{
	margin-bottom: 20px;
}

#sidebar .sidebar_bnr{
	margin: 0 10px 20px 10px;
}

#sidebar .sidebar_bnr img{
	margin-bottom: 20px;
	width: 100%;
}

#sidebar ul li{
	padding: 0 10px;
}


}


/* タブレットのみ */
@media screen and (min-width : 768px) and (max-width: 1023px) {

#contents{
	width: 700px;
	margin: 0 auto;
	padding-bottom: 30px;
}

#contents .paragraph{
	margin: 0 0 40px 0;
	padding-top: 20px;
    margin-top: -20px;
}

}


/* PC（小画面）とPC（大画面） */
@media print, screen and (min-width : 1024px){

#main{
	width: 980px;
	margin: 0 auto;
}

#contents{
	float:left;
	width: 700px;
}

#contents .paragraph{
	margin: 0 0 60px 0;
	padding-top: 20px;
    margin-top: -20px;
}

#sidebar{
	width:230px;
	float: right;
	margin-bottom: 70px;
}

#sidebar .sidebar_menu{
	margin-bottom: 40px;
}

#sidebar .sidebar_bnr{
	margin-bottom: 20px;
}

#sidebar .sidebar_bnr img{
	margin-bottom: 20px;
	width: 100%;
}

#sidebar .sidebar_bnr a img:hover{
	opacity: 0.5;
	transition: 0.8s;
}

#sidebar h2.txt_s {
    font-size: 17px;
}


}

/*--------------------------------------------------------------
## パンくず
--------------------------------------------------------------*/

#breadcrumb_area{
	padding: 20px 10px 20px 10px;
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	font-size:14px;
}

#breadcrumb_area a{
	color: #666;
}

#breadcrumb_area a:hover{
	text-decoration:underline;
}


/* スマホのみ */
@media screen and (max-width: 767px){
	#breadcrumb_area{
		font-size: 13px;
		padding: 20px 15px;
	}
}

/* タブレットのみ */
@media screen and (min-width : 768px) and (max-width: 1023px) {
#breadcrumb_area{
	padding: 20px;
}
}


/*--------------------------------------------------------------
## サブページ：見出し
--------------------------------------------------------------*/
#contents h1,
#contents h2,
#contents h3,
#contents h4,
#contents h5{
    font-weight: 500;
}

#contents h1{
    padding: 25px 20px;
	margin-bottom: 30px;
	border-top: 3px solid #ff86a4;
	border-bottom: 3px solid #ff86a4;
}

#contents h1 .txt_main {
    margin: 5px 0;
    display: inline-block;
	letter-spacing: 2px;
    font-size: 30px;
    line-height: 38px;
}

#contents h1 .txt_sub{
    font-size: 16px;
    line-height: 22px;
    color: #ff86a4;
    display: block;
    padding-left: 2px;
    margin: 5px 0;
    font-weight: normal;
}

#contents h1.h1_img{
    padding: 20px 20px;
    display: flex;
	align-items: center;
	justify-content: space-between;
}

#contents h1.h1_img.round img{
	border-radius: 50%;
}

#contents h1.h1_img .txt_sub.profile{
	letter-spacing: 0;
	color: #858585;
	font-size: 15px;
}

#contents h2{
	position: relative;
	padding: 0 5px 10px 5px;
	border-bottom: 4px solid #e6e6e6;
	font-size:25px;
	margin:15px 0;
	line-height: 32px;
	letter-spacing: 2px;
}

#contents h2::after {
	position: absolute;
	bottom: -4px;
	left: 0;
	z-index: 2;
	content: '';
	width: 20%;
	height: 4px;
	background-color: #ff85a4;
}

#contents h2.h2_img{
    display: flex;
	align-items: center;
	justify-content: space-between;
}

#contents h3 {
	font-size: 21px;
	background: #fff1f1;
    margin: 35px 0 15px 0;
    padding: 10px 15px;
    line-height: 28px;
	border-radius: 5px;
}

#contents .paragraph h4{
	font-size: 20px;
    margin: 30px 0 10px 0;
	line-height: 25px;
	position: relative;
	padding-left: 15px;
}

#contents h4:before{
	width: 4px;
	height: 100%;
	border-radius: 2px;
	background: #ff86a4;
	left: 2px;
	content:'';
	position: absolute;
}

#contents h5{
	color:#f96e96;
	font-size: 18px;
	line-height: 25px;
    margin: 25px 0 8px 0;
}

#contents p {
    margin-bottom: 15px;
	text-align: justify;
}


/* スマホのみ */
@media screen and (max-width: 767px){

#contents h1{
    padding: 15px 0;
    margin-bottom: 30px;
}

#contents h1 .txt_main {
    letter-spacing: 1px;
    font-size: 25px;
    line-height: 32px;
}

#contents h1 .txt_sub{
    font-size: 13px;
	line-height: 18px;
	color: #ff86a4;
	display: block;
	padding-left: 4px;
}

#contents h1.h1_img{
    padding: 20px 0;
    flex-wrap: wrap;
	text-align: center;
}

#contents h1.h1_img img{
	width: 60px;
	height: 60px;
	margin: 0 auto 10px auto;
}

#contents h1.h1_img .txt_box{
	margin-left: 0;
	width: 100%;
}

#contents h1.h1_img .txt_sub{
	letter-spacing: 0;
	color: #858585;
	font-size: 14px;
}

#contents h2 {
	font-size: 21px;
    margin: 0 0 12px 0;
    padding: 8px 0;
    line-height: 28px;
}

#contents h2.h2_img{
    flex-wrap: wrap;
	text-align: center;
	border-bottom: 4px solid #ff84a4;
}

#contents h2.h2_img img{
	width: 60px;
	height: 60px;
	margin: 0 auto 10px auto;
}

#contents h2.h2_img .txt_box{
	width: 100%;
}

#contents h3 {
	font-size: 19px;
	margin: 25px 0 10px 0;
    padding: 8px 12px;
    line-height: 24px;
	border-radius: 3px;
}

#contents h4{
	font-size: 18px;
	margin: 25px 0 10px 0;
	line-height: 22px;
}

#contents h5{
	font-size: 17px;
	margin: 25px 0 5px 0;
}

}

/* タブレットとPC（小画面）*/
@media print, screen and (min-width:768px){

#contents h1.h1_img img{
	width: 85px;
	height: 85px;
}

#contents h1.h1_img .txt_box{
	margin-left: 20px;
	flex: 1;
}

#contents h2.h2_img img{
	width: 80px;
	height: 80px;
	margin: 0;
}

#contents h2.h2_img .txt_box{
	margin-left: 20px;
	flex: 1;
}

#contents p {
	padding: 0 5px;
}

}

/*--------------------------------------------------------------
## サブページ：リンク
--------------------------------------------------------------*/

#contents .link{
	font-size: 16px;
	display: inline-block;
	text-align: left;
	line-height: 22px;
}

#contents .link:hover{
	text-decoration: underline;
}

#contents .link_arw{
	background: url(../img/arw_square_pink.svg) no-repeat left 6px;
	background-size: 13px 13px;
	padding: 3px 0 0 22px;
	font-size: 16px;
	display: inline-block;
	text-align: left;
	line-height: 22px;
}

#contents .link_arw:hover{
	text-decoration: underline;
}

#contents .link_btn{
	display:inline-block;
	background-color:#ff86a4;
	border-radius:5px;
	color:#fff;
	padding:15px 25px;
	margin: 0 0 15px 0;
	font-weight: bold;
}

#contents .link_btn span{
	background: url(../img/arw_square_white.svg) no-repeat left center;
	background-size:13px 13px;
	padding-right:20px;
	padding-left: 23px;
	display: inline-block;
}

#contents .link_btn:hover{
	background-color:#f96e96;
}

#contents .link_btn_down{
	display:block;
	background-color:#ff86a4;
	border-radius:5px;
	color:#fff;
	padding:15px 25px;
	margin: 0 0 15px 0;
	font-weight: bold;
}

#contents .link_btn_down span{
	background: url(../img/arw_square_white_down.svg) no-repeat left center;
	background-size:13px 13px;
	padding-right:20px;
	padding-left: 23px;
	display: inline-block;
}
#contents .link_btn_down:hover{
	background-color:#f96e96;
}

#contents .link_next-page{
	display:flex;
	width: 100%;
	height: 60px;
	border-radius: 30px;
	background:url(../img/arw_pink.svg) no-repeat 96% center;
	background-size:15px 15px;
	padding:0 45px 0 30px;
	margin: 0 0 15px 0;
	align-items: center;
	color: #666;
	line-height: 20px;
    justify-content: center;
	border: 2px solid #ff85a4;
}

#contents .link_next-page:hover{
	background-size:15px 15px;
	border: 2px solid #ffbecf;
}

.site_color{
	color:#f96e96;
}

.site_sub_color{
	color:#009ee1;
}

.red{
	color:#e40a18;
}

.txt_s{
	font-size: 85%;
	line-height: 18px;
}

.txt_l{
	font-size: 140%;
}

.txt_bold{
	font-weight:bold;
}

.txt_sup{
  font-size: 60%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

#contents .txt_center{
	text-align: center;
}

#contents .txt_right{
	text-align: right;
}


/* スマホのみ */
@media screen and (max-width: 767px){
#contents .link_next-page{
	font-size: 13px;
	letter-spacing: 0;
	padding: 0 30px 0 20px;
}

}


/* タブレットとPC（小画面）*/
@media print, screen and (min-width:768px){

#contents .link_btn{

}

}

/*--------------------------------------------------------------
## サブページ：リスト
--------------------------------------------------------------*/

#contents ul{
	margin:10px 0 30px 0;
}

#contents ul li {
	margin-bottom: 10px;
    padding-left: 24px;
    list-style: none;
    text-indent: -22px;
}
#contents ul li:before {
    content: "● ";
    color: #ff86a4;
    font-size: 14px;
}

#contents .list_arw li{
	background: url(../img/arw_pink.svg) no-repeat 0 5px;
	background-size: 13px 13px;
	padding: 0 0 2px 18px;
	line-height: 25px;
	margin-bottom: 10px;
	text-indent: 0;
}

#contents .list_arw li:before {
    display: none;
}

#contents .list_check li{
	background: url(../img/icon_check.svg) no-repeat 0 4px;
    background-size: 16px 16px;
    padding: 0 0 2px 22px;
    line-height: 25px;
    margin-bottom: 10px;
    text-indent: 0;
}

#contents .list_check li:before {
    display: none;
}

#contents .list_number{
	list-style: none;
	counter-reset: li_count;
}

#contents .list_number li{
    margin-bottom: 10px;
    text-indent: -11px;
    padding-left: 24px;
}

#contents .list_number li:before{
	counter-increment: li_count;
    content: counter(li_count)".";
    color: #ff86a4;
    font-weight: bold;
    letter-spacing: 0;
    width: 11px;
    display: inline-block;
}

/* スマホのみ */
@media screen and (max-width: 767px){
#contents ul li {
    padding-left: 20px;
    text-indent: -18px;
}

#contents ul li:before {
    font-size: 12px;
}

}


/*--------------------------------------------------------------
## サブページ テーブル
--------------------------------------------------------------*/
#contents table{
	border-collapse: collapse;
	width: 100%;
	margin:20px 0 15px 0;
	background: #fff;
}

#contents table tr td{
	padding:10px 8px 8px 8px;
	border: 1px solid #dcdcdc;
	text-align:left;
}

#contents table th{
	border: 1px solid #ff98b3;
	padding: 10px 7px;
	text-align: center;
	background-color: #ff85a4;
	font-size: 17px;
	color: #fff;
	line-height: 22px;
	font-weight: bold;
}

#contents table td.td_title{
	background-color: #f8f8f8;
}

#contents table td.right{
	text-align:right;
}

#contents table td.center{
	text-align:center!important;
}

#contents table ul {
    margin: 10px 0 0 0;
    line-height: 20px;
}

#contents .scroll table{
	display: block;
	overflow-x: auto;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
}


/* スマホのみ */
@media screen and (max-width: 767px){
	#contents table{
		margin:10px 0 15px 0;
		letter-spacing: 0;
	}

    #contents table th{
        font-size: 14px;
        padding: 2px;
    }

	#contents table tr td {
        font-size: 13px;
		padding: 5px 4px 3px 4px;
	}
}


/*--------------------------------------------------------------
## サブページ、ボックス
--------------------------------------------------------------*/

#contents .border-box,
#contents .color-box{
	margin:20px 0 15px 0;
	padding: 30px 22px 15px 22px;
}

#contents .border-box{
	border: 1px solid #dcdcdc;
    border-radius: 6px;
}

#contents .color-box{
	background:#f8f8f8;
    border-radius: 6px;
}


#contents .border-box h2,
#contents .color-box h2{
	margin-top:0;
}

#contents .border-box h3,
#contents .color-box h3{
	margin-top:0;
}

#contents .color-box h3{
	background: #ffe6e7;
}

#contents .border-box h4,
#contents .color-box h4{
	margin-top:0;
}

#contents .border-box h5,
#contents .color-box h5{
	margin-top:0;
}


#contents .point-box {
	margin: 30px 0 15px 0;
    padding: 0;
    border-radius: 6px;
	background: #fff1f1;
}

#contents .point-box h3{
	margin: 0;
    padding: 9px 0;
    text-align: center;
    letter-spacing: 4px;
    background: #ff85a4;
    display: block;
    border-radius: 6px 6px 0 0;
    font-size: 18px;
	color: #fff;
}

#contents .point-box p,#contents .point-box ul{
    padding: 15px 20px 20px 20px;
	margin: 0;
}

#contents .point-box ul li:last-child{
	margin: 0;
}

#contents .box-half{
	-js-display: flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#contents .box-half .border-box,
#contents .box-half .color-box,
#contents .box-half div,
#contents .box-half a{
	width:48%;
}

/* スマホのみ */
@media screen and (max-width: 767px){

#contents .border-box,
#contents .color-box{
	padding: 22px 15px 10px 15px;
}

#contents .box-half .border-box,
#contents .box-half .color-box,
#contents .box-half div,
#contents .box-half a{
	width:100%;
}

#contents .point-box p,#contents .point-box ul{
    padding: 15px;
}

}

/*--------------------------------------------------------------
## サブページ：画像位置
--------------------------------------------------------------*/

#contents .paragraph img {
	max-width: 100%;
    margin-bottom: 20px;
	height: auto;
}

#contents .paragraph .img_right {
	width: auto;
}

#contents .paragraph .img_left {
	width: auto;
}

#contents .paragraph .img_center {
	width: auto;
	display: block;
}

#contents .paragraph .contents_img_wrapper{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom:20px;
}

#contents .paragraph .contents_img_wrapper img{
	width: 48%;
	height: 100%;
	margin-bottom: 25px;
}

#contents .paragraph .img_wide{
	width: 100%;
    margin-bottom: 30px;
	height: auto;
}

#contents .paragraph img.no-resize{
	width:auto;
	height:auto;
}

#contents .paragraph img.noimg{
    display: none;
}


/* スマホのみ */
@media screen and (max-width: 767px){

#contents .paragraph img {
	display: block;
	margin: 0 auto 20px;
	max-width: 100%;
}

#contents .paragraph .img_right {
	margin: 0 auto 20px auto;
	max-width: 100%;
    max-height: 150px;
}

#contents .paragraph .img_left {
	margin: 0 auto 20px auto;
	max-width: 100%;
    max-height: 150px;
}

#contents .paragraph .img_center {
	margin: 0 auto 20px auto;
	display: block;
	max-width: 100%;
    max-height: 150px;
}

#contents .paragraph .contents_img_wrapper{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom:20px;
}

#contents .paragraph .contents_img_wrapper img{
	width: 100%;
	max-width: 340px;
	margin:0 20px 20px 20px;
}

#contents .paragraph .img_wide{
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
	height: auto;
}

}

/* タブレットのみ */
@media screen and (min-width : 768px) and (max-width: 1023px) {

#contents .paragraph .contents_img_wrapper img{
	width: 48%;
}

}

/* タブレットとPC（小画面）*/
@media print, screen and (min-width:768px){
#contents img.img_right {
	float: right;
	margin: 0 0 20px 20px;
	height: 200px;
}

#contents img.img_left {
	float: left;
	margin: 0 20px 20px 0;
	height: 200px;
}

#contents img.img_center {
	margin: 0 auto 20px auto;
	display: block;
	height: 200px;
}

}


/*--------------------------------------------------------------
## サブページ：メニュー一覧
--------------------------------------------------------------*/
#contents .list_menu{
	border-bottom: 1px solid #dcdcdc;
	display: flex;
	align-items: center;
	padding: 15px 30px 15px 10px;
}

#contents a.list_menu{
	color: #666;
	background: url(../img/arw_pink.svg) no-repeat 99% center;
    background-size: 14px 14px;
}

#contents a.list_menu:hover{
	background: #f7f7f7 url(../img/arw_pink.svg) no-repeat 99% center;
    background-size: 14px 14px;
}

#contents .list_menu img{
	margin:0 20px 0 0;
	width: 80px;
	height: 80px;
	object-fit: cover;
	font-family: 'object-fit: cover;';  /*IE対策*/
}

#contents .list_menu.round img{
	border-radius: 50%;
}

#contents .list_menu h4{
	margin: 5px 0;
    padding: 0;
    line-height: 28px;
}

#contents .list_menu h4:before{
	display: none;
}

#contents .list_menu p{
	margin: 0;
}

#contents .list_menu p.txt_sub{
	padding: 0 0 5px 0;
	font-size: 13px;
	line-height: 18px;
}

/* スマホのみ */
@media screen and (max-width: 767px){
#contents .list_menu{
	padding: 10px 0;
	padding: 10px 25px 10px 5px;
	letter-spacing: 0;
}

#contents .list_menu img{
	margin:0 10px 0 0;
	width: 60px;
	height: 60px;
}

#contents .list_menu h4{
	font-size: 15px;
	line-height: 21px;
}

#contents .list_menu p.txt_sub {
    padding: 0;
    font-size: 12px;
}
}


/*--------------------------------------------------------------
## お悩みガイド_メニュー
--------------------------------------------------------------*/
#contents ul.triple_menu{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
	margin: 20px auto;
}

#contents ul.triple_menu li{
	width: 100%;
	height: 100px;
	background: #fffaf9;
	border-radius: 10px;
	padding: 6px;
	box-shadow: 3px 3px 0 rgba(0,0,0,0.05);
	text-indent: 0;
}

#contents ul.triple_menu li:before{
	display: none;
}

#contents ul.triple_menu li a{
	height: 100%;
	border-radius: 7px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 5px;
	color: #666;
}

#contents ul.triple_menu li a h3{
	text-align: center;
	background: none;
	padding: 0;
	margin: 0;
}

#contents ul.triple_menu li a h3 .txt_s{
	letter-spacing: 0;
	font-size: 13px;
}

#contents ul.triple_menu li:first-child a{
	border: 2px solid #ffa2b0;
}
#contents ul.triple_menu li:first-child:hover a{
	border: 2px solid #ffd0d7;
}

#contents ul.triple_menu li:nth-child(2) a{
	border: 2px solid #79ccd0;
}
#contents ul.triple_menu li:nth-child(2):hover a{
	border: 2px solid #bce5e7;
}

#contents ul.triple_menu li:nth-child(3) a{
	border: 2px solid #face85;
}
#contents ul.triple_menu li:nth-child(3):hover a{
	border: 2px solid #fce6c2;
}


/*--------------------------------------------------------------
## お悩みガイド_タブ
--------------------------------------------------------------*/

/* スマホとタブレット */
@media screen and (max-width: 1023px){
#top_post{
	margin-bottom: 40px;
	padding: 0 15px;
}

.tabs {
	width: 100%;
}

.tab_item {
width: 33.33333%;
    width: -webkit-calc(100% / 3);
    width: calc(100% / 3);
    height: 45px;
    line-height: 20px;
    font-size: 16px;
    text-align: center;
    display: flex;
    float: left;
    transition: all 0.2s ease;
    border-radius: 8px 8px 0 0;
    border: 2px solid #ff85a4;
    background: #ff95b0;
    color: #fff;
    align-items: center;
    justify-content: center;
}

input[name="tab_item"] {
  display: none;
}

.tab_content {
	display: none;
	clear: both;
	overflow: hidden;
}

#all:checked ~ #all_content,
#programming:checked ~ #programming_content,
#design:checked ~ #design_content {
  display: block;
	border: 2px solid #ff85a4;
	border-top: none;
	border-radius: 0 0 8px 8px;
	padding: 10px 10px 20px 10px;
}

.tabs input:checked + .tab_item {
	border:2px solid #ff85a4;
	border-bottom: none;
	border-radius: 8px 8px 0 0;
	background: #fff;
	color: #ff85a4;
}

#top_post > div ul li .title {
    font-size: 13px;
    letter-spacing: 0;
}

#contents .tabs h3 {
    padding: 0;
	margin: 0;
	background: none;
	font-size: 18px;
}

}

/*--------------------------------------------------------------
## サブページ：投稿記事
--------------------------------------------------------------*/
#contents div.paragraph_box{
	margin-bottom: 40px;
}

#contents .contributor{
	background: #f8f8f8;
	border-radius: 5px;
	display: flex;
	align-items: center;
	padding: 15px;
	margin-bottom: 20px;
	flex-wrap: wrap;
}
/*
#contents .border-box .contributor{
	background: #fff;
    padding: 10px 0;
    border-radius: 0;
    border-top: 2px dotted #e6e6e6;
}
*/
#contents .border-box .contributor{
	background: #fff;
    padding: 5px;
    border-radius: 0;
}

#contents .contributor .dr_img{
	margin:0 15px 0 0;
	width: 64px;
	height: 64px;
}

#contents .contributor .dr_img img{
	width: 100%;
	height: auto;
	margin: 0;
	border-radius: 50%;
}

#contents .contributor .txt_box{
	flex: 1;
}

#contents .contributor h4{
	margin: 0;
	padding: 0;
	line-height: 35px;
	display: inline-block;
}

#contents .contributor h4:before{
	display: none;
}

#contents .contributor p{
	margin: 0;
	padding: 0;
}

#contents .contributor p.txt_sub{
	padding: 0 0 5px 0;
	font-size: 13px;
	line-height: 18px;
}

#contents .contributor .txt_bottom{
	width: 100%;
    padding: 8px 5px;
    border-top: 1px solid #e3e3e3;
    margin-top: 12px;
}

#contents .contributor .txt_bottom h4{
	font-size: 16px;
}

#contents .contributor .txt_bottom p{
	font-size: 14px;
	letter-spacing: 0;
}

/* スマホのみ */
@media screen and (max-width: 767px){
#contents .contributor{
	padding: 10px;
}

#contents .contributor .dr_img{
	margin:0 15px 0 0;
	width: 55px;
	height: 55px;
}

}


/*--------------------------------------------------------------
## サブページ：教えてDr.
--------------------------------------------------------------*/
#contents .oshietedr_app{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	align-items: center;
	background: #fff3f3;
    padding: 20px 15px ;
    border-radius: 5px;
	margin-bottom: 5px;
}

#contents .oshietedr_app h3 {
    background: none;
    border-radius: 0;
    border-bottom: 1px #eddbdb solid;
    width: 100%;
    text-align: center;
    color: #ff84a4;
	font-size: 19px;
	padding: 0 0 10px 0;
	margin-top: 0;
}

#contents .oshietedr_app img{
	margin: 0;
}

#contents .oshietedr_app .app_img{
	width: 280px;
	height: auto;
}

#contents .oshietedr_app .qr-code{
    font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    background: #fff;
	width: 300px;
    border-radius: 5px;
    padding: 12px 25px;
    display: flex;
    align-items: center;
}

#contents .oshietedr_app .qr-code img{
	width: 50px;
	height: 50px;
	margin-right: 18px;
}

#contents .oshietedr_app .qr-code p{
	font-size: 13px;
	line-height: 20px;
	margin: 0;
}

#contents .oshietedr_app .app_dl_btn {
    font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    background: #4cbbea url(../img/arw_white.svg) no-repeat 8% center;
    background-size: 13px 13px;
    border: 5px solid #fff;
    color: #fff;
    width: 280px;
    height: 60px;
    border-radius: 30px;
    display: block;
    text-align: center;
    line-height: 50px;
    box-shadow: 3px 3px 0 rgba(0,0,0,0.05);
    padding-left: 10px;
	font-weight: 500;
}

#contents .txt_q {
    position: relative;
}

#contents .txt_q:after {
    display: block;
    position: absolute;
    top: 5px;
    width: 100%;
    height: 100%;
	content: "";
	background:-moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 70%, rgba(255,255,255,0.9) 70%, #fff 100%); /* Firefox */
	background:-webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 70%, rgba(255,255,255,0.9) 70%, #fff 100%);/* safari Chrome */
	background:linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 70%, rgba(255,255,255,0.9) 70%, #fff 100%); /* IE */
}

/* スマホのみ */
@media screen and (max-width: 767px){
#contents .oshietedr_app{
    padding: 20px 10px ;
}

#contents .oshietedr_app h3 {
    font-size: 17px;
    padding: 0 0 15px 0;
}

#contents .oshietedr_app .app_dl_btn {
    margin: 15px 0 0 0;
	font-size: 14px;
}
}

/* タブレットのみ */
@media screen and (min-width : 768px) and (max-width: 1023px) {
#contents .oshietedr_app .app_dl_btn {
    margin: 15px 0;
}

}

.oshietedr__superviser{
	background-color: #f8f8f8;
	border-radius: 5px;
	margin-bottom: 20px;
}
.oshietedr__superviser a{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding: 10px;
}
.oshietedr__superviser a .oshietedr__superviser__text--hospital{
	color: #666666;
}
.oshietedr__superviser__image{
	width: 55px;
	margin-right: 15px;
}
.oshietedr__superviser__image img{
	border-radius: 50%;
	max-width: 100%;
	height: auto;
	margin: 0 !important;
}
.oshietedr__superviser__text--dr{
	font-size: 20px;
	font-weight: bold;
}
.oshietedr__superviser__text--hospital{
	font-size: 13px;
}
@media screen and (min-width: 768px){
	.oshietedr__superviser a{
		padding: 20px;
	}
	.oshietedr__superviser__image{
		width: 60px;
	}
}

/*--------------------------------------------------------------
## ページネーション
--------------------------------------------------------------*/
.pagination{
	margin-top:20px;
	font-weight: bold;
}
.pagination span, .pagination a {
	display:block;
	float:left;
	margin: 2px 5px 2px 0;
	padding:6px 12px 5px 12px;
	text-decoration:none;
	width:auto;
	color:#fff!important;
	background: #d5d5d5;
	border-radius: 3px;
}

.pagination a:link,
.pagination a:visited,
.pagination a:hover,
.pagination a:active{
color:#fff;
}

.pagination a:hover,
.pagination .current{
	background: #ff85a4;
}

.pagination .current{
	padding:6px 12px 5px 12px;
}

/* スマホのみ */
@media screen and (max-width: 767px){
.pagination{
	font-size: 12px;
}
}


/*--------------------------------------------------------------
## サブページ:お問い合わせフォーム
--------------------------------------------------------------*/
#contents .contact_box{
	-js-display: flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding:20px 0;
}

#contents .contact_title{
    font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    font-weight: bold;
    width: 25%;
    background-color: #fff1f1;
    text-align: center;
    border-radius: 3px;
    padding: 10px 5px 12px 5px;
    vertical-align: middle;
    margin-bottom: 25px;
    height: 100%;
}

#contents .contact_title p{
	font-size:15px;
	margin:0;
	padding: 0;
}

#contents .contact_txt{
	padding-left:20px;
	text-align:left;
	width:70%;
	margin-bottom:15px;
}

#contents .contact_txt p {
    margin: 0;
    font-size: 13px;
}

#contents p.contents_first{
	text-align:center;
	border: none;
	border-radius:50px;
	color:#ff84a4;
	padding:5px;
}

input,textarea,
input.half,
select{
	font-size:16px;
}

input,textarea{
	border: 1px solid #dcdcdc;
	width: 100%;
	border-radius:3px;
	padding: 8px 5px 10px 5px;
}

input.half{
	border: 1px solid #dcdcdc;
	width: 45%;
	border-radius:3px;
}

select{
	border: 1px solid #dcdcdc;
	width: 45%;
	border-radius:3px;
	padding: 8px 15px 10px 15px;
	margin-bottom:10px;
}

.submit input{
	-webkit-appearance: none;
	/* border-radius: 0; */
	font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-weight: bold;
	background: #ff85a4;
	width: 100%;
	color: #ffffff;
	letter-spacing: 3px;
	height: 50px;
	cursor: pointer;
	border-radius: 5px;
	border: none;
}

.submit input:hover{
	background: #ff6c91;
}

.back input{
    font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    font-weight: bold;
	background: #fff;
	border:1px solid #dcdcdc;
    border-radius: 5px;
    width: 100%;
    letter-spacing: 3px;
    height: 50px;
	cursor: pointer;
}

.back input:hover{
	background: #dcdcdc;
}

.mw_wp_form_complete {
    background-color: #f8f8f8;
    padding: 30px 20px 10px 20px;
    border-radius: 10px;
}

/* スマホのみ */
@media screen and (max-width: 767px){
#contents .contact_title{
	width:100%;
	margin-bottom:15px;
}

#contents .contact_txt{
	width:100%;
	padding:0 10px 0 10px;
}
}

@media screen and (max-width: 767px){
	.sp_alert{
		font-size: 12px;
		background-color: #fda1b1;
		color: #ffffff;
		padding: 8px 4px;
	}
}
@media screen and (min-width:768px) {
	.sp_alert{
		display: none;
	}
}


/*--------------------------------------------------------------
##
--------------------------------------------------------------*/
/* スマホのみ */
@media screen and (max-width: 767px){
}


/* スマホとタブレット */
@media screen and (max-width: 1023px){
}


/* タブレットのみ */
@media screen and (min-width : 768px) and (max-width: 1023px) {
}


/* タブレットとPC（小画面）*/
@media print, screen and (min-width:768px){
}


/* スマホとタブレットとPC（小画面） */
@media screen and (max-width: 1199px) {
}

/* PC（小画面）とPC（大画面） */
@media print, screen and (min-width : 1024px){
}


/* PC（大画面）のみ */
@media print, screen and (min-width : 1400px){
}


/*IE調整*/
@media all and (-ms-high-contrast:none)/* and (min-width : 1024px)*/{

}
