@charset "UTF-8";
/*------------------------------------------------------------
	Index
------------------------------------------------------------*/
.p-ct-ent-item-ttl {
	display: block;
	text-align: center;
	font-size: 1.4rem;
	font-weight: bold;
}
.p-ct-ent-item-ttl + * {
	margin-top: 15px;
}
.p-ct-ent-item > a {
	display: block;
	text-align: center;
	font-size: 1.1rem;
	line-height: 1.6;
	padding: 20px 15px;
	border-radius: 7px;
	border: 3px solid #d00600;
}
.p-ct-ent-item > a:hover {
	color: #d00600;
	background: rgba(208,6,0,0.08);
}
.p-ct-ent-item > a.is-ct-pp:after {
	content: url(../img/icon_pp_r.png);
	margin-left: 5px;
}
.p-ct-ent-item-att {
	display: block;
	text-align: center;
	font-size: 1rem;
	color: #d00600;
}
* +.p-ct-ent-item-att {
	margin-top: 10px;
}
@media screen and (max-width: 1024px) {
.p-ct-ent-item-ttl {
	font-size: 1.1rem;
}
.p-ct-ent-item-ttl + * {
	margin-top: 12px;
}
.p-ct-ent-item > a {
	font-size: 1rem;
	padding: 15px 10px;
	border-width: 2px;
}
.p-ct-ent-item + .p-ct-ent-item {
	margin-top: 15px;
}
.p-ct-ent-item-att {
	font-size: 0.9rem;
}
* +.p-ct-ent-item-att {
	margin-top: 5px;
}
}
@media screen and (max-width: 767px) {
.p-ct-ent-item-ttl {
	font-size: 1rem;
}
.p-ct-ent-item-ttl + * {
	margin-top: 10px;
}
.p-ct-ent-item > a {
	font-size: 0.95rem;
	padding: 12px 10px;
}
.p-ct-ent-item + .p-ct-ent-item {
	margin-top: 12px;
}
* +.p-ct-ent-item-att {
	margin-top: 3px;
}
}

/*------------------------------------------------------------
	Form - Article Block
------------------------------------------------------------*/
* + .p-frm-sc,
.p-frm-sc + *,
.p-frm-sc + .p-frm-sc {
	margin-top: 40px;
}
@media screen and (max-width: 1240px) {
* + .p-frm-sc,
.p-frm-sc + *,
.p-frm-sc + .p-frm-sc {
	margin-top: 30px;
}
}
@media screen and (max-width: 1024px) {
* + .p-frm-sc,
.p-frm-sc + *,
.p-frm-sc + .p-frm-sc {
	margin-top: 25px;
}
}
@media screen and (max-width: 767px) {
* + .p-frm-sc,
.p-frm-sc + *,
.p-frm-sc + .p-frm-sc {
	margin-top: 20px;
}
}

