@charset "utf-8";
/* CSS Document */

/* リセット */
.panel-heading,
.panel-body {
	padding: 8px;
}
.form-horizontal .form-group {
	margin: 6px 0;
}
#page_1_contents .panel-heading,
#page_1_contents .panel-body {
	padding: 0;
	border: none;
}
.row {
	margin: 0 auto;
}
.row > .col-md-offset-1 {
	margin-left: 0;
}
.row > .col-md-10 {
	width: 100%;
	padding: 0;
}

/* 基本構造 */
body {
	background: #ff8cbf url(/uploads/images/216/image_216_1517217363.png);
	background-size: 40px 40px;
	color: #5f052c;
	font-size: 16px;
}
footer {
	position: relative;
	color: #fff;
	background: #ff3289;
	padding: 15px 10px 10px;
	font-size: 12px;
}
footer a {
	position: absolute;
	right: 10px;
	bottom: 32px;
	display: block;
	background-image: url(/uploads/images/213/image_213_1516278096.png);
	background-repeat: no-repeat;
	overflow: hidden;
	width: 227px;
	height: 0 !important;
	height /**/: 33px;
	padding-top: 33px;
	background-size: 227px auto;
}
footer .container {
	width: 100%;
	height: auto !important;
	z-index: 0;
}
#page_1_contents {
	background: none;
	border: none;
	box-shadow: none;
}
.panel-body.panel-body-form {
	background: #fff;
	border: 6px solid #ff3384;
	border-radius: 16px;
}
.panel-heading.panel-heading-page {
	display: none;
}
/* ヘッダ */
.navbar {
	position: relative;
	height: 60px;
	background: #ff3289;
	border: none;
	border-bottom: 1px solid #fb046d;
}
.navbar .navbar-header {
	position: absolute;
	width: 200px;
	height: 42px;
	top: 10px;
	left: 15px;
}
.navbar .navbar-header img {
	width: 100%;
	height: auto;
	max-height: 100px !important; 
}

/* タイトル */
#form_title {
	display: block;
	background: url(/uploads/images/220/image_220_1516342641.png);
	background-size: contain;
	text-indent: -9999px;
	width: 600px;
	height: 60px;
	color: #fff;
	font-size: 8px;
	margin: 0 auto 12px;
}


/* プレゼント */
.present.pin {
	text-align: center;
}

#page_1_contents > .panel-body.panel-body-form {
	padding: 20px;
}
/* 質問 */
.panel-heading h3 {
	background: #ffe100;
	padding: 6px 15px;
	border-radius: 20px;
	font-size: 20px;
	font-weight: bold;
	margin-top: 10px;
}

.control-label {
	background: none;
}
.form-group-questionlabel {
	font-size: 16px;
}
.form-group-questionlabel label {
	padding: 0 !important;
}

/* フォーム */
.tx1 input { width: 4em; }
.tx2 input { width: 10em; }
.tx3 input { width: 30em; max-width: 100%; }
.tx4 input { width: 100%; }

input.form-control[type="file"] {
	border: none;
	height: auto;
	box-shadow: none;
}
.checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"], .radio input[type="radio"], .radio-inline input[type="radio"] {
	position: relative;
}
input[type="checkbox"], input[type="radio"] {
	margin: 2px !important;
}
.col-md-10.select {
	width: auto !important;
}
.pii .col-md-10 {
	width: auto;
}
.form-group .col-md-10 {
	margin: 2px 0px;
}
.checkbox,
.radio {
	border-collapse: collapse;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-box;
	display:-webkit-flexbox;
	display:-moz-flexbox;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	vertical-align: top;
	width: 100%;
	list-style-type: none;
}
.ciao-col2 .radio .form-check-inline,
.ciao-col2 .checkbox .form-check-inline {
	width: 50%;
}
.ciao-col3 .radio .form-check-inline,
.ciao-col3 .checkbox .form-check-inline {
	width: calc(100% / 3);
}
.ciao-col4 .radio .form-check-inline,
.ciao-col4 .checkbox .form-check-inline {
	width: 25%;
}
#section_item_7209 *,
#section_item_7208 *,
.osbr-icn * {
	padding: 0 !important;
	margin: 0 !important;
}
.osbr-icn {
	max-width: 900px;
}
.osbr-icn .radio .form-check-inline {
	text-align: center;
	width: 20%;
}
.checkbox.col-md-10,
.radio.col-md-10,
.text-box .col-md-10,
.textarea-box .col-md-10 {
	margin: 0 !important;
	padding: 0;
}
.checkbox,.col-md-10 label.form-check-inline,
.radio,.col-md-10 label.form-check-inline {
	margin: 0;
	padding: 3px 0;
}
/* テキストとして追加して質問文にする */
.q .col-md-12 {
	padding: 0;
}
/* 送信ボタン */
button[type="submit"].btn.btn-primary{
	padding: 10px 30px;
	border-radius: 30px;
}

/* 質問区切り系 */
.panel-body.panel-body-section.kei {
	background: url(/uploads/images/217/image_217_1516341206.png);
	background-repeat: repeat-x;
	background-size: auto 32px;
	background-position: bottom center;
	padding-bottom: 30px !important;
}

@media print, screen and (max-width:768px){
	/* タイトル */
	#form_title {
		width: calc(100vw - 30px); !important;
		height: calc((100vw - 30px) * 0.1) !important;
	}
	.pii .col-md-2.control-label {
		width: 100%;
	}
	.pii .col-md-10 {
		width: 100%;
	}
}

@media print, screen and (max-width:480px){
	.container {
		padding: 0;
	}
	footer a {
		bottom: 24px;
	}
	.row > .col-md-10.col-md-offset-1 {
		padding: 0 10px;
	}
	#page_1_contents > .panel-body.panel-body-form {
		padding: 12px;
	}
	.ciao-col2 .radio .form-check-inline,
	.ciao-col2 .checkbox .form-check-inline,
	.ciao-col3 .radio .form-check-inline,
	.ciao-col3 .checkbox .form-check-inline,
	.ciao-col4 .radio .form-check-inline,
	.ciao-col4 .checkbox .form-check-inline {
		width: 100%;
	}
}

@media print, screen and (min-width:769px){
	/* 個人情報 */
	.pii .col-md-2.control-label {
		width: 11em;
	}
	.pii .col-md-10 {
		text-align: right !important;
		width: calc( 100% - 15em);
	}
}
