.form_cont{
	padding:60px 0;
}


body{
    line-height: 1.4;
}

form.btform1 {
    max-width: 1080px;
    width: 96%;
    font-size: 90%;
    margin: 0 auto;
    clear:both;
    padding-top:30px;
}
form.btform1 p{
	font-size:16px;
	line-height:1.7;
	margin-bottom:20px;
}

form.btform1 table,
#sendbutton_block {
    width: 100%;
    background-color: #f9f9f9;
    border-collapse: collapse;
}

#sendbutton_block {
    background-color: #ffffff;
    text-align: center;
}

form.btform1 th {
    width: 30%;
    padding: 10px;
    background-color: #EBF6F6;
    text-align: left;
    font-size: 16px;
    font-weight:  bold;
    border: 1px #c0c0c0 solid;
}

form.btform1 td {
    padding: 10px 5px 7px;
    background-color: #ffffff;
    border: 1px #c0c0c0 solid;
    font-size: 16px;
}
form.btform1 td span{
    font-size: 14px;
}
form.btform1 td span .space{
	padding-left:100px;
}
@media screen and (max-width:735px){
	form.btform1 td span br{
	  display:none;
	}
	form.btform1 td span .space{
		padding-left:0;
	}
}
form.btform1 td.required {
    width: 30px;
    padding: 10px 3px;
    background-color: #f9f9f9;
    text-align: center;
}

form.btform1 td.optional {
    width: 30px;
    padding: 10px 3px;
    background-color: #f9f9f9;
    text-align: center;
}

form.btform1 input,
form.btform1 select,
form.btform1 textarea {
    margin: 7px;
    padding: 10px;
    font-size: 110%;
}

form.btform1 p.button {
    margin: 25px 0px;
    text-align: center;
}

.required_input {
    background-color: #e0f8ff;
}

.confirmation_value {
    font-size: 110%;
    margin: 10px 10px;
}

.error_text {
    display:block;
    margin: 0px 7px;
    color: #BB0000;
    font-size: 105%;
}

.critical_error_text {
    margin: 10px;
    color: #CC0000;
    font-size: 150%;
    font-weight: bold;
    display: block;
}

.explanation_text {
    margin: 5px;
    display: block;
    font-size: 90%;
    font-weight: bold;
    color: #228B22;
}

.ssmall_text {
width: 70px;
}
.small_text {
width: 120px;
}
.middle_text {
width: 250px;
}
.long_text {
width: 400px;
}
.max_text {
width: 90%;
}
.required_label {
    display: inline-block;
}
.ok_label {
    display: none;
}

.label {
    width:30px;
    height: 18px;
    font-size:12px;
    text-align:center;
    margin: 0px 5px 0px 0px;
    color: #fff;
    border: 1px solid #000;
    border-radius:3px;
    font-weight:normal;
}

.label-success{
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.label-danger{
    background-color: #d9534f;
    border-color: #d43f3a;
}

.label-info{
    background-color: #5bc0de;
    border-color: #46b8da;
}

.btn-primary {
	width:35%;
  text-align:center;
  color: #333;
  line-height: 1.5;
  background-color: #ebf6f6;
  border: #ccc 1px solid;
	border-radius:5px;
	margin:0 auto;
	transition: all  0.3s ease;
}
@media screen and (max-width:735px){
	.btn-primary {
		width:60%;
	}
}
.btn-primary:hover {
  color: #FFF;
  background-color: #5bc0de;
}

.btn-sm {
  text-align:center;
  font-size: 12px;
  line-height: 1.5;
  background-color: #eee !important;
  border: #ccc 1px solid !important;
  border-radius: 5px !important;
}
.btn-sm:hover {
  color: #FFF;
  background-color: #aaa !important;
}

label, input[type='checkbox'] {
    cursor: pointer;
}


#main {
    width: 100%;
}
#cont_area {
    width: 90%;
    margin: 0 auto;
}
#cont_box {
    width: 900px;
    margin: 0 auto;
}

.form_title {
    margin: 10px 0 10px 0;
    padding: 5px 0 5px 10px;
    text-align: left;
    height: 30px;
    /* width: 100%; */
    border-left: 5px #000066 solid;
    border-bottom: 1px #CCCCCC dotted;
    font-size: 22px;
    font-weight: bold;
}

.gtitle  {
    margin: 10px 0 10px 0;
    padding: 5px 0 0 10px;
    text-align: left;
    height: 30px;
    width: 100%;
    border-left: 5px #000066 solid;
    border-bottom: 1px #CCCCCC dotted;
    font-size: 14px;
    font-weight: bold;
}


.info {
    font-size: 14px;
    margin-top: 15px;
    line-height: 18px;
}
.info strong {
    color: #F00;
}

.info_title{
    float:left;
    width:67%;
    display:block;
    color:#000066;
    font-size:24px;
    font-weight:bold;
    padding-bottom:25px;
    line-height:110%;
}
.info_body{
    float:left;
    width:67%;
    display:block;
    line-height:170%;
}
.info_image{
    float:right;
    width:33%;
    display:block;
    margin-top:-60px;
}
.info_image img{
    width:100%;
}


.normal_text {
    font-size: 12px
}

img {
    margin: 0;
    padding: 0;
    vertical-align: top;
    border: none;
}

#img_pagetop {
    text-align: right;
    width: 100%;
}

#bottom_text02{
    display:block !important;
    text-align: center;
}
#bottom_text03{
    display:none !important;
}

.title_form_inq {
    padding-top:15px;
    border-bottom:dotted 1px #dddddd;
    border-top:dotted 1px #dddddd;
    margin-bottom:5px;
}

