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

header .h_content nav li.navi07 img{
	display:none;
}

.must {
    background-color: #e2536a;
    padding: 1px 4px;
    font-size: 10px;
    color: #FFF !important;
    margin: 0px 5px;
    border-radius: 4px;
    background-size: 100% 100%;
    text-indent: 0;
	display: inline-block;
    padding-right: 5px;
}

section .contents table th p + p {
	display: inline-block;
	text-indent: 0;
	padding-left: 0;
}

section .contents table td input{
	max-width: 300px!important;
}

.mfp_buttons {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.mfp_buttons input.send {
    border: 0;
    border-radius: 5px;
    padding: 5px 10px;
    background: #e2536a;
    font-size: 16px;
    color: #FFF;
    cursor: pointer;
    outline: none;
	margin: 0 5px;
}

.mfp_buttons input.back {
	border: 0;
    border-radius: 5px;
    padding: 5px 10px;
   background: #b2b2b2;
    font-size: 16px;
    color: #FFF;
    cursor: pointer;
    outline: none;
	margin: 0 5px;
}

/*--------------------------------------------------------
　PC
--------------------------------------------------------*/

@media print, screen and (min-width: 737px){

section .contents{
	width:1020px;
	margin:0 auto;
}

section .contents table {
	margin-top:50px;
	width:100%;
}

section .contents table th {
	padding:15px 55px 15px 0;
	vertical-align:top;
}
	
section .contents table th p{
	text-indent: -0.5em;
    padding-left: 1.0em;
}

section .contents table th span{
	color:#e2536a;
	display:inline-block;
	/*padding-right:5px;*/
}

section .contents table th p{
	display:inline-block;
}

section .contents table td {
	width:790px;
	padding:15px 0 15px 0;
}
	
section .contents table td p.sirena{
    margin-top: 10px;
    padding-left: 6px;
}
	
section .contents .txt_l {
    width: 95% !important;
	}

.page_img{
	width:289px !important;
	position:absolute;
	right:0;
	bottom:-25%;
}

.page_img img{
	width:100%;
	height:auto;
}

}

/*--------------------------------------------------------
　SP
--------------------------------------------------------*/

@media only screen and (max-width: 736px){
	
section .contents{
	width:100%;
	margin:0 auto;
}

section .contents table {
	width:98%;
	margin:25px auto 0;
}

section .contents table th {
	width:100%;
	padding:15px 0 5px 0;
	vertical-align:top;
	display:block;
}

section .contents table th span{
	color:#e2536a;
	display:inline-block;
	padding-right:5px;
}

section .contents table th p{
	display:inline;
}

section .contents table td {
	width:100%;
	padding:0 0 15px 0;
	display:block;
	border-bottom:1px solid #cccccc;
}

section .contents table td.bb_none{
	border:none;
}

.page_img{
	width:50% !important;
	height:auto;
	position:absolute;
	right:0;
	bottom:-25%;
}

.page_img img{
	width:100%;
	height:auto;
}
textarea{
	width: 100%;
	min-width: 260px;
	max-width:300px;
}

}
