@charset "utf-8";
@media screen and (min-width:768px){
    /*　画面サイズが768px以上の場合読み込む　*/
#head_isum{
	text-align:right;
	font-size: 11px;
	line-height:1.0;
}
}

@media screen and (max-width:767px) { 
    /*　画面サイズが767px以下の場合読み込む　*/
#head_isum{
	display:none;
}
}



/* スマホ用フッター*/  

@media screen and (max-width:767px) { 
    /*　画面サイズが767px以下の場合読み込む　*/
footer#colophon{
width:100%;
color:#000;
padding:8px 0 2px;
}
}
/* 制作の流れ */  


#flow_over_cnt p{
	margin:0;
	padding:0;
	line-height:100%;
}
.flow_cont_title span{
	background: linear-gradient(transparent 70%, #F67476 0%);
}
@media screen and (min-width:768px){
    /*　画面サイズが768px以上の場合読み込む　*/
#flow_over_cnt {
	width:980px;
    font-family: aiko, aiko, 'ヒラギノ明朝 ProN W3', HiraMinProN-W3, 游明朝, YuMincho, 'ＭＳ Ｐ明朝', 'MS 明朝', serif;
}
#flow_over_cnt a {
  display: inline-block;
  color: #000;
  text-decoration: none;
  *display: inline; /* ie6,7 */
  *zoom: 1; /* ie6,7 */
}
#flow_over_cnt ul{
	margin:auto auto 30px;
	padding:0;
	background:none;
	border:0;
	width: 942px;
}
#flow_over_cnt ul li{
	margin:auto auto auto -3px;
	padding:0;
	border-bottom:0 !important;
	list-style:none;
	float:left;
}
#flow_over_cnt ul li a:hover{
	background-color:#fff;
    transition: all .7s ease;
    -webkit-transition: all .7s ease;
}
#flow_over_cnt ul li:first-child{
}
.flow_over {
  border: 3px solid #fff;
  position: relative;
}
.flow_over{
	width:160px;
}
.flow_cont_title{
	text-align:center;
	padding:30px 0 40px;
    font-size: 40px;
    font-weight: normal;
}
/* Effect1
 *************************************** */
/* 擬似要素の共通スタイル */
.change-border01::after,
.change-border01::before,
.change-border01__inner::after,
.change-border01__inner::before {
  background-color:#ffff00;
  content: '';
  display: block;
  position: absolute;
  z-index: 10;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
}
/* 左上へ配置 */
.change-border01::after {
    height: 3px;
    left: -3px;
    top: -3px;
    width: 0px;
}
/* 右下へ配置 */
.change-border01::before {
  bottom: -3px;
  height: 3px;
  right: -3px;
  width: 0px;
}
/* 左下へ配置 */
.change-border01__inner::after {
  bottom: -3px;
  height: 0px;
  left: -3px;
  width: 3px;
}
/* 右下へ配置 */
.change-border01__inner::before {
  height: 0px;
  right: -3px;
  top: -3px;
  width: 3px;
}

/* hover */
.change-border01:hover::after,
.change-border01:hover::before {
  width: 100%;
  width: calc(100% + 3px);
}
.change-border01:hover .change-border01__inner::after,
.change-border01:hover .change-border01__inner::before {
  height: 100%;
  height: calc(100% + 3px);
}
}

@media screen and (max-width:767px) { 
    /*　画面サイズが767px以下の場合読み込む　*/
#flow_over_cnt {
	width:100%;
    font-family: aiko, aiko, 'ヒラギノ明朝 ProN W3', HiraMinProN-W3, 游明朝, YuMincho, 'ＭＳ Ｐ明朝', 'MS 明朝', serif;
}
#flow_over_cnt a {
  display: inline-block;
  color: #000;
  text-decoration: none;
  *display: inline; /* ie6,7 */
  *zoom: 1; /* ie6,7 */
}
#flow_over_cnt ul{
	margin:auto auto auto 6px;
	padding:0 !important;
	background:none !important;
	border:0 !important;
	width:100%;
}
#flow_over_cnt ul li{
	margin:0 auto 0 -3px;
	padding:0 !important;
	border-bottom:0 !important;
	list-style:none;
	width:16.6666%;
	float:left;
}
#flow_over_cnt ul li a:hover{
}
#flow_over_cnt ul li:first-child{
}
.flow_over {
  border: 3px solid #fff;
  position: relative;
}
#flow_over_cnt ul li img{
	width:100% !important;
	height:auto !important;
}
.flow_over{
}
.flow_cont_title{
	text-align:center;
	padding:10px 0;
    font-size:130%;
    font-weight: normal;
}
/* Effect1
 *************************************** */
