@charset "utf-8";
/* CSS Document */

p {
	font-size: 1.5rem;
}
li.unit {
	padding: 50px 0 70px;
}
li.unit:first-child {
	background: #fbfbfb;
}
li.unit:last-child {
	padding: 50px 0 100px;
}
li.unit .catch {
	margin: 0 0 50px;
	text-align: center;
}
li.unit .catch span {
	display: inline-block;
	padding: 20px 100px;
	font-weight: bold;
	font-size: 2.6rem;
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	background-image: url(/collabo/img/icon_catch_decoA.png), url(/collabo/img/icon_catch_decoB.png);
	background-position: left top, right bottom;
	background-repeat: no-repeat;
}
li.unit .image_box {
    overflow: hidden;
    margin: 30px 0;
}
li.unit .image_box img {
    margin-right: 20px;
}
li.unit .image_box img:last-of-type {
    margin-right: 0;
}
li.unit ul.list_collabo li {
	margin: 0 0 50px;
}
li.unit ul.list_collabo li:last-child {
	margin: 0;
}
li.unit ul.list_collabo.inner {
	margin: 60px auto 0;
}
li.unit ul.list_collabo li h3.under {
	margin: 0 0 30px;
}
li.unit .boxL p {
	margin: 0 0 20px;
}
li.unit .boxL p:nth-of-type(2) {
	margin: 20px 0 0;
}

/*.unit .catch:before {
	content: url(../collabo/img/icon_catch_decoA.png)
}*/

@media screen and (max-width: 767px) {
li.unit {
	padding: 30px 0 40px;
}
li.unit:last-child {
	padding: 30px 0 50px;
}
li.unit .catch {
	margin: 0 0 20px;
}
li.unit .catch span {
	padding: 15px 30px 10px;
	font-size: 1.8rem;
	text-align: left;
}
li.unit .boxL,
li.unit .boxR {
	margin: 0 0 20px;
}
li.unit .boxL p {
	margin: 0 0 20px;
}
li.unit .image_box {
    margin: 3% 0;
}
li.unit .image_box img {
    width: 32%;
    margin-right: 2%;
}
li.unit ul.list_collabo.inner {
	margin: 30px auto 0;
}
li.unit ul.list_collabo li h3.under {
	background-size: 10px 100%;
	margin: 0;
}
li.unit ul.list_collabo li h3.under p {
	margin: 0 0 10px;
	background-size: 10px 100%;
	text-indent: -2em;
	padding-left: 2em;
}
}

@media screen and (min-width: 767px) {
li.unit .boxL, li.unit .boxL img, li.unit ul.list_collabo li:nth-of-type(odd) .boxL {
	width: 530px;
	margin: 0 60px 0 0;
}
li.unit ul.list_collabo li:nth-of-type(even) .boxR {
	margin: 0 0 0 60px;
	float: right;
	width: 530px;
}
li.unit .boxR, li.unit .boxR img, li.unit ul.list_collabo li img {
	width: 410px;
}
li.unit .image_box {
    max-height: 240px;
}
li.unit ul.list_collabo li h3.under p {
	font-size: 1.8rem;
}
li.unit ul.list_collabo li h3.under span.font_s {
	font-size: 1.6rem;
	margin: 0 0 0 20px;
}
li.unit .boxR img:first-child {
	margin: 0 0 20px;
}
}
