@charset "utf-8";
/* CSS Document */

/*/////////////////////////////////////////////
//　CONTACT PAGE
/////////////////////////////////////////////*/ 

/*RESET
input, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.order_cell input[type="radio"],.contact_cell input[type="checkbox"]{
	margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	width: 27px;
	height: 27px;
}*/

input[value] {
	background-color: none;
}

/*BASE*/
section.order {
	padding-top: 19rem;;
	margin: 0 auto;
}

section.order>header {
	width: 90%;
    height: 1.0rem;
	margin: 0 auto;
}

section.order h1 {
	font-family: "Gotham A", "Gotham B";
	font-size: 1.6rem;
	font-weight: normal;
	letter-spacing: 0.5rem;
	text-align: center;
}

section.order>div {
    width: 90%;
	margin: 10rem auto 10rem auto;
    max-width: 120rem;
}


section.order>div>div.caution {
    font-size: 1.2rem;
    line-height: 2.4rem;
    margin-bottom: 3rem;
}

section.order>div>div.caution>div {
}

section.order>div>div.caution>div:nth-child(2) {
    margin-top: -0.5rem;
}

section.order>div>div.caution>div>h2 {
    height: 1.4rem;
    font-size: 1.6rem;
    line-height: 1;
    font-weight: normal;
    text-align: center;
}

section.order>div>div.caution>div>p {
    font-size: 1.2rem;
    line-height: 2.4rem;
    margin-top: 2.5rem;
    text-align: center;
}

section.order>div>div.caution>div a{
	display: block;
	width: fit-content;
	padding: 1.4rem 2rem;
	height: 1.2rem;
	color: #000;
	border: 1px #000 solid;
	background-color: #ffffff;
	outline: none;
	margin: 4.5rem auto 0 auto;
	font-family: "Gotham A", "Gotham B";
	font-size: 1.2rem;
	font-style:normal;
	font-weight:normal;
	line-height:1;
	letter-spacing:0.12rem;
	text-align: center;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}

section.order>div>div.caution>div a:hover{
    color: #ffffff;
	border: 1px #000 solid;
	background-color: #000000;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}

section.order>div>div.caution>div>p.tit {
    font-size: 1.2rem;
    line-height: 2.4rem;
    margin-top:4.5rem;
    margin-bottom: 1rem;
    text-align: center;
}

section.order>div>div.caution>div>img {
    display: block;
    height: 12rem;
    width: fit-content;
    margin: 0 auto 0 auto;
}

section.order>div>div.caution>div>h3 {
    font-family: "Gotham A", "Gotham B";
	font-size: 1.8rem;
	font-weight: bold;
	letter-spacing: 0.2rem;
	text-align: center;
}

section.order>div>div.caution>div>h3>span {
    display: block;
    font-size: 1.6rem;
    font-weight: normal;
}

section.order>div>p {
    font-size: 1.2rem;
    line-height: 2.4rem;
    margin-bottom: 5rem;
    text-align: center;
}

form {
    width: 100%;
}

div.order-form {
    width: 100%;
    font-family: "Gotham A", "Gotham B",'SourceHanSansJP',"源ノ角ゴシック JP",Courier;
	font-style:normal;
	font-weight:400;
    font-size: 1.2rem;
    line-height: 1;
    letter-spacing: 0.1em;
    margin-bottom: 10rem;
}

div.order-form>div {
    margin-bottom: 7rem;
}

div.order-form>div>h2 {
    font-family: "Gotham A", "Gotham B";
	font-size: 1.4rem;
	font-weight: normal;
	letter-spacing: 0.5rem;
	text-align: center;
    width: fit-content;
    padding: 1.2rem 2rem 1rem 2.3rem;
    margin: 0 auto;
    background-color: #000;
    color: #fff;
}

div.order-form>div>h2>span {
	font-size: 1rem;
	font-weight: normal;
	letter-spacing: 0.1rem;
	text-align: center;
    color: #fff;
    display: block;
    margin-top: 0.5rem
}

div.order-form>div>span {
    display: block;
    width: fit-content;
    margin: 1rem auto 3rem auto;
    text-align: center;
    color: red;
}

div.order-form>div>h3 {
    font-family: "Gotham A", "Gotham B";
	font-size: 1.2rem;
	font-weight: normal;
	letter-spacing: 0.5rem;
	text-align: center;
    margin: 3rem auto -1rem auto;
    color: #000;
}

div.order-form>div>h3:nth-child(2) {
    font-family: "Gotham A", "Gotham B";
	font-size: 1.2rem;
	font-weight: normal;
	letter-spacing: 0.5rem;
	text-align: center;
    margin: 3rem auto -3rem auto;
    color: #000;
}


div.order_container {
    display: flex;
    justify-content:center;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 3rem;
}

.order_cell_radio {
    width: fit-content;
    aspect-ratio:1/1;
    padding: 0;
    position: relative;
    margin-bottom: 2rem;
}

.order_cell_radio>input {
    display: none;
}

.tile {
    width: fit-content;
    text-align: center;
}

.order_cell_radio>p {
    width: 18rem;
    text-align: center;
    font-size: 1rem;
    line-height: 1.5;
    font-family: "Gotham A", "Gotham B";
    box-sizing: border-box;
    margin: 1rem 1rem 0 1rem;
}

.tile>label {
    display: block;
    width: 18rem;
    height: 18rem;
    text-align: center;
    background-color: #fff;
    box-sizing: border-box;
    border: 1px solid #000;
    color: #000;
    padding: 2.5rem 2rem 2rem 2rem;
    margin: 0 1rem;
    -webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}

.tile>label:hover {
    width: 18rem;
    height: 18rem;
    text-align: center;
    background-color: #000;
    box-sizing: border-box;
    border: 1px solid #000;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}

.tile>label#bouquetl {
    background:url("images/icon_bouquet.svg") center    ;
    background-size: 3rem;
    background-repeat: no-repeat;
    background-position: top 4rem center;
}

.tile>label#bouquetl:hover {
    background:url("images/icon_bouquet_h.svg") #000;
    background-size: 3rem;
    background-repeat: no-repeat;
    background-position: top 4rem center;
}

