@charset "UTF-8";
/* CSS Document */
body {
    background-position: center top;
    font-size: 12px;
    line-height: 1.3;
    letter-spacing: 0;
    min-width: 100%;
    height: auto;
    float: none;
    width: auto;
	background-color: #fff3e2;
}
.pc-none{
	display: none;
}
.wrapper-c {
    margin-right: auto;
    margin-left: auto;
    max-width: 720px;
    padding-right: 20px;
    padding-left: 20px;
    position: relative;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.head{
    width: 100%;
    position: relative;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-image: url(../_image/head-pc.jpg);
    height: 480px;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 20px;
    margin-top: 30px;
}
.head2{
    width: 100%;
    position: relative;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-image: url(../_image/head-pc-ok.jpg);
    height: 340px;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.head3{
    width: 100%;
    position: relative;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-image: url(../_image/head-pc-end2.jpg);
    height: 340px;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.title{
    width: 90%;
    position: absolute;
    top: 70px;
    left: 22px;
}
.logo{
	width: 150px;
    position: absolute;
    top: 90px;
    left: 70%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.ch-t1{
	position: absolute;
    top: 300px;
	width:90%;
}
.kikan{
    text-align: center;
    color: #FFFFFF;
    background-color: #8D370C;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 7px;
    padding-bottom: 5px;
}
.p-title{
    margin-top: 7px;
    margin-bottom: 7px;
}
.list li{
    margin-bottom: 12px;
    list-style-position: outside;
    margin-left: 1em;
    list-style-type: none;
}
.list{
    margin-bottom: 40px;
	font-size:130%;
}
.line{
    width: 100%;
    border-bottom: 1px solid #0741AB;
}
.ex-text1{
	font-size:100%;
}
.ex-text2{
	font-size:100%;
}
.p-t{
	margin-bottom:20px;
}
.ex-live{
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 7px;
    padding-bottom: 8px;
    color: #F7F7F7;
    background-color: #EE0206;
    font-size: 12px;
    text-align: center;
    font-weight: bold;
}
.live-t{
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    background-color: #082B94;
    border-radius: 12px;
    width: 180px;
    text-align: center;
}
.ex-area{
	text-align: center;
}
