@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP:300,400,500,600&display=swap');

.sec-back4-2 {
	font-size: 0;
}

.sec-back5 {
	font-size: 0;
}

.sec-back-sp1 {
  background-image:
    url("../images/spuni_back01.png"), /* 前面の背景画像 */
    url("../images/spuni_back02.png");   /* 背面の背景画像 */

  background-repeat:
    no-repeat, /* 最前面 */
    no-repeat;

  background-position:
    top left, /* 最前面 */
    top right;
	
  background-size:
    550px auto, /* 最前面 */
    550px auto;
	
	position: relative;
	width: 100%;
	height: auto;
	margin: 0;
	padding-top: 20px;
	padding-bottom: 30px;
}

.sp-logo1 {
	margin-top: 20px;
	width: 300px;
	margin-left: auto;
	margin-right: auto;
}

h1 {
	margin-top: 20px;
	font-family: 'Noto Serif JP', serif;
	font-size: 70px;
	line-height: 120%;
	font-weight: 400;
	color: #000000;
	letter-spacing: 2px;
}

h2 {
	margin-top: 10px;
	font-family: 'Noto Serif JP', serif;
	font-size: 50px;
	line-height: 120%;
	font-weight: 400;
	color: #000000;
	letter-spacing: 2px;
}

.sp-cap {
	margin-top: 30px;
	font-size: 20px;
	line-height: 130%;
}

.sp-cap2 {
	margin-top: 10px;
	font-size: 16px;
	line-height: 130%;
}

.in-waku {
	width: 100%;
	background-color: #FFFFFF;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	display: table;
	padding-top: 30px;
	padding-bottom: 30px;
}

.in-waku1 {
	width: 100%;
	display: table;
}

.in-waku2 {
	width: 50%;
	padding: 20px;
  display: table-cell;
  vertical-align: middle;
}

.in-waku3 {
	width: 100%;
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-bottom: 50px;
	padding-right: 20px;
	padding-left: 20px;
}

.in-waku4 {
	width: 100%;
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-right: 20px;
	padding-left: 20px;
}

.in-waku {
	width: 100%;
	background-color: #FFFFFF;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	display: table;
	padding-top: 30px;
	padding-bottom: 30px;
}

.waku3-1 {
	width: 33.333%;
	display: table-cell;
}

.waku3-2 {
	width: 33.333%;
	display: table-cell;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
}

.waku3-3 {
	width: 66.666%;
	display: table-cell;
}

.p-ph {
	width: 50%;
	display: table-cell;
}

