@charset "utf-8";
@media(max-width:768px) {
body{
	font-size: 62.5%;
	background: none;
}

a:hover{
	opacity:1.0;
}

header{
	display: none;
}

section{
	width: 100%;
	margin: 0 auto;
	margin-top: 2.0rem;
}

section a[id]:before {
  display: block;
  height: 5rem;
  margin-top: -5.6rem;
  font-size: 0;
  content: "";
}

#wrap{
	width: 100%;
	padding-top: 6.0rem;
}

/* ページトップ */
.page-top{
	width: 10%;
	position:fixed;
	bottom:40px;
	right:25px;
	z-index:1000;
}

.page-top img{
	width: 100%;
	height: auto;
}

.page-top:hover{
	opacity: 1.0;
}

/* フッター */
footer{
	clear: both;
	width: 100%;
	height: auto;
}

footer .footer_link{
	width: 100%;
	height: auto;
  display: block;
}

footer .logo{
	float: none;
	text-align: center;
  width: auto;
}

footer .footer_link ul{
	text-align: center;
	padding: 0;
	height: auto;
	padding-top: 0;
	padding-bottom: 0.5rem;
}

footer .logo img{
	width: 60%;
	height: auto;
	margin: 0.5rem 0;
}

footer .copy{
	width: 100%;
	background: #eae2ad;
	padding: 0.5rem 0;
}

footer .credit{
	width: 100%;
	font-size: 11px;
	line-height: 1.2em;
	text-align: center;
}

.btn-dl{
    width: 100%;
    height: 40px;

}

/* スライダー */
#main_img_area{
	width: 100%;
	height: auto;
	margin-bottom: 30px;
}

.main_img_area_in{
	width: 100%;
	height: auto;
	margin: 0 auto;
}

#main_img_area .main_img_area_in .slide_body_sp img{
	width:100%;
	max-width: 100%;
	height: auto;
	margin: 0!important;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#main_img_area .bx-wrapper{
	border: none!important;
}

#main_img_area .bx-viewport{
	margin: 0 auto;
}

#main_img_area .bx-wrapper{
	margin: 0 auto;
	height: auto;
}

#main_img_area .bx-wrapper .bx-controls-direction a {
	display: none;
}

#main_img_area .bx-wrapper a.bx-prev,.bx-wrapper a.bx-prev:hover,#footer_slide .bx-wrapper a.bx-prev:focus{
	display: none;
}

#main_img_area .bx-wrapper a.bx-next,#footer_slide .bx-wrapper a.bx-next:hover,#main_img_area .bx-wrapper a.bx-next:focus{
	display: none;
}

.slide_body{
	display: none;
}

.slide_body_sp{
	display: block;
}

/* 会員トップページ */
#top_page #main{
	width: 88%;
	height: auto;
	margin: 0 auto;
}

#top_page .info_a, #top_page .info_b{
	width: 100%;
	height: auto;
	padding: 0.5rem 0 1.0rem;
	float: none;
}

#top_page .info_a h2{
	font-size: 15px;
	line-height: 1.6em;
	margin-left: 3%;
}

#top_page .info_a h2:before{
	content: url(../img/info_01_sp.png);
	margin-right: 0.5em;
	position: relative;
	top: 2px;
}

#top_page .info_a .frame{
	width: 94%;
	margin-left: 3%;
	height: 8.0rem;
	overflow-y: scroll;
}

#top_page .info_a .frame .list{
	width: 100%;
	padding: 10px 0;
	border-bottom: 1px dotted #000;
}

#top_page .info_a .frame .list .txt{
	font-size: 14px;
	line-height: 1.2em;
}

#top_page .info_b h2{
	font-size: 15px;
	line-height: 1.6em;
	margin-left: 3%;
}

#top_page .info_b h2:before{
	content: url(../img/info_02_sp.png);
	margin-right: 0.5em;
	position: relative;
	top: 2px;
}

#top_page .info_b .frame{
	width: 94%;
	margin-left: 3%;
	height: 10.0rem;
	overflow-y: scroll;
}

#top_page .info_b .frame .list{
	width: 100%;
	padding: 10px 0;
	border-bottom: 1px dotted #000;
}

#top_page .info_b .frame .list .day{
	font-size: 12px;
	line-height: 2.0em;
	color: #323232;
}

#top_page .info_b .frame .list .txt{
	font-size: 14px;
	line-height: 1.2em;
	padding-top: 0.3em;
	color: #323232;
}

