@charset "UTF-8";


/* 
---------------------------------------
元ページから引っ張ってきたCSS
---------------------------------------
*/
.contact{}

.contact #tabList{
	margin:50px 0 0px;
}
.contact #tabList ul{}
.contact #tabList ul li{
	float:left;
	margin:0 -3px -4px 0;
    width: 270px;
    height: 50px;
    text-align: center;
    border: 3px solid #e7e355;
    background: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 50px;
}
.contact #tabList ul li.current{
	border-bottom:none;
    height: 53px;
}
.contact #tabList ul li a {
    text-decoration: none;
    width: 100%;
    height: 100%;
    display: block;
}
.contact .cont{
	margin:0 0 30px;
}
.contact .heading{}
.contact .label,
.contact table.form .label{
	margin:0 0 10px 20px;
	font-size:133%;
	font-weight:bold;
}


@media screen and (max-width: 767px){
	.contact #tabList{
		margin:50px auto 30px;
        padding: 0 5px;
	}
	.contact #tabList ul li{
		float:none;
		width:100%;
		margin:0;
        box-sizing: border-box;
   }
   .contact #tabList ul li img {
     display:block;
     text-align:center;
     margin:0 auto;
   }
   .contact #tabList ul li.current {
        height: 50px;
        background: #F3F2B0;
        border-bottom: 3px solid #e7e355;
       margin:0 0 -3px 0;
   }
   .aki #tabList ul li.current {
        height: 50px;
        background: #F3F2B0;
        border-bottom: 3px solid #e7e355;
       margin:-3px 0 0 0;
   }
}
/* table.form */
.contact table{
	width:100%;
	margin:0 0 40px;
}
.contact table th{
	width:210px;
	padding:15px 15px 15px 25px;
	font-size:133%;
	font-weight:normal;
	vertical-align:top;
}
.contact table td{
	padding:15px 15px 15px 25px;
	font-size:125%;
}
.contact table td.checkbox input{
	margin:0 12px 20px 0;
}
.contact table td.checkbox label{
	display:inline-block;
	width:250px;
    margin-right:70px;
}

.contact table.form{
	width:100%;
	margin:0 0 40px;
}
.contact table.form th {
    width: 300px;
    padding: 15px 15px 15px 25px;
    border-top: 1px dashed #cccccc;
    font-size: 20px;
    font-weight: bold;
    vertical-align: top;
    box-sizing: border-box;
}
.contact table.form th .req{
	color:#cf0000;
}
.contact table.form td{
	padding:15px;
	border-top:1px dashed #cccccc;
	font-size:16px;
}
.contact table.form tr.no-border th,
.contact table.form tr.no-border td {
    border-top:none;
}
.contact table.form td .attention{
	margin:5px 0;
	color:#cf0000;
	font-size:80%;
}
.contact table.form td .caution{
	margin:5px 0;
	color:#000;
	font-size:100%;
}
.contact table.form td p{
	margin:0 0 1em;
}
.contact table.form td p.form-privacy {
	font-size:1.3rem;
}

.contact table.form td input[type=radio]{}
.contact table.form td.checkbox{}
.contact table.form td label{
	margin:0 15px 0 0;
}
.contact .confirm{
	text-align:center;
}


@media screen and (max-width: 520px){
.contact table td{
	padding:15px;
	font-size:125%;
}

}
/* 
---------------------------------------
responsiveお問い合わせページ01部分
---------------------------------------
*/
.ro_sp {
	display: none;
}
.ro {
	display: block;
}
@media screen and (max-width: 767px){
.ro_sp {
	display: block;
	margin:0 auto;
}
.ro {
	display: none;
}
.br_sp-off {
	display: none;
}
.contact table.form th {
    width: 100%;
    float: left;
	font-size: 16px;
	box-sizing: border-box;
	background: #ccc;
    border: none;
	padding: 10px;
}
.contact table.form td {
    float: left;
    width: 100%;
/*
	font-size: 20px;
*/
	box-sizing: border-box;
	padding: 10px;
}
.contact table.form td .caution {
    font-size: 100%;
}
.contact .label, .contact table.form .label {
    font-size: 133%;
    font-weight: bold;
}
.contact table td.checkbox label {
    display: inline-block;
    width: 90%;
    font-size: 26px;
    padding-left: 1%;
}
.contact table td.checkbox input {
    margin: 0 4px 20px 10px;
}
.contact .label, .contact table.form .label {
    margin: 10px 0;
	font-size: 26px;
}
.contact table.form td label {
    margin: 0 25px 0 0;
}
#year {
	width: 20%;
	height: 20%;
	font-size: 1.3rem;
}
select#year option {
	font-size: 2rem;
} 

