@charset "UTF-8";
/* CSS Document */

.main-color {
	color: rgba(0,104,182,1);
}

/* ヘッダー */
header {
	width: 100%;
	background-color: rgba(0,0,0,0.9);
	background-image: url(../img/head-bg-2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	margin-bottom: 1rem;
}
.pre header {
	background-image: none;
	background-color: rgba(37,170,224,1);
}
header h1 {
	text-align: center;
}

.con-1 {
	max-width: 960px;
	margin: 0 auto;
	padding: 0 10px;
}
.p-navi {
	max-width: 980px;
	margin: 0 auto 3rem auto;
	padding: 0;
}
.p-navi ul {
	margin: 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 5px;
}
.p-navi ul li {
	margin: 0;
	flex: 1 1 100px;
	text-align: center;
	padding: 5px;
}
@media (max-width: 840px) {
	.p-navi ul {
		padding: 7px;
	}
	.p-navi ul li {
		padding: 3px;
		flex: 1 1 130px;
	}
}
.p-navi ul li a {
	margin: 0;
	background-color: #808080;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 0.4rem;
	transition: all 0.2s linear;
}
.p-navi ul li a:hover {
	background-color: rgba(0,104,182,1);
}
.p-navi ul .info a {
	background-color: rgba(230,0,20,1);
}
.p-navi ul .info a:hover {
	background-color: rgba(230,0,20);
	opacity: 0.75;
}
.p-navi ul .entry a {
	background-color: rgba(230,0,0,1);
}
.p-navi ul .entry a:hover {
	background-color: rgba(190,0,0,1);
}
main h2 {
	font-size: 1.25rem;
	color: #FFF;
	font-weight: bold;
	background-color: rgba(0,104,182,1);
	padding: 0.4em 2em;
	margin-bottom: 1.5rem;
	position: relative;
	border-radius: 0.35rem;
	letter-spacing: 0.2em;
}
main h2:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6.5px 0 6.5px 11px;
	border-color: transparent transparent transparent rgba(249,190,0,1);
	position: absolute;
	left: 1em;
	top: 0.8em;
}
main h2 .sub {
	letter-spacing: normal;
	font-size: 1rem;
	font-weight: normal;
	display: inline-block;
}
#point {
	margin-bottom: 2rem;
}
#point .col {
	margin: 0;
	display: flex;
	align-items: flex-start;
	justify-content: center;
}
#point .col .col-1 {
	margin: 0;
	flex: 1 1 auto;
}
#point .col .col-1 p {
	margin-bottom: 0.75em;
	font-size: 1.125rem;
}
#point .col .col-2 {
	margin: 0 0 1.5rem 1.5rem;
	flex: 0 0 340px;
}
@media (max-width: 840px) {
	#point .col .col-2 {
		flex: 0 0 40%;
	}
}
@media (max-width: 700px) {
	#point .col {
		flex-wrap: wrap;
	}
	#point .col .col-2 {
		flex: 0 1 auto;
		margin: 1rem 0 1.5rem 0;
	}
}
#point .col .col-2 img {
	display: block;
	margin-bottom: 5px;
}
#point .col .col-1 h3 {
	margin-bottom: 0.75rem;
	font-size: 1.5rem;
	font-weight: bold;
}
.btn-info {
	text-align: center;
	margin-bottom: 2rem;
}
.btn-info a {
	font-weight: bold;
	color: #FFF;
	background-color: #E18117;
	text-decoration: none;
	display: inline-block;
	padding: 1.25rem 7rem;
	border: solid 1px #E18117;
	box-shadow: 0 0 0 0.625em rgba(255,255,255,1) inset;
	position: relative;
	transition: all 0.2s linear;
}
.btn-info a:hover {
	background-color: #fff;
	box-shadow: 0 0 0 0.625em #E18117 inset;
	color: #E18117;
}
.btn-info a .fas {
	display: block;
	position: absolute;
	top: 1.5em;
	right: 1.5em;
}
.btn-entry {
	text-align: center;
	margin-bottom: 2rem;
}
.btn-entry a {
	font-weight: bold;
	color: #FFF;
	background-color: rgba(230,0,0,1);
	text-decoration: none;
	display: inline-block;
	padding: 1.25rem 6rem;
	border: solid 1px rgba(230,0,0,1);
	box-shadow: 0 0 0 0.625em rgba(255,255,255,1) inset;
	position: relative;
	transition: all 0.2s linear;
}
.btn-entry a:hover {
	background-color: #fff;
	box-shadow: 0 0 0 0.625em rgba(230,0,0,1) inset;
	color: rgba(230,0,0,1);
}
.btn-entry a .fas {
	display: block;
	position: absolute;
	top: 1.5em;
	right: 1.5em;
}
#outline {
	margin-bottom: 2rem;
}
#outline dl, #result dl {
	margin: 0 0 0.75rem 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