.radiobtn:checked + .tile>label#bouquetl {
	background:url("images/icon_bouquet_h.svg") #000;
    background-size: 3rem;
    background-repeat: no-repeat;
    background-position: top 4rem center;
}

.tile>label#arrangement_cl {
    background:url("images/icon_arrangement_c.svg") center    ;
    background-size: 3rem;
    background-repeat: no-repeat;
    background-position: top 4rem center;
}

.tile>label#arrangement_cl:hover {
    background:url("images/icon_arrangement_c_h.svg") #000;
    background-size: 3rem;
    background-repeat: no-repeat;
    background-position: top 4rem center;
}

.radiobtn:checked + .tile>label#arrangement_cl {
	background:url("images/icon_arrangement_c_h.svg") #000;
    background-size: 3rem;
    background-repeat: no-repeat;
    background-position: top 4rem center;
}

.tile>label#arrangement_ml {
    background:url("images/icon_arrangement_m.svg") center    ;
    background-size: 3rem;
    background-repeat: no-repeat;
    background-position: top 4rem center;
}

.tile>label#arrangement_ml:hover {
    background:url("images/icon_arrangement_m_h.svg") #000;
    background-size: 3rem;
    background-repeat: no-repeat;
    background-position: top 4rem center;
}

.radiobtn:checked + .tile>label#arrangement_ml {
	background:url("images/icon_arrangement_m_h.svg") #000;
    background-size: 3rem;
    background-repeat: no-repeat;
    background-position: top 4rem center;
}

.tile>label#standl {
    background:url("images/icon_stand.svg") center    ;
    background-size: 3rem;
    background-repeat: no-repeat;
    background-position: top 4rem center;
}

.tile>label#standl:hover {
    background:url("images/icon_stand_h.svg") #000;
    background-size: 3rem;
    background-repeat: no-repeat;
    background-position: top 4rem center;
}

.radiobtn:checked + .tile>label#standl {
	background:url("images/icon_stand_h.svg") #000;
    background-size: 3rem;
    background-repeat: no-repeat;
    background-position: top 4rem center;
}