/* 擬似要素の共通スタイル */
.change-border01::after,
.change-border01::before,
.change-border01__inner::after,
.change-border01__inner::before {
  background-color:#F6819A;
  content: '';
  display: block;
  position: absolute;
  z-index: 10;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
}
/* 左上へ配置 */
.change-border01::after {
    height: 3px;
    left: -3px;
    top: -3px;
    width: 0px;
}
/* 右下へ配置 */
.change-border01::before {
  bottom: -3px;
  height: 3px;
  right: -3px;
  width: 0px;
}
/* 左下へ配置 */
.change-border01__inner::after {
  bottom: -3px;
  height: 0px;
  left: -3px;
  width: 3px;
}
/* 右下へ配置 */
.change-border01__inner::before {
  height: 0px;
  right: -3px;
  top: -3px;
  width: 3px;
}

/* hover */
.change-border01:hover::after,
.change-border01:hover::before {
  width: 100%;
  width: calc(100% + 3px);
}
.change-border01:hover .change-border01__inner::after,
.change-border01:hover .change-border01__inner::before {
  height: 100%;
  height: calc(100% + 3px);
}
}





/* 制作の流れ_main */  
@media screen and (min-width:768px){
    /*　画面サイズが768px以上の場合読み込む　*/
#order_flow_cont {
	width:980px;
}

.order_flow_title{
	border-left:6px solid #6EC3EE;
	padding:2px 0 2px 10px;
	font-size:26px;
	margin-bottom:30px;
    font-family: aiko, aiko, 'ヒラギノ明朝 ProN W3', HiraMinProN-W3, 游明朝, YuMincho, 'ＭＳ Ｐ明朝', 'MS 明朝', serif;
}

#order_flow_cont .flow_cont{
	margin-bottom:10px;
	width:900px;
	margin-left:80px;
}

#order_flow_cont .img{
	float:left;
	width:145px;
	margin-right:10px;
}
#order_flow_cont .img .step_title{
	text-align:center;
	font-size:12px;
	background-color:#6EC3EE;
	color:#fff;
	margin-bottom:4px;
	padding:4px 0;
	letter-spacing:0.1em;
}

#order_flow_cont .txt_cont{
	float:left;
	width:665px;
	margin-right:70px;
}
#order_flow_cont .txt_cont .title{
	font-size:22px;
	border-bottom:1px solid #333;
	margin-bottom:6px;
    padding: 6px 0 6px 34px;
    font-family: aiko, aiko, 'ヒラギノ明朝 ProN W3', HiraMinProN-W3, 游明朝, YuMincho, 'ＭＳ Ｐ明朝', 'MS 明朝', serif;
}
#order_flow_cont .txt_cont .icon0{
	background:url(../../../../assets/images/flow/icon0.jpg) left 50% no-repeat;
}
#order_flow_cont .txt_cont .icon1{
	background:url(../../../../assets/images/flow/icon1.jpg) left 50% no-repeat;
}
#order_flow_cont .txt_cont .icon2{
	background:url(../../../../assets/images/flow/icon2.jpg) left 50% no-repeat;
}
#order_flow_cont .txt_cont .icon3{
	background:url(../../../../assets/images/flow/icon3.jpg) left 50% no-repeat;
}
#order_flow_cont .txt_cont .icon4{
	background:url(../../../../assets/images/flow/icon4.jpg) left 50% no-repeat;
}
#order_flow_cont .txt_cont .icon5{
	background:url(../../../../assets/images/flow/icon5.jpg) left 50% no-repeat;
}
#order_flow_cont .txt_cont .plan{
	margin-bottom:10px;
	font-size:12px;
}
#order_flow_cont .txt_cont .plan span.gray{
	background-color:#ccc;
	padding:4px 10px;
	color:#fff;
	margin-right:10px;
}

