@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
body{
	  width:100%;
}
*{
    box-sizing: border-box;
}
a:hover{
	opacity:0.85;
}
ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after {
  content: "";
  content: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

html {
  width:100%;
  font-size: 16px;
  color: #262626;
  letter-spacing: 0.065em;
  line-height: 1.4;
  word-wrap: break-word;
  background-color: #fff;
  font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS P Gothic",Helvetica,sans-serif;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  border: none;
}

a {
  color: #0071BB;
  outline: none;
  text-decoration: none;
}

a:focus {
  outline: none;
}
.mb00{
    margin-bottom: 0!important;
}

.clearfix {
  overflow: hidden;
  *zoom: 1;
}
.right{
	float:right;
}
.left{
	float:left;
}
.flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
* html .clearfix {
  height: 1px;
  /*¥*/
     /*/
height: auto;
overflow: hidden;
/**/
}
.txt-center{
	text-align:center;
}
.txt-right{
	text-align:right;
}
.txt-ind{
    text-indent: -1em;
    padding-left: 1em;
}
.wrapper{
	background-color:#EBEBEB;
	background:url(../img/img_bg.jpg) no-repeat ; 
	background-size: cover;
	width:100%;
	padding-top:60px;
}
.container{
	margin:0 auto;
}
.title{
	margin:0 auto;
	text-align:center;
	padding:50px 0 56px;
	background-color:#1A1A1A;
	border-bottom:4px solid #EF4E22;
}
.title-img{
	margin:0 auto;
	max-width:960px;
	margin-bottom:40px;
}
.title-img img{
	margin:0 auto;
}
.main-contents-h {
	margin:0 auto 40px;
	max-width:960px;
}
.main{
	background-color:#fff;
	border-bottom: 1px doted #c9c9c9;
	padding: 0 0 10px;
}
.main .main-pb{
	padding: 30px 0;
	margin: 0 60px;
	text-align: center;
	border-bottom: 1px solid #c9c9c9;
}
.main h1{
	text-align:center;
}
.main h2{
	font-size:20px;
	font-weight:bold;
	text-align:center;
	margin-bottom:40px;
}
.main .main-pb2{
    position: relative;
/*	padding:40px 0 60px;*/
	padding: 60px 0 0;
	margin:0 60px;
}
.bg_list{
    width: 100%;
	height: 340px;
	padding:30px 50px;
	margin:0 auto 30px;
	background-color:#f6f1ed;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	display:flex;
    align-items: center;
    justify-content: space-between;
}
.bg_list dl{
	width:380px;
}
.bg_list_pr dl{
    width: auto;
    padding-left: 390px;
}
.bg_list dt{
    margin-bottom: 30px;
}
.bg_list h3{
	font-weight:bold;
	font-size:20px;
}
.bg_list_att{
    margin-top: 15px;
    font-size: 12px;
    text-align: right;
}
.bg_list_pr img{
    position: absolute;
    left: -10px;
    bottom: 60px;
    z-index: 2;
}
.project_box{
    display: flex;
    justify-content: space-between;
}
.project_box > div{
    width: 47%;
}
.project_list{
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    border-top: solid #ccc 1px;
}
.project_list:last-child{
    border-bottom: solid #ccc 1px;
}
.project_list div{
    margin-bottom: 30px;
    text-indent: -6.5em;
    padding-left: 6.5em;
}
.project_list dt{
    width: 35%;
    font-weight: bold;
}
.project_list dd{
    width: 65%;
    font-size: 14px;
}
.project_list dd li{
    text-indent: -1em;
    padding-left: 1em;
}
.main-pb3{
    width: 100%;
    background:url(../img/bg_dl.jpg) no-repeat ;
	background-size: cover;
    margin-top: 60px;
    padding: 60px 0;
}
.whBox_list{
    display: flex;
    justify-content: space-between;
    margin: 0 80px;
}
.whBox_list li{
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    width: 140px;
    height: 180px;
}
.whBox_list a{
    text-align: center;
}
.whBox_list p{
    margin-top: 20px;
    min-height: 2em;
}
.whBox_list .txt-att{
    margin: 0;
    min-height: inherit;
    font-size: 11px;
    color: #262626;
}
.brRa_list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    //margin-bottom: 50px;
}
.brRa_list li{
    background: url(../img/icon_pdf.png) no-repeat left 30px center;
    width: 266px;
    height: 80px;
    margin-top: 10px;
    border: solid 1px #ccc;
    border-radius: 5px;
}
.brRa_list li:nth-child(-n+3){
    margin-top: 0;
}
.brRa_list:after {
    display: block;
    content:"";
    width: 266px;
}
.brRa_list a{
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-left: 90px;
}
.archive_list{
    margin-top: 50px;
}
.archive_list:first-child{
    margin-top: 0;
}
.archive_list dt{
    margin-bottom: 30px;
}
.archive_btn{
    display: flex;
    align-items: center;
}
.archive_btn a{
    padding: 10px 40px;
    border: solid 1px #ccc;
    border-radius: 5px;
}
.archive_btn a.peNone{
    pointer-events: none;
    color: #262626;
}
.archive_btn:before,
.archive_btn:after {
    border-top: 1px solid #ccc;
    content: "";
    flex-grow: 1;
}
.privacy_btn{
    position: relative;
    display: inline-block;
    padding: 0 0 0 25px;
    vertical-align: middle;
    text-decoration: none;
    margin: 20px auto 40px;
    text-align: center;
}
.privacy_btn::before,
.privacy_btn::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.privacy_btn::before{
    width: 20px;
    height: 20px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #DA5514;
}
.privacy_btn::after{
    left: 5px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.bnr-contents{
	margin:40px auto 0;
	text-align:center;
}
.copy{
	padding-bottom:30px;
	text-align:center;
	color:#fff;
}

.book{
	background:#fff;
	margin:20px 40px 0 0;
	padding:20px;
}
.book .left{
	width:270px;
	font-size:14px;
}
.book .right{
	width:210px;
	font-size:12px;
	text-align:right;
}
.book .right img{
	margin-bottom:10px;
}

/* 準備中追加 */
.preparing{
    width: 300px;
    padding-top: 50px;
    padding-bottom: 50px;
    border: 1px solid #ccc;
    text-align: center;
    margin: auto;
    line-height: 25px;
}

.preparing h2{
    font-weight: normal;
    color: #FF9933;
}

@media screen and (max-width: 480px){
    .preparing{
        width: 100%;
    }
    
    .main-contents-h{
        width: 98%;
        margin: auto;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px){

    .main-contents-h{
        width: 98%;
        margin: auto;
    }

    html, body, .wrapper{
        height: 100%;
    }
}