#top_page .bnr_area{
	width: 100%;
	margin: 1.0rem auto;
	padding: 0;
	font-size: 0;
}

#top_page .bnr_area li{
	width: 100%;
}

#top_page .bnr_area img{
	width: 100%;
	height: auto;
}

#top_page .zenkokutoroku {
	width: 100%;
	margin-left: 0;
}
#top_page .zenkokutoroku .menu {
	width: 100%;
}
#top_page .zenkokutoroku .menu ul {
	font-size:14px;
}

/* 会員ページ,一般ページ */
#contents #tittle h1, #general_contents #tittle h1{
	width: 100%;
	margin: 0 auto;
	font-size: 20px;
	padding-left: 3%;
	line-height: 2.5em;
}

#general_contents #tittle h1{
	background-size: cover!important;
}

#general_contents #tittle h1 img{
	height: 1.8rem;
	margin-top: 1.5rem;
	width: auto;
}

#contents section{
	padding: 0 0 2.0rem;
}
#contents section img {
	width:100%;
	height: auto;
}

#general_contents section{
	padding: 0 0 2.0rem;
}


#contents #sub_navi, #general_contents #sub_navi{
	width: 100%;
	float: none;
}

#contents #sub_navi select, #general_contents #sub_navi select{
	width: 94%;
	margin-left: 3%;
	font-size: 16px;
	height: 3.0rem;
	margin-bottom: 2.0rem;
}

#contents #archive, #general_contents #archive{
	width: 94%;
	height: auto;
	margin: 0;
	margin-left: 3%;
}

#contents #archive h2, #general_contents #archive h2{
	font-size: 18px;
	line-height: 1.0em;
	font-weight: bold;
	padding-bottom: 0.5em;
	margin-bottom: 25px;
}

#contents #archive h3, #general_contents #archive h3{
	font-size: 16px;
	line-height: 1.5em;
}

#contents #archive h4, #general_contents #archive h4{
	font-size: 16px;
	line-height: 1.5em;
}

#contents #archive .txt, #general_contents #archive .txt{
	font-size: 1.5em;
	line-height: 2.2em;
}

#contents #archive a[target$='_blank']{
	padding-left: 21px;
	background: transparent url(../img/ico_web.png) no-repeat no-repeat 0 -1px;
}
#contents #archive a[href$='.pdf'][target$='_blank'],
#contents #archive a[href$='.pdf'] {
	padding:0 0 0 22px;
	background: transparent url(../img/ico_pdf_s.jpg) no-repeat no-repeat 0 -1px;
}

#contents #archive a[href$='.xls'][target$='_blank'],
#contents #archive a[href$='.xls'],
#contents #archive a[href$='.xlsx'][target$='_blank'],
#contents #archive a[href$='.xlsx'] {
	padding:0 0 0 20px;
	background: transparent url(../img/ico_excel_s.jpg) no-repeat no-repeat 0 -1px;
}
#contents #archive a[href$='.doc'][target$='_blank'],
#contents #archive a[href$='.doc'],
#contents #archive a[href$='.docx'][target$='_blank'],
#contents #archive a[href$='.docx'] {
	padding:0 0 0 20px;
	background: transparent url(../img/ico_word_s.jpg) no-repeat no-repeat 0 -1px;
}
#contents #archive a[href$='.ppt'][target$='_blank'],
#contents #archive a[href$='.ppt'],
#contents #archive a[href$='.pptx'][target$='_blank'],
#contents #archive a[href$='.pptx'] {
	background: transparent url(../img/ico_pp_s.jpg) no-repeat no-repeat 0 -1px;
}

#general_contents #archive .around, #general_contents #archive .around .around_right{
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}
#general_contents #archive .around .around_right .photo{
	width: auto;
}
#contents #archive .row{
	display: block;
	padding-left: 0;
}

#contents #archive .row p{
	padding-left: 1.0em;
	width: 96%!important;
}

#contents #archive .face img{
	width: 60%;
	height: auto;
	margin-left: 20%;
	margin-right: 0;
	margin-bottom: 1.0em;
	float: none;
}

#contents #archive .poster img{
	width: 80%;
	height: auto;
	margin-left: 10%;
	margin-right: 0;
	margin-bottom: 1.0em;
	float: none;
}

#contents .kaisoku .row h5.right{
	text-align: left;
}

