@charset "UTF-8";

/* =======================================

	modal.css - モーダル

======================================= */


/* キャプション */

.bx-wrapper .bx-caption strong {
	display: inline-block;
	padding: 0 0 0 30px;
	font-size: 16px;
	line-height: 30px;
}

.ongw .bx-caption strong {
	background: url(../images/icon_ongw.png) no-repeat left center;
}

.hgsd .bx-caption strong {
	background: url(../images/icon_hgsd.png) no-repeat left center;
}

.pc {display: block;}
.sp {display: none;}

.column {
	height: 50%;
	padding: 20px 20px 70px;
}

.pop_content {
	width: 96%;
	margin: 0 auto;
}

.pop_content_ttl {
	display: inline-block;
	padding: 4px 0 0 30px;
	margin: 40px 0 15px;
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
}

.photo_box {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	align-items: center;
	justify-content: space-between;
	width: 96%;
	margin: auto;
}
.photo_box_t {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	justify-content: space-between;
	width: 96%;
	margin: auto;
}

.photo_box_c {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	align-items: center;
	justify-content: space-around;
	width: 96%;
	margin: auto;
}

.photo {
	width: 45%;
	max-width: 300px;
	text-align: center;
}
.photo2 {
    width: 50%;
    max-width: 380px;
    text-align: center;
}
.photo_c {
	width: 60%;
	max-width: 500px;
	text-align: center;
}
.photo_h {
	width: 100%;
	max-width: 800px;
	text-align: center;
	margin-bottom: 20px;
}
.photo img,
.photo2 img,
.photo_c img,
.photo_h img {
	width: 100%;
}
.photo p,
.photo2 p,
.photo_c p,
.photo_h p {
	border: 1px solid #000;
	text-align: center;
	padding: 5px 20px 4px;
	margin: 5px auto 15px;
	display: inline-block;
	line-height: 1.5em;
}
p.no_line {
	border: 0;
}
.photo_txt {
	width: 96%;
	line-height: 1.5em;
	margin: 0 auto 15px;
}

.arrow_r {
	margin: 0 20px 0 0;
	position:relative;
	height:26px;
	width:36px;
	background-color:#33AD9B;
}
.arrow_r::before {
	position:absolute;
	content:"";
	border:solid 26px transparent;
	border-left:solid 26px #33AD9B;
	top:-13px;
	left:32px;
}

.ongw .pop_content_ttl {
	background: url(../images/icon_ongw.png) no-repeat left center;
}

.hgsd .pop_content_ttl {
	background: url(../images/icon_hgsd.png) no-repeat left center;
}

.pop_ttl {
    border-bottom: dotted 1px #f2757d;
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 20px;
    padding: 5px 0 13px;
    text-align: center;
}
.pop_summary {
	font-size: 14px;
	line-height: 1.5em;
	width: 96%;
    margin: auto;
}

.txt_box {
	width: 96%;
	margin: 20px auto 10px;
}
.txt_box_ttl {
	font-size: 17px;
	position: relative;
	padding-left: 1.2em;
	margin: 0;
}
.txt_box_ttl::after {
	content: "◆";
	color: #33ad9b;
	position: absolute;
	top: 50%;
	left: 0px;
	margin-top: -10px;
}
.txt_box_txt {
	font-size: 15px;
	margin: 10px 0 15px;
	line-height: 1.5em;
}


/*----------------------------------------

	元

----------------------------------------*/
.m_column {
	height: 420px;
	overflow: hidden;
}
.m_photo {
	float: left;
	width: 280px;
}
.m_photo img {
	width: 100%;
}
.txt {
	float: right;
	width: calc(100% - 310px);
	max-width: 580px;
	padding: 15px 10px;
	font-size: 12px;
	line-height: 20px
}

.txt p {
	margin: 0 0 10px
}

.txt strong {
	display: inline-block;
	padding: 0 0 0 30px;
	margin: 0 0 5px;
	font-size: 16px;
	line-height: 20px;
}


.ongw .txt strong {
	background: url(../images/icon_ongw.png) no-repeat left center;
}

.hgsd .txt strong {
	background: url(../images/icon_hgsd.png) no-repeat left center;
}


/*----------------------------------------

	SP

----------------------------------------*/
@media screen and (max-width: 667px) {
	.pc {display: none;}
	.sp {display: block;}
	
	.column {
		padding: 15px 10px 40px;
	}
	.pop_ttl {
		font-size: 22px;
	}
	.pop_summary {
		font-size: 13px;
		line-height: 1.6em;
	}
	.pop_content_ttl {
		font-size: 16px;
		padding: 3px 0 0 25px;
		margin: 35px 0 15px;
	}
	.pop_content {
		font-size: 12px;
	}
	.photo_box,
	.photo_box_t,
	.photo_box_c {
		-webkit-flex-direction: column;
    	flex-direction: column;
		margin-bottom: 20px;
	}
	.photo,
	.photo2,
	.photo_c,
	.photo_h {
		width: 100%;
	}
	.photo_h {
		margin-bottom: 0;
	}
	.photo p {
		font-size: 12px;
		margin: 5px auto 0px;
	}
	.txt_box_txt,
	.photo2 p {
		font-size: 12px;
	}
	.arrow_r {
		margin: 10px 10px 20px 10px;
		height: 15px;
		width: 10px;
	}
	.arrow_r::before {
		border: solid 13px transparent;
		border-top: solid 13px #33AD9B;
		top: 14px;
		left: -8px;
	}
	.txt_box_ttl {
		font-size: 15px;
	}
	.txt_box_ttl::after {
		margin-top: -8px;
	}
	.txt_box {
		margin-top: 30px;
	}
	
	.m_column {
		overflow: auto;
	}
	.m_photo,
	.txt {
		float: none;
		margin: 0 auto 10px;
	}
	.m_photo {
		width: 200px;
	}
	.txt {
		width: 90%;
	}
}