@charset "utf-8";

/*//////////////////////////////////////////////////////////////////////////////

	新潟大学医学部学士会 有壬会 - 市民公開講座 第36回有壬セミナー

//////////////////////////////////////////////////////////////////////////////*/



/*------------------------------------------------------------------------------

	1. common

------------------------------------------------------------------------------*/

/*	1-1. clearfix
------------------------------------------------------------------------------*/


/*	1-2. image replacement
------------------------------------------------------------------------------*/


/*------------------------------------------------------------------------------

	2. main

------------------------------------------------------------------------------*/

a {
	color: #FFF;
}

span.end {
	color: #c5996c;
}

@media(min-width: 768px){
  a[href^="tel:"]{
    pointer-events: none;
  }
}

/*	2-1. h1
------------------------------------------------------------------------------*/

@media screen and (min-width: 481px){

#main h1 {
	height: 810px;
	background-image: url(../img/heading-index.png?20250617);
}

}



/*	2-4. text
------------------------------------------------------------------------------*/

#main .text h2 {
	padding: 5px 10px 5px 10px;
	border: 1px solid #E7E7E7;
	/**/
	-moz-border-radius:    6px;
	-webkit-border-radius: 6px;
	-o-border-radius:      6px;
	-ms-border-radius:     6px;
	border-radius:         6px;
}

#main .text h4 {
	position: relative;
	padding-left: 1.5em;
	font-weight: bold;
}

#main .text h4::before {
	content: '●';
	position: absolute;
	top: 0;
	left: 0;
}

.main_image img {
	width: 100%;
}

#main .text .mt_10 {
	margin-top: 20px;
}

#main .text .address {
	text-indent: 2em;
}
#main .group {
	display: flex;
	justify-content: space-between;
}

#main .application .btn  {
	margin: 1.5em auto 0;
}
.group:after {
	display: none;
}

#main .group figure{
	width: 140px;
}

#main .group section {
	width: 370px;
	margin: 0;
}
.btn {
	margin-top: 1em;
	width: 260px;
}
.btn a {
	display: flex;
	padding-left: 1em;
	align-items: center;
	position: relative;
	height: 60px;
	color: #333;
	font-size: 18px;
	font-weight: 700;
	text-decoration: none;
	transition: 0.3s;
	background-color: #c5996c;
	text-shadow: 1px 1px 0px rgba(255,255,255,0.5);
}

.btn a:hover {
	color: #f2f2f2;
}

.btn06 a::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 20px;
	transform: rotate(45deg) translateY(-50%);
	width: 6px;
	height: 6px;
	border-width: 2px 2px 0 0;
	border-style: solid;
	border-color: #333;
}


.btn06 a:hover::after {
	border-color: #f2f2f2 #f2f2f2 transparent transparent;
}

@media screen and (min-width: 481px){

}

@media screen and (max-width: 480px){
#main .group {
	display: block;
}

#main .group figure {
    width: 140px;
	margin: auto
}
	
#main .group figure figcaption {
	text-align: center;
}
	
#main .group section {
    width: 100%;
}
#main p {
	line-height: 1.8;
}

#main ul li {
	margin-bottom: 10px;
}
	
#main .group .btn {
    width: 100%;
}

}