#form_flow {
    text-align: left;
    margin-top: 25px;
}

.red {
    color: #FF0000;
}

.thanks{
    max-width: 1080px;
	width:90%;
	margin:100px auto;
	text-align:center;
}
.thanks p{
	font-size:16px !important;
	line-height:1.8 !important;
    margin-top: 1.5em;
}
.thanks p:last-of-type{
    margin-top: 3em;
}
/* ------------------------------画面の横幅が735px以下 (スマホ) ------------------------------*/
@media screen and (max-width:735px){

.thanks{
	width:90%;
	margin:50px auto;
	text-align:center;
}

.form_cont{
	width:94%;
	padding:60px 0;
	margin:0 auto;
}

    body {
        margin-top:0;
        height: 100%;
        margin-bottom:0;
        margin-left:auto;
        margin-right:auto;
        font: normal 12px;
    }

    .main{
        padding:0 10px;
    }

    img {
        max-width: 100%;
    }

    #cont_box{
        width: 100% !important;
        margin:10px auto;
        padding:20px 0px 50px;
    }

    form.btform1,
    #sendbutton_block {
        width: 100% !important;
        border: none !important;
        border-collapse: collapse;
        text-align: left;
        padding-top:0px;

    }

    form.btform1 table,
    form.btform1 table th,
    form.btform1 table td
    form.btform1 table tr{
        border: none !important;
    }

    form.btform1 th {
        display: block !important;
    }

    form.btform1 table{
        background-color: #fff;
    }

    form.btform1 th,
    form.btform1 td {
        display: list-item !important;
        width:97% !important;
        padding: 10px 0 !important;
        list-style: none;
        border-collapse: collapse;
        /*スマホで勝手に文字が大きくなる対策*/
        max-height: 999999px;
    }
    form.btform1 td table.noborder td {
        display: inline !important;
        padding: 10px 0 !important;
        list-style: none;
        border-collapse: collapse;
        /*スマホで勝手に文字が大きくなる対策*/
        max-height: 999999px;
    }

    form.btform1 th {
        border: none !important;
        background-color: #eee !important;
        color: #666666;
        padding-left: 17px !important;
        padding-top: 8px;
        padding-bottom: 7px;
        text-align:left;
        font-weight:bold;
        border-radius: 5px;
    }
    form.btform1 th br{
        display:none;
    }
    form.btform1 td {
        line-height: 200%;
        border: none !important;
        padding: 10px 0px 20px 0px !important;
        text-align: left;
        vertical-align: top;
        white-space: normal;
    }
    form.btform1 td td{
        border:none !important;
        padding-left:0;
    }
    input{
        border-radius:7px;
        margin: 5px 0px !important;
    }
    textarea{
        border-radius:7px;
    }


    .ssmall_text {
    width: 40% !important;
    }
    .small_text {
    width: 70% !important;
    }
    .middle_text {
    width: 80% !important;
    }
    .long_text {
    width: 97% !important;
    }

    #img_pagetop {
        float: right;
        width: 100px;
    }

    td span{
        width:100% !important;
    }


    #bottom_text02{
        display:none !important;
    }
    #bottom_text03{
        display:block !important;
        width:95% !important;
        text-align: center;
        margin:0 auto;
    }



    .info_title{
        float:none !important;
        width:100% !important;
        display:block;
        color:#000066;
        font-size:20px;
        font-weight:bold;
        padding-bottom:25px;
        line-height:110%;
    }
    .info_body{
        float:none !important;
        width:100% !important;
        display:block;
        line-height:170%;
    }
    .info_image{
        float:none !important;
        width:50% !important;
        display:block;
        margin:0 auto;
    }


}

/* ヘッダー */
.hd {
    display: flex;
    align-items: center;
    position: fixed;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 60px;
    background-color: #fff;
    box-shadow: 0 3px 10px 2px rgba(0, 0, 0, 0.2);
}
.hd_logo {
    margin-left: 20px;
}
@media screen and (max-width: 768px) {
    .hd {
    display: flex;
    align-items: center;
    position: fixed;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 50px;
    background-color: #fff;
    box-shadow: 0 3px 10px 2px rgba(0, 0, 0, 0.2);
  }
  .hd_logo {
    display: flex;
    align-items: center;
    margin-left: 15px;
  }
  .hd_logo a {
    display: contents;
  }
  .hd_logo img {
    height: 16px;
  }
}
/* フッター */
.ft_nav {
    max-width: 1080px;
    margin-inline: auto;
    background-color: #f4f2f0;
}
.ft_nav ul {
    display: flex;
    justify-content: center;
    padding: 20px 0;
}
.ft_nav ul li {
    margin: 0 30px;
}
.ft_nav ul li a {
    color: inherit;
    text-decoration: none;
}
.ft_nav ul li a:hover {
    text-decoration: underline;
}
.ft_cpyr {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
}
.ft_cpyr small {
    opacity: 0.4;
    font-weight: 300;
}
@media screen and (max-width: 768px) {
  .ft {
    margin-top: 20px;
  }
  .ft_nav {
    padding: 4px 0;
  }
  .ft_nav ul {
    flex-direction: column;
  }

  .ft_nav ul li a {
    display: block;
    color: rgba(0, 0, 0, 0.8);
    padding: 4px 15px;
    font-size: 14px;
    text-align: center;
  }
  .ft_cpyr {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
  }
  .ft_cpyr small {
    opacity: 0.4;
    font-size: 11px;
    font-weight: 300;
  }
}