@charset "utf-8";

/**
 *
 * 学校生活: 制服
 *
 */

/*--------------------------------------------------------------------------
  overwrite スタイルの上書き
--------------------------------------------------------------------------*/
#Content{
	background: #fffdf0;
}


/* .cmn_kv_img
-----------------------------------------------------------------*/
.cmn_kv_img{
	background-image: url(../images/kv_img.jpg);
}

/* @SP */
@media all and (max-width: 767px){
	.cmn_kv_img{
		background: none;
	}
	.cmn_kv_ttl img{
		width:90%;
		/*width: auto;
		height: 80px; */
	}
}

/*----------------------------------------------------------------------
	common
----------------------------------------------------------------------*/
.c_obj{
	position: absolute;
}
.c_pseudo:before,
.c_pseudo:after{
	content: "";
	display: block;
	position: absolute;
	left: 50%;
}


/*----------------------------------------------------------------------
	about
----------------------------------------------------------------------*/
.about{
	position: relative;
	background: url(../images/about_bg.jpg) repeat 50% 0;
	border-bottom: 1px dashed #fe7cab;
	height: 300px;
	text-align: center;
}
.about .ttl{
	padding-top: 80px;
}
.about .txt{
	margin-top: 20px;
	font-weight: bold;
}

/* @SP */
@media all and (max-width: 767px){
	.about{
		height: auto;
		padding-bottom: 50px;
		background-size: auto 150px;
	}
	.about .ttl{
		padding-top: 40px;
		max-width: 316px;
		margin: 0 auto;
	}
	.about .ttl img{
		width: 100%;
		height: auto;
	}
}

