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

html {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: 'M PLUS 1p', sans-serif;
	vertical-align: top;
	overflow-x: hidden;
}
body {
	margin: 0;
	padding: 0;
	width: 100%;
}
h1,
h2 {
	margin: 0;
	padding: 0;
}
a {
	color: #1167CC;
	font-size: 19px;
	font-weight: 700;
	-moz-transition: color 0.5s ease-in-out, border-bottom-color 1s ease-in-out;
	-webkit-transition: color 0.5s ease-in-out, border-bottom-color 1s ease-in-out;
	-ms-transition: color 0.5s ease-in-out, border-bottom-color 1s ease-in-out;
	transition: color 0.5s ease-in-out, border-bottom-color 1s ease-in-out;
}
a:hover {
	border-bottom-color: transparent;
	border-bottom: 1px;
	color: #ffaa00;
}
.marker {
	background: linear-gradient(transparent 0%, #fff000 0%);
	padding: 2px;
}
.strong18 {
	font-weight: bold;
	font-size: 18px!important;
}
.strong20 {
	font-weight: bold;
	font-size: 20px!important;
}
.strong24 {
	font-weight: bold;
	font-size: 24px!important;
}
.strong28 {
	font-weight: bold;
	font-size: 28px!important;
}
.strong32 {
	font-weight: bold;
	font-size: 32px!important;
}
.strong36 {
	font-weight: bold;
	font-size: 36px!important;
}
.strong42 {
	font-weight: bold;
	font-size: 42px!important;
}
.con960 {
	width: 960px;
	margin: 0 auto;
}
.con1080 {
	width: 1080px;
	margin: 0 auto;
}
.con1280 {
	width: 1280px;
	margin: 0 auto;
}
.under {
	text-decoration: underline;
}
.ptb10 {
	padding: 10px 0;
}
.ptb20 {
	padding: 20px 0;
}
.ptb30 {
	padding: 30px 0;
}
.ptb40 {
	padding: 40px 0;
}
.ptb50 {
	padding: 50px 0;
}
.ma10 {
	margin: 10px auto;
}
.ma20 {
	margin: 20px auto;
}
.ma30 {
	margin: 30px auto;
}
.ma40 {
	margin: 40px auto;
}
.ma50 {
	margin: 50px auto;
}
.mt10 {
	margin-top: 10px;
}
.mt20 {
	margin-top: 20px;
}
.mt30 {
	margin-top: 30px;
}
.mt40 {
	margin-top: 40px;
}
.mt50 {
	margin-top: 50px;
}
.mt100 {
	margin-top: 100px;
}
.block {
	display: block;
}
.red {
	color: #cc0000;
}
.tacenter {
	text-align: center;
}
.taleft {
	text-align: left;
}
.taright {
	text-align: right;
}
.grayBg {
	background: #F2F2F2;
}
.arrow {
	width: 0;
	height: 0;
	border: 30px solid transparent;
	border-top: 30px solid #000;
	margin: 0 auto;
}
.border {
	border-top: 5px solid #000;
	width: 715px;
	margin: 0 auto;
}
.borderDotted {
	border-top: 1px dotted #999;
}
.textLink {
	margin-top: -50px;
	margin-bottom: 50px;
}
#mainContent {
	padding: 20px 0 0;
}