#month,#day,#time {
/*
	width: 10%;
	height: 20%;
*/
	font-size: 1.2rem;
}
#number {
    width: 20%;
    height: 20%;
    font-size: 1.3rem;
}
input[type=checkbox] {
	width:20px;
	height:20px;
	-moz-transform:	scale(1.4);
	-webkit-transform:scale(1.4);
	transform:scale(1.4);
}
input[type=radio] {
	width:10px;
	height:10px;
	-moz-transform:	scale(1.4);
	-webkit-transform:scale(1.4);
	transform:scale(1.4);
	margin-right: 1%;
}
.name{
	width: 60%;
	height: 28px;
	font-size: 1.2rem;
	margin: 0 5px;
}
.mail{
	width: 90%;
	height: 28px;
	font-size: 1.2rem;
	margin: 0 5px;
}
.tel{
	width: 22%;
	height: 28px;
	font-size: 1rem;
	margin: 0 5px;
}
.time{
	width: 20%;
	height: 30px;
	font-size: 1.3rem;
	margin: 0 5px;
}
.syurui{
	width: 100%;
	height: 50px;
	font-size: 1.2rem;
	margin: 0 5px;
}
textarea {
	width: 100%;
	font-size: 1.0rem !important;
}
input[type=image] {
	width:70%;
}
.contact table.form td .attention {
    font-size: 100%;
}
.thanks_txt {
		font-size: 32px;
	}
form#mailform label {
    cursor: pointer;
    padding: 5px 5px;
    margin-bottom: 1px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
}


@media screen and (max-width: 530px){

.contact table td.checkbox label {
    display: inline-block;
    width: 86%;
    font-size: 26px;
    padding-left: 1%;
}

#contentList .bnrList li .comment {
    position: absolute;
    top: 58%;
    left: 0;
    width: 100%;
    padding: 0px 6% 3%;
    background: none;
    font-size: 1.3rem;
    box-sizing: border-box;
    line-height: 1.1;
  }
}


@media screen and (max-width: 500px){

.contact table td.checkbox label {
    display: inline-block;
    width: 82%;
    font-size: 14px;
    padding-left: 1%;
}

#year {
    width: 20%;
    height: 15%;
    font-size: 1.2rem;
}
#month, #day, #time {
    font-size: 1.0rem;
}


}


@media screen and (max-width: 420px){

#contentList .bnrList li .comment {
    position: absolute;
    top: 56%;
    left: 0;
    width: 100%;
    padding: 0px 6% 3%;
    background: none;
    font-size: 1.1rem;
    box-sizing: border-box;
    line-height: 1.0;
  }
}

@media screen and (max-width: 400px){

#number {
    width: 40%;
    height: 20%;
    font-size: 0.9rem;
}