#order_flow_cont .txt_cont .plan span.brown{
	background-color:#B28500;
	padding:4px 10px;
	color:#fff;
}

#order_flow_cont .txt_cont .txt{
    line-height: 1.5;
	font-size:14px;
}
#order_flow_cont .txt_cont .txt span.under_mark{
	background: linear-gradient(transparent 70%, #6EC3EE 0%);
}

#order_flow_cont .txt_cont .txt a{
	background: linear-gradient(transparent 70%, #ff0 0%);
	text-decoration:none;
}
.arrow_blk{
	width:980px;
	margin:auto auto 10px;
	text-align:center;
	position:relative;
}
.arrow_blk span{
	position:absolute;
	width:70px;
	top:-85px;
	left:0;
}
}
@media screen and (max-width:767px) { 
    /*　画面サイズが767px以下の場合読み込む　*/
#order_flow_cont {
	width:100%;
}

.order_flow_title{
	border-left:6px solid #6EC3EE;
	padding:2px 0 2px 10px;
	font-size:20px;
	margin-bottom:30px;
    font-family: aiko, aiko, 'ヒラギノ明朝 ProN W3', HiraMinProN-W3, 游明朝, YuMincho, 'ＭＳ Ｐ明朝', 'MS 明朝', serif;
}

#order_flow_cont .flow_cont{
	margin-bottom:10px;
	width:100%;
}

#order_flow_cont .img{
	width:300px;
	margin:auto;
    text-align: center;
}
#order_flow_cont .txt_cont{
	width:100%;
}
#order_flow_cont .img .step_title{
	text-align:center;
	font-size:12px;
	color:#6EC3EE;
	margin-bottom:4px;
	padding:4px 0;
	letter-spacing:0.1em;
}

#order_flow_cont .txt_cont .title{
	font-size:20px;
	border-bottom:1px solid #333;
	padding-bottom:4px;
	margin-bottom:10px;
    font-family: aiko, aiko, 'ヒラギノ明朝 ProN W3', HiraMinProN-W3, 游明朝, YuMincho, 'ＭＳ Ｐ明朝', 'MS 明朝', serif;
}
#order_flow_cont .txt_cont .plan{
	margin-bottom:10px;
	font-size:11px;
}
#order_flow_cont .txt_cont .plan span.gray{
	background-color:#ccc;
	padding:4px 10px;
	color:#fff;
	margin-right:10px;
}

#order_flow_cont .txt_cont .plan span.brown{
	background-color:#B28500;
	padding:4px 10px;
	color:#fff;
}

#order_flow_cont .txt_cont .txt{
    line-height: 1.5;
	font-size:12px;
}
#order_flow_cont .txt_cont .txt span.under_mark{
	background: linear-gradient(transparent 70%, #6EC3EE 0%);
}

#order_flow_cont .txt_cont .txt a{
	background: linear-gradient(transparent 70%, #ff0 0%);
	text-decoration:none;
}
.arrow_blk{
	width:100%;
	margin:auto auto 10px;
	text-align:center;
}
.arrow_blk span{
	display:none;
}
}



/* ORIGINAL \*/  


.cont_title{
	border-left:6px solid #6EC3EE;
	padding:2px 0 2px 10px;
	font-size:20px;
	margin-bottom:30px;
    font-family: aiko, aiko, 'ヒラギノ明朝 ProN W3', HiraMinProN-W3, 游明朝, YuMincho, 'ＭＳ Ｐ明朝', 'MS 明朝', serif;
}

.sample_link{
	text-align:right;
	font-size:12px;
	padding:20px 0 10px;
	border-bottom:1px solid #ddd;
	margin-bottom:20px; 
}

#original_flow li {
  list-style: none;
  cursor: pointer;
  padding:0 !important;
}
ul#original_flow .step{
	padding:10px;
	font-size:18px;
    font-family: aiko, aiko, 'ヒラギノ明朝 ProN W3', HiraMinProN-W3, 游明朝, YuMincho, 'ＭＳ Ｐ明朝', 'MS 明朝', serif;
	margin:10px auto auto;
	letter-spacing:0.2em;
}
ul#original_flow{
	width:980px;
	margin:auto auto 10px;
	padding:0;
    list-style: none;
    padding: 0;
    border: none;
    text-align: center;
	background:none;
}
ul#original_flow li{
	float:left;
	width:230px;
	height:230px;
	text-align:center;
	list-style:none;
}
ul#original_flow .title{
	margin-bottom:40px;
	font-size:18px;
}

