@charset "utf-8";

/*
Theme Name: tokumeien v9
Theme URI: 
Version: 0.1
Description: 
Author: macolab.Inc
Author URI: https://macolab.co.jp/
*/

@import url("css/ress.min.css");
@import url("css/style.css");
.flowing {
    overflow: hidden;
}
.flowing p {
    margin: 0;
    display: inline-block;
    padding-left: 100%;
    white-space: nowrap;
    line-height: 1em;
    animation: scrollSample01 20s linear infinite;
}

@keyframes scrollSample01 {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}


/*----202209追加---*/

.main-top-section .top-slider {
    position: relative;
}

.main-top-section .bunner_area {
    width: 660px;
    height: auto;
    position: absolute;
    right: 0;
    bottom: 60px;
    margin: 0;
    border: none;
}

.main-top-section .bunner_area a img {
    width: 100%;
    height: auto;
    outline: 1px solid #fff;
    transition: 0.5s;
}

.main-top-section .bunner_area a:hover {
    opacity: 1;
}

.main-top-section .bunner_area a:hover img {
    outline: 2px solid #fff;
}

@media (max-width: 1080px) {
    .main-top-section .bunner_area {
        width: 60%;
    }
	.bunner_area.top {
        width: 90%;
    }
}

@media (max-width: 1080px) and (orientation: landscape) {
    .main-top-section .top-news,
    .main-top-section .bunner_area {
        width: 45%;
    }
}

.bunner_area {
    width: 100%;
    margin: 0 auto 100px auto;
}

@media (max-width: 800px) {
    .main-top-section .bunner_area {
        /*width: 99.5%;*/
		width:90%;
        left: 0;
        right: 0;
        margin: auto;
    }
    .bunner_area {
        margin: 0 auto 60px auto;
    }
}

.bunner_area a {
    display: block;
    transform: 0.5s;
}

.bunner_area a:hover {
    opacity: 0.8;
}

.bunner_area img {
    width: 100%;
    height: auto;
}
.sbi_btn_text {
    color: #fff;
  }

ol{
width: 96%;
margin: 0 auto;
}
ol li{
list-style-type: decimal;
line-height:24px;
padding:4px 0;
font-size:14px
}

.infoarea{
width: 100%;
  padding: 30px 40px;
  background-color: #39271A;
  color: #fff;
  margin: 0 auto 40px auto;
}
.infoarea h3,.infoarea p{
color: #fff;
}

.infoarea h3{
  text-align: center;
  padding: 0 0 24px 0;
  font-size: 20px;
  border-bottom: 1px solid #efefef;
  margin: 0 auto 30px auto;
}

@media (max-width: 767px) {
	.infoarea{
		margin: 30px auto 0 auto;
	}
	.infoarea h3{
		text-align:left;
		font-size:18px
	}
}

@media (min-width: 768px) {
	.dl02.dl02-b dl dt{width: 30%;}
	.dl02.dl02-b dl dd{padding: 0 0 0 30px;}
}

.post_password{
	
	width: 100%;
    max-width: 1080px;
    margin: 100px auto;
}
.post_password .btnT{
	border: 1px solid #ccc;
    padding: 10px;
    margin: 20px 0;
}
.post_password .btnI{
	background: #333;
    color: #fff;
    padding: 5px;
}


table.wide{
	width:100%;
	margin:0 auto 40px auto;
}

table.wide th,td{
	padding:10px;
}


table.wide th{
	background: #C1BDBA;
	text-align:center;
	font-weight:bold;
}
table.wide th.one1{
	width: 20%;
}
table.wide th.one2,
table.wide th.one3,
table.wide th.one4
{
	width: 15%;
}
table.wide td{
	border:1px solid #C1BDBA;
	line-height: 24px;
}
.waku.top p{
		margin-bottom:10px;
	}
table.wide th,td ul{
padding-left: 20px;
}
table.wide th,td ul li{
	list-style-type: disc;
}
.waku{
	width:100%;
	margin:10px auto 10px auto;
	padding:6px;
	border:1px solid #C1BDBA;
}
.waku.top {
	padding:10px 24px;
}
.waku.top strong{
	display:block;
	text-align:center;
}

.waku.top p:last-child{
	margin-bottom:0
}
.flex.pic {
  display: flex;
  justify-content: space-between;
}

.flex.pic .item {
  width: 48%;
}


.div-block06.normal p{
	margin: 0 auto 10px auto;
}

@media (max-width: 767px) {
	table.wide th.one2,
table.wide th.one3,
table.wide th.one4
{
	white-space: nowrap;
	width: 18%;
}
	table.wide th,td{
	padding:5px;
	font-size:13px;
	line-height:20px
}
	table.wide th,td p,
	table.wide th,td ul li,
	table.wide th,td ol li{
		font-size:13px;
		line-height:20px
	}
	table.wide td{
		line-height:20px;
	}
table.wide td.vertical-rl{
	writing-mode: vertical-rl;
}
	table.wide th small{
		display:block;
	}
	.waku {
		font-size:13px
	}
	.waku.top{
		padding: 10px;
	}
	.waku.top p{
		line-height:22px;
		margin-bottom:16px;
	}
	table.wide.min th{
		writing-mode: vertical-rl;
	}
	.div-block06.normal{
		padding: 0 0 100px 0 !important;
}

	
}


