@charset "utf-8";
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
html {
	font-size: 62.5%;
}
body {
	color: #000;
}
img {
	vertical-align: -webkit-baseline-middle;
	vertical-align: middle;
}

a {
	font-size: 1.4rem;
	color: #970618;
}

a:hover {
	text-decoration: none;
}

p{
	font-size: 1.6rem;
}

sub {
	vertical-align: sub;
	font-size: 0.8em;
}

a sub {
	vertical-align: baseline;
	font-size: 1em;
}

.animation{
	-webkit-transform: translate(0,100%);
	    -ms-transform: translate(0,100%);
	        transform: translate(0,100%);
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	opacity: 0;
}
.animation.move{
	-webkit-transform: translate(0,0);
	    -ms-transform: translate(0,0);
	        transform: translate(0,0);
	opacity: 1;
}

.pc{
	display: block;
}
.sp{
	display: none;
}
@media screen and (max-width: 768px){
	.pc{
		display: none;
	}
	.sp{
		display: block;
	}
	img{
		width: 100%;
		height: auto;
	}
}
/*テキスト*/
.u_txt_bold{
	font-weight: bold;
}
.u_txt_red{
	color: #970618;
}
.sub {
  position: relative;
	top: .1em;
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-size: .9em;
	vertical-align: baseline;
}

/*ヘッダー*/
.l_header_wrap{
	position: fixed;
	top: 0;
	z-index: 4;
	width: 100%;
}
.l_header{
	background: #e60000;
	z-index: 2;
}
.l_header_inner{
	position: relative;
	/* width: 1200px; */
	width: 87%;
	margin: 0 auto;
	line-height: 0;
}
@media screen and (max-width: 768px){
	.l_header_inner{
		width: 84%;
	}
}