/*----------------------------------------------------------------------
	sec-detail
----------------------------------------------------------------------*/
.sec-detail{
	position: relative;
	background: url(../images/detail_bg.png);
	border-bottom: 1px dotted #fe7cab;
}
.sec-detail .sec-detail__inner{
	padding: 210px 0 40px;
	background-image: url(../images/detail_bg_pc.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.sec-detail .sec-detail__inner .inner_base{
	position: relative;
}
.sec-detail .sec-detail__hdg{
	text-align: right;
}

/* .item
-----------------------------------------------------------------*/
.sec-detail .item{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	width: 50%;
}
.sec-detail .item__txt{
	position: relative;
	width: 280px;
	padding: 84px 20px 40px;
	background: #fff;
	box-sizing: border-box;
}
.sec-detail .item__txt .ttl{
	text-align: center;
	margin-bottom: 15px;
}
.sec-detail .item__txt .txt{
	font-size: 13px;
	margin-bottom: 12px;
}
.sec-detail .item__txt .txt + .txt{
	margin-top: 20px;
}
.sec-detail .addition{
	background: #feedf3;
	margin-top: 25px;
	padding: 10px 18px;
	text-align: center;
}
.sec-detail .addition .addition__hdg{
	margin-bottom: 10px;
}
.sec-detail .addition .addition__txt{
	margin-bottom: 10px;
	font-size: 10px;
}
.sec-detail .item--02 .txt--small{
	font-size: 11px;
}

/* .item -> lauout */
.sec-detail .item--01{
	float: left;
}
.sec-detail .item--02{
	float: right;
}

/* sec-detail__body--type01 */
.sec-detail .sec-detail__body--type01{
	position: relative;
	padding-bottom: 260px;
}
.sec-detail .sec-detail__body--type01 .item--01{
	position: relative;
	margin-top: -50px;
}
.sec-detail .sec-detail__body--type01 .item--01 .item__txt .hdg{
	left: 50%;
	top: -127px;
	margin-left: -97px;
}
.sec-detail .sec-detail__body--type01 .item--01 .item__img{
	right: 33px;
	top: -55px;
	z-index: 2;
}
.sec-detail .sec-detail__body--type01 .item--01 .item__img .obj01{
	right: -124px;
	top: 85px;
}
.sec-detail .sec-detail__body--type01 .item--02{
	margin-top: 150px;
}
.sec-detail .sec-detail__body--type01 .item--02 .item__txt{
	margin-left: auto;
	padding-top: 105px;
	padding-bottom: 15px;
}
.sec-detail .sec-detail__body--type01 .item--02 .item__txt .hdg{
	left: 50%;
	top: -97px;
	margin-left: -210px;
}
.sec-detail .sec-detail__body--type01 .item--02 .item__img{
	left: -31px;
	top: 0px;
	z-index: 2;
}
.sec-detail .sec-detail__body--type01 .item--02 .item__img .obj02{
left: -90px;
top: 430px;
}

/* sec-detail__body--type02 */
.sec-detail .sec-detail__body--type02{
	min-height: 646px;
	padding-bottom: 200px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.sec-detail .sec-detail__body--type02 .item--01{
	margin-top: 90px;
	padding-left: 18px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.sec-detail .sec-detail__body--type02 .item--01 .item__img{
	right: 40px;
	top: -139px;
	z-index: 2;
}
.sec-detail .sec-detail__body--type02 .item--01 .item__txt{
	padding-top: 73px;
}
.sec-detail .sec-detail__body--type02 .item--01 .item__txt .hdg{
	left: 50%;
	top: -134px;
	margin-left: -89px;
}
.sec-detail .sec-detail__body--type02 .item--01 .item__img .obj01{
	left: -128px;
	top: 270px;
}

.sec-detail .sec-detail__body--type02 .item--01 .item__img03{
	right: 0;
	top: -89px;
	z-index: 2;
}
.sec-detail .sec-detail__body--type02 .item--02{
	float: right;
}
.sec-detail .sec-detail__body--type02 .item--02 .item__img{
	right: 220px;
	top: -58px;;
}
.sec-detail .sec-detail__body--type02 .item--02 .item__txt--no-bg{
	background: none;
	margin-left: auto;
	padding: 193px 0 0 50px;
}
.sec-detail .sec-detail__body--type02 .item--02 .item__txt .hdg{
	right: 50%;
	top: -19px;
	margin-right: -71px;
}

/* pseudo elems */
.sec-detail:before{
	left: 0;
	top: 0;
	width: 239px;
	height: 94px;
	background: url(../images/detail_obj_light.png) no-repeat;
	background-size: 239px 94px;
}
.sec-detail .sec-detail__body--type01 .elems .obj{
	position: absolute;
	left: 50%;
}
.sec-detail .sec-detail__body--type01 .elems .obj01{
	margin-left: -480px;
	bottom: 100px;
}
.sec-detail .sec-detail__body--type01 .elems .obj02{
	margin-left: -320px;
	bottom: 290px;
}
.sec-detail .sec-detail__body--type01 .elems .obj03{
	margin-left: -280px;
	bottom: 160px;
}

.sec-detail .inner_base > .elems .obj{
	position: absolute;
	left: 50%;
	z-index: 3;
}
.sec-detail .inner_base > .elems .obj01{
	margin-left: 320px;
	bottom: 380px;
}
.sec-detail .inner_base > .elems .obj02{
	margin-left: -320px;
	bottom: 370px;
}

/* @SP */
@media all and (max-width: 767px){
	.sec-detail{
		background-size: 22px 22px;
	}
	.sec-detail .sec-detail__inner{
		padding-top: 30px;
		background-image: url(../images/detail_bg_sp.png);
		background-repeat: no-repeat;
		background-size: 100% auto;
	}
	.sec-detail .sec-detail__inner .inner_base{
		padding-left: 0;
		padding-right: 0;
	}
	.sec-detail .sec-detail__hdg{
		padding-right: 20px;
	}
	.sec-detail .sec-detail__hdg img{
		width: 212px;
		height: auto;
	}
	/* .item
	-----------------------------------------------------------------*/
	.sec-detail .item{
		width: 375px;
		margin: 0 auto;
		padding: 0 20px;
	}
	/* .item -> lauout */
	.sec-detail .item--01,
	.sec-detail .item--02{
		float: none !important;
	}
	.sec-detail .item__txt .hdg img{
		width: 126px;
	}
	.sec-detail .item__txt{
		width: 245px;
		padding: 70px 20px 20px;
	}
	.sec-detail .item__txt .ttl{
		margin-bottom: 10px;
	}
	.sec-detail .addition{
		margin-top: 30px;
		padding: 10px;
	}

	/* sec-detail__body--type01 */
	/* item--01 */
	.sec-detail .sec-detail__body--type01{
		padding-bottom: 80px;
	}
	.sec-detail .sec-detail__body--type01 .item--01{
		margin-top: 70px;
	}
	.sec-detail .sec-detail__body--type01 .item--01 .item__img img{
		width: 94px;
	}
	.sec-detail .sec-detail__body--type01 .item--01 .item__img{
		right: 50%;
		top: 15px;
		margin-right: -160px;
	}
	.sec-detail .sec-detail__body--type01 .item--01 .item__img .obj01{
    left: -90px;
    right: auto;
		top: 312px;
	}
	.sec-detail .sec-detail__body--type01 .item--01 .item__img .obj01 img{
		width: 85px;
	}
	.sec-detail .sec-detail__body--type01 .item--01 .item__txt .txt{
		font-size: 12px;
	}
	.sec-detail .sec-detail__body--type01 .item--01 .item__txt .ttl img{
		width: 152px;
	}
	.sec-detail .sec-detail__body--type01 .item--01 .item__txt .hdg{
		top: -73px;
		margin-left: -59px;
	}
	.sec-detail .sec-detail__body--type01 .item--01 .item__txt .hdg img{
		width: 126px;
	}
	/* item--02 */
	.sec-detail .sec-detail__body--type01 .item--02{
		margin-top: 200px;
	}
	.sec-detail .sec-detail__body--type01 .item--02 .item__txt{
		width: 220px;
		padding-top: 68px;
	}
	.sec-detail .sec-detail__body--type01 .item--02 .item__img{
		left: 50%;
		top: 16px;
		margin-left: -170px;
	}
	.sec-detail .sec-detail__body--type01 .item--02 .item__img img{
		width: 173px;
	}
	.sec-detail .sec-detail__body--type01 .item--02 .item__txt .hdg{
    top: -74px;
		margin-left: -69px;
	}
	.sec-detail .sec-detail__body--type01 .item--02 .item__txt .ttl img{
		width: 157px;
	}
	.sec-detail .sec-detail__body--type01 .item--02 .item__img .obj02{
		left: auto;
		right: 90px;
		top: 359px;
	}
	.sec-detail .sec-detail__body--type01 .item--02 .item__img .obj02 img{
		width: 87px;
	}

	/* sec-detail__body--type02 */
	/* type01 */
	.sec-detail .sec-detail__body--type02 .item--01{
		margin-top: 30px;
	}
	.sec-detail .sec-detail__body--type02 .item--01 .item__img{
		top: -62px;
		right: 50%;
		margin-right: -161px;
	}
	
		.sec-detail .sec-detail__body--type02 .item--01 .item__img03{
		top: -82px;
		right: 50%;
		margin-right: -180px;
	}
	
	.sec-detail .sec-detail__body--type02 .item--01 .item__img .obj01{
		left: -102px;
		top: 150px;
	}
	.sec-detail .sec-detail__body--type02 .item--01 .item__img img{
		width: 96px;
	}
	.sec-detail .sec-detail__body--type02 .item--01 .item__txt .hdg{
		top: -80px;
		margin-left: -57px;
	}
	.sec-detail .sec-detail__body--type02 .item--01 .item__txt{
		padding-top: 60px;
		padding-bottom: 20px;
	}
	.sec-detail .sec-detail__body--type02 .item--01 .item__txt .txt{
		margin-bottom: 0;
	}
	.sec-detail .sec-detail__body--type02 .item--01 .item__img .obj01 img{
		width: 87px;
	}

	/* type02 */
	.sec-detail .sec-detail__body--type02{
		padding-bottom: 170px;
	}
	.sec-detail .sec-detail__body--type02 .item--02{
		margin-top: 100px;
	}
	.sec-detail .sec-detail__body--type02 .item--02 .item__img{
		right: 50%;
		top: -20px;
		margin-right: 20px;
	}
	.sec-detail .sec-detail__body--type02 .item--02 .item__img img{
		width: 143px;
	}
	
		.sec-detail .sec-detail__body--type02 .item--01 .item__img03 img,
	.sec-detail .sec-detail__body--type02 .item--02 .item__img03 img{
		width: 130px;
	}
	
	.sec-detail .sec-detail__body--type02 .item--02 .item__txt .hdg{
		top: 22px;
	}
	.sec-detail .sec-detail__body--type02 .item--02 .item__txt--no-bg{
		padding: 163px 0 0 80px;
	}

	/* pseudo elems */
	.sec-detail:before{
		width: 158px;
		height: 62px;
		background-size: 158px 62px;
	}
	.sec-detail .sec-detail__body--type01 .elems .obj01{
		margin-left: -186px;
		bottom: -330px;
	}
	.sec-detail .sec-detail__body--type01 .elems .obj01 img{
		width: 65px;
	}
	.sec-detail .sec-detail__body--type01 .elems .obj02{
    margin-left: 120px;
    bottom: 730px;
	}
	.sec-detail .sec-detail__body--type01 .elems .obj02{
		width: 36px;
	}
	.sec-detail .sec-detail__body--type01 .elems .obj03{
		margin-left: -280px;
		bottom: 160px;
	}

	.sec-detail .inner_base > .elems .obj{
		position: absolute;
		left: 50%;
		z-index: 3;
	}
	.sec-detail .inner_base > .elems .obj01{
		margin-left: 50px;
		bottom: 360px;
	}
	.sec-detail .inner_base > .elems .obj01 img{
		width: 97px;
	}
	.sec-detail .inner_base > .elems .obj02{
		margin-left: -170px;
		bottom: 370px;
	}
	.sec-detail .inner_base > .elems .obj02 img{
		width: 32px;
	}
}

@media all and (max-width: 374px){
	.sec-detail .sec-detail__inner{
		overflow: hidden;
	}
	.sec-detail .item{
		width: 100%;
	}
	.sec-detail .sec-detail__inner .inner_base{
		padding-left: 10px;
		padding-right: 10px;
	}
	.sec-detail .sec-detail__body--type01 .item--01 .item__txt{
		padding: 70px 60px 20px 20px;
	}
	.sec-detail .sec-detail__body--type01 .item--02{
		margin-top: 190px;
	}
	.sec-detail .sec-detail__body--type01 .item--01 .item__img .obj01{
		top: 372px;
	}
	.sec-detail .sec-detail__body--type01 .item--02 .item__txt{
		padding-left: 60px;
	}
	.sec-detail .sec-detail__body--type01 .item--02 .item__img{
		width: 130px;
	}
	.sec-detail .sec-detail__body--type01 .item--02 .item__img .obj02{
		right: 10px;
	}
	.sec-detail .sec-detail__body--type02{
		padding-bottom: 120px;
	}
	.sec-detail .sec-detail__body--type02 .item--01 .item__txt{
		padding-right: 50px;
	}
	.sec-detail .sec-detail__body--type01 .elems .obj01{
		margin-left: -146px;
		bottom: -350px;
	}
	.sec-detail .sec-detail__body--type02 .item--02{
		margin-top: 140px;
	}
	.sec-detail .sec-detail__body--type02 .item--02 .item__txt--no-bg{
		padding-left: 100px;
	}
	.sec-detail .inner_base > .elems .obj02{
		margin-left: -140px;
	}
	.sec-detail .inner_base > .elems .obj01{
		bottom: 400px;
	}
	.sec-detail .inner_base > .elems .obj02{
		bottom: 400px;
	}
}


/*----------------------------------------------------------------------
	sec-wrap
----------------------------------------------------------------------*/
.sec-box{
	margin: 80px 0 60px;
}
/* @SP */
@media all and (max-width: 767px){
	.sec-box{
		margin: 40px 0;
	}
}


/*----------------------------------------------------------------------
	sec01
----------------------------------------------------------------------*/
.sec01 .bg{
	position: absolute;
	top: 0;
}
.sec01 .bg.right{
	right: 0;
}
.sec01 .bg.left{
	left: 0;
}
.sec01 > .inline{
	background-image: url(../images/sec01_bg.png);
}
.sec01 .img_wrap{
	height: 411px;
}
.sec01 .img_wrap .img01{
	left: 0;
	bottom: 0;
}
.sec01 .img_wrap .img02{
	right: -2px;
	bottom: -68px;
}
.sec01 .tag{
	background: #ff8e49;
}
.sec01 .lead{
	color: #ff8e49;
}

/* @SP */
@media all and (max-width: 767px){
	.sec01 .bg.left{
		width: 131px;
		height: 465px;
	}
	.sec01 .bg.right{
		width: 150px;
		height: 465px;
	}
	.sec01 .txt_wrap .lead img{
		width: auto;
		height: 75px;
	}
	.sec01 .img_wrap{
		height: auto;
		padding-bottom: 29px;
	}
}

/*----------------------------------------------------------------------
	sec02
----------------------------------------------------------------------*/
.sec02 .bg{
	position: absolute;
	top: 0;
}
.sec02 .bg.right{
	right: 0;
}
.sec02 .bg.left{
	left: 0;
}
.sec02 > .inline{
	background-image: url(../images/sec02_bg.png);
}
.sec02 .img_wrap{
	height: 740px;
}

.sec02 .img_wrap .img01{
	left: 0;
	bottom: 370px;
}
.sec02 .img_wrap .img02{
	right: -6px;
	bottom: 229px;
}
.sec02 .img_wrap .img03{
	left: 0;
	bottom: -40px;
}
.sec02 .tag{
	background: #fe7cab;
}
.sec02 .lead{
	color: #fe7cab;
}


/* @SP */
@media all and (max-width: 767px){
	.sec02 > .inline{
		padding-bottom: 412px;
	}
	.sec02 .bg.left{
		width: 131px;
		height: 465px;
	}
	.sec02 .bg.right{
		width: 150px;
		height: 465px;
	}
	.sec02 .txt_wrap .lead img{
		width: auto;
		height: 96px;
	}
	.sec02 .img_wrap{
		height: auto;
		padding-bottom: 36px;
	}
}


/*--------------------------------------------------------------------------
   .sec_option
---------------------------------------------------------------------------*/
.sec_option{
	padding: 33px 0;
	margin: 0 auto 65px;
}
.sec_option .wrap{
	width: 860px;
	margin: 0 auto;
	padding: 20px 0 40px;
	position: relative;
}
.sec_option .wrap h2{
	float: left;
}
.sec_option .wrap .txt_wrap{
	float:left;
	margin: 53px 0 30px 30px;
	width: 380px;
}
.sec_option .wrap .img{
	position: absolute;
	bottom: -25px;
	right: -90px;
	z-index: 1;
}

/* @SP */
@media all and (max-width: 767px){
	.sec_option{
		bottom: 40px;
		padding: 20px 0;
		margin: 0 auto 35px;
	}
	.sec_option .inner_base{
		padding: 0 10px;
	}
	.sec_option .wrap{
		position: initial;
		width: 100%;
		max-width: 275px;
		padding: 12px 17px 30px;
	}
	.sec_option .wrap h2.ttl{
		float: none;
		width: 170px;
		text-align: center;
	}
	.sec_option .ttl > img{
		max-width: 155px;
		width: 105px;
		height: 101px;
	}
	.sec_option .ttl .up{
		position: absolute;
		right: -10px;
		top: 0px;
	}
	.sec_option .wrap .img{
		top: 10px;
		right: 12px;
	}
	.sec_option .wrap .img img{
		width: 130px;
	}
	.sec_option .wrap .txt_wrap{
		float: none;
		width: auto;
		margin: 0;
		padding: 20px 108px 0 10px;
	}
	.sec_option .cmn_frame._type03{
		background-image: url(/shared/images/frame_bg_middle01_sp.png);
	}
	.sec_option .cmn_frame:before{
		background-image: url(/shared/images/frame_bg_top01_sp.png);
	}
	.sec_option .cmn_frame:after{
		background-image: url(/shared/images/frame_bg_bottom01_sp.png);
	}
}
@media all and (max-width: 374px){
	.sec_option .wrap .txt_wrap{
		padding: 20px 140px 0 10px;
	}
}

/*--------------------------------------------------------------------------
   .sec_ruck
---------------------------------------------------------------------------*/
.sec_ruck{
	padding: 33px 0;
	margin: 0 auto 65px;
}
.sec_ruck .wrap{
	width: 860px;
	margin: 0 auto;
	padding: 20px 0 20px;
	position: relative;
}
.sec_ruck .wrap h2{
	display: inline-block;
	padding-right: 15px;
}
.sec_ruck .wrap p.img_ruck{
	display: inline-block;
	padding-bottom: 60px;
}
.sec_ruck .wrap .txt_wrap{
	background-color: #fff2f6;
	padding: 10px 30px 20px;
}
.sec_ruck .wrap .txt_wrap h3 {
	position: relative;
	top: -22px;
}
.sec_ruck .wrap .txt_wrap ul.list {

}
.sec_ruck .wrap .txt_wrap ul.list li {
	margin-bottom: 5px;
	padding-left: 16px;
	position: relative;
}
.sec_ruck .wrap .txt_wrap ul.list li:before {
	content: '';
	width: 8px;
	height: 8px;
	background-color: #fcbcc7;
	border-radius: 4px;
	position: absolute;
	left: 0;
	top: 8px;
}
.sec_ruck .wrap .img{
	position: absolute;
	bottom: -15px;
	right: -80px;
	z-index: 1;
}

/* @SP */
@media all and (max-width: 767px){
	.sec_ruck{
		padding: 20px 0 50px;
		margin: 0 auto;
	}
	.sec_ruck .inner_base{
		padding: 0 10px;
	}
	.sec_ruck .wrap{
		position: initial;
		width: 100%;
		max-width: 275px;
		padding: 12px 17px 0px;
	}
	.sec_ruck .wrap h2.ttl{
		width: 100%;
		text-align: center;
		padding: 0;
		margin: 0 auto;
	}
	.sec_ruck .ttl > img{
		max-width: 155px;
		width: 105px;
		height: 101px;
	}
	.sec_ruck .wrap p.img_ruck{
		position: relative;
		top: -50px;
		padding-bottom: 8px;
	}
	.sec_ruck .wrap p.img_ruck img{
		width: 100%;
		height: auto;
	}
	.sec_ruck .wrap .txt_wrap{
		margin-top: -20px;
		padding: 10px 15px 30px;
	}
	.sec_ruck .wrap .txt_wrap h3>img{
		width: 73px;
		height: auto;
	}
	.sec_ruck .wrap .txt_wrap ul.list li {
		margin-bottom: 5px;
		padding-left: 14px;
		position: relative;
		font-size: 12px;
	}
	.sec_ruck .wrap .txt_wrap ul.list li:before {
		content: '';
		width: 6px;
		height: 6px;
		background-color: #fcbcc7;
		border-radius: 3px;
		position: absolute;
		left: 0;
		top: 6px;
	}
	.sec_ruck .wrap .txt_wrap .img{
		bottom: -48px;
		right: -22px;
	}
	.sec_ruck .wrap .txt_wrap .img img{
		width: 130px;
	}
	.sec_ruck .cmn_frame._type03{
		background-image: url(/shared/images/frame_bg_middle01_sp.png);
	}
	.sec_ruck .cmn_frame:before{
		background-image: url(/shared/images/frame_bg_top01_sp.png);
	}
	.sec_ruck .cmn_frame:after{
		background-image: url(/shared/images/frame_bg_bottom01_sp.png);
	}
}
@media all and (max-width: 374px){
	.sec_ruck .wrap{
		position: initial;
		max-width: 255px;
	}
}


/*----------------------------------------------------------------------
	uni_cont
----------------------------------------------------------------------*/
.uni_cont{
	width: 960px;
	margin: 0 auto;
}
/* @SP */
@media all and (max-width: 767px){
	.uni_cont{
		width: 100%;
		padding: 0;
	}
	.uni_cont .sec-box{
		padding: 0 20px;
	}
}


/*----------------------------------------------------------------------
	sec03
----------------------------------------------------------------------*/
.sec03 .img{
	float: left;
}
.sec03 .txt_wrap{
	float: left;
	width: 620px;
	margin-left: 30px;
}
.sec03 .txt_wrap h2{
	margin-top: 5px;
}
.sec03 .txt_wrap .txt{
	margin-top: 20px;
}

/* @SP */
@media all and (max-width: 767px){
	.sec03{
		margin: 40px 0 0;
	}
	.sec03 .img{
		float: none;
	}
	.sec03 .img img{
		width: 100%;
	}
	.sec03 .txt_wrap h2{
		margin-top: 10px;
	}
	.sec03 .txt_wrap h2 img{
		width: 160px;
		height: auto;
	}
	.sec03 .txt_wrap{
		margin: 20px 0;
		width: 100%;
	}
	.sec03 .txt_wrap .txt{
		margin: 20px 0;
	}
}

/*----------------------------------------------------------------------
	sec04
----------------------------------------------------------------------*/
.sec04 .ttl {
	text-align: center;
}
.sec04 > .inline {
	margin-top: 30px;
}
.sec04 .img{
	float: left;
	width: 500px;
	margin-right: 40px;
}
.sec04 .txt_wrap{
	overflow: hidden;
}
.sec04 .txt_wrap .txt{
	margin-top: 25px;
}

/* @SP */
@media all and (max-width: 767px){
	.sec04{
		margin-top: 0;
	}
	.sec04 .ttl img{
		width: 295px;
		height: auto;
	}
	.sec04 .img{
		float: none;
		width: 100%;
	}
	.sec04 .img img{
		width: 100%;
	}
	.sec04 .txt_wrap{
		float: none;
		width: 100%;
		margin: 0;
	}
}

/*----------------------------------------------------------------------
	sec05
----------------------------------------------------------------------*/
.sec05{
	margin-top: 30px;
	padding: 6px;
	background: url(../images/frame_bg.png);
}
.sec05 .cmn_frame{
	background: #fbf6da;
}
.sec05 .cmn_frame:before,
.sec05 .cmn_frame:after{
	display: none;
}
.sec05 .wrap{
	max-width: 560px;
	margin: 0 auto;
	position: relative;
	padding: 80px 360px 80px 60px;
}
.sec05 .txt_wrap .txt{
	margin-top: 30px;
	line-height: 2;
}
.sec05 .img{
	position: absolute;
	bottom: 0;
	right: 45px;
	z-index: 1;
}

/* @SP */
@media all and (max-width: 767px){
	.sec05{
		padding: 4px;
		-webkit-background-size: 20px;
		background-size: 20px;
	}
	.sec05 .wrap{
		max-width: none;
		padding: 0;
	}
	.sec05 .cmn_frame{
		max-width: none;
		padding: 35px 15px;
	}
	.sec05 .txt_wrap .ttl img{
		width: 164px;
		height: auto;
	}
	.sec05 .txt_wrap .txt{
		margin-top: 10px;
	}
	.sec05 .img{
		position: static;
		margin-top: 15px;
		text-align: center;
	}
	.sec05 .img img{
		width: 253px;
		height: auto;
	}
}