#outline dl dt, #result dl dt {
	margin: 0 1rem 0 0;
	color: rgba(0,104,182,1);
	font-weight: bold;
	border:solid 1px rgba(0,104,182,1);
	padding: 2px 0;
	text-align: center;
	width: 8em;
	flex: 0 0 auto;
}
#outline dl dd, #result dl dd {
	margin: 0;
	padding-top: 2px;
	flex: 1 1 auto;
}
#outline dl dd .logo {
	display: inline-block;
	margin: 0 1.5rem 1rem 0;
}
@media (max-width: 400px) {
	#outline dl {
		flex-wrap: wrap;
	}
	#outline dl dt {
		margin-bottom: 0.25rem;
	}
}
#result {
	margin-bottom: 2rem;
}
#result dl dd .logo {
	margin: 0;
}
#result dl dd .logo li {
	margin: 0 1.5rem 2rem 0;
	display: inline-block;
}
#result .photo {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
}
#result .photo li {
	flex: 0 0 170px;
	margin: 0 0.625rem 1rem 0.625rem;
}
#result .photo li img {
	display: block;
	margin-bottom: 5px;
}
#result .photo li p {
	font-size: 0.9rem;
}
#theme {
	margin-bottom: 1.5rem;
}
#theme .col {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
}
#theme .col article {
	margin: 0 1rem 1.5rem 1rem;
	flex: 1 1 280px;
}
#theme .col article h3 {
	margin: 0 0 1rem 0;
	font-size: 1.125rem;
	color: #005F44;
	font-weight: bold;
	border:solid 1px #005F44;
	padding: 2px 0;
	text-align: center;
}
#theme .col article p {
	margin: 0 0 0.5rem 0;
}
#theme .col article dl {
	margin: 0;
}
#theme .col article dl dt {
	margin: 0;
	color: #005F44;
	font-weight: bold;
}
#theme .col article dl dd {
	margin: 0;
}
#theme .col article dl dd ul {
	margin: 0;
}
#theme .col article dl dd ul li {
	margin: 0 0 0 1.5em;
	list-style-type: disc;
}
footer {
	color: #FFF;
	text-align: center;
	background-color: #4d4d4d;
	padding: 0.25rem;
	font-size: 0.95rem;
}
#sponsor {
	margin-bottom: 2rem;
}
#sponsor .group {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
#sponsor .group dl {
	flex: 0 1 440px;
}
#sponsor dl {
}
#sponsor dl dt {
	margin: 0 0 1rem 0;
}
#sponsor dl dd {
	margin: 0 0 1rem 0;
}
#sponsor dl dd .logo {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
#sponsor dl dd .logo li {
	flex: 1 0 220px;
	text-align: center;
	padding: 0 15px 30px 15px;
}
#program {
	margin-bottom: 2rem;
}
#program h3 {
	margin: 0 0 5px 0;
}
#program table {
	margin: 0 0 1rem 0;
}
#program table th {
	background-color: #e5e5e5;
	border: solid 1px #999;
	width: 4rem;
	text-align: center;
	vertical-align: middle;
	padding: 5px 0;
}
#program table td {
	padding: 0;
	border: solid 1px #999;
}
#program table .rest {
	padding: 5px 10px;
	text-align: center;
}
#program .timetable-1 td article {
	display: flex;
	justify-content: flex-start;
	padding: 10px;
}
#program .timetable-1 td article div {
	flex: 1 1 50%;
}
#program .timetable-1 td article .left {
	margin: 0 1rem 0 0;
}
@media (max-width: 767px) {
	#program .timetable-1 td article {
		flex-wrap: wrap;
	}
	#program .timetable-1 td article div {
		flex: 1 1 100%;
	}
	#program .timetable-1 td article .left {
		margin: 0;
	}
	#program .timetable-1 .left .attention {
		margin-bottom: 1rem;
	}
}
#program table article .head {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
#program table article h4 {
	margin: 0 0.5rem 0.5rem 0;
	font-weight: bold;
	border: solid 1px #999;
	padding: 1px 5px;
}
.course-s {
	background-color: #FAC7C9;
}
.course-a {
	background-color: #D4F786;
}
.course-b {
	background-color: #90E1FF;
}
.course-c {
	background-color: #90E1FF;
}
.course-d {
	background-color: #E0BDFF;
}
#program table article .full,
#program table article .full-2 {
	margin: 0 0.5rem 0.5rem 0;
	background-color: #e60000;
	color: #FFF;
	font-weight: bold;
	padding: 1px 5px;
	white-space: nowrap;
	border: solid 1px #e60000;
}
#program table article .full-2 {
	background-color: #FFF;
	color: #e60000;
}
#program table article .hall {
	background-color: #333;
	font-weight: bold;
	padding: 1px 5px;
	color: #FFF;
	margin: 0 0 0 auto;
	white-space: nowrap;
}
#program table article h5 {
	margin: 0 0 0.5rem 0;
	font-size: 1.25rem;
	font-weight: bold;
	color: rgba(0,80,150,1);
	line-height: 1.4;
}
#program table article h5 .sub {
	font-size: 0.8em;
	line-height: 1.5;
	display: block;
}
#program table article dl {
	margin: 0 0 0.5rem 0;
}
#program table article dl dt {
	margin: 0;
}
#program table article dl dd {
	margin: 0;
}
#program table article dl dd strong {
	font-size: 1.125rem;
}
#program .popup-modal {
	margin: 0 5px 0 0;
	display: inline-block;
	background-color: #E18117;
	padding: 1px 1rem;
	color:#FFF;
	font-weight: bold;
	text-decoration: none;
	border-radius: 2rem;
	border: solid 1px #9d5a10;
	transition: opacity 0.2s linear;
}
#program .popup-modal:hover {
	opacity: 0.75;
}
#program .btn-pdf {
	margin: 0.5rem 0 0 0;
	display: inline-block;
	background-color: #004db3;
	padding: 1px 1rem;
	color:#FFF;
	font-weight: bold;
	text-decoration: none;
	border-radius: 2rem;
	border: solid 1px #00367d;
	transition: opacity 0.2s linear;
}
#program .btn-pdf:hover {
	opacity: 0.75;
}
#program .btn-news {
	margin: 0.5rem 0 0 0;
	display: inline-block;
	background-color: rgba(0,0,0,0.1);
	padding: 1px 1rem;
	color:#333;
	font-weight: bold;
	text-decoration: none;
	border-radius: 2rem;
	border: solid 1px rgba(0,0,0,0.3);
	transition: background-color 0.2s linear;
}
#program .btn-news:hover {
	background-color: rgba(0,0,0,0.2);
}
#program .timetable-2 .hall-2 {
	display: flex;
	justify-content: flex-start;
}
#program .timetable-2 .hall-2 article {
	flex: 1 1 50%;
	padding: 10px;
}
#program .timetable-2 .hall-2 .left {
	margin: 0px;
	border-right: solid 1px #999;
}
@media (max-width: 700px) {
	#program .timetable-2 .hall-2 {
		flex-wrap: wrap;
	}
	#program .timetable-2 .hall-2 article {
		flex: 1 1 100%;
	}
	#program .timetable-2 .hall-2 .left {
		border-right: none;
		border-bottom: solid 1px #999;
	}
}
#program .note-1 {
	margin: 0 0 1rem 0;
}
#program .note-1 li {
	margin: 0 0 0.5rem 0;
	padding: 0 0 0 1em;
	text-indent: -1em;
}
#program .note-2 {
	margin: 0 0 1.5rem 0;
	padding: 0.5rem 0.5rem 0 0.5rem;
	border: solid 1px #e60000;
}
#program .note-2 p {
	margin-bottom: 0.5rem;
}
#program .note-2 ul {
	margin-bottom: 0.5rem;
}
#program .note-2 li {
	padding: 0 0 0 1em;
	text-indent: -1em;
}
.full {
	margin: 0 0.25em 0 0;
	background-color: #e60000;
	color: #FFF;
	font-weight: bold;
	padding: 0 5px;
}
.entry-end {
	margin: 0 0 2rem 0;
	text-align: center;
}
.entry-end .end {
	display: inline-block;
	color: rgba(230,0,0,1);
	font-weight: bold;
	border: solid 2px rgba(230,0,0,1);
	padding: 0.5rem 3rem;
}
.entry-end .comment {
	margin: 0.75rem 0 0 0;
	color: rgba(230,0,0,1);
}
#program .timetable-2 .hall-2 .satellite {
	clear: both;
}
#program .course-navi {
	margin: 0 0 1rem 0;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#program .course-navi li {
	margin: 0;
}
.attention {
	font-size: 14px;
}