.tile>label#swagl {
    background:url("images/icon_swag.svg") center    ;
    background-size: 3rem;
    background-repeat: no-repeat;
    background-position: top 4rem center;
}

.tile>label#swagl:hover {
    background:url("images/icon_swag_h.svg") #000;
    background-size: 3rem;
    background-repeat: no-repeat;
    background-position: top 4rem center;
}

.radiobtn:checked + .tile>label#swagl {
	background:url("images/icon_swag_h.svg") #000;
    background-size: 3rem;
    background-repeat: no-repeat;
    background-position: top 4rem center;
}

.tile>label#wreathl {
    background:url("images/icon_wreath.svg") center    ;
    background-size: 3rem;
    background-repeat: no-repeat;
    background-position: top 4rem center;
}

.tile>label#wreathl:hover {
    background:url("images/icon_wreath_h.svg") #000;
    background-size: 3rem;
    background-repeat: no-repeat;
    background-position: top 4rem center;
}

.radiobtn:checked + .tile>label#wreathl {
	background:url("images/icon_wreath_h.svg") #000;
    background-size: 3rem;
    background-repeat: no-repeat;
    background-position: top 4rem center;
}

.tile>label#halfwreathl {
    background:url("images/icon_halfwreath.svg") center    ;
    background-size: 3rem;
    background-repeat: no-repeat;
    background-position: top 4rem center;
}

.tile>label#halfwreathl:hover {
    background:url("images/icon_halfwreath_h.svg") #000;
    background-size: 3rem;
    background-repeat: no-repeat;
    background-position: top 4rem center;
}

.radiobtn:checked + .tile>label#halfwreathl {
	background:url("images/icon_halfwreath_h.svg") #000;
    background-size: 3rem;
    background-repeat: no-repeat;
    background-position: top 4rem center;
}

.tile>label#minibouquetl {
    background:url("images/icon_minibouquet.svg") center    ;
    background-size: 3rem;
    background-repeat: no-repeat;
    background-position: top 4rem center;
}

.tile>label#minibouquetl:hover {
    background:url("images/icon_minibouquet_h.svg") #000;
    background-size: 3rem;
    background-repeat: no-repeat;
    background-position: top 4rem center;
}

.radiobtn:checked + .tile>label#minibouquetl {
	background:url("images/icon_minibouquet_h.svg") #000;
    background-size: 3rem;
    background-repeat: no-repeat;
    background-position: top 4rem center;
}

 .radiobtn:checked + .tile>label {
	background-color: #000;
    box-sizing: border-box;
    border: 1px solid #000;
    color: #fff;
    padding: 2.5rem 2rem 2rem 2rem;
    cursor: pointer;
}

.tile img {
    display: block;
    width: 20%;
    margin: 2rem auto;
}

.tile label h3 {
    font-family: "Gotham A", "Gotham B";
    font-size: 1.2rem;
	font-weight: normal;
	letter-spacing: 0.2rem;
    line-height: 1.3;
}

.tile label h3>span {
    font-family:"Gotham A", "Gotham B",'SourceHanSansJP',"源ノ角ゴシック JP",Courier;
    font-size: 1.0rem;
	font-weight: normal;
	letter-spacing: 0.2rem;
    display: block;
    margin-top: 1rem;
}

.oc_type .order_cell_radio {
    aspect-ratio:2/1;  
}

.oc_type .order_cell_radio .tile>label {
    width: 18rem;
    height: 9rem;
}

.oc_color .order_cell_radio {
    aspect-ratio:2/1;   
}

.oc_color .order_cell_radio .tile>label {
    width: 18rem;
    height: 9rem;
}

.oc_flower .order_cell_radio {
    aspect-ratio:2/1;   
}

.oc_flower .order_cell_radio .tile>label {
    width: 18rem;
    height: 9rem;
}

.oc_flower.contact_cell{
	display: block;
    width: 50rem;
	margin:5rem auto 2rem auto;
}

.oc_flower.contact_cell p{
    font-size: 1rem;
    line-height: 1.5;
    font-family: "Gotham A", "Gotham B";
    text-align: center;
    margin-top: 1rem;
}
    
.oc_flower.contact_cell input[type="text"]{
	background: #F7F8F8;
	height: 54px;
	border: none;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 0 20px;
	font-size: 1.2rem;
}