#year {
    width: 22%;
    height: 15%;
    font-size: 0.9rem;
}
#month, #day, #time {
    font-size: 0.9rem;
}


}
/*//////////////////////////////////////////////////*/
/*// 01.ベースの設定                              //*/
/*//////////////////////////////////////////////////*/
/*
form#mailform {
	margin: 0px auto 0px auto;
	padding: 0px;
}
form#mailform label {
	cursor: pointer;
	text-decoration: underline;
	display: block;
	padding: 5px 5px;
	margin-bottom: 1px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
*/
label.label_true {
	background-color: #FFFFEE;
	border: solid 1px #CCCCCC;
	text-decoration: none;
}
label.label_false {
	background-color: none;
	border: none;
	text-decoration: underline;
	background-image: none;
}
div#mailfrom_hidden_object {
	width: 1px;
	height: 1px;
	overflow: hidden;
}
div#mailfrom_hidden_object input {
	margin: 10px;
}
div#mfp_closed {
	display: none;
}
div.mfp_disp {
	display: none;
}
div#input_time_disp {
	padding: 10px;
}
div#expires_time_disp {
	padding: 10px;
	text-align: center;
}
div#expires_time_disp strong {
	font-size: 18px;
	color: #CC0000;
}
div#limit_disp {
	padding: 10px;
	text-align: center;
}
div#limit_disp strong {
	font-size: 24px;
	color: #CC0000;
}
img.must {
	width: 30px;
	height: 16px;
	float: left;
	margin: 0px 0px 0px 5px;
}
div.mfp_err {
	text-align: left;
	margin: 5px 0px 0px 0px;
	padding: 3px 0px 5px 17px;
	color: #FF0000;
	font-size: 12px;
	line-height: normal;
	display: none;
	background-image: url(../images/mfp_error.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
}
input.mfp {
	padding: 2px;
}
textarea.mfp {
	padding: 5px;
}
div.mfp_buttons {
	padding: 0px;
	text-align: center;
}
div.mfp_buttons ul {
	width: 360px;
	height: 60px;
	overflow: hidden;
	margin: 0px auto 0px auto;
}
div.mfp_buttons ul li {
	width: 180px;
	height: 60px;
	overflow: hidden;
	float: left;
}
div.mfp_phase_buttons {
	height: 60px;
}
input.mfp_phase_next {
	background-image: url(../images/mfp_next.gif);
	float: right;
}
input.mfp_phase_prev {
	background-image: url(../images/mfp_prev.gif);
	float: left;
}


input.mfp_phase_next,input.mfp_phase_prev {
	width: 200px;
	height: 60px;
	overflow: hidden;
	text-indent: -5000px;
	border: none;
	border-style: none;
	cursor: pointer;
}

/*
input#button_mfp_goconfirm {
	width: 180px;
	height: 60px;
	overflow: hidden;
	background-color: #FFFFFF;
	background-image: url(../images/mfp_goconfirm.gif);
	border: none;
	border-style: none;
	cursor: pointer;
}
*/
input#button_mfp_gosend {
	width: 180px;
	height: 60px;
	overflow: hidden;
	background-color: #FFFFFF;
	background-image: url(../images/mfp_gosend.gif);
	border: none;
	border-style: none;
	cursor: pointer;
}
input#button_mfp_gocancel {
	width: 180px;
	height: 60px;
	overflow: hidden;
	background-color: #FFFFFF;
	background-image: url(../images/mfp_gocancel.gif);
	border: none;
	border-style: none;
	cursor: pointer;
}
input#button_mfp_reset {
	width: 180px;
	height: 60px;
	overflow: hidden;
	background-color: #FFFFFF;
	background-image: url(../images/mfp_reset.gif);
	border: none;
	border-style: none;
	cursor: pointer;
}
.reset_over {
	background-image: url(../../contact/images/mfp_reset_over.gif);
}
.reset_out {
	background-image: url(../images/mfp_reset.gif);
}
.confirm_over {
	background-image: url(../../contact/images/mfp_confirm_over.gif);
}
.confirm_out {
	background-image: url(../images/mfp_confirm.gif);
}

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


