@charset "utf-8";
/*
* form.css
* Copyright © ULM Co.,Ltd. - http://www.ulm-design.com
* v2.6
* Last update 171211
*
*@161015
*画像選択要素のスマホ変更

@161105
review-captionをconfirmに移動
ttl装飾

@170214
flipsnap-controlをcommon.cssに移動

@171211
magazineの対応
*/


/*-----------------------------------------------------

@global

------------------------------------------------------*/
html,body {
	color:#222;
	/* background-image: url(../img/common/bg.jpg); */
	background-position: center center;
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
	background: #007e49;
}

#wrapper{
	width:1024px;
	margin:0 auto;
	background: #fff;
}

header{
	margin:0 auto;
	min-height:100px;
}

h1{
}

h1 a{
	display:block;
}
header h1 img{
	width:100%;
}

#contents{
	width:100%;
	margin:0 auto 0;
	padding:20px 0 0;
}
.inner{
	width:1024px;
	margin:0 auto;
}

footer{
	width:100%;
	box-shadow: none;
}

#post-form{
	/*
	width: 880px;
    padding: 30px 0;
    border: 15px solid #F3F3F3;
    margin: 0 auto;
	*/
}


#t-ttl{background: #1da1f2;}
#f-ttl{ background:#3b5998;}
#o-ttl{ background:#FF4A81;}
#y-ttl{ background:#EE0039;}
#p-ttl{ background:#FFC52F;}
#e-ttl{ background:#26478c;}
#i-ttl{ 
background:-webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
}


#ttl{
	text-align:center;
	padding:0 0 20px;
	font-size:12px;
}

.form-elem-block{
	width: 720px;
    margin: 0 auto;
    padding: 0 0 35px;
}

.form-elem-block2{
	width:75%;
	margin:0 auto;
	padding:0 0 50px;
}

.form-elem-block3 {
    width: 86%;
    margin: 0 auto;
    padding: 0 0 50px;
}

.txt{
	padding: 0 0 2px;
	margin: 0 25px 0 0;
	line-height: 1.4;
	width: 190px;
	float: left;
	text-align: right;
	font-size:15px;
}

.form-height{
	line-height: 37px;
}

.txt-height{
	line-height: 16px;
}


.warning{
	display:block;
	font-size:12px;
}

.warning2{
	display:inline;
	font-size:12px;
}

.input-form{
	float: left;
	width: 350px;
	padding: 10px;
	font-size:14px;
}


.formtype-1{
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border: 1px #DDD solid;
	background: #FAFAFA;
	color: #000000;
	margin: 0 0 8px;
}

.formtype-2{
	padding: 0;
}

.formtype-3{
	 border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border: 1px #ccc solid;
	min-height:80px;
	width: 480px;
	max-width:480px;
	font-size:18px;
	margin: 0 0 8px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}



/*-------------

@assets

--------------*/
#description{
	padding: 0 0 30px;
    line-height: 1.5;
    margin: 0 auto;
    width: 75%;
}
#description div{
	padding:0 0 20px;
}


#insta-step-container{
	width: 85%;
    margin: 0px auto 0;
    padding: 25px 0;
    box-sizing: border-box;
    background: #ececec;
    border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
}
.insta-step-block{
	width:95%;
    margin: 0 auto 30px;
    padding: 0 0 35px;
	background: #FFF;
    border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}
.insta-step-block:last-child{
	margin:0 auto;
}

#insta-warning{
	width:70%;
	margin:10px auto 0;
}

#insta-warning li{
	text-indent:-1em;
	padding-left:1em;
}


.step-ttl{
	font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
    text-align: center;
	padding:20px 0;
}

.step-ttl span{
	background: #ececec;
    padding: 6px 20px;
    border-radius: 16px;
}

.step-desc{
	text-align:center;
	width: 94%;
    margin: 0 auto;
	line-height:1.7;
	font-size:18px;
}
.step-desc .warning{
	padding:7px 0 0;
}