ul#original_flow .more{
	margin-bottom:5px;
	font-size:12px;
}
ul#original_flow .more span{
	background: linear-gradient(transparent 70%, #6EC3EE 0%);
}
.step_wrap{
	width:950px;
	padding:15px;
	background-color:#f8f8f8;
	margin:auto;
}
.disnon{
  display: none;
}
.button_outline {
	display: inline-block;
	color: #fff;
	text-align: center;
	text-decoration: none;
	outline: none;
	border: 2px solid;
	box-shadow: inset 0 0 20px rgba(255,255,255,0);
	outline: 2px solid;
	outline-color: rgba(255,255,255,1);
	outline-offset: 0;
	transition: all 1s cubic-bezier(0.19,1,.22,1);
	width:200px;
	height:200px;
	margin:15px auto auto;
	cursor: pointer;
}
.button_outline:hover {
	box-shadow: inset 0 0 20px rgba(255,255,255,.5), 0 0 20px rgba(255,255,255,.2);
	outline-color: rgba(255,255,255,0);
	outline-offset: 15px;
	border: 2px solid;
}
#original_flow li.select .button_outline {
	border-color:#ffff00;
	outline-color:#ffff00;
	color: #ffff00;
}
.button_outline p{
padding:0 !important;
}
ul#original_flow li.step1_bg{
	background:url(../../../../assets/images/original/step1.jpg);
}
ul#original_flow li.step2_bg{
	background:url(../../../../assets/images/original/step2.jpg);
}
ul#original_flow li.step3_bg{
	background:url(../../../../assets/images/original/step3.jpg);
}
ul#original_flow li.step4_bg{
	background:url(../../../../assets/images/original/step4.jpg);
}
ul#original_flow li a{
color:#fff;}
.content_wrap {
  width: 950px;
  font-size: 12px;
  text-align: left;
  color: #000;
  margin:auto;
  padding:15px;
}
.content_wrap .step_no{
  font-size: 22px !important;
    font-family: aiko, aiko, 'ヒラギノ明朝 ProN W3', HiraMinProN-W3, 游明朝, YuMincho, 'ＭＳ Ｐ明朝', 'MS 明朝', serif !important;
    margin-bottom: 10px;
}
.content_wrap .step_txt{
	min-height:80px;
    margin-bottom: 10px;
}
.content_wrap .creator{
	font-size:16px;
	color:#6EC3EE;
	margin:auto auto 6px;
	padding:0;
}
.content_wrap .point{
	background:url(../../../../assets/images/original/point_bg.png) left 50% no-repeat;
    padding: 10px 0 0 46px;
    color: #f00;
    height: 34px;
    margin-bottom: 20px;
}

ul.creator_list{
	margin:0 auto;
	padding:10px !important;
        border: 0;
}
ul.creator_list li{
	text-align:center;
	width:110px;
	font-size:10px;
	list-style:none;
	float:left;
        border-bottom: 0 !important;
}
ul.creator_list li p{
	margin:-2px auto 0;
	font-size:10px !important;
	padding 0;
}
section.mv_list ul{
background:none !important;
    list-style: none !important;
    padding: 0 !important;
    border: none !important;
    text-align: left !important;
}
section.mv_list ul li{
    padding: 10px !important;
max-height:178px !important;
}
section.mv_list .item-text,section.mv_list .icon{
display:none;
}

.bx-wrapper{
	margin:auto;
	width:980px;
}
ul#slider2{
	width:980px;
	margin:auto;
}
ul#slider2 li{
	margin:auto;
	list-style:none;
	padding:0; 
        border-bottom:0;

}

.c-btn{
width:190px;
}
@media screen and (max-width:767px) { 
    /*　画面サイズが767px以下の場合読み込む　*/
.c-btn{
width:100%;
text-align:center;
}
.c-btn img{
width:80%;
margin:auto;
}
}



