@charset "utf-8";
/* CSS Document */
/*-----------------------------------------*/
/* index  -----------------------------*/
/* メイン  -----------------------------*/
.bg {
	background: url("../img/pfc_main.jpg") no-repeat center / 100% 100%;
	/* box-shadow: 0px 11px 20px 0px rgba(0,0,0,0.2)*/
}
.main_wrap {
    overflow: hidden;
}
.pattern2 img{
    opacity: 0;
    transform: translateY(40px);
    transition: .9s;
}
.pattern2.show img{
    opacity: 1;
    transform: translateY(0);
}
@media (max-width: 1600px) {
.bg {
	background: url("../img/pfc_main.jpg") no-repeat center / auto 100%;
}
}
/* index　p  -----------------------------*/
.tx_center {
	text-align: center;
}
.tx_left {
	text-align: left;
}
.tx_md {
	margin: 30px auto 40px;
	text-align: center;
}
.tx_md p, .tx_md .list_tx, .tx_md ul {
	display: inline-block;
	text-align: left;
}
.tx_md2 {
	text-align: center;
}
.tx_md2 p {
	display: inline-block;
	text-align: left;
}
.c-note--mark--bk {
	padding-left:2.5em;
	text-indent: -2.5em;
}
/* index　section01  -----------------------------*/
.u-bg {
	background: #f2f2f2;
	margin-top: 50px;
}
.yobo_te {
	text-align: center;
	line-height: 2em;
	font-size: 18px;
	margin: 50px 10px 0;
	font-weight: bold;
}
.yobo_te span {
	font-size: 22px;
	color: #dc6f06;
}
.inner_ma {
	max-width: 934px;
	margin-top: 0;
}
@media screen and (max-width:600px) {
.yobo_te {
	line-height: 1.8em;
}
}

/* index　section02  -----------------------------*/
.custom-hr {
	width: 100%;
	border-width: 2px;
	border-color: #735aa3;
	margin-top: 5px;
}
.u-bg .inner_pa {
	padding-bottom: 60px;
}
.titletxt{
	font-size:24px;
	font-weight:700;
	line-height:1.5;
	padding-top:80px;
	text-align:center;
	color: #735aa3;
}
.lineup-text {
	font-size:19px;
	line-height:1.8;
	margin-top:30px;
	text-align:center;
	color: #729330;
	font-weight: bold;
}
.txt {
	font-size:16px;
	line-height:1.8;
	margin-top:10px;
}
.tx_p {
	padding: 0 40px;
	font-size: 17px
}
@media screen and (max-width:980px) {
.l-grid .l-grid__item-10-md {
	width: 100%;
}
.tx_p {
	padding: 0 20px;
}
}
@media screen and (max-width:600px) {
.tx_p {
	padding: 0;
}
}

/* index　section03  -----------------------------*/
.lineup-cnt {
    border: 2px solid #735aa3;
	font-weight: bold;
}
.lineup-top {
    background-color: #735aa3;
    color: white;
    padding: 10px;
	font-size:16px;
	line-height:1.8;
}
.lineup-bottom {
    padding: 10px;
	font-size:16px;
	line-height:1.8;
	color: #735aa3;
}

/* 吹き出し内のスタイル -----------------------------*/
.arrow-cnt {
    display: flex;
	justify-content: center;
    align-items: center;
}
.arrow-img {
    margin-right: 10px;
}
.arrow-text{
	font-size: 19px;
	line-height: 1.6;
	margin-top: 0px;
	color: #729330;
	font-weight: bold;
}

/* --- 吹き出しのスタイル --- */
.arrow_box {
	margin: 60px 0 30px 0;
    padding: 3px;
    position: relative;
    background: #FFF; /* 吹き出し内の背景色 */
    border: 2px solid #729330; /* 吹き出しの線 */
    border-radius: 4px;
}
.arrow_box:after, .arrow_box:before {
	top: 100%;
	left: 10%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
@media screen and (max-width:600px) {
.arrow_box {
    padding: 3px 10px;
}
}
/* 吹き出し内側の矢印 */
.arrow_box:after {
	border-color: rgba(136, 183, 213, 0);
	border-top-color: #FFF;
    border-width: 27px 0px 0px 26px; /* 矢印サイズ */
    margin-left: 0px; /* 位置 */
}
/* 吹き出し外側の矢印 */
.arrow_box:before {
	border-color: rgba(194, 225, 245, 0);
	border-top-color: #729330; /* 矢印線色 */
    border-width: 32px 0px 0px 31px; /* 矢印サイズ */
    margin-left: -3px; /* 位置 */
}

/* チェックマーク横の文字 */
.cnt {
    display: flex;
    align-items: flex-start;
	margin:20px 0px;
}
.text-cnt {
	font-size:16px;
	line-height:1.8;
	margin-left: 10px;
}
.text-cnt p {
    margin: 0;
}

/* スラッシュ */
.slash {
    position: relative;
    display: inline-block;
    padding: 0 30px;
	font-size: 21px;
	line-height: 1.5;
	color: #735aa3;
	font-weight: bold;
}
.slash::before,
.slash::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 3.5%;
    background-color: #735aa3;
    z-index: -1;
}
.slash::before {
    left: -5px;
    transform: skew(45deg);
}
.slash::after {
    right: -5px;
    transform: skew(-45deg);
}