.l_header_item{
	padding:20px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
@media screen and (max-width: 768px){
	.l_header_item{
		padding: 3.2% 0;
	}
}

.l_header_logo_01,.l_header_logo_02{
	position: absolute;
	z-index: 2;
}
.l_header_logo_01 img,
.l_header_logo_02 img{
	width: 100%;
	height: auto;
}
.l_header_logo_01{
	margin-top: 20px;
	width: 104px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.l_header_logo_01.min{
	width: 60px;
	margin-top: 10px;
}

@media screen and (max-width: 768px){
	.l_header_logo_01{
		width: 19%;
		margin-top: 3.2%;
	}
	.l_header_logo_01.min{
		width: 10%;
		margin-top: 1.5%;
	}
}

.l_header_logo_02{
	margin: 12px 0 0 50%;
	width: 132px;
	-webkit-transform: translate(-50%,0);
	    -ms-transform: translate(-50%,0);
	        transform: translate(-50%,0);
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.l_header_logo_02.min{
	width: 88px;
}
.l_header_logo_02.min img{
	width: 100%;
	height: auto;
}
@media screen and (max-width: 768px){
	.l_header_logo_02{
		width: 26%;
		margin-top: 1.9%;
	}
	.l_header_logo_02.min{
		width: 14%;
	}
}

.l_header_sns_wrap{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
@media screen and (max-width: 768px){
	.l_header_sns_wrap{
		display: none;
	}
}

.l_header_sns_01,.l_header_sns_02,.l_header_sns_03{
	margin-right: 15px;
}
.l_header_global_link {
	margin-right: 35px;
}
@media screen and (max-width: 768px){
	.l_header_global_link {
		margin-right: 19px;
	}
	.l_header_global_link img {
		display: block;
		width: 25px;
		height: 25px;
	}
}
.l_header_btn{
	width: 60px;
	height: 40px;
	cursor: pointer;
}
@media screen and (max-width: 768px){
	.l_header_btn{
		width: 10%;
		height: 6vw;
	}
}

.l_header_btn span{
	border-top: solid 4px #fff;
	width: 60px;
	display: inline-block;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
@media screen and (max-width: 768px){
	.l_header_btn span{
		border-top: solid 2px #fff;
		width: 30px;
	}
}

.l_header_btn span:not(:nth-child(1)){
	margin-top: 14px;
}
@media screen and (max-width: 768px){
	.l_header_btn span:not(:nth-child(1)){
		margin-top: 7px;
	}
}
.l_header_btn.close span:nth-child(1){
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
	margin-bottom: -18px;
}
@media screen and (max-width: 768px){
	.l_header_btn.close span:nth-child(1){
		margin-bottom: -7px;
	}
}

.l_header_btn.close span:nth-child(2){
	display: none;
}
.l_header_btn.close span:nth-child(3){
	-webkit-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	        transform: rotate(-45deg);
	margin-top: 0;
	margin-bottom: -14px;
}
@media screen and (max-width: 768px){
	.l_header_btn.close span:nth-child(3){
		margin-bottom: -4px;
	}
}

.l_header_menu{
	line-height: 0;
	position: absolute;
	width: 100%;
	background: rgba(0,0,0,.7);
	padding: 98px 0 48px;
	border-bottom:solid 10px #e60000;
	opacity: 0;
	-webkit-transform: translate(0,-100%);
	    -ms-transform: translate(0,-100%);
	        transform: translate(0,-100%);
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	z-index: -1;
}
.l_header_menu.open{
	opacity: 1;
	-webkit-transform: translate(0,0);
	    -ms-transform: translate(0,0);
	        transform: translate(0,0);
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
@media screen and (max-width: 768px){
	.l_header_menu{
		padding: 9% 0 0;
	}

	.l_header_menu.open {
		overflow-y: auto;
	}
}


.l_header_menu_open{
	display: block;
}

.l_header_menu_inner{
	width: 1200px;
	margin: 0 auto;
}
@media screen and (max-width: 768px){
	.l_header_menu_inner{
		width: 84%;
	}
}

.l_header_menu_item{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
@media screen and (max-width: 768px){
	.l_header_menu_item{
		display: block;
	}
}
@media screen and (max-width: 768px){
	.l_header_menu_item li{
		display: block;
		line-height: 1;
		font-size: 0.75rem;
		font-weight: bold;
		color: #FFF;
		text-align: center;
		width: 100%;
	}
	.l_header_menu_item li:not(:nth-child(1)){
		border-top: solid 2px;
	}
	.l_header_menu_item li a{
		color: #FFF;
		padding: 5% 0;
		display: block;
		text-decoration: none;
	}
}
.l_header_menu_item li:not(:nth-child(4n+1)){
	margin-left: 16px;
}
@media screen and (max-width: 768px){
	.l_header_menu_item li:not(:nth-child(4n+1)){
		margin-left: 0;
	}
}

.l_header_menu_item li:nth-child(n+5){
	margin-top: 16px;
}
@media screen and (max-width: 768px){
	.l_header_menu_item li:nth-child(n+5){
		margin-top: 0;
	}
}
@media screen and (max-width: 768px){
	.l_header_menu_item_txt{
		font-size: 1.4rem;
		line-height: 1.7;
	}
}

/*コンテンツ*/
.l_content_wrap{
	background: -webkit-linear-gradient(top,#dd302d 80%,#de312d 100%);
	background:-ms-linear-gradient(top,#dd302d 80%,#de312d 100%);
	position: relative;
	z-index: 0;
	min-width: 1200px;
	overflow: hidden;
}
@media screen and (max-width: 768px){
	.l_content_wrap{
		background: -webkit-linear-gradient(top,#dd302d 80%,#d0312e 100%);
		background:-ms-linear-gradient(top,#dd302d 80%,#d0312e 100%);
		min-width: auto;
	}
}
.l_content_inner{
	border: solid 4px #b08f4e;
	background: #FFF;
	padding:0 96px;
}
@media screen and (max-width: 768px){
	.l_content_inner{
		padding: 0 3.9%;
	}
}


.l_content{
	width: 1200px;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	position: relative;
	z-index: 3;
	padding-top: 40px;
}
@media screen and (max-width: 768px){
	.l_content{
		width: 93%;
		margin: 0 auto;
		padding-top: 20px;
	}
}

/*フッター*/
.l_footer_wrap{
	text-align: center;
	background: #FFF;
	color: #666666;
	position: relative;
	z-index: 1;
}
.l_footer{
	position: relative;
	padding: 30px 0;
	width: 1200px;
	margin: 0 auto;
}
@media screen and (max-width: 768px){
	.l_footer{
		padding: 4% 0;
		width: auto;
	}
}

.l_footer_logo{
	line-height: 0;
}
@media screen and (max-width: 768px){
	.l_footer_logo{
		width: 30.6%;
		margin: 0 auto;
	}
}

.l_footer_list {
	width: 850px;
	margin: 25px auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
@media screen and (max-width: 768px){
  .l_footer_list {
		width: 100%;
		border-top: 1px solid #686868;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 30px;
		border-bottom: 1px solid #686868;
  }
}

@media screen and (min-width: 769px) {
	.l_footer_list_item {
		display: inline-block;
		margin-top: 4px;
	}

	.l_footer_list_item:not(.is-no-line):after {
		content: "｜";
		display: inline-block;
		margin: 0 0.5em;
		color: #666;
		font-size: 14px;
		line-height: 0;
	}
}
@media screen and (max-width: 768px){
  .l_footer_list_item {
		display: -webkit-box;
		display: -ms-flexbox;
    display: flex;
		-webkit-box-pack: center;
			 -ms-flex-pack: center;
    justify-content: center;
		-webkit-box-align: center;
			 -ms-flex-align: center;
    			align-items: center;
    width: 50%;
    min-height: 39px;
    padding: 10px 0;
  }
}

@media screen and (max-width: 768px){
  /* ナビが奇数のとき */
  /* .l_footer_list_item:not(:last-child) {
    border-bottom: 1px solid #686868;
  } */
  /* ナビが偶数のとき */
  .l_footer_list_item:nth-child(n+3) {
    border-top: 1px solid #686868;
  }
  .l_footer_list_item:nth-child(2n+1) {
    border-right: 1px solid #686868;
  }
  .l_footer_list_item:nth-child(odd):last-child {
    width: 100%;
    border-right: none;
  }
}

.l_footer_list_item > a {
  color: #666;
  font-size: 12px;
  text-decoration: none;
}
@media screen and (max-width: 768px){
  .l_footer_list_item > a {
    line-height: 1.25;
  }
}

.l_footer_list_item > a:hover {
  opacity: .7;
}

.l_footer_copy_light{
	padding-top: 20px;
	line-height: 1;
	display: block;
  font-size: 12px;
}
@media screen and (max-width: 768px){
	.l_footer_copy_light{
		padding-top: 4%;
		line-height: 1.4;
	}
}

.l_footer_btn{
	position: absolute;
	bottom: 190px;
	left: 50%;
	-webkit-transform: translate(-50%,0);
	    -ms-transform: translate(-50%,0);
	        transform: translate(-50%,0);
	cursor:pointer;
	z-index: 2;
}
@media screen and (max-width: 768px){
	.l_footer_btn{
		width: 20.7%;
		line-height: 0;
		bottom: 100%;
	}
}

.l_bg_dot_cover{
	width: 100%;
	height: 100%;
	background: url('/brand/honkakuitame/images/dot.png');
	position: fixed;
	bottom: 0;
	z-index: -1;
}

.c_fried_Rice_img{
	text-align: center;
	background: -webkit-linear-gradient(top,#dd302d 0%, #dd312d 10%, #c6302d 20%, #7a2724 50%, #4b1b19 70%,#0f0504 100%);
	background:-ms-linear-gradient(top,#dd302d 0%, #dd312d 10%, #c6302d 20%, #7a2724 50%, #4b1b19 70%,#0f0504 100%);
	position: relative;
	z-index: -1;
	margin-top: -232px;
	position: relative;
	line-height: 0;
}
@media screen and (max-width: 768px){
	.c_fried_Rice_img{
		margin-top: -41px;
	}
}

/* 下層ナビゲーション */
.l_nav_anchor_wrap {
	width: 100%;
	background: url('/brand/honkakuitame/images/anchor_bg.png') repeat-x;
	-webkit-box-shadow: 0px 6px 8px 0 rgba(0, 0, 0, .3);
	        box-shadow: 0px 6px 8px 0 rgba(0, 0, 0, .3);
	position: relative;
	z-index: 1;
}
.l_nav_anchor {
	width: 1200px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	background: url('/brand/honkakuitame/images/anchor_bg.png') repeat-x;
}
.l_nav_anchor_item a {
	width: 100%;
	height: 100%;
	display: block;
}
@media (max-width: 768px) {
	.l_nav_anchor_wrap {
		width: 100%;
		-webkit-box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, .3);
		        box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, .3);
	}
	.l_nav_anchor {
		width: 100%;
	}
}

/* ボタン */
.c_button_arrange {
	width: 450px;
	height: auto;
	padding: 20px 0;
	display: inline-block;
	text-decoration: none;
	text-align: center;
	background: -webkit-gradient(linear, left top, left bottom, from(#cd241e), to(#960114));
	background: -webkit-linear-gradient(top, #cd241e, #960114);
	background: -o-linear-gradient(top, #cd241e, #960114);
	background: linear-gradient(to bottom, #cd241e, #960114);
}
.c_button_arrange_text {
	font-size: 1.8rem;
	font-weight: bold;
	color: #fff;
	position: relative;
	text-shadow: -2px 0 0 rgba(0, 0, 0, .3);
}
.c_button_arrange_text:after {
	content: "";
	position: absolute;
	top: 50%;
	right: -45px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border: 6px solid transparent;
	border-left: 8px solid #fff;
}
.c_button_arrange:hover {
	opacity: .6;
}
@media (max-width: 768px) {
	.c_button_arrange {
		width: 100%;
		height: auto;
		padding: 20px 0;
	}
	.c_button_arrange_text {
		font-size: 1.1rem;
		text-shadow: -2px 0 0 rgba(0, 0, 0, .3);
	}
	.c_button_arrange_text:after {
		right: -10%;
		border: 6px solid transparent;
		border-left: 8px solid #fff;
	}
}

/* テキストリンク */
.c_link_text {
	margin-left: 1.5em;
	font-size: 2rem;
	font-weight: bold;
	position: relative;
	display: inline-block;
}
.c_link_text:before,
.c_link_text:after {
	content: "";
	position: absolute;
	top: 3px;
	left: -1.5em;
}
.c_link_text:before {
	width: 23px;
	height: 23px;
	border-radius: 50%;
	background: #a71024;
}
.c_link_text:after {
	top: 10px;
	left: -23px;
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	    transform: rotate(45deg);
}
@media (max-width: 768px) {
	.c_link_text {
		margin-left: 1.4em;
		font-size: 1.4rem;
	}
	.c_link_text:before,
	.c_link_text:after {
		top: 2px;
		left: -1.4em;
	}
	.c_link_text:before {
		width: 16px;
		height: 16px;
	}
	.c_link_text:after {
		top: 7px;
		left: -15px;
		width: 5px;
		height: 5px;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
	}
}
.c_link_none{
	cursor: initial;
}

/* アンカーリンク */
.c_link_anchor {
	width: 319px;
	height: 74px;
	display: inline-block;
	position: relative;
	border: solid 2px #970618;
}
.c_link_anchor .c_link_anchor_text {
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.7;
	text-decoration: underline;
	position: absolute;
	top: 50%;
	left: 20px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.c_link_anchor:hover .c_link_anchor_text {
	text-decoration: none;
}
.c_link_anchor:before {
	content: "";
	width: 10px;
	height: 10px;
	position: absolute;
	top: 35%;
	right: 20px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border-right: 3px solid #970618;
	border-bottom: 3px solid #970618;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	    transform: rotate(45deg);
}
@media (max-width: 768px) {
	.c_link_anchor {
		width: 48%;
		height: 70px;
		border: solid 2px #970618;
	}
	.c_link_anchor .c_link_anchor_text {
		font-size: 1.1rem;
		line-height: 1.5;
		left: 5%;
	}
	.c_link_anchor:before {
		width: 7px;
		height: 7px;
		top: 40%;
		right: 5%;
		border-right: 2px solid #970618;
		border-bottom: 2px solid #970618;
	}
}

/* 画像リンク */
@media (min-width: 769px) {
	.c_link_image {
		display: inline-block;
		background: #fff;
	}
	.c_link_image:hover .c_link_opacity30 {
		opacity: .7;
	}
	.c_link_image:hover .c_link_opacity20 {
		opacity: .8;
	}
}

/* パンくずリスト */
.c_breadcrumb_wrap{
	position: absolute;
	bottom: 20px;
}
.c_breadcrumb {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.c_breadcrumb li,
.c_breadcrumb a {
	font-size: 1.4rem;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
.c_breadcrumb li:first-child {
	margin-right: 1.5em;
	position: relative;
}
.c_breadcrumb li:first-child:before {
	content: "";
	width: 6px;
	height: 6px;
	position: absolute;
	top: 49%;
	left: 106%;
	-webkit-transform: translate(-50%,-50%) rotate(45deg);
	-ms-transform: translate(-50%,-50%) rotate(45deg);
	transform: translate(-50%,-50%) rotate(45deg);
	border-top: 1px solid #e60000;
	border-right: 1px solid #e60000;
}

@media (max-width: 768px) {
	.c_breadcrumb_wrap{
		position: absolute;
		bottom: 3%;
	}
	.c_breadcrumb li,
	.c_breadcrumb a {
		font-size: 0.9rem;
	}
	/*.c_breadcrumb li:first-child {
		margin-right: 0.9em;
	}*/
	.c_breadcrumb li:first-child:before {
		width: 4px;
		height: 4px;
		/* top: 50%; */
		left: 105%;
	}
}

/*snsエリア*/
.c_sns_area{
	position: absolute;
	bottom: 81px;
	left: 50%;
	-webkit-transform: translate(-50%,0);
	    -ms-transform: translate(-50%,0);
	        transform: translate(-50%,0);
	z-index: 2;
	width: 282px;
	height: 94px;
	background: url('../images/sns_area.png')top center /cover;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.c_sns_area li:not(:first-of-type){
	margin-left: 15px;
}
@media (max-width: 768px) {
	.c_sns_area li:not(:first-of-type){
		margin-left: 8px;
	}
}

@media (max-width: 768px) {
	.c_sns_area{
		width: 240px;
		height: 80px;
		bottom: 50px;
	}
}

/* 画像 */
.c_figure{
	text-align: center;
	margin: 0 0 30px;
}
.c_figure:last-child{
	margin-bottom: 0;
}
.c_figure figcaption{
	margin-top: 15px;
	text-align: center;
	font-size: 1.4rem;
}
@media screen and (max-width: 768px){
	.c_figure figcaption{
		font-size: 0.8rem;
	}
	.c_figure .figcaption_sp_left{
		text-align: left;
	}
}

/* メインビジュアル */
.c_mv_wrap{
	padding-top: 80px;
	overflow: hidden;
	min-width: 1200px;
	position: relative;
	z-index: 1;
}
.c_mv{
	position: relative;
	height: 458px;
}
.c_mv > img{
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%)
}
.c_mv_inner{
	width:  100%;
	max-width:  1200px;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
}
.c_mv_heading{
	height: 100%;
}

@media screen and (max-width: 768px){
	.c_mv_wrap{
		padding-top: 11%;
		min-width: auto;
	}
	.c_mv{
		background: transparent;
		height: 0;
		padding-top: 67.8%;
	}
	.c_mv_inner{
		height: 100%;
		width:  84%;
	}
}

/* 番号付き見出しと赤枠のエリア */
.c_box_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.c_box {
	position: relative;
	border: solid 4px #b00;
}
.c_box:before {
	content: "";
	position: absolute;
	top: -4px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
}
.c_box:before {
	width: 65px;
	height: 4px;
	display: block;
	background: #fff;
}
.c_box_number {
	position: absolute;
	top: -28px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
}

.c_box_small,
.c_box_medium {
	width: 250px;
}

.c_box_text {
	padding: 48px 17px 25px;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.3;
}
@media (max-width: 768px) {
	.c_box_wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.c_box {
		position: relative;
		border: solid 4px #b00;
	}
	.c_box:not(:last-child) {
		margin-bottom: 38px;
	}
	.c_box:before {
		content: "";
		width: 52px;
		height: 4px;
		position: absolute;
		top: -4px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		    -ms-transform: translateX(-50%);
		        transform: translateX(-50%);
		background: #fff;
	}
	.c_box_number {
		width: 52px;
		position: absolute;
		top: -22px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		    -ms-transform: translateX(-50%);
		        transform: translateX(-50%);
	}

	.c_box_small,
	.c_box_medium  {
		width: 100%;
	}
	.c_box_small {
		min-height: 126px;
	}
	.c_box_medium {
		height: auto;
		min-height: 200px;
	}
	.c_box_small .c_box_text {
		padding: 39px 17px 26px;
		line-height: 1.5;
	}
	.c_box_text {
		font-size: 1.6rem;
	}
}

/* box_large */
.c_box_large_wrap {
	width: 805px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.c_box_large {
	width: 372px;
	padding: 34px 0 17px;
}
.c_box_large .c_box_text {
	padding: 0 17px;
	font-size: 1.8rem;
	font-weight: normal;
}
.c_box_title {
	text-align: center;
}
.c_box_image {
	margin: 16px 0;
}
@media (min-width: 769px) {
	.c_box_large:first-of-type,
	.c_box_large:nth-of-type(2) {
		margin-bottom: 38px;
	}
}
@media (max-width: 768px) {
	.c_box_large_wrap {
		width: 100%;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}
	.c_box_large {
		width: 100%;
		min-height: 322px;
		padding: 28px 0 15px;
	}
	.c_box_large .c_box_text {
		padding: 0 12px;
		font-size: 1.6rem;
		font-weight: normal;
	}
	.c_box_title {
		width: 87%;
		margin: 0 auto;
	}
	.c_box_image {
		margin: 14px 0;
	}
}