/* お気に入りむ−ビーリスト */  

.favorite_movie_list {
    position: fixed;
    top: 0;
    right: 10px;
    font-size: 12px;
    -ms-filter: "alpha(opacity=90)";
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
    opacity: 0.9;
	background:url(../../../../assets/images/original/back.png);
	padding:0 15px 15px;
	border-bottom:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
}
.favorite_movie_list .fav_title{
	text-align:center;
	padding:6px 0 6px 24px;
	background:url(../../../../assets/images/original/heart.png) left 50% no-repeat;
	width:176px;
	margin:auto auto 4px;
    font-size: 12px;
}

.favorite_movie_list ul.fav_list{
	background-color:#fff !important;
	background:none;
	min-height:120px;
	width:210px;
	margin:auto 0;
	padding:5px 0 !important;
	border:0 !important;
}
.favorite_movie_list ul.fav_list li{
	list-style:none;
	float:left;
	margin:auto auto 5px;
	padding:0 !important;
	border-bottom:0 !important;
}
.favorite_movie_list ul.fav_list li img{
	margin:auto 5px;
}
.favorite_txt{
	font-size:10px;
	text-align:center;
	padding:10px 0 2px;
	cursor: pointer;
}

.favorite_txt span{
	text-align:center;
	padding:4px 16px 4px 28px;
	background:url(../../../../assets/images/original/heart_small.png) #f8f8f8 left 50% no-repeat;
	border:1px solid #ccc;
	border-radius: 8px;		/* CSS3草案 */
	-webkit-border-radius: 8px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 8px;	/* Firefox用 */
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.favorite_txt span:hover{
	background:url(../../../../assets/images/original/heart_small.png) #eee left 50% no-repeat;
}

.favorite_movie_list .form_scroll{
	text-align:center;
	padding-top:6px;
}

.favorite_movie_list .form_scroll a:hover{
	letter-spacing:0.1em;
}
.favorite_movie_list .form_scroll a{
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
	color:#333;
	text-decoration:none;
}

.sub_favo{
	text-align:center;
	padding:4px 16px 4px 28px;
	background:url(../../../../assets/images/original/heart_small.png) #f8f8f8 left 50% no-repeat;
	border:1px solid #ccc;
	border-radius: 8px;		/* CSS3草案 */
	-webkit-border-radius: 8px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 8px;	/* Firefox用 */
	color:#333;
}

.add_favorite{
background:url(../../../../assets/images/original/add_to_favorite.png) left 50% no-repeat;
padding:4px 0 4px 30px;
color:#f846b3;
}



/* エンドロールの流れ */  

@media screen and (min-width:768px){
    /*　画面サイズが768px以上の場合読み込む　*/
ul#endroll_flow{
		margin:auto 30px auto 0;
		padding:0;
		float:left;
		background:none !important;
		border:0 !important;
}
	
ul#endroll_flow li{
	list-style:none;
	font-size:12px !important;
	text-align:center;
	margin:auto auto 10px;
	height:62px;
	text-decoration:none;
	display:block;
  cursor: pointer;
}
	
ul#endroll_flow li.male{
	border:1px solid #58A6EE !important;
	width:240px;
	padding:5px 5px 5px 70px;
	line-height:16px;
	color:#58A6EE;
}
ul#endroll_flow li.female{
	border:1px solid #f28cbb !important;
	width:240px;
	padding:5px 5px 5px 70px;
	line-height:16px;
	color:#f28cbb;
}
ul#endroll_flow li span{
	color:#000;
	background: linear-gradient(transparent 70%, #ff0 0%);
}
	