@media only screen and (min-width:769px) {
	.pcHidden {
		display: none;
	}
	/* header{} */
	/* head h1{} */
	.f_right {
		float: right;
	}


	/* コンテンツ部分 ----------------------------------------*/
	.attention {
		background: #00A903;
		padding: 10px 0;
		text-align: center;
	}
	.attention h1 {
		font-size: 28px;
		color: #fff;
		letter-spacing: 2px;
	}
	.attention h2 {
		font-size: 22px;
		color: #fff;
	}
	.wrapper {
		width: 100%;
	}
	#pageContent h1 {
		font-size: 42px;
		color: #0a2545;
		text-align: center;
	}
	#sec01 {
		width: 960px;
		margin: 0 auto;
	}
	.textArea {
		margin-bottom: 60px;
		text-align: center;
	}
	.textArea p {
		font-size: 22px!important;
		line-height: 175%!important;
		color: #333333;
	}
	#sec02 {
		background: url(../images/bg.png) repeat;
		background-size: auto;
		padding: 40px 0;
	}
	#sec02 p {
		font-size: 20px;
	}
	.box_pickup {
		width: 960px;
		margin: 0 auto;
		background: #fff;
	}
	.box_pickup_inner {
		width: 840px;
		margin: 40px auto 80px;
		padding: 40px 0;
	}
	.box_pickup_inner h2 {
		font-size: 36px;
		color: #b80000;
		text-align: center;
		padding-bottom: 30px;
		border-bottom: 1px solid #b80000;
		margin-bottom: 40px;
	}
	.box {
		width: 960px;
		margin: 0 auto;
		background: #fff;
	}
	.box_inner {
		width: 840px;
		margin: 40px auto;
		padding: 40px 0;
	}
	.box_inner h2 {
		font-size: 36px;
		color: #0a2545;
		text-align: center;
		padding-bottom: 30px;
		border-bottom: 1px solid #0a2545;
		margin-bottom: 40px;
	}
	#sec03 {
		width: 960px;
		margin: 0 auto;
		padding: 80px 0 40px 0;
	}
	#sec03 h2 {
		border: 8px solid #0a2545;
		font-size: 32px;
		color: #0a2545;
		text-align: center;
		padding: 20px 0!important;
		-webkit-animation: blink 0.7s ease-in-out infinite alternate;
		-moz-animation: blink 0.7s ease-in-out infinite alternate;
		animation: blink 0.7s ease-in-out infinite alternate;
	}


	#sec-04 {
		width: 1080px;
		padding: 30px 0 20px 0;
		margin: 0 auto;
	}
	#sec-04 h1 {
		text-align: center;
		font-size: 36px;
		color: #222;
		margin-bottom: 20px;
		letter-spacing: 0px!important;
	}
	#sec-04 h2 {
		text-align: center;
		font-size: 18px;
		color: #222;
		letter-spacing: 12px!important;
		font-weight: 300;
	}
	.headlne {
		background: #4f4f4f;
		padding: 10px 0 10px 15px;
	}
	.topic {
		margin: 20px auto 30px;
	}
	.topic h5 {
		font-size: 22px;
		color: #fff;
		border-left: 6px solid #fff;
		padding-left: 15px;
		line-height: 130%;
		margin: auto;
	}
	.topicSrc {
		margin: 25px 0 20px;
	}
	.topicSrc ul {
		list-style: none!important;
		padding-inline-start: 0px;
	}
	.topicSrc ul li {
		font-size: 18px;
		color: #333;
	}
	.topicAgnd {
		font-weight: 900;
		margin-right: 20px;
	}
	.accarea {
		background: #eee;
		border-radius: 10px;
		margin-bottom: 20px;
	}
	.accarea-inner {
		width: 960px;
		margin: 0px auto;
		padding: 20px 0;
		background: url(../images/arrow.png) center right no-repeat;
	}


	/*ボックス全体*/
	.accbox {
		margin: 5px 0;
		padding: 0;
		max-width: 100%;/*最大幅*/
	}


	/*ラベル*/
	.accbox label {
		display: block;
		margin: 1.5px 0;
		padding : 0;
		font-weight: bold;
		cursor: pointer;
		transition: all 0.5s;
		display: flex;
	}


	/*ラベルホバー時*/
	/* .accbox label:hover {} */


	/*チェックは隠す*/
	.accbox input {
		display: none;
	}


	/*中身を非表示にしておく*/
	.accbox .accshow {
		height: 0;
		padding: 0;
		overflow: hidden;
		opacity: 0;
		transition: 0.8s;
	}


	/*クリックで中身表示*/
	.cssacc:checked + .accshow {
		height: auto;
		padding: 5px;
		opacity: 1;
	}


	.spk_icon  img {
		width: 80px;
	}
	.schedule-flex {
		display: block;
	}
	.schedule-title {
		font-size: 18px;
		color: #444;
		font-weight: 900;
		text-decoration: none!important;
		padding: 5px 0 5px 20px;
	}
	.schedule-region {
		font-size: 18px;
		color: #444;
		font-weight: 300;
		text-decoration: none!important;
		padding: 5px 0 5px 20px;
	}
	.table {
		width: 1070px;
		margin: 25px auto 20px;
		background: #fff;
		padding: 60px 0;
	}
	.table table {
		width: 960px;
		margin: 0 auto;
		border: 1px solid #959595;
		padding: 0!important;
		border-collapse: collapse;
	}
	.table tbody {
		display: table-cell;
	}


	/* .table table tr{} */
	.table table th {
		background: #d2d2d2!important;
		color: #333;
		text-align: center!important;
		border: 1px solid #959595;
		border-collapse: collapse;
		padding: 15px 10px;
	}
	.table table tr .col01 {
		width: 170px;
		text-align: center;
	}
	.table table tr .col02 {
		width: 170px;
		text-align: center;
	}
	.table table tr .col03 {
		width: 200px;
		text-align: center;
	}
	.table table tr .col04 {
		width: 555px;
		text-align: center;
		font-weight: bold;
	}
	.table table tr td {
		vertical-align: middle;
		border: 1px solid #959595;
		border-collapse: collapse;
		padding: 8px 5px;
		height: 60px;
	}
	.content-inner {
		width: 1080px;
		margin: 20px auto 0px;
	}


	@-webkit-keyframes blink{
		0% {opacity:0;}
		100% {opacity:1;}
	}
	@-moz-keyframes blink{
		0% {opacity:0;}
		100% {opacity:1;}
	}
	@keyframes blink{
		0% {opacity:0;}
		100% {opacity:1;}
	}


	#sec03 h2 i {
		font-size: 48px!important;
		margin: 0 30px;
		vertical-align: -5px;
	}
	#sec03 h3 {
		font-size: 28px;
		padding: 20px 0 40px 0!important;
		text-align: center;
	}
	#sec03 p {
		font-size: 20px;
	}
	.btn_area {
		margin-top: 40px;
	}
	.btn {
		width: 694px;
		margin: 0 auto;
		margin-top: 20px;
	}
	.btn a img {
		width: 694px;
		border-radius: 100px 100px 100px 100px / 100px 100px 100px 100px;
		-webkit-box-shadow: 1px 1px 5px #999;
		box-shadow: 1px 1px 5px #999;
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-o-transition: 0.3s;
		-ms-transition: 0.3s;
		transition: 0.3s;
		border-radius: 50px;
	}
	.btn a:hover img {
		opacity: 0.7;
		filter: srvc(opacity=70);-ms-filter: "srvc(opacity=70)";
		-webkit-box-shadow: 0px 0px 1px #333;
		box-shadow: 0px 0px 1px #333;
		margin: 0 auto;
	}
	.btn_news_area {
		background: #fff;
		padding: 20px 0 40px 0;
		margin-top: 40px;
		text-align: center!important;
		border: 1px solid #cb0142!important;
		box-shadow: 0 0 5px #ddd;
	}
	.btn_news_area h4 {
		font-size: 28px!important;
		margin-bottom: 30px;
		color: #cb0142;
	}
	#contact {
		background: #fff;
		text-align: center;
		padding: 40px 0 0 0;
	}
	#contact > .textArea {
		margin-bottom: 20px;
	}
	#contact > .textArea > p {
		font-size: 24px!important;
	}
	#contact > .textArea > .btn {
		margin: 40px auto;
	}
	#contact > .textArea > .btn > a > img {
		width: 90%;
		margin: 0 auto;
	}


	/* フッター ----------------------------------------*/
	footer {
		width: 100%;
		background: #111;
		padding: 20px 0 10px 0;
	}
	.footerBottom {
		width: 960px;
		margin: 0 auto;
	}
	.adress {
		width: 100%;
		height: 130px;
		display: flex;
		justify-content: space-between;
		border-top: 1px solid #fff;
		border-bottom: 1px solid #fff;
	}
	/* .adressContents{ } */
	.adC01 {
		width: 320px;
	}
	.adC02 {
		width: 280px;
	}
	.adC03 {
		width: 260px;
	}
	.adressContents p {
		font-size: 12px;
		color: #fff;
	}
	.footerTellText {
		font-size: 28px;
		font-weight: 900;
		color: #fff;
	}
	.footerCompany {
		font-size: 16px;
		color: #fff;
		font-weight: 900;
	}
	.vaMiddle {
		height: 130px;
		vertical-align: middle;
		display: table-cell;
	}
	.footerBtnLink a {
		font-size: 14px;
		font-weight: 300;
		color: #2a3333;
		background: #fff;
		border-radius: 5px;
		text-align: center!important;
		padding: 15px 60px;
		text-decoration: none;
		-webkit-transition: 0.8s;
		transition: 0.8s;
	}
	.footerBtnLink a:hover {
		color: #333;
		background: #fff000;
	}
	.copyright {
		font-size: 12px;
		color: #fff;
		text-align: center;
		padding: 15px 0;
		margin: 0;
	}
}