#contents .kaisoku .pl5w{
	width: 94%!important;
	padding-left: 1.0em!important;
	padding-right: 0!important;
}

#contents .pl5w p{
	padding-left: 0!important;
	padding-right: 0!important;
}

#contents .kaisoku .list li{
	padding-left: 1.0em;
}

#contents .kaisoku .pl5{
	font-size: 14px;
	line-height: 1.6em;
	padding-left: 0;
}


#contents .meibo ul span{
	width: 6.0em;
	display: inline-block;
}

#contents .meibo ul.left_side{
	width: 100%;
	float: none;
	margin-bottom: 0!important;
}

#contents .meibo ul.right_side{
	width: 100%;
	float: none;
	margin-bottom: 2.0em;
}

#contents .meibo ul.honor li{
	width: 7.7em;
	display: inline-block;
}

#contents .comt ul li{
	text-indent: -6.0em;
	margin-left: 6.0em;
}

#contents .comt ul li span{
	width: 6.0em;
}

#contents .comt > div{
	padding-left: 1.0em;
}

#contents .comt .new_line{
	display: none;
}

#contents .pp .pl{
	padding-left: 0;
	display: block;
}

#contents .psmd ul span{
	display: block;
}

#contents .psmd .notes{
	font-size: 14px;
	line-height: 1.6em;
	background: white;
	padding: 0.75em;
	border: 2px solid #d76174;
	margin-bottom: 4.0em;
}

#contents .psmd .terminology{
	height: auto;
}

#contents .psmd .terminology h3{
	background: #e0e0e0;
	border-left: none!important;
	margin: 0 0 10px!important;
}

#contents .psmd .terminology div{
	width: 92%;
	padding: 0 4%;
	float: none;
}

#contents .journal .fig_border{
	padding: 1.0em;
}

#contents .journal .contact{
	width: 100%;
	margin: 0;
}

#contents .journal .contact h5{
	font-size: 14px;
	line-height: 1.6em;
	padding-left: 0;
}

#contents .journal .contact span{
	display: block;
	text-align: left;
}

#contents .journal .pdf, #contents .cong .pdf{
	font-size: 14px;
	line-height: 1.6em;
}

#contents .journal .pdf img, #contents .cong .pdf img{
	float: left;
}

#contents .journal .acrobat, #contents .cong .acrobat{
	float: none;
}

#contents .journal .acrobat_txt,
#contents .cong .acrobat_txt{
	font-size: 14px;
	line-height: 1.5em;
	padding-left: 0;
}

#contents .cong .row .class{
	width: auto!important;
}

#contents .cong .row .colon{
	display: none;
}



.table-scroll{
  overflow: auto;
  white-space: nowrap;
  width:100%;
}
.table-scroll::-webkit-scrollbar{
 height: 5px;
}
.table-scroll::-webkit-scrollbar-track{
 background: #333;
}
.table-scroll::-webkit-scrollbar-thumb {
 background: #999;
}




#general_contents #archive .photo{
	padding: 10px;
	margin: 0.2rem auto!important;
	float: none;
}

#general_contents #archive .around .photo img{
	width: 100%;
	height: auto;
}

#general_contents #archive .around .item_01{
	order: 1;
}

#general_contents #archive .around .item_02{
	order: 2;
}

#general_contents #archive .around .item_03{
	order: 3;
}

#general_contents #archive .around .item_04{
	order: 4;
}

#general_contents #archive .around .item_05{
	order: 5;
}

#general_contents #archive .around .photo .caption{
	font-size: 13px;
	padding-top: 5px;
	text-align: center;
}

#general_contents #archive .around .photo .caption_t{
	font-size: 13px;
	padding-top: 5px;
	padding-bottom: 10px;
	text-align: center;
}

#general_contents .psmd_link{
	text-align: center;
	width: 70%;
	height: auto;
	margin: 30px auto 0;
}

#general_contents .psmd_link img{
	width: 100%;
	height: auto;
}

#general_contents .bnr_torokujigyo_s{
	text-align: center;
	width: 70%;
	height: auto;
	margin: 30px auto 0;
	background-color: #fff0f0;
}

#general_contents .bnr_torokujigyo_s img{
	width: 100%;
	height: auto;
}

#general_contents .bnr_torokujigyo_s a {
	background-image: none !important;
	padding-left: 0 !important;
}



#general_contents #gnav{
	height: 0px;
	background: none;
	border-top: 4px solid #2f9bb4;
	z-index: 100;
}

