@charset "UTF-8";

/*================================================
 *  一般・共通設定
 ================================================*/

body {
	width:100%;
	margin:0 auto;
	font-size:1rem;
	font-weight:400;
	color:#8c7464;
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	line-height:1.6;
	letter-spacing:-1px;
	-webkit-text-size-adjust: 100%;
}

a {
	color:#685548;
	text-decoration:none;
}
a:hover {
	color:#e78f00;
}
a:hover img {
 opacity: 0.8;
 filter: alpha(opacity=80);
 -moz-opacity: 0.8;
}

hr {
	content: ".";
	display: block;
	height: 0;
	margin:0;
	clear: both;
	visibility: hidden;
}
p {
	margin:0 0 1em 0;
}

img {
	vertical-align:middle;
	width:100%;
}

em {
	font-weight:bold;
}

strong {
	font-weight:bold;
	font-size:110%;
}

pre {
	margin:1em 0;
	padding:1em;
}

.att {
  padding-left: 1.5em;
  text-indent: -1.5em;
}




/*================================================
 *  ヘッダー
 ================================================*/
header {
	width:100%;
	background-color: #40913B;
	background-size:contain;
	top:0;
}
.drawer-open header {
	position: static;
}


header img { width:100%;}

#headbox {
	margin:0 auto;
	max-width:900px;
	}




.headimg {
	width:100%;
	padding:0 0;
	float:left;
}
.headbtn {
	width:25%;
	padding:1% 0 .5%;
	float:right;
}

main {
	width:100%;
}

/*================================================
 *  フッター
 ================================================*/
footer {
	background-color: #40913B;
	width:100%;
}

.footcont {
	max-width:640px;
	margin:0 auto;
}


.copyright {
	clear:both;
	padding:20px 0;
	font-size:11px;
	text-align:center;
}

 .footer_menu {
   line-height: 1.2;
   text-align: center;
}




/*================================================
 *  トップページ
 ================================================*/

.error_list {
	padding: 10px 30px;
	color: #ff2e5a;
	font-size: 86%;
	text-align: left;
	border: 1px solid #ff2e5a;
	border-radius: 5px;
	margin: 10px;
	list-style: disc;
}

 .formbox2nd {
 	background: url("http://test.guilpa.com/matsutest/rakuadd/images/form_tit_bg2.jpg") top center repeat-x;
 }


 .formbox {
 	background: url("http://test.guilpa.com/matsutest/rakuadd/images/form_tit_bg.jpg") top center repeat-x;
 }
 .formtit,
form {
    margin: 0 auto;
    max-width: 900px;
}
.terms {
    height: 200px;
    margin:15px auto;
    width: 94%;
    font-size:1rem;
    padding: 0;
    overflow: auto;
    border: 1px solid #ddd;
    box-sizing: border-box;
    background:#fff;
}
.terms pre {
    width: 90%;
    padding:5%;
    margin:0;
    word-break: break-all;
    white-space: pre;           /* CSS 2.0 */
    white-space: pre-wrap;      /* CSS 2.1 */
    white-space: pre-line;      /* CSS 3.0 */
    white-space: -pre-wrap;     /* Opera 4-6 */
    white-space: -o-pre-wrap;   /* Opera 7 */
    white-space: -moz-pre-wrap; /* Mozilla */
    white-space: -hp-pre-wrap;  /* HP Printers */
    word-wrap: break-word;      /* IE 5+ */
}

.checkwrap {
	display:inline-block;
	position: absolute;
  	left: 50%;
  	-webkit-transform: translateY(-25%) translateX(-50%);
  	transform: translateY(-25%) translateX(-50%);
	overflow:hidden;
	padding:10px 0;
	min-width:200px;
	font-size:90%;
}
label.checkbox_text {
	cursor       : pointer;
	position     : relative;
	padding-left : 25px;
	margin-right : 20px;
	overflow     : hidden;
	position     : relative;
	padding-left : 25px;
	box-sizing   : border-box;
}
label.checkbox_text:before {
	content  : '';
	position : absolute;
	width    : 23px;
	height   : 23px;
	left     : 0px;
	top      : -3px;
	border   : 1px solid #B3B3B3;
	z-index  : 3;
}
label.checkbox_text:after {
	content           : '';
	position          : absolute;
	top               : 20%;
	left              : 6px;
	display           : block;
	margin-top        : -8px;
	width             : 10px;
	height            : 11px;
	border-right      : 3px solid #D65;
	border-bottom     : 3px solid #D65;
	transform         : rotate(45deg);
	-webkit-transform : rotate(45deg);
	-moz-transform    : rotate(45deg);
	z-index           : 1;
}
label.checkbox_text input[type="checkbox"] {
	-moz-appearance: none;
	-webkit-appearance: none;
	position   : absolute;
	left       : -40px;
	width      : 20px;
	height     : 20px;
	display    : block;
	box-shadow : 41px 0px #FFF;
	z-index    : 2;
	margin     : 0px;
	padding    : 0px;
}
label.checkbox_text input[type="checkbox"]:checked {
	box-shadow : none;
}
label.checkbox_text input[type="checkbox"]:checked:focus {
	box-shadow : 40px 0px #FFF;
	opacity    : 0.1;
}
label.checkbox_text input[type="checkbox"]:focus {
	box-shadow : 41px 0px #FFF;
}

.formwrap {
	margin-top:4em;
}

