@charset "UTF-8";

/*共通*/

body{
	text-align: left;
}

main {
	font-family: "游ゴシック","Original Yu Gothic", "Yu Gothic", "Yu Gothic", YuGothic, sans-serif;
	font-size: 16px;
	line-height: 1.75;
	letter-spacing: 0px;
}

/*@media screen and (max-width: 767px){

main {
font-size: 14px;
}

}*/

.sp{
	display: none;
}

@media screen and (max-width: 767px){

	.sp{
		display: block;
	}

}

.pc{
	display: block;
}

@media screen and (max-width: 767px){

	.pc{
		display: none;
	}

}

#wrapper {
	width: 100%;
}

#topicpath,.firstview__inner, .section__inner {
	width: calc(100% - 40px);
	max-width: 1000px;
	margin: 0 auto;
}

@media screen and (max-width: 767px){

	.firstview__inner, .section__inner {
		width: calc(100% - 40px);
	}

}

#h_inner{
	max-width: 1000px;
	margin: 0 auto;
}

a:link{
	color: #333;
	text-decoration: underline;
}

a:visited{
	color: #18b1d2;
}

p.is-attention{
	text-align: center;
	color: #ff0000;
	font-size: 16px;
	font-weight: bold;
}

@media screen and (max-width: 767px){


	p.is-attention{
		font-size: 14px;
	}

}


.txc {
	text-align: center;
}

/*ヘッダー*/

#gnavi{
	background: unset;
}

#gnavi::before{
	display: none;
}

#header #utility.wide::after{
	display: none;
}

#header #utility.wide {
	margin-bottom: 0;
}

#size_area{
	display: none;
}

/*フッター*/

#footer{
	background-color: #FFF;
}

#footer #copyright{
	background-color: #D7C176;
}

/*パンくず*/
#topicpath{
	margin-top: 15px;
	text-align: left;
	font-size: 14px;
}

#topicpath a:link,
#topicpath a:visited{
	color: #18b1d2;
}

@media screen and (max-width: 767px){

	#topicpath{
		font-size: 12px;
	}

}

/*LV*/

.firstview {
	width: 100%;
	border-top: 8px solid #D7C176;
	border-bottom: 8px solid #D7C176;
}
.firstview__border {
	background: url(../../common/img/firstview_bg_o.png) left top;
	position: relative;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}