ul#endroll_flow li{
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}
ul#endroll_flow li:hover{
    -webkit-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
}
ul#endroll_flow li.num01{
	background:url(../../../../assets/images/endroll/num01.jpg) left 50% no-repeat;
}
ul#endroll_flow li.num02{
	background:url(../../../../assets/images/endroll/num02.jpg) left 50% no-repeat;
}
ul#endroll_flow li.num03{
	background:url(../../../../assets/images/endroll/num03.jpg) left 50% no-repeat;
}
ul#endroll_flow li.num04{
	background:url(../../../../assets/images/endroll/num04.jpg) left 50% no-repeat;
}
ul#endroll_flow li.num05{
	background:url(../../../../assets/images/endroll/num05.jpg) left 50% no-repeat;
}
ul#endroll_flow li.num06{
	background:url(../../../../assets/images/endroll/num06.jpg) left 50% no-repeat;
}
ul#endroll_flow li.num07{
	background:url(../../../../assets/images/endroll/num07.jpg) left 50% no-repeat;
}
ul#endroll_flow li.num08{
	background:url(../../../../assets/images/endroll/num08.jpg) left 50% no-repeat;
}
ul#endroll_flow li.num09{
	background:url(../../../../assets/images/endroll/num09.jpg) left 50% no-repeat;
}
ul#endroll_flow li.num10{
	background:url(../../../../assets/images/endroll/num10.jpg) left 50% no-repeat;
}
ul#endroll_flow li.select{
    -webkit-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
}
.endroll_wrap{
	width:700px;
	border:1px solid #ccc;
	padding:15px 20px;
	float:left;
	font-size:14px;
	line-height:1.4;
}
.endroll_wrap .topix_titil{
	font-size:16px;
	text-align:left;
	border-bottom:1px solid;
	margin-bottom:10px;
}
.endroll_wrap .blue{
	color:#58A6EE;
	border-color:#58A6EE;
}
.endroll_wrap .pink{
	color:#f28cbb;
	border-color:#f28cbb;
}
.endroll_wrap b{
	background: linear-gradient(transparent 70%, #ff0 0%);
}

.endroll_wrap ul{
	padding:0 !important;
}
#endroll_sp{
display:none !important;
}
}





@media screen and (max-width:767px) { 
    /*　画面サイズが767px以下の場合読み込む　*/

.endroll_pc{
display:none !important;
}
#endroll_flow_sp dt{
    text-align:left;
    cursor:pointer;
	background:url(../../../../assets/images/endroll/more_open.png) 95% 50% no-repeat;
    padding:4px 10px;
    display: block;
    margin: 4px 0 ;
    }
#endroll_flow_sp dd{
    padding:5px;
    list-style: none;
	width:94%;
    display:none;
	margin:auto;
    }
	
dt.male{
	border-left:6px solid #58A6EE !important;
	color:#58A6EE;
}
dt.female{
	border-left:6px solid #FBC0F1 !important;
	color:#FBC0F1;
}
#endroll_flow_sp dd .blue{
	color:#58A6EE;
}
#endroll_flow_sp dd .pink{
	color:#FBC0F1;
}


#endroll_flow_sp dd b{
	background: linear-gradient(transparent 70%, #ff0 0%);
}

}











/* 料金体系　セット割の仕組み */  

@media screen and (min-width:768px){
    /*　画面サイズが768px以上の場合読み込む　*/
section#set_shikumi{
	background:url(../../../../assets/images/set/system_bg_bg.jpg) repeat-x;
	width:100%;
}
section#set_shikumi .content_inner{
	width:980px;
	margin:auto;
	padding:30px 0;
	background:url(../../../../assets/images/set/system_bg.png) center 50% no-repeat;
}

#set_shikumi ul li span.eng{
	font-size:38px;
	color:#837e10;
	font-family: 'PT Serif', serif;
}
section#set_shikumi h1,section#set_sample h1,section#set_option h1,section#set_speed h1{
    font-weight: normal;
    font-family: aiko, aiko, 'ヒラギノ明朝 ProN W3', HiraMinProN-W3, 游明朝, YuMincho, 'ＭＳ Ｐ明朝', 'MS 明朝', serif;
	text-align:center;
	font-size:30px;
}
section#set_shikumi h1 span,section#set_sample h1 span,section#set_option h1 span,section#set_speed h1 span{
    font-weight: normal;
    font-family: aiko, aiko, 'ヒラギノ明朝 ProN W3', HiraMinProN-W3, 游明朝, YuMincho, 'ＭＳ Ｐ明朝', 'MS 明朝', serif;
	font-size:14px;
	border-top:1px solid #ccc;
	padding:6px 40px;
	color:#837e10;
}
section#set_shikumi ul{
	margin:30px auto;
	padding:0;
	background:none;
	text-align:left;
	border:none !important;
}
section#set_shikumi ul li{
	margin:auto auto 20px;
	padding:0;
	font-size:26px;
    font-family: aiko, aiko, 'ヒラギノ明朝 ProN W3', HiraMinProN-W3, 游明朝, YuMincho, 'ＭＳ Ｐ明朝', 'MS 明朝', serif;
	list-style:none;
	border:none !important;
}
section#set_shikumi ul li b{
	color:#f00;
}






