@charset "utf-8";

html {
	font-size: 62.5%;
}

* {
	box-sizing: border-box;
}
 
body {
	font-size: 1.6em;
	color: #000;
	line-height: 1.75;
	font-family: FontAwesome, Helvetica,Arial, "Microsoft JhengHei", "微軟正黑體", 'PMingLiU' , sans-serif;
}

img {
	max-width: 100%;
	height: auto;
}

.pcNone {
	display: none;
}

input[type=radio],
input[type=checkbox] {
	margin-right: 5px;
}

.mt10 {
	margin-top: 10px;
}

@media screen and (max-width: 767px) {
body {
	font-size: 1.4rem;
	width: 100%;
	font-family: -apple-system, "HelveticaNeue", Helvetica FontAwesome, Helvetica,Arial, "Microsoft JhengHei", "微軟正黑體", 'PMingLiU' , sans-serif;
	-webkit-text-size-adjust: 100%;
}

img {
	width: 100%;
}

input[type="button"],
input[type="submit"] {
	-webkit-appearance: none;
	border-radius: 0;
}

.spNone {
	display: none !important;
}

.pcNone {
	display: block !important;
}

}

.right {
	text-align: right !important;
}
.center {
	text-align: center !important;
}

/* link 
*****************************************/
a:link,
a:visited {
	color: #000;
	text-decoration: underline;
}

a:hover,
a:active {
	color: #000;
	text-decoration: none;
}

a:focus {
	overflow: hidden;
}

.hover a img {
	-webkit-backface-visibility: hidden; /* 追加 */
	backface-visibility: hidden; /* 追加 */
	transition: opacity .3s;
}

.hover a:hover img {
	opacity: .6;
}

@media screen and (max-width: 767px) {

.hover a:hover img {
	opacity: 1.0;
}

}


/* contents
*****************************************/
.contents01 {
	padding-top: 50px;
	background: url(../img/bg01.jpg) top center no-repeat;
	background-size: 100% auto;
}

.headding01 {
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 554px;
	overflow: hidden;
	z-index: 0;
}
.headding01 h1 {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -705px;
	width: 1410px;
	height: 554px;
	overflow: hidden;
}
.headding01 .spNone {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 1410px;
	height: 554px;
}

.wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.col01 {
	margin: 30px 0 0 30px;
	width: 260px;
}
.col01:first-child {
	margin-left: 0;
}

.frameArea01 {
	position: relative;
	margin: -85px auto 0;
	padding: 40px;
	width: 1000px;
	background: url(../img/bg02.png) 0 0 repeat;
	background-size: 36px 10px;
	border-radius: 30px;
}
.frameArea01 .text01 {
	font-size: 2rem;
}
.frameArea01 .title01 {
	margin-top: 30px;
	font-size: 3rem;
	font-weight: bold;
	color: #c82679;
	text-align: center;
}
.frameArea01 .text02 {
	margin-top: 20px;
	text-align: center;
}

.frameArea02 {
	margin-top: 30px;
	padding: 30px 40px;
	background-color: #fff;
}

.ti01 {
	font-size: 3rem;
	color: #c82679;
	text-align: center;
}
.ti01 span {
	position: relative;
	font-weight: bold;
	padding: 0 87px;
}
.ti01 span:before {
	position: absolute;
	top: -18px;
	left: 0;
	content: "";
	width: 77px;
	height: 56px;
	background: url(../img/bg03.png) 0 0 no-repeat;
	background-size: 77px 56px;
}
.ti01 span:after {
	position: absolute;
	top: -18px;
	right: 0;
	content: "";
	width: 77px;
	height: 56px;
	background: url(../img/bg04.png) 0 0 no-repeat;
	background-size: 77px 56px;
}

.footer01 {
	margin-top: 50px;
	padding-bottom: 50px;
	text-align: center;
}
.footer01 .logo01 {
	margin: 0 auto;
	width: 121px;
}
.footer01 .copy01 {
	margin-top: 20px;
	font-size: 1rem;
}

@media screen and (max-width: 1600px) {
.contents01 {
	background-size: 1600px 749px;
}
	
}

@media screen and (max-width: 767px) {
.contents01 {
	padding-top: 40px;
	background-image: url(../img/bg01s.jpg);
	background-size: 100% auto;
}

.headding01 {
	position: static;
	height: auto;
}
.headding01 h1 {
	position: static;
	margin-left: 0;
	width: 100%;
	height: auto;
}

.col01 {
	margin: 25px auto 0;
	width: 66.66%;
}
.col01:first-child {
	margin: 35px auto 0;
}

.frameArea01 {
	position: relative;
	margin-top: 0;
	padding: 40px 20px;
	width: 100%;
	border-radius: 0;
}
.frameArea01 .text01 {
	font-size: 1.4rem;
}
.frameArea01 .title01 {
	font-size: 2rem;
	text-align: left;
}

.frameArea02 {
	margin-top: 30px;
	padding: 30px 20px;
	background-color: #fff;
}

.ti01 {
	font-size: 2rem;
}
.ti01 span {
	padding: 0 54px;
}
.ti01 span:before,
.ti01 span:after {
	top: -7px;
	width: 44px;
	height: 32px;
	background-size: 44px 32px;
}

.footer01 .logo01 {
	width: 28.43%;
}

}