.follow-btn{
	text-align: center;
    padding: 25px 0 0;
	
}
.follow-btn a{
	padding: 10px 20px;
	color: #FFF;
    font-weight: normal;
	background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
    background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	display:inline-block;
}

.follow-btn a:hover{
	text-decoration:none;
	color:#FFF;
	background: -webkit-linear-gradient(135deg, #306ff7 0%, #d01e58 70%) no-repeat;
    background: linear-gradient(135deg,#306ff7 0%, #d01e58 70%) no-repeat;
}
.follow-btn a i{
	font-size:24px;
}
.follow-btn a span{
	font-size: 16px;
    vertical-align: top;
    line-height: 26px;
}

.insta-hash{
	font-weight:600;
	color:#eb6288;
}
/*-----------------------------------------------------

@form

------------------------------------------------------*/
#select-age{
	width:110px;
	margin: 0;
}
#select-pref{
	width:110px;
	margin: 0;
}
#select-work{
	width:200px;
	margin: 0;
}
#select-point{
	width:120px;
	margin: 0;
}
#select-present{
	width:300px;
	margin: 0;
}
.select-form{
	border-radius:5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	height: 39px;
	border: 1px #DDD solid;
	color: #000000;
}

#job-warning{
	color:#E60012;
	display:none;
}

#work-container{
	float:left;
	width:70%;
}

#magazine-ttl{
	line-height:1.4;
}
#magazine-container{
	float:left;
	width:70%;
	padding:12px 0 0;
}

/*-----------------------------------------------------

@form photo

------------------------------------------------------*/
#form-photo-container{
	width:100%;
}

#form-select-photo {
    width: 365px;
    height: 365px;
	margin:0 0 0 20px;
}
#form-select-photo img{
	width:100%;
	height:auto;
}
#form-photo-thumb {
    width: 460px;
    border: 1px solid #DDD;
    padding: 8px 3px 3px 8px;
    margin: 0 0 0 10px;
}
#form-photo-thumb ul li {
    width: 110px;
    height: 58px;
    margin: 0 5px 7px 0;
    cursor: pointer;
}
#form-photo-thumb ul li img {
    width: 100%;
    height: auto;
}
#form-photo-thumb ul li.selected-thumb {
    /* border: 3px solid #f05c79; */
	background:#000;
    overflow: hidden;
	box-sizing: border-box;
}
#form-photo-thumb ul li.selected-thumb img{
	opacity:0.5;
}


/**********************************************

insta

***********************************************/
#insta-photo-container{
	padding:20px 0 0;
}
#insta-select-photo {
    width: 340px;
    height: 420px;
    margin: 0 0 0 70px;
}
#insta-select-photo p:first-child{
	border:1px solid #D6D6D6;
}
#insta-select-photo img{
	width:100%;
	height:auto;
}
#download-btn{
	margin:20px auto 0;
}
#download-btn a.btn-0{
	font-size:15px;
}

#insta-photo-thumb {
    width: 330px;
    border: 1px solid #DDD;
    padding: 10px 0px 0px 10px;
    margin: 0 0 0 20px;
}
#insta-photo-thumb ul li {
	width: 100px;
    height: 100px;
    margin: 0 10px 10px 0;
    cursor: pointer;
    border: 1px solid #ECECEC;
    box-sizing: border-box;
	/*
    width: 150px;
    height: 150px;
    margin: 0 5px 7px 0;
    cursor: pointer;
	*/
}
#insta-photo-thumb ul li a{
	display:block;
}
#insta-photo-thumb ul li img {
    width: 100%;
    height: auto;
}

#insta-photo-thumb ul li.selected-thumb {
    border: 3px solid #f15e7b;
	background:#000;
    overflow: hidden;
	box-sizing: border-box;
}


.item img {
	width:100%;
	height:auto;
}



#form-select-photo-ttl{
	float:none;
    width: 100%;
    text-align: center;
    padding: 0 0 10px;
}