@media only screen and (max-width: 768px) {
	a {
		color: #1167CC;
		font-size: 14px;
		font-weight: 700;
	}
	br {
		display: none;
	}
	.spHidden {
		display: none!important;
	}
	.pcHidden {
		display: block!important;
	}
	/* header{} */
	/* head h1{} */
	.f_right {
		float: none;
		text-align: center;
	}
	.f_right img {
		width: 90%;
		margin: 0 auto 20px;
	}


	/* コンテンツ部分 ----------------------------------------*/
	.attention {
		background: #0a2545;
		padding: 10px 0;
		text-align: center;
	}
	.attention h1 {
		font-size: 28px;
		color: #fff;
		letter-spacing: 2px;
	}
	.attention h2 {
		font-size: 18px;
		color: #fff;
	}
	.wrapper {
		width: 100%;
	}
	#pageContent h1 {
		font-size: 24px;
		color: #0a2545!important;
		text-align: center;
	}
	#sec01 {
		width: 90%;
		margin: 0 auto;
	}
	.textArea {
		margin-bottom: 40px;
		text-align: left;
	}
	.textArea p {
		font-size: 18px!important;
		line-height: 175%!important;
		color: #333333;
	}
	.textArea p br {
		display: none;
	}
	#sec02 {
		background: url(../images/bg.png) repeat;
		background-size: auto;
		padding: 30px 0;
	}
	#sec02 p {
		font-size: 18px;
	}
	.box_pickup {
		width: 90%;
		margin: 0 auto;
		background: #fff;
	}
	.box_pickup_inner {
		width: 90%;
		margin: 20px auto 50px;
		padding: 20px 0;
	}
	.box_pickup_inner h2 {
		font-size: 24px;
		color: #b80000;
		text-align: center;
		padding-bottom: 30px;
		border-bottom: 1px solid #b80000;
		margin-bottom: 40px;
	}
	.box_pickup_inner ul {
		padding-left: 0px;
	}
	.box {
		width: 90%;
		margin: 0 auto;
		background: #fff;
	}
	.box_inner {
		width: 90%;
		margin: 30px auto;
		padding: 20px 0;
	}
	.box_inner h2 {
		font-size: 24px;
		color: #0a2545;
		text-align: center;
		padding-bottom: 30px;
		border-bottom: 1px solid #0a2545;
		margin-bottom: 40px;
	}
	#sec03 {
		width: 90%;
		margin: 0 auto;
		padding: 40px 0;
	}
	#sec03 h2 {
		font-size: 28px;
		border: 4px solid #0a2545;
		color: #0a2545;
		text-align: center;
		padding: 20px 0!important;
		-webkit-animation: blink 0.7s ease-in-out infinite alternate;
		-moz-animation: blink 0.7s ease-in-out infinite alternate;
		animation: blink 0.7s ease-in-out infinite alternate;
	}
	@-webkit-keyframes blink {
		0% {
			opacity:0;
		}
		100% {
			opacity:1;
		}
	}
	@-moz-keyframes blink {
		0% {
			opacity:0;
		}
		100% {
			opacity:1;
		}
	}
	@keyframes blink {
		0% {
			opacity:0;
		}
		100% {
			opacity:1;
		}
	}
	#sec03 h2 i {
		font-size: 28px!important;
		margin: 0 5px;
		vertical-align: 0;
	}
	#sec03 h3 {
		font-size: 18px;
		padding: 20px 0 0 0!important;
		text-align: center;
	}
	#sec03 p {
		font-size: 16px;
	}
	.btn_area {
		margin-top: 20px;
	}
	.btn {
		width: 100%;
		margin: 0 auto;
		margin-top: 10px;
	}
	.btn a img {
		width: 100%;
		border-radius: 100px 100px 100px 100px / 100px 100px 100px 100px;
		-webkit-box-shadow: 1px 1px 5px #999;
		box-shadow: 1px 1px 5px #999;
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-o-transition: 0.3s;
		-ms-transition: 0.3s;
		transition: 0.3s;
		border-radius: 30px;
	}
	.btn a:hover img {
		opacity: 0.7;
		filter: srvc(opacity=70);
		-ms-filter: "srvc(opacity=70)";
		-webkit-box-shadow: 0px 0px 1px #333;
		box-shadow: 0px 0px 1px #333;
		margin: 0 auto;
	}
	#sec-04 {
		width: 90%;
		padding: 50px 0 20px 0;
		margin: 0 auto;
	}
	#sec-04 h1 {
		text-align: center;
		font-size: 36px;
		color: #222;
		margin-bottom: 10px;
		letter-spacing: 1px!important;
	}
	#sec-04 h2 {
		text-align: center;
		font-size: 18px;
		color: #222;
		letter-spacing: 6px!important;
		font-weight: 300;
	}
	.headlne {
		background: #4f4f4f;
		padding: 10px 0 10px 15px;
	}
	.topic {
		margin: 20px auto 30px;
	}
	.topic h5 {
		font-size: 18px;
		color: #fff;
		border-left: 2px solid #fff;
		padding-left: 10px;
		line-height: 130%;
		margin: auto;
	}
	.topicSrc {
		margin: 15px 0 20px 0;
	}
	.topicSrc ul {
		list-style: none!important;
		padding-inline-start: 0px;
	}
	.topicSrc ul li {
		font-size: 16px;
		color: #333;
	}
	.topicAgnd {
		font-weight: 900;
		margin-right: 20px;
	}
	.accarea {
		background: #eee;
		border-radius: 10px;
		margin-bottom: 20px;
		box-shadow: 3px 3px 0px 0 #767676;
	}
	.accarea-inner {
		width: 90%;
		margin: 0px auto;
		padding: 10px 0;
		/*background: url(../images/arrow.png) center right no-repeat; */
		background-size: 5%;
	}


	/*ボックス全体*/
	.accbox {
		margin: 5px 0;
		padding: 0;
		max-width: 100%;/*最大幅*/
	}


	/*ラベル*/
	.accbox label {
		display: block;
		margin: 1.5px 0;
		padding: 0;
		font-weight: bold;
		cursor: pointer;
		transition: all 0.5s;
		display: flex;
	}


	/*ラベルホバー時*/
	/* .accbox label:hover {} */


	/*チェックは隠す*/
	.accbox input {
		display: none;
	}


	/*中身を非表示にしておく*/
	.accbox .accshow {
		height: 0;
		padding: 0;
		overflow: hidden;
		opacity: 0;
		transition: 0.8s;
	}


	/*クリックで中身表示*/
	.cssacc:checked + .accshow {
		height: auto;
		padding: 5px;
		opacity: 1;
	}
	.spk_icon {
		width: 30%;
	}
	.spk_icon img {
		width: 80%;
	}
	.schedule-flex {
		display: block;
		width: 100%;
	}
	.schedule-title {
		font-size: 15px;
		color: #444;
		font-weight: 900;
		text-decoration: none!important;
		padding: 5px 0 5px 10px;
	}
	.schedule-region {
		font-size: 15px;
		color: #444;
		font-weight: 300;
		text-decoration: none!important;
		padding: 5px 0 5px 10px;
	}
	.table br {
		display: block;
	}
	.table {
		width: 98%;
		margin: 25px auto 20px;
		background: #fff;
		padding: 30px 0;
	}
	.table table {
		width: 95%;
		margin: 0 auto;
		border: 1px solid #959595;
		padding: 0!important;
		border-collapse: collapse;
	}
	.table tbody {
		display: table-cell;
		font-size: 14px;
	}
	/* .table table tr{} */
	.table table th {
		background: #d2d2d2!important;
		color: #333;
		text-align: center!important;
		border: 1px solid #959595;
		border-collapse: collapse;
		padding: 15px 10px;
	}
	.table table tr .col01 {
		width: 10%;
		text-align: center;
	}
	.table table tr .col02 {
		width: 10%;
		text-align: center;
	}
	.table table tr .col03 {
		width: 10%;
		text-align: center;
	}
	.table table tr .col04 {
		width: 60%;
		text-align: center;
	}
	.table table tr td {
		vertical-align: middle;
		border: 1px solid #959595;
		border-collapse: collapse;
		padding: 8px 5px;
		height: 60px;
	}
	.content-inner {
		width: 90%;
		margin: 20px auto 20px;
	}
	.btn_news_area {
		padding: 20px 0 40px;
		margin-top: 20px;
		text-align: center!important;
	}
	.btn_news_area h4 {
		font-size: 16px!important;
		margin-bottom: 30px;
	}
	#contact {
		padding: 30px 0 20px 0;
	}
	#contact > .textArea {
		width: 90%;
		margin: 0 auto;
	}
	#contact > .textArea > p {
		font-size: 18px!important;
	}
	#contact > .textArea > .btn {
		margin: 40px auto;
	}
	#contact > .textArea > .btn > a > img {
		width: 90%;
		margin: 0 auto;
	}


	/* フッター ----------------------------------------*/
	footer {
		width: 100%;
		margin: -10px 0 0;
		position: relative;
		z-index: 5!important;
	}
	#footer {
		width: 100%;
		background: #111;
		padding: 0;
	}
	/* .footer{} */
	.footerBottom {
		max-width: 100%;
		margin: 0 auto;
		padding: 40px 0;
		background: #111;
	}
	.adress {
		width: 95%;
		margin: 0 auto;
	}
	.adressContents {
		max-width: 95%;
		margin: 0 auto;
		text-align: center;
	}
	.adC01 {
		max-width: 95%;
		margin: 0 auto;
	}
	.adC02 {
		max-width: 95%;
		margin: 10px auto;
	}
	.adC03 {
		max-width: 95%;
		margin: 0 auto;
	}
	.adressContents p {
		font-size: 12px;
		color: #fff;
	}
	.footerTellText a {
		font-size: 28px;
		font-weight: 900;
		color: #fff!important;
		text-decoration: none!important;
	}
	.footerCompany {
		font-size: 16px;
		color: #fff;
		font-weight: 900;
	}
	.footerBtnLink {
		max-width: 100%;
		margin: 0 auto;
		border-radius: 5px;
		background: #fff;
		text-align: center!important;
		padding: 10px 0;
	}
	.footerBtnLink a {
		font-size: 14px;
		font-weight: 300;
		color: #2a3333;
		text-decoration: none;
	}
	.copyright {
		font-size: 12px;
		color: #fff;
		text-align: center;
	}
}