section#set_sample{
	background:url(http://www.studio-robita.com/wp2/wp-content/uploads/2015/04/back.png) repeat;
	padding:30px 0;
	width:100%;
}
section#set_sample .sample_bx{
	width:940px;
	background-color:#fff;
    -webkit-box-shadow:0px 0px 10px #999;
       -moz-box-shadow:0px 0px 10px #999;
            box-shadow:0px 0px 10px #999;
	margin:auto auto 30px;
	padding:15px 0;
}
section#set_sample .main_title{
	color:#837e10;
	text-align:center;
	width:200px;
	float:left;
	margin:auto 30px;
	font-size:20px;
    font-family: aiko, aiko, 'ヒラギノ明朝 ProN W3', HiraMinProN-W3, 游明朝, YuMincho, 'ＭＳ Ｐ明朝', 'MS 明朝', serif;
	padding-top:80px;
	line-height:1.4;
}
section#set_sample .main_title b{
	font-size:40px;
}
section#set_sample .main_title .sub_txt{
	font-size:12px;
	border-top:1px dotted #837e10;
	padding-top:10px;
}
section#set_sample .sample_img{
	width:640px;
	float:left;
}



section#set_option{
	padding:30px 0;
}

section#set_option .set_option_bx{
	margin:auto;
	width:980px;
}

section#set_option .option_content{
	float:left;
	padding:0 20px;
	border-right:1px solid #a8a35e;
	text-align:center;
	width:326px;
	min-height:270px;
}
section#set_option .last{
	margin-right:0 !important;
	border-right:none !important;
}
.setoption_title{
	font-size:20px;
    font-family: aiko, aiko, 'ヒラギノ明朝 ProN W3', HiraMinProN-W3, 游明朝, YuMincho, 'ＭＳ Ｐ明朝', 'MS 明朝', serif;
	margin:12px auto;
}

.setoption_money{
	font-size:30px;
    font-family: aiko, aiko, 'ヒラギノ明朝 ProN W3', HiraMinProN-W3, 游明朝, YuMincho, 'ＭＳ Ｐ明朝', 'MS 明朝', serif;
	color:#bc000e;
	margin:auto auto 20px;
}
.setoption_txt{
	text-align:left;
	font-size:12px;
}
section#set_speed .setoption_txt{
	text-align:left;
	font-size:12px;
	width:300px;
	margin:auto;
}





section#set_speed{
	background:url(http://www.studio-robita.com/wp2/wp-content/uploads/2015/04/back21.png) repeat;
	padding:30px 0;
	width:100%;
	margin-bottom:-50px;
}

section#set_speed .set_option_bx{
	margin:auto;
	width:980px;
}
section#set_speed .last{
	margin-right:0 !important;
	border-right:none !important;
}

section#set_speed .speed_content{
	float:left;
	padding:0 20px;
	border-right:1px solid #a8a35e;
	text-align:center;
	width:490px;
	min-height:250px;
}

}









@media screen and (max-width:767px) { 
    /*　画面サイズが767px以下の場合読み込む　*/

section#set_shikumi{
	padding:10px 0;
	width:100%;
	background:url(../../../../assets/images/set/system_bg_bg.jpg) repeat-x;
}
section#set_shikumi .content_inner{
	margin:auto;
}
.content_inner{
	margin:auto;
	width:98%;
}