.oc_budget .order_cell_radio {
    aspect-ratio:2/1;   
}

.oc_budget .order_cell_radio .tile>label {
    width: 18rem;
    height: 9rem;
}

.oc_deliver .order_cell_radio {
    aspect-ratio:2/1;   
}

.oc_deliver .order_cell_radio .tile>label {
    width: 18rem;
    height: 9rem;
}

.oc_time.contact_cell {
    display: block;
}

.oc_time.contact_cell>div {
    width:fit-content;
    margin: 2rem auto 0 auto;
}

.oc_time.contact_cell input[type="text"]{
	background: #F7F8F8;
	height: 54px;
	width: 5rem;
	border: none;
	box-sizing: border-box;
	margin-top: 0px;
	padding: 0 20px;
	font-size: 1.2rem;
}

.oc_time.contact_cell select {
    width: 8rem;
    background: #F7F8F8;
    height: 54px;
    padding: 1rem;
    text-align: center;
}

.oc_time .order_cell_radio {
    aspect-ratio:3/1;   
}

.oc_time .order_cell_radio .tile>label {
    width: 18rem;
    height: 6.5rem;
}

.oc_payment .order_cell_radio {
    aspect-ratio:2/1;   
}

.oc_payment .order_cell_radio .tile>label {
    width: 18rem;
    height: 9rem;
}

.oc_purpose .order_cell_radio {
    aspect-ratio:3/1;   
}

.oc_purpose .order_cell_radio .tile>label {
    width: 18rem;
    height: 6.5rem;
}

.oc_etc.contact_cell {
    display: block;
    width: 80%;
    margin: 3rem auto 0 auto;
}

.oc_etc textarea {
    width: 100%;
    background: #F7F8F8;
    height: 20rem;
}

.oc_etc.contact_cell p {
    text-align: center;
    margin-top: 2rem;
}

.contact_cell.oc_flower.ff {
    margin-top: 3rem;
}





    
    
    
    


.contact_cell{
	display: flex;
    flex-direction: row;
	margin-bottom: 2rem;
}

.contact_cell input[type="text"]{
	background: #F7F8F8;
	height: 54px;
	width: 100%;
	border: none;
	box-sizing: border-box;
	margin-top: 0px;
	padding: 0 20px;
	font-size: 1.2rem;
}

.contact_cell-top{
	width: 20rem;
	display: grid;
	align-content:center;
}

.contact_cell-top p{
}

.contact_cell-top p:nth-child(1){
	padding-bottom: 0.7rem;
}

.contact_cell-top p:nth-child(2){
    font-family: "Gotham A", "Gotham B";
	font-size: 0.8rem;
}

.contact_cell-top p span.required{
	color: #E60012;
	padding-left: 5px;
}

.contact_cell-bottom {
	width: calc( 70% - 20rem );
    align-items: center;
}

.contact_cell-bottom p {
    font-family:"Gotham A", "Gotham B",'SourceHanSansJP',"源ノ角ゴシック JP",Courier;
    font-size: 1.2rem;
}

.contact_cell-bottom.short{
	width: calc( 60% - 20rem );
}

.contact_cell-bottom.middle{
	width: calc( 80% - 20rem );
}

.contact_cell-bottom.long{
	width: calc( 100% - 20rem );
}

/*postal*/
.contact_cell-bottom-postal{
	display: grid;
	grid-template-columns: calc( 30% - 1rem ) calc( 40% - 1rem );
	gap:20px;
}

/*select*/
.contact_cell select{
	border: none;
	background: none;
	width: 100%;
	height: 100%;
	padding: 0 60px 0 20px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	color: #333333;
	font-size: 1.2rem;
}

.select_box-select{
	height: 54px;
	background: #F7F8F8;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 10px;
	width: 90%;
}

.select_box-select:before{
	position: absolute;
	content: "▼";
	right: 0;
	height: 54px;
	width: 54px;
	background: #DCDDDD;
	display: flex;
	align-items: center;
	justify-content: center;
	pointer-events: none;
}

.select_box-select option {
  color: #333333;
}

/*anq*/
.contact_cell-anq{
	width: 20rem;
	display: grid;
	align-content:start;
    padding-top: 1rem;
}