/* Magnific Popup */
.pro-detail {
	position: relative;
	margin:10px auto;
	max-width: 700px;
	background: transparent;
	padding: 0;
	border-radius: 0.5rem;
}
.pro-detail .head {
	margin: 0;
	padding: 0.5rem 1.25rem;
	background-color: rgba(0,104,182,1);
	border-radius: 0.5rem 0.5rem 0 0;
}
.pro-detail h4 {
	margin: 0 0.5rem 0.75rem 0;
	display: inline-block;
	font-weight: bold;
	border: solid 1px #999;
	padding: 1px 5px;
}
.pro-detail .time {
	margin: 0 0.5rem 0 0;
	display: inline-block;
	font-weight: bold;
	color: #FFF;
}
.pro-detail .hall {
	display: inline-block;
	background-color: #333;
	font-weight: bold;
	padding: 0 5px;
	color: #FFF;
	border: solid 1px rgba(255,255,255,0.5);
}
.pro-detail h5 {
	margin: 0 0 1rem 0;
	font-size: 1.625rem;
	font-weight: bold;
	color: rgba(0,80,150,1);
	line-height: 1.4;
}
.pro-detail h5 .sub {
	font-size: 0.75em;
	line-height: 1.5;
	display: block;
}
.pro-detail .summary {
	margin: 0 0 1rem 0;
}
.pro-detail .lecturer {
	margin: 0 0 1rem 0;
	background-color: rgba(0,104,182,0.15);
	padding: 10px;
}
.pro-detail .lecturer dl {
	margin: 0 0 0.5rem 0;
	display: flex;
	justify-content: flex-start;
}
.pro-detail .lecturer dl:last-child {
	margin-bottom: 0;
}
.pro-detail .lecturer dl dt {
	margin: 0 0.75rem 0 0;
	flex: 0 0 104px;
}
.pro-detail .lecturer dl dt img {
	border: 2px solid #FFF;
}
.pro-detail .lecturer dl dd {
	margin: 0;
}
.pro-detail .lecturer dl dd .company {
	margin: 0 0 0.5rem 0;
}
.pro-detail .lecturer dl dd .name {
	margin: 0;
}
.pro-detail .lecturer dl dd .name strong {
	font-size: 1.375rem;
}
.pro-detail .lecturer .profile {
	margin: 0;
}
.pro-detail .lecturer .profile table th {
	white-space: nowrap;
	text-align: right;
	padding-right: 1em;
}
.pro-detail .lecturer .profile table td {
}
.pro-detail .popup-modal-dismiss {
	text-align: center;
}
.pro-detail .popup-modal-dismiss a {
	background-color: #e5e5e5;
	padding: 0 1.5rem;
	color:#333;
	text-decoration: none;
	border-radius: 2rem;
	border: solid 1px #b3b3b3;
	display: inline-block;
	transition: background-color 0.2s linear;
}
.pro-detail .popup-modal-dismiss a:hover {
	background-color: #ccc;
}
.pro-detail .content {
	margin: 0;
	padding: 1.25rem;
	background: #FFF;
	border-radius: 0 0 0.5rem 0.5rem;
}