#general_contents #general_tittle ,#general_contents #tittle{
	width: 100%;
	background: #e9fcf9;
}

#general_contents #general_tittle h1{
	width: 100%;
	height: auto;
	margin: 0 auto;
}

#general_contents #general_tittle h1 img{
	width: 100%;
	height: auto;
}

#general_contents #general_navi_sp{
	width: 92%;
	margin-left: 4%;
	height: auto;
}

#general_contents #general_navi_sp li{
	list-style: none;
	width: 100%;
	margin-bottom: 1.0rem;
}

#general_contents #general_navi_sp li a{
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	font-weight: bold;
	width: 100%;
	height: 3.0rem;
	text-decoration: none;
	color: #0c7a94;
}
#general_contents #general_navi_sp li .banner-img{
  display: block;
  position: relative;
}
#general_contents #general_navi_sp li .banner-img span {
  text-align: left;
  width: 100%;
  display: block;
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: fit-content;
  line-height: 1.2;
  color: #561620;
}

#general_contents #general_navi_sp li:nth-child(odd){
	border: 1px solid #85c8d7;
	background-color: #daf1f6;
	border-radius: 15px;
	background-image: url(../img/general_navi_back01.png);
	background-repeat: no-repeat;
	background-position: 95% center;
	background-size: 0.3rem;
}

#general_contents #general_navi_sp li:nth-child(even){
	border: 1px solid #ade786;
	background-color: #e4f3cc;
	border-radius: 15px;
	background-image: url(../img/general_navi_back02.png);
	background-repeat: no-repeat;
	background-position: 95% center;
	background-size: 0.3rem;
}

#general_contents #general_navi_sp li.psmd{
	border: 1px solid #c1c1c1;
	background-color: #fff;
	border-radius: 15px;
	background-image: none;
	height: auto;
	width: 70%;
	margin-left: 15%;
	margin-bottom: 0;
}

#general_contents #general_navi_sp .psmd a{
	width: 100%;
	height: auto;
}
#general_contents #general_navi_sp .psmd a img{
	width: 90%;
	height: auto;
	padding: 0.5rem 0;
}

#general_contents #general_navi_sp li.bnr_torokujigyo_s{
	border:1px solid #f48d9d;
	background-color: #fff0f0;
	border-radius: 15px;
	background-image: none;
	height: auto;
	width: 70%;
	margin-left: 15%;
	margin-bottom: 0;
}
#general_contents #general_navi_sp .bnr_torokujigyo_s a{
	width: 100%;
	height: auto;
}
#general_contents #general_navi_sp .bnr_torokujigyo_s a img{
	width: 90%;
	height: auto;
/*	padding: 0.5rem 0;*/
}




/*#general_contents #general_navi_sp li:last-child{
	background-color: #000;
	background-image: none;
	height: auto;
	width: 70%;
	margin-left: 15%;
	margin-bottom: 0;
}
#general_contents #general_navi_sp .bnr_torokujigyo_s a{
	width: 100%;
	height: auto;
}
#general_contents #general_navi_sp .bnr_torokujigyo_s a img{
	border-radius: 15px;
	width: 90%;
	height: auto;
	padding: 0;
}*/


#general_contents #archive table{
	width: 100%;
	font-size: 12px;
	line-height: 1.6em;
	background: #fff;
	margin-bottom: 30px;
}

#general_contents #archive table th{
	width: 100%;
	display: block;
	background: #f5f5f5;
	border-right: none;
}

#general_contents #archive table td{
	border-top: 1px solid #000;
	display: block;
}

.exclamation_sec{
	height: auto;
}

/* グローバルナビ */
#gnav, #gnav ul{
	width: 100%;
	height: auto;
	margin: 0!important;
	padding: 0.5rem 0!important;
	background:#fff;
}

.slicknav_menu{
	display: block;
    width: 100%;
	position: fixed;
	top: 0;
	left: 0;
    z-index: 1000;
	background-color: #fff!important;
/* 	border-bottom: 4px solid #d76174; */
}

.slicknav_menu:before{
	content: url(../img/logo_sp.png);
	width: auto;
	float: left;
}

.menu{
   height: 20px;
    right: 20px;
    top: 20px;
    z-index: 99;
}

.menu_line{
    display: block;
    height: 2px;
    position: absolute;
    transition:transform .3s;
    width: 100%;
}