/*
#flipsnap-control {
     width: 350px;
    position: relative;
    height: 44px;
    margin: 0 auto;
	display:none;
}
.arrow-left {
    width: 44px;
    height: 44px;
    position: absolute;
    top: 0;
    left: 16px;
    z-index: 20;
	cursor:pointer;
}
.arrow-right {
    width: 44px;
    height: 44px;
    position: absolute;
    top: 0;
    right: 16px;
    z-index: 20;
	cursor:pointer;
}
.arrow-right img,
.arrow-left img{
	width:100%;
	height:auto;
}
.flipsnap-txt {
    line-height: 44px;
    font-size: 12px;
    text-align: center;
}
.flipsnap-disabled{
	cursor:default;
	opacity:0.3;
	-webkit-opacity:0.3;
	-moz-opacity:0.3;
}
*/

/*-----------------------------------------------------

@loading

------------------------------------------------------*/
.loading{
	background-image:url(../../../../assets/img/common/preloader.gif);
	background-repeat:no-repeat;
	background-position:center;
	width:100%;
}



span.vanadium-invalid{
	display: block;
	margin: 0 0 0 195px;
	color: #c6131a;
	float: left;
	line-height:1;
}

#agree{
	margin:0 5px 0 0;
}

#agree-txt{
	font-size: 14px;
	text-align: center;
	padding: 25px 0 10px;
}

.agree-txt2 {
    text-align: center;
    padding: 0 0 10px;
    font-size: 14px;
}


/*-----------------------------------------------------

@btn

------------------------------------------------------*/
#back-top-btn{
	width: 320px;
    padding: 16px 0;
}

#submit-warning{
	padding: 40px 0 0;
	line-height: 1.5;
	color: #999;
	font-size:12px;
	text-align: center;
}


/*-----------------------------------------------------

@form-assets

------------------------------------------------------*/
label{
	vertical-align:top;
	cursor:pointer;
}

input[type=radio]{
	margin:0 5px;
	vertical-align:text-top;
}

input[type="checkbox"] {
	-moz-transform-origin: right bottom;
	-moz-transform: scale( 1.2 , 1.2 );
	-webkit-transform-origin: right bottom;
	-webkit-transform: scale( 1.2 , 1.2 );
	display: inline-block;
	line-height: 20px;
	background-repeat: no-repeat;
	background-position: 0 0;
	font-size: 15px;
	vertical-align: middle;
	cursor: pointer;
}

/*Webkit*/
::-webkit-input-placeholder{color: #BBB}
/*Firefox 19以降*/
::-moz-placeholder{color: #BBB}
/*Firefox 18以前*/
:-moz-placeholder{color: #BBB}
/*Windows IE*/
:-ms-input-placeholder{color: #BBB}



#guide-container{
	background:#F1F1F1;
	width: 640px;
    margin: 0 auto 50px;
	padding:20px 0;
	cursor:pointer;
}
#guide-container p{
    width: 160px;
    margin: 0 0 0 80px;
}
/*-----------------------------------------------------

@max-width 640px

------------------------------------------------------*/
@media screen and (max-width: 640px) {

html,body{
	line-height:1.7;
}

#wrapper{
	width:100%;
	margin:0 auto;
}


header{
	width:100%;
	height:100%;
	min-height:50px;
}

header h1{
	width:100%;
}

#contents{
	padding:15px 0 0;
}

#container{
	margin:0 auto;
}

.inner{
	margin: 0 auto;
	width:100%;
}

#ttl{
	padding:0 0 10px;
}
.txt{
	text-align: left;
	font-weight: 600;
	font-size:14px;
	color:#4C4C4C;
	float: none;
	width: 100%;
}
.warning{
	width:100%;
}
.warning2{
	/*display:block;*/
}
.input-form{
	width: 90%;
	padding: 10px 5%;
	font-size:16px;
}

.form-height{
	line-height:1.7;
}

.formtype-1{
	margin: 0 0 15px;
}

.formtype-2{
	padding: 5px 0 15px;
}

.formtype-3{
	font-size:16px;
	margin:0 0 15px;
}