.contact_cell-anq p{
}

.contact_cell-anq p:nth-child(1){
	padding-bottom: 0.7rem;
}

.contact_cell-anq p:nth-child(2){
    font-family: "Gotham A", "Gotham B";
	font-size: 0.8rem;
}

.contact_cell-anq p span.required{
	color: #E60012;
	padding-left: 5px;
}

/*check box*/
.check_box-check{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	gap:40px;
}

.check_box-check.square{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	gap:25px;
}

.contact_cell-checkbox{
	display: flex;
	align-items: center;
}

.contact_cell-checkbox:nth-child(1){
	margin-left: 0;
}

.contact_cell-checkbox p{
	padding-left: 4px;
}

.contact_cell input[type="radio"],.contact_cell input[type="checkbox"] {
    cursor: pointer;
    padding-left: 30px;/*label手前にチェックボックス用の余白を開ける*/
    position: relative;
}

.contact_cell input[type="radio"]:before,.contact_cell input[type="radio"]:after{
	content: "";
    display: block; 
    position: absolute;
}

.contact_cell input[type="checkbox"]:before,.contact_cell input[type="checkbox"]:after{
	content: "";
    display: block; 
    position: absolute;
}

.contact_cell.circle input[type="radio"]::before {
    border-radius: 50%;
    border:1px solid #666464;
	border-spacing: 5px 1rem;
    width:24px;/*チェックボックスの横幅*/
    height: 24px;/*チェックボックスの縦幅*/
    transform: translateY(-50%);
    top: 14px;
    left: 0;
  }

.contact_cell.circle input[type="radio"]::after {
	width:16px;/*チェックボックスの横幅*/
    height: 16px;/*チェックボックスの縦幅*/
    top: 5px;/*チェック時の位置調整*/
    left: 4px;/*チェック時の位置調整*/
	border-radius: 50%;
	border:1px solid #666464;
  }

.contact_cell.circle input[type="radio"]:checked::after {
	background: #000000;
}

.contact_cell.square input[type="checkbox"]::before {
    border-radius: 0;
    border:1px solid #666464;
	border-spacing: 5px 1rem;
    width:24px;
    height: 24px;
    transform: translateY(-50%);
    top: 14px;
    left: 0;
  }

.contact_cell.square input[type="checkbox"]::after {
	width:24px;
    height: 24px;
	background: #000000;
    opacity: 0.01;
    top: 2px;
    left: 1px;
	border-radius:0;
	content:"\f00c";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
  }

.contact_cell.square input[type="checkbox"]:checked::after {
	opacity: 1;
}

/*content*/
.contact_cell-bottom.content{
	width: calc( 100% - 20rem );
	align-items: center;
	justify-content: center;
	display: flex;
	margin-top: 0;
}

.contact_cell-bottom textarea{
	margin-top: 0px;
	background: #F7F8F8;
	padding: 10px;
	width: 100%;
	height: 160px;
	border: none;
	resize: vertical;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    font: inherit;
}

/*privacy*/
.contact_cell-privacy{
	width: calc( 100% - 20rem - 42px );
	margin-left: 20rem;
	margin-top: -10px;
    border: 1px solid #231815;
	padding: 20px;
	background: #F7F8F8;
	font-weight: normal;
	height: 10rem;
	overflow: scroll;
}

.contact_cell.privacy input[type="text"]{
	background: none;
	height: 54px;
	width: 100%;
	border: none;
	box-sizing: border-box;
	margin-top: 0px;
	padding: 0 20px;
	font-size: 1.2rem;
}

.contact_cell-privacy p {
    font-family: "Gotham A", "Gotham B",'SourceHanSansJP',"源ノ角ゴシック JP",Courier;
	font-size: 1rem;
	line-height: 1.7;
}

.contact_cell.privacy .contact_cell-bottom.long{
    background: none;
}

/*btn area*/
.contact-btn-area input{
	display: block;
	width: fit-content;
	padding: 1.4rem 2rem;
	height: 4rem;
	color: #000;
	border: 1px #000 solid;
	background-color: #ffffff;
	outline: none;
	margin: 5rem auto 0 auto;
	font-family: "Gotham A", "Gotham B";
	font-size: 1.2rem;
	font-style:normal;
	font-weight:normal;
	line-height:1;
	letter-spacing:0.12rem;
	text-align: center;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}