/*------------------------------------------------------------
	Form - Article - Title
------------------------------------------------------------*/
.p-frm-hl01 {
	font-weight: bold;
	line-height: 1.6;
	font-size: 2.6rem;
	text-align: center;
}
.p-frm-hl01.is-left {
	text-align: left;
}
.p-frm-hl01 + * {
	margin-top: 25px;
}
@media screen and (max-width: 1024px) {
.p-frm-hl01 {
	font-size: 1.6rem;
}
.p-frm-hl01 + * {
	margin-top: 15px;
}
.p-frm-hl02 {
	font-size: 1rem;
}
.p-frm-hl02 + * {
	margin-top: 10px;
}
}
@media screen and (max-width: 767px) {
.p-frm-hl01 {
	font-size: 1.15rem;
	text-align: left;
}
.p-frm-hl01 + * {
	margin-top: 10px;
}
.p-frm-hl02 {
	font-size: 0.95rem;
}
.p-frm-hl02 + * {
	margin-top: 10px;
}
}
/*------------------------------------------------------------
	Form - Article - Text
------------------------------------------------------------*/
.p-frm-txt {
	line-height: 1.8;
	font-size: 0.95rem;
}
.p-frm-txt + * {
	margin-top: 10px;
}
.p-frm-txt-att {
	line-height: 2;
	font-size: 1rem;
	color: #d00600;
}
.p-frm-txt-att + * {
	margin-top: 10px;
}
.p-frm-txt-st {
	line-height: 2;
	font-size: 1rem;
}
.p-frm-txt-st + * {
	margin-top: 15px;
}
.p-frm-btn-wrapper {
	text-align: center;
}
.p-frm-btn-wrapper + * {
	margin-top: 60px;
}
* + .p-frm-btn-wrapper {
	margin-top: 60px;
}
input.p-frm-btn {
	border: #d00600 3px solid;
	background: none;
	width: 100%;
	font-size: 1rem;
	color: #d00600;
	padding: 15px;
	border-radius: 7px;
	transition: 0.2s;
	cursor: pointer;
}
input.p-frm-btn:hover {
	background: #d00600;
	color: #FFF;
}
input.p-frm-btn:focus {
	outline:0;
}
@media screen and (max-width: 1024px) {
.p-frm-txt {
	font-size: 0.9rem;
}
.p-frm-txt-att {
	font-size: 0.9rem;
}
input.p-frm-btn {
	font-size: 0.9rem;
	padding: 10px 0;
	border-width: 2px;
}
* + .p-frm-btn-wrapper {
	margin-top: 45px;
}
}
@media screen and (max-width: 767px) {
.p-frm-txt {
	font-size: 0.85rem;
}
.p-frm-txt-st {
	font-size: 0.9rem;
}
.p-frm-txt-st + * {
	margin-bottom: 5px;
}
.p-frm-txt-att {
	font-size: 0.85rem;
}
.p-frm-btn-wrapper + * {
	margin-top: 30px;
}
* + .p-frm-btn-wrapper {
	margin-top: 30px;
}
input.p-frm-btn {
 padding: 7px 0;
 border-left-width: 2px;
}
}
/*------------------------------------------------------------
	Form - Table
------------------------------------------------------------*/
.p-frm-tb {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
}
.p-frm-tb th, .p-frm-tb td {
	line-height: 1.6;
	font-size: 1rem;
	text-align: left;
	border: #DDD 1px solid;
	padding: 15px 20px;
	vertical-align: middle;
}
.p-frm-tb th.is-center, .p-frm-tb td.is-center {
	text-align: center;
}
.p-frm-tb th {
	background: #F8F8F8;
}
.p-frm-att {
	font-size: 1rem;
	color: #d00600;
	margin-left: 3px;
}
.p-frm-tb th.is-w2,
.p-frm-tb td.is-w2 {
	width: 25%;
}
.p-frm-hl02 + .p-frm-tb {
	margin-top: 30px;
}
.p-frm-tb input[type="text"],
.p-frm-tb textarea {
	border: #EEE 2px solid;
	background: #F8F8F8;
	border-radius: 4px;
	padding: 5px;
	transition: 0.2s;
}
.p-frm-tb input[type="text"]:focus,
.p-frm-tb textarea:focus {
	outline:0;
	border-color: #d00600;
	background: rgba(208,6,0,0.05);
}
.p-frm-tb textarea {
	height: 10em;
}
.p-frm-l {
	width: 100%;
}
.p-frm-m {
	width: 75%;
}
.p-frm-s {
	width: 50%;
}
.p-frm-xs {
	width: 35%;
}
.p-frm-tb + * {
	margin-top: 40px;
}
.p-frm-tb .p-frm-ss + .p-frm-ss {
	margin-left: 12px;
}
@media screen and (max-width: 1024px) {
.p-frm-tb th, .p-frm-tb td {
 font-size: 0.9rem;
}
.p-frm-tb + * {
	margin-top: 30px;
}
.p-frm-hl02 + .p-frm-tb {
	margin-top: 10px;
}
}
@media screen and (max-width: 767px) {
.p-frm-tb {
	width: 100%;
	border-bottom: #CCC 1px dotted;
}
.p-frm-tb tr, .p-frm-tb th, .p-frm-tb td {
	display: block;
	border: none;
}
.p-frm-tb tr {
	border-top: #CCC 1px dotted;
	padding-top: 12px;
	padding-bottom: 12px
}
.p-frm-tb th.is-w2,
.p-frm-tb td.is-w2 {
	width: 100%;
}
.p-frm-tb th, .p-frm-tb td {
	padding: 0;
	background: none;
}
.p-frm-tb th {
	font-weight: bold;
	margin-bottom: 5px;
}
.p-frm-m,
.p-frm-s {
	width: 100%;
}
.p-frm-ss {
	width: 48.5%;
}
.p-frm-tb + * {
	margin-top: 20px;
}
.p-frm-tb .p-frm-ss + .p-frm-ss {
	margin-left: 3%;
}
}
/*------------------------------------------------------------
	Form - Article - Error
------------------------------------------------------------*/
.p-err {
	border: #d00600 1px solid;
	padding: 25px;
}
.p-err-list {
	margin-left: 15px;
}
.p-err-list-item {
	line-height: 2;
	font-size: 1rem;
	margin-left: 1em;
	list-style: disc;
	color: #d00600;
}
.p-err-inner-txt {
	color: #d00600;
	font-size: 1rem;
}
* + .p-err-inner-txt {
	margin-top: 5px;
}
@media screen and (max-width: 1024px) {
.p-err-list-item {
	font-size: 0.9rem;
}
.p-err-inner-txt {
	font-size: 0.9rem;
}
}
@media screen and (max-width: 767px) {
.p-err {
	padding: 10px;
}
.p-err-list-item {
	font-size: 0.85rem;
}
.p-err-inner-txt {
	font-size: 0.85rem;
}
}