/*//////////////////////////////////////////////////*/
/*// 02.テーブルの指定                            //*/
/*//////////////////////////////////////////////////*/
table.mailform {
	width: 100%;
	padding: 10px;
}
table.mailform tr th {
	padding: 7px 0px 7px 0px;
	border-bottom: solid 1px #CCCCCC;
	font-weight: normal;
	font-size: 12px;
	text-align: right;
	width: 160px;
}
table.mailform tr th span {
	font-size: 10px;
	color: #999999;
	display: block;
}
table.mailform tr td {
	padding: 7px 10px 7px 10px;

	border-bottom: solid 1px #CCCCCC;
	font-size: 12px;
}
table.mailform tr td ul li,table.mailform tr td ul,table.mailform tr td ol,table.mailform tr td ol li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
table.mailform tr td ul li {
	float: left;
	padding: 0px 10px 0px 0px;
}
table.mailform tr td p,table.mailform tr td div,table.mailform tr td span {
	clear: both;
}

/*//////////////////////////////////////////////////*/
/*// 04.以下確認画面関連のスタイル                //*/
/*//////////////////////////////////////////////////*/
ul.confirm_layer {
	width: 720px;
	padding: 0px;
	margin: 0px;
}
ul.confirm_layer li {
	width: 720px;
	list-style: none;
	float: left;
	overflow: hidden;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
li.confirm_middle {
	background-image: url(../images/mfp_table_background.png?wide);
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/mfp_table_background.png', sizingMethod='scale');
}
li.confirm_top {
	height: 33px;
	background-image: url(../images/mfp_table_top.png?wide);
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/mfp_table_top.png', sizingMethod='scale');
}
li.confirm_bottom {
	height: 33px;
	background-image: url(../images/mfp_table_bottom.png?wide);
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/mfp_table_bottom.png', sizingMethod='scale');
}
div#disabled_submit {
	width: 1px;
	height: 1px;
	overflow: hidden;
}
div#disabled_submit input {
	margin: 10px;
}
table.infield {
	width: 660px;
	margin: 0px auto 0px auto;
}
table.infield tr th {
	padding: 5px;
	margin: 0px;
	text-align: right;
	font-size: 12px;
	width: 150px;
	border-bottom: solid 1px #CCCCCC;
	color: #232323;
}
table.infield tr td {
	padding: 5px;
	border-bottom: solid 1px #CCCCCC;
}
table.infield tr td p {
	text-align: left;
	font-size: 12px;
	line-height: 1.5em;
	border-left: solid 2px #CCCCCC;
	padding: 5px 0px 5px 10px;
	margin: 0px;
}
.mfp_color {
	background-color: #E8EEF9;
}
div#confirmWindow {
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
	width: 100%;
	height: 100%;
	margin: 0px;
	overflow: hidden;
	z-index: 1;
	position: fixed!important;
	position/**/:  absolute;
	top: 0;
	left: 0;
	visibility: hidden;
	background-color: #000000;
	font-size: 12px;
	text-align: center;
	_top: expression(
		document.documentElement && document.documentElement.scrollTop  || 
		document.body && body.scrollTop  || 0
		+ 0 + 'px'
	);
}
div#confirmBody {
	width: 1px;
	visibility: hidden;
	position: absolute;
	z-index: 10;
	text-align: center;
	margin: 0px auto 0px auto;
}
div#confirmBody div.mfp_title {
	color: #FFFFFF;
	margin: 0px auto 0px auto;
	width: 294px;
	height: 33px;
	padding-top: 10px;
}
div.buttons {
	margin: 0px auto 0px auto;
}

div#twex {
	margin: 0px;
	overflow: hidden;
	z-index: 100;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	text-align: center;
	background-color: #000000;
	filter: alpha(opacity=60);
	-moz-opacity: 0.60;
	-khtml-opacity: 0.60;
	opacity: 0.60;
}
img#loading_proccess_image {
	position: absolute;
	z-index: 1000;
}
/*//////////////////////////////////////////////////*/

dl.mailform {
	padding: 0px 15px;
	margin: 0px;
}

dl.mailform dt {
	float: left;
	width: 180px;
	clear: both;
	font-size: 12px;
	text-align: right;
	font-weight: normal;
	padding: 5px 0px 0px 0px;
	margin: 0px;
}
dl.mailform dt span {
	display: block;
	font-size: 10px;
	color: #999999;
}
dl.mailform dd {
	padding: 10px 10px 15px 190px;
	border-bottom: solid 1px #CCCCCC;
	font-size: 12px;
	margin: 0px;
}
dl.mailform dd ul,dl.mailform dd ol {
	margin: 0px;
	padding: 0px;
}
dl.mailform dd ul li,dl.mailform dd ol li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
dl.mailform dd ul li {
	/*float: left;*/
	padding: 0px 10px 0px 0px;
}