.p-ph img {
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

.p-ph0 {
	width: 100%;
	display: table-cell;
}

.p-ph0 img {
	width: 100%;
	display: table-cell;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.p-ph1 {
	width: 50%;
	display: table-cell;
}

.p-ph1 img {
	width: 100%;
}

.p-ph2 {
	width: 50%;
	display: table-cell;
}

.p-ph2 img {
	width: 100%;
}

.p-ph3 {
	width: 100%;
}

.p-ph3 img {
	width: 100%;
}

.p-title-t {
	font-size: 27px;
	line-height: 130%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	width: 800px;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	padding-top: 20px;
	padding-bottom: 20px;
}

.p-title {
	font-size: 21px;
	line-height: 130%;
}

.p-t1 {
	font-size: 18px;
	line-height: 130%;
	margin-top: 20px;
	font-weight: 500;
}

.p-t2 {
	font-size: 20px;
	line-height: 130%;
	margin-top: 10px;
	font-weight: 500;
}

.p-h1 {
	font-size: 16px;
	line-height: 130%;
}

.p-h2 {
	font-size: 16px;
	line-height: 130%;
	margin-top: 5px;
}

.more-p {
  display: block;
	font-size: 17px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.more-p a {
	background: rgb(0, 115, 145);
	border-radius: 100px;
	color: rgb(255, 255, 255);
	display: block;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	text-decoration: none;
	width: 360px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	vertical-align:middle;
	margin-right: auto;
	margin-left: auto;
}

.more-p a:hover { 
	background: rgba(0, 115, 145, 0.5);
	color: #ffffff;
 }

.more-p2 {
  display: inline-block;
	font-size: 22px;
	margin-bottom: 20px;
}
.more-p2 a {
	background: #c24771;
	border-radius: 100px;
	color: rgb(255, 255, 255);
	display: block;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	text-decoration: none;
	width: 600px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	vertical-align:middle;
}

.more-p2 a:hover {
	background-color: #D685A1;
	color: #ffffff;
 }

.more-p3 {
  display: inline-block;
	font-size: 20px;
	margin-bottom: 20px;
}
.more-p3 a {
	background: #c24771;
	border-radius: 100px;
	color: rgb(255, 255, 255);
	display: block;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	text-decoration: none;
	width: 800px;
	height: 50px;
	line-height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	vertical-align:middle;
}

.more-p3 a:hover {
	background-color: #D685A1;
	color: #ffffff;
 }

/* 原寸ここまで */



@media screen and (max-width:1140px) {
	
.sec-back-sp1 {
  background-size:
    400px auto, /* 最前面 */
    400px auto;
	
	position: relative;
	width: 100%;
	height: auto;
	margin: 0;
	padding-top: 20px;
	padding-bottom: 20px;
}
	
.sp-logo1 {
	width: 250px;
}

.sp-logo2 {
	margin-top: 30px;
	width: 600px;
}
	
h1 {
	margin-top: 20px;
	font-size: 50px;
	letter-spacing: 2px;
}

h2 {
	margin-top: 10px;
	font-size: 30px;
	letter-spacing: 2px;
}
	
.sp-cap {
	margin-top: 30px;
	font-size: 18px;
}
	
.sp-cap2 {
	font-size: 14px;
}
	
.in-waku2 {
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
	
.p-title-t {
	font-size: 21px;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
	
.p-title {
	font-size: 18px;
	line-height: 130%;
}
	
.more-p {
  display: block;
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.more-p a {
	background: rgb(0, 115, 145);
	color: rgb(255, 255, 255);
	display: block;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	text-decoration: none;
	width: 95%;
	height: 24px;
	line-height: 24px;
	margin-right: auto;
	margin-left: auto;
	align-items: center;
	justify-content: center;
}

.more-p a:hover { 
	background: rgba(0, 115, 145, 0.5);
	color: #ffffff;
 }
	
.more-p2 {
	width: 70%;
	font-size: 18px;
	margin-bottom: 0px;
}
.more-p2 a {
	border-radius: 100px;
	display: block;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	width: 100%;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	vertical-align:middle;
}
	
.more-p3 {
	width: 90%;
	font-size: 16px;
	margin-bottom: 20px;
}
.more-p3 a {
	background: #c24771;
	color: rgb(255, 255, 255);
	display: block;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	width: 100%;
	height: 40px;
	line-height: 40px;
}
	
}

/* 1140ここまで */

@media screen and (max-width:768px) {
	
.sec-back-sp1 {
  background-size:
    40% auto, /* 最前面 */
    40% auto;
	
	position: relative;
	width: 100%;
	height: auto;
	margin: 0;
	padding-top: 10px;
	padding-bottom: 20px;
}
	
.sp-logo1 {
	width: 180px;
}

.sp-logo2 {
	margin-top: 20px;
	width: 90%;
}
	
h1 {
	margin-top: 10px;
	font-size: 30px;
	letter-spacing: 1px;
}

h2 {
	margin-top: 5px;
	font-size: 20px;
	letter-spacing: 1px;
}
	
.sp-cap {
	margin-top: 20px;
	font-size: 14px;
}
	
.sp-cap2 {
	margin-top: 5px;
	font-size: 12px;
}
	
.waku3-1 {
	width: 100%;
	display: block;
}

.waku3-2 {
	width: 100%;
	display: block;
	border-left-width: 0;
	border-left-style: none;
}
	
.p-ph {
	width: 100%;
	display: block;
}
	
.p-ph img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
	
.p-ph1,
.p-ph2,
.p-ph3 {
	width: 100%;
	display: block;
}
	
.p-ph1 img {
	width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
	
.p-ph2 img,
.p-ph3 img {
	width: 100%;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
	
.in-waku {
	width: 100%;
	display: block;
}
	
.in-waku1 {
	width: 100%;
	display: block;
	font-size: 0;
}

.in-waku2 {
	width: 100%;
	display: block;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
	
.in-waku3 {
	width: 100%;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 30px;
	padding-right: 10px;
	padding-left: 10px;
}
	
.in-waku4 {
	width: 100%;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
	
.p-title-t {
	font-size: 21px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 0px;
	width: 100%;
	padding-right: 10px;
	padding-left: 10px;
}

.p-title {
	font-size: 16px;
	line-height: 130%;
	padding-right: 10px;
	padding-left: 10px;
}
	
.p-t1 {
	font-size: 16px;
	margin-top: 20px;
}
	
.p-t2 {
	font-size: 16px;
	margin-top: 10px;
}

.p-h1 {
	font-size: 14px;
}
	
.p-h2 {
	font-size: 14px;
}
	
.more-p {
  display: block;
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.more-p a {
	background: rgb(0, 115, 145);
	color: rgb(255, 255, 255);
	display: block;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	text-decoration: none;
	width: 90%px;
	height: 24px;
	line-height: 24px;
	margin-right: auto;
	margin-left: auto;
	align-items: center;
	justify-content: center;
}

.more-p a:hover { 
	background: rgba(0, 115, 145, 0.5);
	color: #ffffff;
 }
	
.more-p2 {
	width: 95%;
	font-size: 16px;
}
.more-p2 a {
	border-radius: 100px;
	display: block;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	text-decoration: none;
	width: 100%;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	vertical-align:middle;
}
	
.more-p3 {
	width: 95%;
	font-size: 14px;
	margin-bottom: 20px;
}
.more-p3 a {
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	width: 100%;
	height: auto;
	line-height: 1.5;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-left: 10px;
}

}
/* 768ここまで */


/*# 1200以上は表示 */
.x-pc { display:inline; }
/*# 992以上は表示 */
.x-note { display:inline; }
/*# 768以上は表示 */
.x-tb { display:inline; }
/*# 568以上は表示 */
.x-sp { display:inline; }

/*# 992以下は表示 */
.pc-0 { display:none; }
/*# 992以下は表示 */
.note-0 { display:none; }
/*# 768以下は表示 */
.tb-0 { display:none; }
/*# 568以下は表示 */
.sp-0 { display:none; }

@media screen and (max-width:1200px) {
	
.x-pc { display:none; }
.pc-0 { display:inline; }
	
}

@media screen and (max-width:992px) {
	
.x-note { display:none; }
.note-0 { display:inline; }
	
}

@media screen and (max-width:768px) {
	
.x-tb { display:none; }	
.tb-0 { display:inline; }

}

@media screen and (max-width:568px) {

.x-sp { display:none; }
.sp-0 { display:inline; }
	
}