.menu_line-center{
    top: 9px;
}

.menu_line-bottom{
    bottom: 0;
}

.menu_line-top.active{
    top: 8px;
    transform: rotate(45deg);
}

.menu_line-center.active{
    transform:scaleX(0);
}

.menu_line-bottom.active{
    bottom: 10px;
    transform: rotate(135deg);
}

.slicknav_nav ul{
	margin: 0;
	padding:1.0rem 0;
}

.slicknav_nav li{
	display: inline-block!important;
	padding: 0!important;
	margin: 0!important;
	width: 100%;
	border-bottom: 1px dotted #000;
}

.slicknav_nav li a{
	color: #221815!important;
	padding: 0 5%;
	margin: 0;
	font-size: 1.0rem;
	line-height: 2.8rem;
}

.slicknav_nav .sub a{
	padding: 0 10%;
}

.slicknav_nav .sel a{
	color: #fff!important;
	background: #d76174;
}

#gnav{
	display: none;
}

.serch form{
	padding: 0.5rem;
	text-align: center;
}

.serch form input{
	font-size: 18px!important;
}

.slicknav_nav .medical, .slicknav_nav .general{
	width: 49%!important;
	margin-bottom: 1.0rem!important;
	border-bottom: none;
	text-align: center;
}

.slicknav_nav .medical a{
	background: #f6b4bf;
	border-radius: 10px!important;
}

.slicknav_nav .general a{
	background: #97d6e4;
	border-radius: 10px!important;
}

.slicknav_nav .medical.sel a{
	color: #fff;
	background: #d76174!important;
}

.slicknav_nav .general.sel a{
	color: #fff;
	background: #2f9bb4!important;
}

.slicknav_btn{
	background:#fff!important;
	height: 2.0rem!important;
	border-radius: 2px;
	border: 1px solid #ccc;
	position: fixed;
	left: 85%;
	top: 0.5rem;
}

.active{
	background-color: #fff;
    height: 100% !important;
    overflow: auto !important;
}

.slicknav_nav ul {
    height: 100% !important;
    overflow: auto !important;
}

.slicknav_open{
	background:#fff!important;
	height: 2.0rem!important;
	overflow: hidden!important;
}

.slicknav_icon,
.slicknav_icon span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
}

.slicknav_icon {
    position: relative;
	width: 100px;
	height: 100px;
}

.slicknav_menu .slicknav_icon-bar{
    position: absolute;
    left: 0;
    background: #ccc;
}
.slicknav_icon span:nth-of-type(1) {
    top: 0;
}
.slicknav_icon span:nth-of-type(2) {
    top: 3px;
}
.slicknav_icon span:nth-of-type(3) {
    bottom: 0;
}
.active .slicknav_icon-bar:nth-of-type(1) {
    -webkit-transform: translateY(6px) rotate(-45deg);
    transform: translateY(6px) rotate(-45deg);
}
.active .slicknav_icon-bar:nth-of-type(2) {
    opacity: 0!important;
    background: #fff!important;
}
.active .slicknav_icon-bar:nth-of-type(3) {
    -webkit-transform: translateY(-6px) rotate(45deg);
    transform: translateY(-6px) rotate(45deg);
}


.sp{
	display: block!important;
}

.pc, .pc_in{
	display: none!important;
}
}


@media(max-width:768px) {
.commerce {
  width: auto;
}
.commerce .c-table02 {
  padding: 0 10px;
  width: calc(100% - 20px);
}
.commerce .c-table02 th , .commerce .c-table02 td {
  display: block;
  width: inherit;
  border-bottom: none;
  padding: 10px;
  font-size: 14px;
}
.commerce .c-table02 .list li {
  padding-left: 8px;
}
.commerce .c-table02 .list li::before {
  top: 11px;
}
.commerce .c-table02 .buy {
  margin-top: 10px;
}

.commerce .c-table02 .buy .item-txt {
  font-size: 12px;
}
.commerce table tr:last-child td:last-child {
  border-bottom: 1px solid #ccc;
}
.commerce .c-table02 .tel {
  color: #0046AA;
  text-decoration: underline;
  pointer-events: auto;
}
}
@media(max-width:768px) {
#contents .head-neck #archive {
  width: 94%;
  margin: auto;
}
}

a.login-link {
  font-size: 14px;
}
a.login-link span {
  margin-left: 5px;
}
a.login-link span img {
  width: 20px !important;
}