@media screen and (max-width: 414px) {
	#sec-04 {
		padding: 20px 0;
	}
	#sec-04 h1 {
		text-align: center;
		font-size: 24px;
		color: #222;
		margin-bottom: 10px;
		letter-spacing: 1px!important;
	}
	#sec-04 h2 {
		text-align: center;
		font-size: 18px;
		color: #222;
		letter-spacing: 6px!important;
		font-weight: 300;
	}
	.accarea-inner {
		background-size: 10%;
	}
	/* .schedule-flex{} */
	.schedule-title {
		font-size: 15px;
		color: #444;
		font-weight: 900;
		text-decoration: none!important;
		padding: 5px 0 5px 10px;
	}
	.schedule-region {
		font-size: 15px;
		color: #444;
		font-weight: 300;
		text-decoration: none!important;
		padding: 5px 0 5px 10px;
	}
	.table tbody {
		font-size: 12px;
	}
	.table table tr .col01 {
		width: 10%;
		text-align: center;
	}
	.table table tr .col02 {
		width: 17%;
		text-align: center;
	}
	.table table tr .col03 {
		width: 10%;
		text-align: center;
	}
	.table table tr .col04 {
		width: 60%;
		text-align: center;
	}
	.table table tr strong {
		margin-top: 10px;
		margin-bottom: -20px;
		display: block;
	}
}


