@charset "utf-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
 
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
    color: color: rgb(105, 104, 104);
	position:relative !important;
	width:100% !important;
	overflow-x: hidden !important;
}
ol, ul {
	list-style: none;
}
a {
    text-decoration: none !important;
    color: rgb(105, 104, 104) !important;
	
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* ==============================
ここから
============================== */
img {	
	vertical-align: bottom;
}
.form-wrap h1 {
    width: 100%;
    background-image: url(https://meo-reviews.com/wp-content/uploads/2024/03/back.jpg);
	background-size: cover;
    padding: 2rem 0;
    text-align: center;
    color: #fff;
    font-weight: bold;
}
.form-wrap p {
    text-align: center;
    margin: 1rem 0;
    font-size: 0.8rem;
}
.form {
    width: 90%;
    margin: auto;
}
.form h2 {
    font-weight: bold;
    margin: 1rem 0;
	margin-top: 3rem;
}
.form p {
    text-align: left;
    padding: 1rem 0;
	width: 90%;
    margin: auto;
}
.form3 p {
	width: 100%;
    margin: auto;
}
.t-small2 {
    margin-left: 1rem;
}
.form2 .wpcf7-list-item {
    display: inline-block;
    margin: 0.3em 0 0.3em 0em;
}
.form2 .wpcf7-form-control {
    width: 100%;
    border: 1px solid #bababa;
    color: #6c6c6c;
    padding: 0.5rem;
}
.form .wpcf7-list-item {
    width: 100%;
    text-align: left;
    margin-bottom: 2rem;
}
.form2 .wpcf7-list-item {
    width: 40%;
	text-align: left;
	margin-left: 0em;
    margin-right: 0rem;
}
.t-small {
    font-size: 0.7rem;
}
textarea {
    overflow: auto;
    resize: vertical;
    width: 90%;
    margin: auto;
    display: block;
}
.btns {
    text-align: center;
	width: 50%;
    margin: auto;
}
.btns input {
    width: 100%;
    color: #fff;
    border: none;
    box-shadow: 1px 1px 5px #838383;
    padding: 1rem 0;
    margin-top: 2rem;
    margin-bottom: 4rem;
    background-image: linear-gradient(to right, #307dff, #d5e3fd);
    box-shadow: 1px 1px 2px #82b0ff;
    border-radius: 4px;
}
/* .wpcf7-spinner {
    display: none;
} */
.container, .container-md, .container-sm {
    max-width: 100%;
    padding: 0;
}
.container h5 {
    width: 100%;
    background-color: #317dff;
    padding: 2rem 0;
    text-align: center;
    color: #fff;
    font-weight: bold;
}
.container p {
    text-align: center;
    margin-top: 3rem;
}
.container h2 {
display:none !important;
}
.container .form p {
    text-align: center;
    margin-top: 0rem;
}
.container .form h2 {
display:inherit !important;
	color: #307dff;
}
.container .form-wrap .pp {
    text-align: center;
    margin-top: 1rem;
	padding-top: 0rem;
}
.form2-2 .wpcf7-list-item {
    width: 100%;
}
.orange {
    color: #fff;
    font-size: 0.7rem;
    background-color: #ff801f;
    padding: 0.2rem 0.5rem;
    border-radius: 5px;
	margin-left: 3rem;
}
input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
    transform: scale(1.6);
}
.wpcf7-list-item-label {
    display: inline-flex;
    margin-left: 0.5rem;
}
i::before {
	content: url(https://meo-reviews.com/wp-content/uploads/2024/03/icon.png);
  vertical-align: middle;
	display: inline-block;
	transform: scale(0.7);
}
/* ボタンアニメーション */
.btns{
 transition: transform .2s;
 &:active{
  transform: scale(.95);
 }
}
label {
    width: 100%;
}
#star .wpcf7-not-valid-tip {
	font-size:0;
}
.text-area {
    padding-top: 3rem !important;
}
textarea {
    margin-bottom: 2rem;
}
#star .wpcf7-not-valid-tip::before {
	content:'星の記入もお願い致します。';
	font-size:1rem;
}
.star-wrap {
    margin-top: 2rem;
}
.star-wrap #star p {
    text-align: inherit;
    margin-top: inherit;
}
#star .wpcf7-list-item-label {
    font-size: 200%;
}
#star {
    position: relative;
    max-width: 100%;
    text-align: center;
}
#star .wpcf7-list-item {
    position: absolute;
    top: 24px;
    left: -123px;
    right: 0;
    margin: auto;
}
#star label {
    width: 100%;
    display: flex;
}
#star .iphone {
    position: absolute;
    top: 24px;
    left: 90px;
    right: 0;
    margin: auto;
}
/* 多言語対応 */
.weglot-shortcode {
    position: fixed !important;
    top: 0px !important;
    right: inherit !important;
    right: 0 !important;
	height: fit-content !important;
}
.weglot-shortcode {
    background-color: white;
    position: fixed;
    bottom: 0;
}
/* 言語切り替え */