/* ×ボタン */
.pro-detail .mfp-close,
.ex-detail .mfp-close {
  width: 2.625rem;
  height: 2.625rem;
  line-height: 2.625rem;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0;
  color: #FFF;
  font-style: normal;
  font-size: 2rem;
  font-family: Arial, Baskerville, monospace;
}
.pro-detail .mfp-close:hover,
.pro-detail .mfp-close:focus,
.ex-detail .mfp-close:hover,
.ex-detail .mfp-close:focus {
    opacity: 0.9;
}
.pro-detail .mfp-close:active,
.ex-detail .mfp-close:active {
    top: 1px;
}
.mfp-close-btn-in .pro-detail .mfp-close,
.mfp-close-btn-in .ex-detail .mfp-close {
  color: #fff;
}

/* download.html */
.download header {
	margin-bottom: 2rem;
}
#program .dl-list {
	margin: 1rem 0 1.5rem 0;
}
#program .dl-list li {
	margin: 0 0 0.5rem 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
#program .dl-list li .number {
	margin: 0 0.75rem 0 0;
	color: rgba(0,80,150,1);
	border:solid 1px rgba(0,80,150,1);
	text-align: center;
	flex: 0 0 3em;
}
.download main h2 {
	letter-spacing: 0;
	padding-right: 1em;
}