.firstview__img__pc{
	max-width: 210px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-30%,-45%);
}
.firstview__img__logo{
	max-width: 96px;
	max-height: 96px;
	margin-right: 36px;
}
.firstview__inner{
	height: 310px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.firstview__title__wr{
	z-index: 1;
}
.firstview__title{
	font-size: 42px;
	line-height: 57px;
	margin-bottom: 7.5px;
}
.firstview__title__sub{
	padding: 16px 30px;
	background-color: #E68C34;
	border-radius: 28px;
	font-size: 23px;
	font-weight: bold;
	color: #fff;
	line-height: 23px;
}
.br-sp{
	display: none;
}
.br-pc{
	display: none;
}

@media screen and (max-width: 847px){
	.firstview__title{
		font-size: 35px;
		line-height: 50px;
	}
	.firstview__title__sub{
		font-size: 18px;
		line-height: 18px;
	}

}
@media screen and (max-width: 767px){
	.firstview__img__pc{
		display: none;
	}
	.br-sp{
		display: block;
	}
	.firstview__inner{
		height: 100%;
		display: block;
		text-align: center;
		padding: 20px 0;
	}
	.firstview__title__sub{
		margin: 0 auto;
		width: 272px;
		padding: 14px 0;
		border-radius: 60px;
		font-size: 16px;
		line-height: 20px;
	}
	.firstview__title{
		font-size: 25px;
		line-height: 35px;
		margin-bottom: 15px;
	}
	.firstview__img__logo{
		margin-right: 0px;
	}
}


/*セクション*/

.section {
	padding: 60px 0;
}

@media screen and (max-width: 767px){

	.section {
		padding: 60px 0;
	}

}

.section__point {
	margin-top: 3rem;
}

.section__namelist {
	width: 60%;
	margin: auto;
}

.section__linkbtn {
	margin-top: 3.2rem;
}

.section--txc {
	text-align: center;
}

.section--dotbg {
	background: url(../images/section_dotbg.png) left top repeat;
}

.section--gray {
	background: #F7F5F5;
}

.section--bottom_dot {
	padding-bottom: 0;
}

.section--bottom_dot::after {
	content: "";
	display: block;
	height: 2px;
	margin-top: 72px;
	background-size: 8px 2px;
	background-repeat: repeat-x;
	background-image: -webkit-linear-gradient(left, #D7C176, #D7C176 2px, transparent 2px, transparent 6px);
	background-image: linear-gradient(to right, #D7C176, #D7C176 2px, transparent 2px, transparent 6px);
}

/*タイトル*/

.section__title {
	text-align: center;
	margin-bottom: 1.6rem;
}

.section--issue {
	background-image: url(../images/issue_bg.png);
	background-size: cover;
	padding: 60px 0;
}

.section--link {
	padding-top: 40px;
	padding-bottom: 40px;
}

.section--linktitle {
	margin-bottom: 27px;
}


/*イントロ*/
.intro{
	margin-bottom: 20px;
}
.intro__title__pc{
	display: flex;
	justify-content: center;
}
.intro__title__sp{
	display: none;
}
@media screen and (max-width: 767px){
	.intro__title__sp{
		margin-bottom: 10px;
		display: flex;
		justify-content: center;
	}
	.intro__title__pc{
		display: none;
	}
}
.intro__text{
	padding: 20px;
	font-size: 20px;
	text-align: center;
	border: 1px solid #C7C7C7;
	border-radius: 5px;
	line-height: 20px;
	margin-bottom: 40px;
}
.intro__text__sub{
	padding: 12.5px 8%;
	font-size: 18px;
	background-color: #F7F7F7;
	border-radius: 5px;
	line-height: 33px;
	margin-bottom: 20px;
}
picture{
	display: flex;
	justify-content: center;
}

/*注意書き*/
.is-attention2{
    position: relative;
    margin-right: .8em;
}
.is-attention2::before{
    content: '\203B';
    position: absolute;
    left: -1em;
    width: 1em;
    height: 1em;
    font-weight: bold;
}
.br-sp2{
	display: block;
}
@media screen and (max-width: 767px){
	.is-attention2{
		margin-right: 0;
	}
	.intro__text__sub{
		padding: 12.5px 20px 12.5px 38px;
		font-size: 16px;
		line-height: 31px;
	}
	.intro__text{
		font-size: 16px;
		line-height: 16px;
	}
}


/*申し込みはこちらボタン*/

a.entrylink {
	box-sizing: border-box;
	position: relative;
	border-radius: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 16px;
	font-weight: bold;
	overflow: hidden;
	padding: 16px 0;
	color: #fff;
	text-decoration: none;
	background: #D7C176;
	transition: .3s;
}
a.entrylink:hover {
	opacity: .6;
}
.entrylink__inner {
	position: relative;
	/*text-indent: -1rem;
	padding-left: 1.45rem;*/
	line-height: 16px;
}

/* .entrylink__inner::before {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 6px;
	margin-right: 16px;
	border-color: transparent transparent transparent #fff;
} */

/*院長挨拶*/
.incho__title{
	text-align: center;
	margin-bottom: 30px;
}
.incho__title img {
	width: 130px;
	height: 112px;
}
.incho__wrap{
	display: block;
	margin-bottom: 32px;
}
.incho__comment{
	background: #fff;
	border-radius: 5px;
	margin-bottom: 20px;
	padding: 20px;
}
.incho__comment__title{
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 18px;
	line-height: 32px;
}
.incho__comment__text{
	line-height: 32px;
	margin-bottom: 18px;
}
.incho__comment__name{
	font-size: 24px;
	font-weight: bold;
	text-align: right;
	line-height: 32px;
}
.incho__img__sp{
	display: flex;
	justify-content: center;
}
.incho__img__pc{
	display: none;
}

/*実施の流れ*/
.flow__title{
	text-align: center;
	margin-bottom: 30px;
}
.flow__title img {
	width: 155px;
	height: 112px;
}
.flow__text{
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 7px
}
.flow__text__sub{
	font-size: 12px;
	line-height: 12px;
	margin-bottom: 20px;
}
@media screen and (max-width: 767px){
	.flow__img__pc{
		display: none;
	}
	.flow__img__sp{
		display: block;
		margin-bottom: 35px;
	}
	.flow__img__sp img{
		width: 100%;
	}
}
.flow__wrap picture img{
	margin-bottom: 40px;
}

/*講座メニュー紹介*/
.menu__title{
	text-align: center;
	margin-bottom: 30px;
}
.menu__title img {
	width: 250px;
	height: 115px;
}
.menu__cnt__title{
	font-size: 16px;
	line-height: 16px;
	text-align: center;
	padding: 17px 0;
	border: 1px solid #D7C176;
	border-radius: 5px;
	margin-bottom: 22px
}
.menu__cnt__text{
	font-size: 16px;
	line-height: 32px;
}
.menu__cnt{
	border-bottom: 1px solid #EAEAEA;
	margin-bottom: 40px;
	padding-bottom: 32px;
}
.br-sp3{
	display: none;
}
@media screen and (max-width: 767px){
	.br-sp3{
		display: block;
	}
	.br-pc{
		display: block;
	}
	.title-br,.title-brsp{
		line-height: 22.4px;
		padding: 13.8px 0;
	}
}

/*公益財団法人がん研究会 有明病院*/
.hospital__title__pc{
	display: none;
}
.hospital__title__sp{
	text-align: center;
	margin-bottom: 30px;
	
}
.hospital__title__sp img {
	width: 308px;
	height: 160px;
}
.hospital__pic__wrap{
	text-align: center;
	margin-bottom: 32px;
}
.hospital__pic__pc{
	display: none;
}
.hospital__pic__sp{
	margin-bottom: -9px;
}
.hospital__sbttl__wrap{
	text-align: center;
	font-weight: bold;
}
.hospital__sbttl{
	font-size: 16px;
	line-height: 16px;
	margin-bottom: 20px;
}
.hospital__sbttl__text{
	font-size: 24px;
	line-height: 33.6px;
	margin-bottom: 35.2px;
}
.hospital__ld__wrap{
	background-color: #fff;
	border-radius: 5px;
	text-align: center;
	padding: 32px 40px;
	margin-bottom: 40px;
}
.hospital__ld{
	font-size: 16px;
	line-height: 32px;
}

@media screen and (max-width: 767px){
	.hospital__ld__wrap{
		text-align: left;
		padding: 12px 20px;
		margin-bottom: 40px;
	}
}

/*お問い合わせ先*/
.contact__title{
	text-align: center;
	margin-bottom: 30px;
}
.contact__title img {
	width: 216px;
	height: 112px;
}
.contact__adr01__wrap{
	text-align: center;
}
@media screen and (max-width: 767px){
	.contact__adr01__wrap{
		text-align: left;
	}
}
.contact__adr01__ttl{
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
	margin-bottom: 20px;
}
.contact__adr01{
	font-size: 16px;
	line-height: 32px;
	margin-bottom: 32px;
}
.contact__adr02__cnt{
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
	padding: 17px 0;
}
.contact__adr02__wrap a{
	text-decoration: none;
}
.contact__adr02__cnt:nth-child(2){
	position: relative;
	display: inline-block;
	margin: 20px 0;
	display: flex;
	justify-content: center;
}
.contact__adr02__cnt:nth-child(1){
	padding-bottom: 37px;
}
.contact__adr02__cnt:nth-child(3){
	padding-top: 37px;
}
.contact__adr02__cnt:nth-child(2):before{
	content: '';
	position: absolute;
	left: 50%;
	bottom: -20px;
	display: inline-block;
	width: 50px;
	height: 1px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #D7C176;
}
.contact__adr02__cnt:nth-child(2):after{
	content: '';
	position: absolute;
	left: 50%;
	top: -20px;
	display: inline-block;
	width: 50px;
	height: 1px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #D7C176;
}



/*ページトップ*/
.pagetop{
	display: block;
	width: 50px;
	height: 50px;
	margin: 20px 0px 0px auto;
	border-radius: 45% 55% 45% 55% / 54% 56% 44% 46% ;
	background-color: #D7C176;
}
@media screen and (max-width: 767px){
	.pagetop{
		width: 40px;
		height: 40px;
	}
}
.pagetop::before{
	display: none;
}
.pagetop a{
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
}
.pagetop img{
	width: 50%;
	height: 50%;
	margin-left: 5px;
}