/* clearfix --------------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	line-height: 0;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */


/* .line --------------------------------------*/
.line1 {
	background: url(../images/bg1.png);
	background-position: center;
	background-size: cover;
	padding: min(8.59vw, 110px) 0;
}
.line1 > div {
	background: #fff;
	border: min(0.39vw, 5px) solid;
	border-image: linear-gradient(to right, #d90192 0%, #0d01ff 100%);
    border-image-slice: 1;
	box-sizing: border-box;
	margin: 0 auto;
	padding: min(0.31vw, 4px) min(0.39vw, 5px);
	width: min(75vw, 960px);
}
.line1 > div > article {
	border: 1px solid;
	border-image: linear-gradient(to right, #d90192 0%, #0d01ff 100%);
    border-image-slice: 1;
	box-sizing: border-box;
	padding: min(3.51vw, 45px);
}
.line1 > div > article > h1 {
	border-bottom: 1px solid;
	color: #d90092;
	font-size: min(3.12vw, 36px);
	margin: 0 0 min(4.29vw, 55px);
	padding: 0 0 min(2.81vw, 40px);
	text-align: center;
}
.line1 > div > article > .text {
	display: grid;
	grid-gap: min(3.51vw, 45px);
	position: relative;
}
.line1 > div > article > .text > p {
	font-size: clamp(15px, 1.4vw, 18px);
	margin: 0;
}
.line1 > div > article > .text > picture {
	position: absolute;
	top: 0;
	right: 0;
	width: min(12.37vw, 128px);
}

.line1 > div > article > div{
	display: flex;
	justify-content: space-between;
	margin: min(2.46vw, 50px) auto 0;
}

.line1 > div > article > div > a {
	display: block;
	margin: min(5.46vw, 20px) auto 0;
	width: min(47.35vw, 380px);
}
.line1 picture > img {
	max-width: 100%;
	height: auto;
}
@media screen and (min-width: 769px) {
	.line1 br.sp{
		display: none;
	}
}
@media screen and (max-width: 768px) {
	.line1 {
		padding: min(14.32vw, 110px) 0;
	}
	.line1 > div {
		border: min(0.65vw, 5px) solid;
		border-image: linear-gradient(to right, #d90192 0%, #0d01ff 100%);
		border-image-slice: 1;
		padding: min(0.52vw, 4px) min(0.65vw, 5px);
		width: 90%;
	}
	.line1 > div > article {
		padding: min(5.85vw, 45px);
	}
	.line1 > div > article > h1 {
		font-size: clamp(22px, 4.94vw, 38px);
		margin: 0 0 min(7.16vw, 55px);
		padding: 0 0 min(5.2vw, 40px);
	}
	.line1 > div > article > .text {
		grid-gap: min(5.85vw, 45px);
	}
	.line1 > div > article > .text > p {
		font-size: 18px;
	}
	.line1 > div > article > .text > picture {
		display: none;
	}

.line1 > div > article > div{
	display: block;
	justify-content: space-between;
	margin: min(2.46vw, 50px) auto 0;
}

	.line1 > div > article > div > a {
		margin: min(5.11vw, 70px) auto 0;
		width: 100%;
	}
	.line1 br.sp{
		display: block;
	}
}