#exhibit {
	margin-bottom: 3rem;
}
#exhibit .company {
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}
#exhibit .company li {
	margin: 0.5rem;
	flex: 1 1 440px;
	border: solid 2px rgba(0,80,150,0.5);
	border-radius: 0.5rem;
	text-align: center;
	font-size: 1.125rem;
}
#exhibit .company .large {
	flex: 1 1 auto;
}
#exhibit .company li a {
	margin: 0;
	padding: 0.75rem 0.5rem;
	display: block;
	color: rgba(0,80,150,1);
	text-decoration: none;
	font-weight: bold;
	transition: background 0.2s linear;
}
#exhibit .company li a:hover {
	background: rgba(0,80,150,0.2);
}
#exhibit .company .none {
	border: solid 2px rgba(0,80,150,0);
}
.ex-detail-2 {
	max-width: 900px;
	margin: auto;
}
#exhibit .ex-detail-2 table .name {
	background-color: rgba(0,104,182,0.2);
	color: inherit;
}
#exhibit .ex-detail-2 table .inquiry {
	background-color: rgba(0,104,182,0.2);
	color: inherit;
}
#exhibit .ex-detail-2 table th {
	background-color: #EEE;
}

/* Magnific Popup exhibit */
.ex-detail {
	position: relative;
	margin:10px auto;
	max-width: 800px;
	background: transparent;
	padding: 0;
	border-radius: 0.5rem;
}
.ex-detail .head {
	margin: 0;
	padding: 0.5rem 1.25rem;
	background-color: rgba(0,80,150,1);
	border-radius: 0.5rem 0.5rem 0 0;
}
.ex-detail h4 {
	margin: 0 0.5rem 0 0;
	display: inline-block;
	font-weight: bold;
	color: #FFF;
	font-size: 1.125rem;
}
.ex-detail .content {
	margin: 0;
	padding: 1.25rem;
	background: #FFF;
	border-radius: 0 0 0.5rem 0.5rem;
}
.ex-detail .popup-modal-dismiss {
	text-align: center;
}
.ex-detail .popup-modal-dismiss a {
	background-color: #e5e5e5;
	padding: 0 1.5rem;
	color:#333;
	text-decoration: none;
	border-radius: 2rem;
	border: solid 1px #b3b3b3;
	display: inline-block;
	transition: background-color 0.2s linear;
}
.ex-detail .popup-modal-dismiss a:hover {
	background-color: #ccc;
}