/*// Phase Input Style //*/

/*
div.mfp_phase_section {
	display: none;
	padding: 2px 2px 15px 2px;
	margin: 10px 5px;
	border: solid 1px #EEEEEE;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-box-shadow: 0px 0px 5px #999999;
	-moz-box-shadow: 0px 0px 5px #999999;
	box-shadow: 0px 0px 5px #999999;
	clear: both;
}
*/
p.mfp_caption {
	margin: 10px;
}
input.mfp_phase_ui {
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	padding: 3px;
	margin: 5px 15px;
}
h3.mfp_phase_title {
	background-image: url(../images/mfp_h3.png);
	padding: 5px 15px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	font-size: 21px;
	margin: 0px 0px 10px 0px;
	color: #FFFFFF;
	text-shadow: 1px 1px 1px #000000;
}
ol.mfp_phase_input_proccess {
	margin: 15px;
	height: 40px;
}
ol.mfp_phase_input_proccess li {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 5px 10px;
	margin: 5px;
	float: left;
	font-weight: bolder;
}
li.mfp_phase_disabled {
	-webkit-box-shadow: 1px 1px 4px #999999;
	-moz-box-shadow: 1px 1px 4px #999999;
	box-shadow: 1px 1px 4px #999999;
	background-color: #CCCCCC;
	border: solid 1px #999999;
}
li.mfp_phase_current {
	-webkit-box-shadow: 1px 1px 4px #999999;
	-moz-box-shadow: 1px 1px 4px #999999;
	box-shadow: 1px 1px 4px #999999;
	color: #FFFFFF;
	text-shadow: 1px 1px 1px #000000;
	background-image: url(../images/mfp_h3.png);
	border: solid 1px #FFFFFF;
	background-color: #FFEEEE;
}
div#mfp_progress {
	margin: 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: solid 1px #CCC;
	overflow: hidden;
	text-align: left;
	background-image: url(../images/mfp_progress_disabled.jpg);
	position: relative;
	height: 30px;
}
p#mfp_progress_bar_text {
	z-index: 10;
	position: absolute;
	top: 5px;
	left: 0px;
	width: 100%;
	color: #FFF;
	font-weight: bolder;
	text-shadow: 1px 1px 2px #000;
	font-size: 10px;
	text-align: center;
}
div#mfp_progress_bar {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 0%;
	height: 30px;
	background-image: url(../images/mfp_progress.jpg);
	overflow: hidden;
}
@media screen and (max-width: 767px){
div.mfp_err {
    font-size: 28px;
    background-size: 30px;
    background-position: 0px 7px;
    padding-left: 35px;
}
}