.table-ul {
	display: table;
	table-layout: fixed;
	text-align: center;
	width: 100%;
	margin:10px 0 0;
}
.table-ul li {
	display: table-cell;
	vertical-align: middle;
}
@media screen and (max-width: 414px) {
.table-ul li {
	display: block;
	width:50%;
	float:left;
	vertical-align: middle;
}
.table-ul:before, .table-ul:after {
	content:"";
	display:table
}
.table-ul:after { clear:both }
.table-ul { zoom:1 } /* For IE 6/7 */
}
.table-ul li a {
  color: #fff;
  display: block;
  text-decoration: none;
  padding: 10px 0 0;
}
.table-ul img {
	width:90%;
}

.radio {
	display: none;
}

.radio + .radio_image {
	border: 3px #ffffff solid;
	border-radius:3%;
	background-color: #ffffff;
}
.radio:checked + .radio_image {
	border: 3px #fabf1e solid;
	background-color: #fabf1e;
}
.atent {
	margin:0 1% 3%;
	padding:1% 2%;
	background:#fff;
	border-radius:5px;
	border: 3px #fabf1e solid;
}
.atent p {
	color:#fabf1e;
	margin-bottom:0;
	font-size:90%;
}
.thanksbox a {
	color:#2a8eff;
}
/* Colors */
/* ---------------------------------------- */
.form_input dt {
color: #ffffff;
font-size:1.2rem;
padding: 0.3em 0.5em;
background: linear-gradient(-135deg, #71cda6, #46A67D);
margin:2em 0 0.5em;
font-weight:600;
}
.form_input dd {
	padding:1% 3%;
}

input[type="text"] {
  width: 48%;
  height: 36px;
  background: #eee;
  border: 2px solid #ccc;
  font-size: 1em;
  text-indent: 0.7em;
}
input[type="text2"] {
  width: 80%;
  height: 36px;
  background: #eee;
  border: 2px solid #ccc;
  font-size: 1em;
  text-indent: 0.7em;
}
input[type="text"]:focus,
input[type="text2"]:focus {
  background: #fff;
  border: 2px solid #ff5d82;
}
textarea {
  width: 80%;
  height: 108px;
  background: #eee;
  border: 1px solid #bebebe;
  font-size: 1em;
}
textarea:focus {
  background: #edf4ff;
  border: 1px solid #4881d9;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  background: #eee url("../images/arrow.png") no-repeat;
  background-size: 15px 15px;
  background-position: right 10px center;
  border: 1px solid #bebebe;
  width: 150px;
  height: 36px;
  font-size: 1em;
  text-indent: 0.3em;
}
select:focus {
  border: 1px solid #4881d9;
  background: #edf4ff url("../images/arrow.png") no-repeat;
  background-size: 15px 15px;
  background-position: right 10px center;
}
.buttonwrap {
	text-align:center;
}
button.button4 {
    font-size: 1.4em;
    font-weight: bold;
    padding: 10px 30px;
    background-color: #ff5656;
    color: #fff;
    border-style: none;
    display:inline-block;
    margin:20px auto;
}

button.button4:hover {
    background-color: #2a8eff;
    color: #fff;
}

.thanksbox {
	max-width:820px;
	margin:3% auto;
	padding:2.5%;
}
.home {
	padding-top:1em;
}
.home img {
	width:32px;
	margin-top:-4px;
}

.atentbox {
	margin:4rem 2% -3rem;
	border:2px ridge #ff5656;
	background:#fdfdfd;
	padding:2% 3%;
	color:#ff5656;
	font-weight:600;
}

.table2{
width:100%;
text-align: left;
font-weight:bold;
}
.table2 table {
	width:90%;
	margin:3% 5% 1%;
}
.table2 th{
background:#46A67D;
font-size:17px;
border: solid 1px #d7d7d7;
padding:10px;
color:#fff;
width:30%;
white-space: nowrap;
}
.table2 td{
padding:10px;
border: solid 1px #d7d7d7;
font-size:15px;
color:#2a8eff;
font-weight:400;
}
.table2 tr:hover{
background:#d7d7d7;
}
@media screen and (max-width:500px){
.table2 table {
	width:90%;
	margin:3% 2% 1%;
}
.table2 th,.table2 td{
width:100%;
display:block;
border-top:none;
}
.table2 tr:first-child th {
border-top: 1px solid #d7d7d7;
 }}

 .option-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  top: 8.33333px;
  right: 0;
  bottom: 0;
  left: 0;
  height: 25px;
  width: 25px;
  transition: all 0.15s ease-out 0s;
  background: #cbd1d8;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin-left: 1rem;
  outline: none;
  position: relative;
  z-index: 1000;
}
.option-input:hover {
  background: #9faab7;
}
.option-input:checked {
  background: #ff5656;
}
.option-input:checked::before {
  height: 25px;
  width: 25px;
  position: absolute;
  content: '✔';
  display: inline-block;
  font-size: 21.66667px;
  text-align: center;
  line-height: 25px;
}
.option-input:checked::after {
  -webkit-animation: click-wave 0.65s;
  -moz-animation: click-wave 0.65s;
  animation: click-wave 0.65s;
  background: #40e0d0;
  content: '';
  display: block;
  position: relative;
  z-index: 100;
}
.option-input.radio {
  border-radius: 50%;
}
.option-input.radio::after {
  border-radius: 50%;
}

.error {
  color: #ff0000;
  background: #fff79a;
  padding: 2px 4px;
}