.ex-detail .content table,
.ex-detail-2 table {
	margin: 0 0 1rem 0;
}
.ex-detail .content table th,
.ex-detail-2 table th {
	background-color: rgba(0,104,182,0.15);
	border: solid 1px #999;
	border-right: none;
	text-align: center;
	vertical-align: middle;
	padding: 5px;
	white-space: nowrap;
}
.ex-detail .content table td,
.ex-detail-2 table td {
	padding: 5px 10px;
	border: solid 1px #999;
	border-left: none;
	text-align: left;
	vertical-align: middle;
}
.ex-detail .content table .name,
.ex-detail-2 table .name {
	border: solid 1px #999;
	background-color: rgba(0,104,182,1);
	font-size: 1.25rem;
	color: #FFF;
	font-weight: bold;
	white-space: normal;
}
.ex-detail .content table .inquiry,
.ex-detail-2 table .inquiry {
	border: solid 1px #999;
	background-color: rgba(0,104,182,1);
	color: #FFF;
	font-weight: bold;
}
.ex-detail .content table td p,
.ex-detail-2 table td p {
	margin: 0 0 0.5rem 0;
}
.ex-detail .content table td p:last-child,
.ex-detail-2 table td p:last-child {
	margin: 0;
}
.ex-detail .content table .ex-img,
.ex-detail-2 table .ex-img {
	padding: 1rem;
}
.ex-detail .content table .ex-img ul li,
.ex-detail-2 table .ex-img ul li {
	margin: 0 15px 15px 0;
	float: left;
}
.ex-detail .content table .break,
.ex-detail-2 table .break {
	word-break: break-all;
}

.interpret {
	background: #555;
	color: #FFF;
	display: inline-block;
	padding: 1px 0.5em;
	margin-bottom: 0.5rem;
}
.pro-detail .interpret {
	margin-bottom: 1rem;
}

/* btn-col2 */
.btn-col2 {
	display: flex;
	flex-wrap: wrap;
}
.btn-col2 li {
	margin: 0 5px 0.5rem 0;
}
.btn-col2 li a {
	display: block;
	padding: 2px 1rem;
	color:#FFF;
	text-decoration: none;
	border-radius: 2rem;
	transition: opacity 0.2s linear;
}
.btn-col2 li a:hover {
	opacity: 0.75;
}
.btn-col2 .btn-dl a {
	background: rgba(0,80,150,1);
}
.btn-col2 .btn-ondemand a {
	background: rgba(0,104,182,1);
}

.offer {
	font-size: 1.25rem;
	font-weight: bold;
	border: solid 1px rgba(250,190,0,1);
	background: rgba(250,190,0,0.15);
	border-radius: 10px;
	padding: 2rem;
	/*max-width: 660px;*/
	margin: 0 auto;
}
.offer h3 {
	margin-bottom: 1em;
}
.offer ul {
}
.offer ul li {
	margin-bottom: 1em;
	background: url("../img/check.png") no-repeat;
	padding: 5px 0 0 35px;
}
.offer ul li:last-child {
	margin-bottom: 0;
}

.outline-img {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 2rem;
}
.outline-img li {
	text-align: center;
	margin: 0.5rem;
	flex: 0 1 360px;
}

#contact {
	margin-bottom: 2rem;
}
.contact-staff dl {
	display: flex;
}
.contact-staff dl dt {
	margin-right: 1rem;
}

.pre #offer,
.pre #point,
.pre #sponsor,
.pre #outline,
.pre #contact,
.pre #inquiry {
	margin-bottom: 3rem;
}

.btn-info-2 {
	text-align: center;
}
.btn-info-2 a {
	display: block;
	background: rgba(230,0,20,1);
	font-size: 1.25rem;
	max-width: 340px;
	margin: 0 auto;
	color: #FFF;
	text-decoration: none;
	padding: 0.5rem;
	border-radius: 2em;
	transition: all 0.2s linear;
}
.btn-info-2 a:hover {
	opacity: 0.75;
}

/* privacy */
#privacy {
}
.privacy {
	padding: 2rem 0;
}
.privacy h2 {
	letter-spacing: 0;
}
.privacy h3 {
	font-weight: bold;
}
.privacy p {
	margin-bottom: 1rem;
}
.privacy .company {
	padding: 1rem;
	background: #EEE;
	border-radius: 0.5rem;
	margin-bottom: 1rem;
}
/* 送信ボタン */
.btn-submit {
	/* buttonタグのリセットCSS */
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	appearance: none;

	color: #fff;
	padding: 0.5rem 5rem;
	background-color: rgba(230,0,0,1);
	cursor: pointer; /* ポインターカーソルを表示 */
}
.btn-submit[disabled] {
	background-color: #CCC;
	cursor: not-allowed; /* クリック不可のカーソルを表示 */
}
.btn-entry label {
	display: block;
	margin-bottom: 0.5rem;
}
.btn-entry button {
	display: inline-block;
	font-size: 1.2rem;
	font-weight: bold;
}


