@charset "UTF-8";
/*===============================================
●mian.css 画面の横幅が770px以上
===============================================*/
@media screen and (min-width: 770px){
body{
	font-family: 'Noto Sans Japanese',   sans-serif;
	font-size: 16px;
	line-height: 32px;
	color: #1d293f;
    min-width: 1100px;
    background-color: #efe9e5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.pc_none {
	display: none!important;
}
header {
	background-color: #fff;
	width: 100%;
	height: 92px;
}
.header_inner {
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
}
header p.logo {
	width: 224px;
	float: left;
	margin-top: 25px;
}
header nav {
	float: right;
	padding-top: 30px;
}
header ul li {
	margin-left: 52px;
	display: inline;
}
header ul li a {
	font-weight: bold;
}
header ul li a:hover {
    text-decoration: none;
    border-bottom: 4px solid #B72516;
    padding-bottom: 34px;
}
h1 {
	/* [disabled]margin-top: 30px; */
	font-weight: bold;
	text-align: center;
	font-style: italic;
    font-size: 28px;
    margin-bottom: 2px;
}
.eng {
	text-align: center;
	margin-bottom: 36px;
	font-weight: bold;
	letter-spacing: 0.06em;
	font-style: italic;
}
table {
	width: 900px;
	border-color: #000000;
	border-bottom: 1px solid #eae7e7;
}
table tr {
	border-top: 1px solid #eae7e7;
}
table th {
	padding-left: 40px;
	font-weight: bold;
	vertical-align: middle;
	width: 210px;
    line-height: 25px;
}
table span {
	font-weight: bold;
}
table td  {
	text-align: left;
	padding: 35px 0 35px 40px;
    line-height: 25px;
}
table td  {
	text-align: left;
	padding: 35px 40px 35px 40px;
    line-height: 25px;
}
textarea, input[type="text"]{
	border:1px solid #eae7e7;
	-webkit-appearance:none;
	-webkit-border-radius:0;
	margin:0;
	background: none;
	padding: 8px 10px;
    font-size: 16px;
    line-height: 28px;
}
input[type="text"] {
    width: 370px;
}
textarea {
    width: 100%;
    height: 340px;
}
input[type="text"]:focus, textarea:focus {
    outline: 0;
}
table .box {
    margin-bottom: 10px;
}
table .box p {
    display: inline-block;
    margin-right: 8px;
}
table .box .number {
    display: inline-block;
    width: 156px;
}
.send {
    width: 354px;
    margin: 42px auto 0;
}
.send button {
    width: 100%;
    display: block;
    background-color: #B72516;
    border: 2px solid #B72516;
    -webkit-box-sizing: border-box;
    moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #FFFFFF;
    padding: 16px 0;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    border-radius: 4px;        /* CSS3草案 */  
    -webkit-border-radius: 4px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 4px;   /* Firefox用 */ 
}
.send button:hover {
    text-decoration: none;
    background-color: #fff;
    border: 2px solid #B72516;
    color: #B72516;
    transition-duration: 0.3s;
}
footer {
	background-color: #041125;
	width: 100%;
    float: left;
	clear: both;
}
.footer_inner {
	height: 177px;
	margin-right: auto;
	margin-left: auto;
	width: 1100px;
}
footer .fotter_logo {
	width: 335px;
	float: left;
	margin-top: 66px;
}
footer nav {
	float: right;
	padding-top: 51px;
	padding-bottom: 24px;
}
footer nav ul li {
	padding-left: 30px;
	display: inline;
}
footer nav ul li a {
	font-weight: bold;
	color: #FFFFFF!important;
}
footer nav ul li a:hover {
	text-decoration: none;
	border-bottom: 2px solid #B72516;
}
footer .copyright {
	color: #FEFEFE;
	line-height: 0;
    display: inline-block;
	float: right;
	clear: both;
	font-size: 12px;
    font-weight: bold;
}
#back-top {
	position: fixed;
	bottom: 37px;
	right: 30px;
	display: block;
	width: 102px;
	z-index: 99999;
	clear: both;
	float: left;
}
#container {
}
.main {
	height: 242px;
	margin-left: 0px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.request {
    width: 520px;
    padding: 21px 0 25px;
    color: #FFFFFF;
    text-align: center;
    border-radius: 4px;        /* CSS3草案 */
    -webkit-border-radius: 4px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 4px;   /* Firefox用 */
    background: url(../img/index/bg_circle.png), url(../img/index/bg_circle.png), url(../img/index/bg_circle.png), url(../img/index/bg_circle.png);
    background-repeat: no-repeat;
    background-position : left 10px top 10px, right 10px top 10px, left 10px bottom 10px, right 10px bottom 10px;
    background-size: 10px;
    background-color: #112139;
    -webkit-box-sizing: border-box;
    moz-box-sizing: border-box;
    box-sizing: border-box;
}
.pattern_02 {
    border: 3px solid #FFFFFF;
    display: inline-block;
    vertical-align: top;
    margin-left: 86px;
    margin-top: 46px;
}
.request .sub_title {
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 20px;
}
.request .title {
    font-size: 52px;
    font-weight: bold;
    letter-spacing: 0.26em;
    margin-bottom: 30px;
}
.request .button {
    width: 410px;
    margin: 0 auto;
    font-size: 21px;
    font-weight: bold;
    overflow: hidden;
}
.request .button a {
    width: 100%;
    float: left;
    clear: both;
    padding: 12px 0;
    color: #FFFFFF;
    font-weight: bold;
    border-radius: 30px;        /* CSS3草案 */
    -webkit-border-radius: 30px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 30px;   /* Firefox用 */
    background: url(../img/index/button_icon.png) 15px center, url(../img/index/gradation.jpg) ;
    background-repeat: no-repeat, repeat-x;
    background-size: 30px, 60px;
    -webkit-box-sizing: border-box;
    moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #CB1705;
}
.request .button a:hover {
    text-decoration: none;
    background: url(../img/index/button_icon_hover.png) 15px center;
    background-repeat: no-repeat;
    background-size: 30px;
    color: #CB1705;
    background-color: #FFFFFF;
    transition-duration: 0.3s;
    -webkit-box-sizing: border-box;
    moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #CB1705;
}
}