section#set_shikumi h1,section#set_sample h1,section#set_option h1,section#set_speed h1{
    font-weight: normal;
    font-family: aiko, aiko, 'ヒラギノ明朝 ProN W3', HiraMinProN-W3, 游明朝, YuMincho, 'ＭＳ Ｐ明朝', 'MS 明朝', serif;
	text-align:center;
	font-size:20px;
}
section#set_shikumi h1 span,section#set_sample h1 span,section#set_option h1 span,section#set_speed h1 span{
    font-weight: normal;
    font-family: aiko, aiko, 'ヒラギノ明朝 ProN W3', HiraMinProN-W3, 游明朝, YuMincho, 'ＭＳ Ｐ明朝', 'MS 明朝', serif;
	font-size:12px;
	border-top:1px solid #ccc;
	padding:6px 40px;
	color:#837e10;
}
section#set_shikumi ul{
	margin:20px auto;
	padding:0;
	background:none;
	text-align:left;
	border:none !important;
}
section#set_shikumi ul li{
	margin:auto auto 10px;
	padding:0;
	font-size:16px;
    font-family: aiko, aiko, 'ヒラギノ明朝 ProN W3', HiraMinProN-W3, 游明朝, YuMincho, 'ＭＳ Ｐ明朝', 'MS 明朝', serif;
	list-style:none;
	border:none !important;
}
section#set_shikumi ul li b{
	color:#f00;
}






section#set_sample{
	background:url(http://www.studio-robita.com/wp2/wp-content/uploads/2015/04/back.png) repeat;
	padding:10px 0;
	width:100%;
}
section#set_sample .sample_bx{
	width:98%;
	padding:10px 0 0;
	margin:auto;
}
section#set_sample .main_title{
	color:#837e10;
	text-align:center;
	width:70%;
	margin:auto;
	font-size:20px;
	padding:20px 20px 5px;
    font-family: aiko, aiko, 'ヒラギノ明朝 ProN W3', HiraMinProN-W3, 游明朝, YuMincho, 'ＭＳ Ｐ明朝', 'MS 明朝', serif;
	line-height:1.4;
	background-color:#fff;
}
section#set_sample .main_title b{
	font-size:20px;
}
section#set_sample .main_title .sub_txt{
	font-size:12px;
	border-top:1px dotted #837e10;
	padding-top:10px;
}
section#set_sample .sample_img{
	width:96%;
	text-align:center;
	margin:10px auto auto;
}
section#set_sample .sample_img img{
	width:100% !important;
	height:auto !important;
}



section#set_option{
	padding:20px 0;
}

section#set_option .set_option_bx{
	margin:auto;
	width:100%;
}

section#set_option .option_content{
	padding:10px 0;
	text-align:center;
	width:100%;
}
section#set_option .last{
	margin-right:0 !important;
	border-bottom:none !important;
}
section#set_option .last .setoption_txt{
	margin-right:0 !important;
	border-bottom:0 !important;
}
.setoption_title{
	font-size:20px;
    font-family: aiko, aiko, 'ヒラギノ明朝 ProN W3', HiraMinProN-W3, 游明朝, YuMincho, 'ＭＳ Ｐ明朝', 'MS 明朝', serif;
	margin:6px auto;
}

.setoption_money{
	font-size:24px;
    font-family: aiko, aiko, 'ヒラギノ明朝 ProN W3', HiraMinProN-W3, 游明朝, YuMincho, 'ＭＳ Ｐ明朝', 'MS 明朝', serif;
	color:#bc000e;
	margin:auto auto 6px;
}
.setoption_txt{
	text-align:left;
	font-size:12px;
	padding-bottom:10px;
	border-bottom:1px solid #ccc;
	margin-bottom:10px;
}



section#set_speed{
	background:url(http://www.studio-robita.com/wp2/wp-content/uploads/2015/04/back21.png) repeat;
	padding:10px 0;
	width:100%;
	margin-bottom:-20px;
}

section#set_speed .set_option_bx{
	margin:auto;
	width:100%;
}
section#set_speed .last .setoption_txt{
	margin-right:0 !important;
	border-bottom:none !important;
}

section#set_speed .speed_content{
	padding:10px 0 ;
	text-align:center;
	width:100%;
}
#set_shikumi ul li span.eng{
	font-family: 'PT Serif', serif;
	font-size:18px;
}



}


.sns_bx{
padding:10px 0 0;
}

.inline-block {
	text-align: center;
}
.inline-block li {
	display: inline-block;
}