.contact-btn-area input[type="submit"]{
	appearance: none;
  -webkit-appearance: none;
	background-color: none;
}

.contact-btn-area input:hover {
	color: #ffffff;
	border: 1px #000 solid;
	background-color: #000000;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}

.contact-btn-area.back input{
	margin: 3rem auto 0 auto;
	border-radius: 0;
}

.error p {
    line-height: 1.5;
    margin-bottom: 3rem;
}

.contact_cell.oc_etc.gaisan {
    display: flex;
    flex-direction: row;
    width:23rem;
    margin: 0rem auto 0 auto;
}

.contact_cell.oc_etc.gaisan p {
    font-family: "Gotham A", "Gotham B";
	font-size: 1.4rem;
	font-style:normal;
	font-weight:normal;
	line-height:1;
}

.contact_cell.oc_etc.gaisan textarea#target {
    width: 8rem;
    height: 1.5rem;
    text-align: right;
    resize: none;
    margin-top: 1.5rem;
    margin-bottom: 0rem;
    margin-right: 0rem;
    border: none;
    background: none;
    font-family: "Gotham A", "Gotham B";
	font-size: 1.8rem;
	font-style:normal;
	font-weight:normal;
	line-height:1;
}


/*campaign style*/

div.order_campaign {
    display: flex;
    justify-content:space-between;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 3rem;
}

div.order_campaign>div {
    width: 48%;
    margin-bottom: 5rem;
}

div.order_campaign>div img {
    display: block;
    margin-bottom: 1rem;
}

div.order_campaign>div>p {
    font-size: 1.3rem;
    margin: 3rem 0;
}

div.order_campaign>div>p:nth-child(3) {
    line-height: 1.5;
}

div.order_campaign>div>p>span {
    background-color: #000;
    color: #fff;
    margin-right: 2rem;
    padding: 1rem;
}

div.order_campaign>div>div {
    display: flex;
}

div.order_campaign>div>div>label>h3 {
    font-family: "Gotham A", "Gotham B";
	font-size: 1.3rem;
	font-style:normal;
	font-weight:normal;
	line-height:1;
}



div.order_campaign .tile>label {
    display: block;
    width: 18rem;
    height: 6.5rem;
    text-align: center;
    background-color: #fff;
    box-sizing: border-box;
    border: 1px solid #000;
    color: #000;
    padding: 2.5rem 2rem 2rem 2rem;
    margin: -3.7rem 2rem 2rem 0;
    -webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}

div.order_campaign .tile>label:hover {
    width: 18rem;
    height: 6.5rem;
    text-align: center;
    background-color: #000;
    box-sizing: border-box;
    border: 1px solid #000;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}

div.order_campaign input[type="checkbox"] {
    height: 3rem;
}

div.order_campaign input[type="checkbox"]:checked + label {
	background-color: #000;
    box-sizing: border-box;
    border: 1px solid #000;
    color: #fff;
    padding: 2.5rem 2rem 2rem 2rem;
    cursor: pointer;
}

div.order_campaign select {
    width: 4rem;
    height: 6.5rem;
    text-align: center;
    border: 1px solid #000;
}

div.order_campaign div div p {
    width: 4rem;
    height: 3.7rem;
    text-align: center;
    padding-top: 2.8rem;
}

/*/////////////////////////////////////////////
//　THANKS PAGE
/////////////////////////////////////////////*/ 
.thanks-area-001{
    font-family: 'SourceHanSansJP-normal';
    font-size: 1.2rem;
	text-align: center;
	margin: 60px 0;
}

.thanks-area-001-01 p{
	line-height: 26px;
}

.thanks-area-001-01 p:nth-child(1){
	font-size: 3rem;
	margin-bottom: 40px;
	font-family: 'Brother-1816-Bold';
}

.thanks-area-001-02{
	margin-top: 40px;
}

.thanks-area-001-02 p{
	font-family: 'SourceHanSansJP-normal';
    font-size: 1.2rem;
}