#select-age{
	width:40%;
	margin: 0 0 10px;
}
#select-pref{
	width:40%;
	margin: 0 0 20px;
}
#select-work{
	width:100%;
	margin: 0 0 20px;
}
#select-point{
	width:40%;
	margin: 0 0 20px;
}
#select-present{
	width:100%;
	margin: 0 0 20px;
}

h2{
	font-size: 13px;
    width: 65%;
    padding: 6px 5px;
	margin:0 auto 10px;
}


.warning{
	font-size:12px;
}

.form-elem-block{
	width:88%;
	padding:0 6% 10px;
}

.form-elem-block2{
	width:95%;
	margin:0 auto;
	padding:0 0 5px;
}

.form-elem-block3{
	width:94%;
	margin:0 auto;
	padding:0 0 20px;
}

.form-elem-block2 .txt{
	width:88%;
	padding:0 6% 0;
}

span.vanadium-invalid{
	float: none;
	margin: 0 0 16px;
	font-size: 12px;
}

#photo-left{
	float: none;
	width: 90%;
	margin: 0 auto;
}
#photo-ttl{
	font-size: 16px;
	font-weight: normal;
	color: #C61319;
}


/*-----------------------------------------------------

@photo

------------------------------------------------------*/

#form-select-photo {
    float: none;
    width: 94%;
    margin: 0 auto 10px;
}
#form-photo-thumb {
	width: 94%;
    float: none;
    padding: 2% 2% 0;
    margin: 0 auto;
    box-sizing: border-box;
}
#form-photo-thumb ul li{
	width: 23.5%;
    height: auto;
    margin: 0 2% 2% 0;

}
#form-photo-thumb ul li:nth-child(4n){
	 margin: 0 0 2% 0;
	 box-sizing: border-box;
}







#insta-step-container{
	width: 100%;
    border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	padding: 5% 0;
}
.insta-step-block{
	width:94%;
	margin: 0 auto 4%;
	padding: 0 0 6%;
}


#insta-photo-container{
	width:94%;
	padding:0;
	margin:20px auto 0;
}
#downoad-btn{
	margin:10px auto;
}
#insta-select-photo {
    width: 100%;
    height: auto;
	margin:0;
}
#insta-select-photo p:first-child{
	border:1px solid #D6D6D6;
}
#insta-select-photo img{
	width:100%;
	height:auto;
}

#insta-photo-thumb {
    width: 98%;
	padding: 10px 10px 0;
    border: none;
    padding: 10px 0 0;
    margin: 0 auto;
}

#insta-photo-thumb ul li {
    border: 1px solid #e6e6e6;
    box-sizing: border-box;
	width: 32%;
    height: auto;
	margin: 0 2% 2% 0;
}
#insta-photo-thumb ul li:nth-child(3n){
	margin:0 0 4%;
}
/*
#insta-photo-thumb ul li:nth-child(odd) {
	width: 48%;
    height: auto;
    margin: 0 2% 4% 0;
}
#insta-photo-thumb ul li:nth-child(even) {
	width: 48%;
    height: auto;
    margin: 0 0 4% 2%;
}*/

#insta-warning{
	width:90%;
}

/*---------------------

@description

-----------------------*/
#description {
    width: 90%;
    padding: 0 4% 20px;
}

#description div{
	padding:0 0 10px;
}

.step-ttl{
	float: none;
	text-align: center;
	width: 100%;
	
}
.step-ttl span{
	margin:0 0 8px;
}

.step-desc{
	width: 94%;
	float: none;
	font-size: 14px;
	line-height: 1.5;
}




#back-top-btn{
	width:85%;
	padding: 15px 0;
	line-height:1.7;
}

#submit-warning {
	padding: 20px 4% 30px;
	text-align:left;
}


footer{
}

#work-container{
	width:100%;
}

#work-container{
	width:100%;
}
#magazine-container{
    float: none;
    width: 100%;
}
.agree-txt2 {
    text-align: center;
    width: 88%;
    margin: 0 auto;
    font-size: 13px;
	letter-spacing: 0;
}


}
/*---------------@END max-width 640px-------------*/