/* 
---------------------------------------
CONTACT　下見予約
---------------------------------------
*/
#mainContents {
    max-width: 1180px;
    margin: 0 auto;
}
.form_outline {
    border: #e7e355 solid 3px;
    padding: 40px;
    margin-bottom: 40px;
}
.form_outline h3 {
    font-size: 24px;
    color: #fff;
    background: #e7e355;
    line-height: 48px;
    padding: 3px 20px;
    border-radius: 5px;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 30px;
}
.form_outline h3 span {
    font-size: 30px;
}
.contact table.t3 th {
    font-size: 16px;
}
.contact table td.df {
    display: flex;
    flex-wrap: wrap;
}
.contact table td.df p {
    font-size: 20px;
    font-weight: bold;
}
.contact p.label {
    font-size: 20px;
}
#mailform #mfp_phase_confirm {
    border: 3px solid #ffa84e;
    padding: 12px;
}
.contact table.privacy {
    margin-bottom: 50px;
}
.contact .privacy-box {
    padding: 0 40px;
}
.contact table.privacy th,
.contact table.privacy td {
    padding: 0;
}
.contact table.privacy th {
    border-top: 1px dashed #cccccc;
    border-bottom: 1px dashed #cccccc;
    padding: 25px 0 25px 25px;
    font-size: 20px;
}
.contact table.privacy td p {
    padding: 15px 40px;
    font-size: 19px;
    color: #565143;
}
.sponly {
    display:none;
}
.contact table.last-form {
    margin-bottom:0;
}
@media screen and (max-width: 767px){
    .form_outline {
        border: #e7e355 solid 3px;
        padding: 10px;
        margin: 0 5px 20px;
    }
    .form_outline h3 {
        font-size: 16px;
        color: #fff;
        background: #e7e355;
        line-height: 18px;
        padding: 10px;
        border-radius: 5px;
        font-weight: bold;
        display: inline-block;
        margin-bottom: 20px;
    }
    .form_outline h3 span {
        font-size: 16px;
    }
    .contact table th {
        font-size: 14px;
    }
    .contact table td {
        font-size: 14px;
    }
    .contact table td.df {
        display: flex;
        flex-wrap: wrap;
    }
    .contact table td.df p {
        font-size: 12px;
        font-weight: bold;
    }
    .contact p.label {
        font-size: 18px;
    }
    #mailform #mfp_phase_confirm {
        border: 3px solid #ffa84e;
        padding: 12px;
    }
    .contact table.privacy {
        margin-bottom: 50px;
    }
    .contact .privacy-box {
        padding: 0 15px;
    }
    .contact table.privacy th,
    .contact table.privacy td {
        padding: 0;
    }
    .contact table.privacy th {
        border-top: 1px dashed #cccccc;
        border-bottom: 1px dashed #cccccc;
        padding: 25px 0 25px 25px;
        font-size: 18px;
    }
    .contact table.privacy td p {
        padding: 15px 5px;
        font-size: 4vw;
        color: #565143;
    }
    .sponly {
        display:block;
    }
    .contact table td.checkbox label{
        display:inline-block;
        width:200px;
        margin-right: 0;
    }
    input[type=checkbox] {
        width:14px;
        height:14px;
        -moz-transform:	scale(1.4);
        -webkit-transform:scale(1.4);
        transform:scale(1.4);
    }
    .contact table.last-form {
        margin-bottom:0;
    }
    input[type=text] {
        margin-bottom: 5px;
    }
    .contact table.form {
        width: 100%;
        margin: 0 0 20px;
    }
    .contact table.form td{
        border-top:none;
        font-size:12px;
    }
    .contact table th{
        padding:15px 15px 15px 25px;
        font-size:133%;
        font-weight:normal;
        vertical-align:top;
    }
    #mainContents div.mfp_buttons ul {
        width: 100%;
        height: 60px;
        overflow: hidden;
        margin: 0px auto 0px auto;
    }
    #mainContents div.mfp_buttons ul li {
        width: 50%;
        height: 60px;
        overflow: hidden;
        float: left;
    }
    .contact table th{
        width:120px;
        padding:15px 15px 15px 25px;
        font-size:133%;
        font-weight:normal;
        vertical-align:top;
    }
    #mainContents input#button_mfp_gocancel {
        width: 100%;
        height: 60px;
        overflow: hidden;
        background-color: #FFFFFF;
        background: url(../images/mfp_gocancel.gif) no-repeat;
        background-size:100% 200%;
        border: none;
        border-style: none;
        cursor: pointer;
    }
    #mainContents input#button_mfp_gosend {
        width: 100%;
        height: 60px;
        overflow: hidden;
        background-color: #FFFFFF;
        background: url(../images/mfp_gosend.gif) no-repeat;
        background-size:100% 200%;
        border: none;
        border-style: none;
        cursor: pointer;
    }
}
/* 
---------------------------------------
CONTACT　空き状況
---------------------------------------
*/
.aki .form_outline {
    margin-bottom: 100px;
}

