@charset "utf-8";

body {
	min-width: 1000px;
	overflow: hidden;
    font-size: 14px;
}
p {
    line-height: 2;
}
a:hover {
    text-decoration: underline;
}
a img {
	transition: .3s;
}
a:hover img {
	opacity: 0.6;
	transition: .3s;
}
input[type="text"], input[type="email"], input[type="password"], input[type="number"], textarea, select {
	padding: 15px 10px;
	font-size: 14px;
}
.sp {
	display: none;
}


/* 基本レイアウト---------------- */
#wrapper {
	position: relative;
	width: 100%;
	text-align: center;
}
#container {
	position: relative;
}
.main {
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
    text-align: left;
}
.flex {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
.flex01 {
	display: flex;
	flex-wrap: wrap;
	align-items: strecth;
	align-self: center;
}

.justify-content-center {
    justify-content: center;
}


/* ヘッダー---------------- */
#head {
	width: 100%;
	height: 120px;
}
#head01 {
    height: 60px;
    color: #fff;
    background: #B20D0D;
}
#head02 {
    height: 60px;
    background: #fff;
}
.head_in {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
}
#head01 .head_in {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
#head_logo {
    position: relative;
    width: calc(100% - 170px);
    padding-top: 10px;
    text-align: left;
    z-index: 20;
}
#head_contact {
    position: relative;
    width: 170px;
    padding-top: 10px;
    z-index: 20;
}
#head_contact a {
    display: block;
    width: 170px;
    line-height: 40px;
    padding-left: 20px;
    text-decoration: none;
    font-weight: bold;
    color: #fff;
    background: #C62B2B url("../img/icon_contact.png") no-repeat;
    background-position: left 27px top 13px;
    border-radius: 20px;
    transition: .3s;
}
#head_contact a:hover {
    background: #d00 url("../img/icon_contact.png") no-repeat;
    background-position: left 27px top 13px;
    transition: .3s;
}

#head_navi {
    position: relative;
    padding: 20px 0 0 9%;
    text-align: left;
    z-index: 20;
}
.nav {
    width: 100%;
}
.nav > li {
    display: inline-block;
}
.nav > li > a {
    display: block;
    line-height: 1.5;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    color: #C62B2B;
    transition: .3s;
}
.nav > li > a:hover {
    color: #f00;
    text-decoration: underline;
}
.nav > li:nth-child(1), .nav > li:nth-child(3), .nav > li:nth-child(4) {
    margin-right: 3%;
}
.nav > li:nth-child(2) {
    margin-right: 30%;
}

#sp_navi {
	display: none;
}


/* フッター----------------- */
#foot {
    padding: 60px 0 35px;
    color: #fff;
    background: #242424;
}
#foot a {
    color: #fff;
}
#foot01 {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    text-align: left;
}
#foot02, #foot03 {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
    text-align: left;
}
#foot_logo {
    width: 260px;
}
#foot02 p {
    line-height: 2;
}
.foot_col01 {
    width: 60.7%;
    padding-top: 25px;
}
.foot_col02 {
    width: 21.4%;
}
.foot_col03 {
    width: 17.9%;
}
.foot_col04 {
    width: 29.6%;
}
.foot_col05 {
    width: 70.4%;
}
.foot_ul01 li {
    margin-bottom: 15px;
    line-height: 1.5;
    padding-left: 15px;
    font-weight: bold;
    background: url("../img/icon01.png") no-repeat;
    background-position: left center;
}
.foot_ul02 li {
    display: inline-block;
    margin-right: 9px;
}
.foot_btn a {
    display: block;
    width: 250px;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    color: #fff;
    background: #000;
    border-radius: 20px;
}
.foot_btn a:hover {
    background: #333;
}
#copyright {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    padding-top: 25px;
}
#copyright small {
    font-size: 14px;
}


/* トップ---------------- */
.title01 {
    position: relative;
    top: -80px;
    width: 100%;
    height: 705px;
    margin-bottom: -33px;
    background: url("../img/mask_bg01.png") repeat-x;
    overflow: hidden;
    z-index: 10;
}
.title01_in {
    position: absolute;
    top: 0;
    left: -50%;
    right: -50%;
    width: 2000px;
    height: 705px;
    margin: 0 auto;
}
/*.title_img img {
    width: 100%;
    height: auto;
}*/
/*.title_img {
    -webkit-mask-image: url('../img/mask01.png');
    mask-image: url('../img/mask01.png');
}*/
.title_img01 {
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

#top_news {
    min-height: 675px;
    background: url("../img/bg01.png") no-repeat;
    background-position: top center;
}
.title_icon01 {
    text-align: center;
}
.h2_01 {
    margin-bottom: 40px;
    text-align: center;
    font-size: 30px;
}
.news_ul01 {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-bottom: 40px;
}
.news_ul01 li {
    width: 22.45%;
    margin-right: 3.4%;
}
.news_ul01 li:nth-child(4n) {
    margin-right: 0;
}
.news_ul01 li a {
    position: relative;
    display: block;
}
.news_ul01 li a:hover {
    text-decoration: none;
    opacity: 0.7;
    transition: .3s;
}
.news_ul01 li .img100 {
    margin-bottom: 20px;
}
.news_date01 {
    margin-bottom: 10px;
    font-weight: bold;
    color: #B20D0D;
}
.news_title01 {
    line-height: 1.5;
}
.news_cate01 {
    position: absolute;
    top: -11px;
    left: 14px;
    width: 64px;
    height: 64px;
}
.news_cate01 img {
    width: 100%;
    height: auto;
}
.btn01 a {
    display: block;
    width: 280px;
    line-height: 58px;
    margin: 0 auto;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background: #B20D0D url("../img/arrow01.png") no-repeat;
    background-position: top 19px right 26px;
    border-radius: 29px;
    box-shadow: 0 2px 0 #9A0000;
    transition: .3s;
}
.btn01 a:hover {
    background: #c00 url("../img/arrow01.png") no-repeat;
    background-position: top 19px right 26px;
    transition: .3s;
}

#top01 {
    position: relative;
    padding: 120px 0 80px;
    background: #F8F8F8;
}
#top_img01 {
    position: absolute;
    top: -59px;
    right: 0;
    width: 50%;
    max-width: 950px;
    z-index: 1;
}
#top_img01 img {
    width: 100%;
    height: auto;
}
#top01 .main {
    position: relative;
    z-index: 10;
}
.top01_01 {
    width: 50%;
    margin-bottom: 50px;
}
.top01_t01 {
    margin-bottom: 40px;
    line-height: 2;
    font-size: 30px;
    font-weight: bold;
}
.btn02 a {
    display: block;
    width: 190px;
    line-height: 58px;
    padding-left: 50px;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background: #B20D0D url("../img/arrow01.png") no-repeat;
    background-position: top 19px right 26px;
    border-radius: 29px;
    box-shadow: 0 2px 0 #9A0000;
    transition: .3s;
}
.btn02 a:hover {
    background: #c00 url("../img/arrow01.png") no-repeat;
    background-position: top 19px right 26px;
    transition: .3s;
}
.top_ul01 {
    display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
    margin-bottom: 40px;
}
.top_ul01 li {
    width: 22.45%;
    margin-right: 3.4%;
}
.top_ul01 li:nth-child(4n) {
    margin-right: 0;
}
.top_ul01 li a {
    position: relative;
    display: block;
    min-height: 370px;
}
.top_ul01 li a:hover {
    text-decoration: none;
    opacity: 0.7;
    transition: .3s;
}
.top_ul01_img {
    position: relative;
    text-align: center;
    z-index: 5;
}
.top_ul01_box {
    position: absolute;
    top: 72px;
    left: 0;
    width: 100%;
    min-height: 250px;
    padding-top: 143px;
    line-height: 2.3;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    background: #fff;
    z-index: 1;
}
.top_ul01_box span {
    padding-bottom: 4px;
    border-bottom: 2px solid #B20D0D;
}
.top_ul01_b {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    line-height: 48px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    background: #B20D0D url("../img/arrow02.png") no-repeat;
    background-position: right 25px center;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

#top02 {
    padding: 40px 0;
    background: url("../img/bg02.png") no-repeat;
    background-position: center center;
}
.top_ul02 {
    width: 100%;
    max-width: 768px;
    margin: 0 auto;
    display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
.top_ul02 li {
    width: 31.25%;
    margin-right: 3.125%;
}
.top_ul02 li:nth-child(3n) {
    margin-right: 0;
}


/* 下層ページ---------------- */
.title02 {
    position: relative;
    top: -80px;
    width: 100%;
    height: 505px;
    margin-bottom: -50px;
    color: #fff;
    background: url("../img/mask_bg02.png") repeat-x;
    overflow: hidden;
    z-index: 10;
}
.title02_in {
    position: absolute;
    top: 0;
    left: -50%;
    right: -50%;
    width: 2000px;
    height: 505px;
    margin: 0 auto;
}
.title_img02 {
    position: absolute;
    top: 65px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.title02_t {
    position: absolute;
    top: 225px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.title_t01 {
    margin-bottom: 20px;
    font-size: 24px;
    letter-spacing: 0.1em;
}
.title_h1 {
    font-size: 46px;
    letter-spacing: 0.2em;
}

.pankuzu {
    width: 100%;
    max-width: 980px;
    margin: 0 auto 70px;
    padding-top: 25px;
    text-align: left;
    color: #B20D0D;
}
.pankuzu a {
    color: #B20D0D;
}
.pankuzu ul li {
    display: inline;
    margin-right: 0.5em;
}
.pankuzu ul li:after {
    display: inline;
    content: "＞";
    margin-left: 0.7em;
}
.pankuzu ul li:last-child:after {
    display: none;
}
.pankuzu ul li:first-child a {
    display: inline-block;
    width: 15px;
    height: 13px;
    text-indent: 100%;
    overflow: hidden;
    background: url("../img/icon_home.png") no-repeat;
}

.bg01 {
    background: url("../img/bg03.png") no-repeat;
    background-position: center top;
}
.bg02 {
    background: url("../img/bg04.png") no-repeat;
    background-position: center bottom 90px;
}

.bg002 {
    background-image: url("../img/bg04.png");
    background-repeat: no-repeat;
    background-color: #F8F8F8;
    background-position: center bottom 90px;
}

.sub01 {
    padding-bottom: 40px;
}
.sub02 {
    background: #F8F8F8;
    padding: 95px 0 55px;
}
.sub002 {
    padding: 95px 0 55px;
}
.sub03 {
    padding: 95px 0 100px;
}
.sub04 {
    background: #F8F8F8;
    padding: 95px 0 100px;
}
.sub05 {
    padding: 95px 0 55px;
}
.sub06 {
    padding-bottom: 100px;
}
.sub07 {
    padding-bottom: 50px;
}
.sub08 {
    padding-bottom: 80px;
}
.sub09 {
    padding-bottom: 120px;
}
.sub10 {
    padding: 95px 0;
}
.main01 {
    width: 100%;
    max-width: 840px;
    margin: 0 auto 20px;
}
.main02 {
    width: 100%;
    max-width: 780px;
    margin: 0 auto;
}

.h2_02 {
    margin-bottom: 30px;
    text-align: center;
    font-size: 24px;
}
.h2_03 {
    margin-bottom: 30px;
    font-size: 24px;
}
.h2_04 {
    margin-bottom: 45px;
    line-height: 64px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    background: #B20D0D;
}
.h2_05 {
    margin-bottom: 50px;
    text-align: center;
    font-size: 24px;
}
.h2_06 {
    margin-bottom: 40px;
    text-align: center;
    font-size: 24px;
}
.h2_07 {
    margin-bottom: 5px;
    font-size: 18px;
}
.h3_01 {
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: bold;
}
.h3_02 {
    line-height: 64px;
    padding-left: 27px;
    font-size: 16px;
    background: #F8F8F8;
}

/* about */
.col01_01 {
    width: 470px;
    margin-right: 35px;
    padding-top: 30px;
}
.col01_02 {
    width: 475px;
}

.fukidasi01 {
    position: relative;
    width: 410px;
    line-height: 48px;
    margin: 0 auto 25px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    background: #B20D0D;
}
.fukidasi01:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -8px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #B20D0D transparent transparent transparent;
    border-width: 10px 10px 0 10px;
}
.txt01 {
    margin-bottom: 35px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #B20D0D;
}
.box01 {
    margin-bottom: 40px;
    padding: 80px 75px;
    text-align: center;
    background: #fff;
}
.waku01 {
    margin-bottom: 25px;
    line-height: 48px;
    font-size: 20px;
    font-weight: bold;
    color: #B20D0D;
    border: 2px solid #B20D0D;
}
.txt02 {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
}
.col02_01 {
    width: 31.33%;
    margin-right: 3%;
}
.col02_02 {
    width: 31.33%;
}
.col02_custom_01 {
    width: 440px;
}
.arrow01 {
    margin-bottom: 13px;
    text-align: center;
}
.box02 {
    padding: 25px 0 20px;
    background: #F8F8F8;
}

.box02_custom{
    padding: 27px 0 22px;
    background: #F8F8F8;
}
.box02_custom02{
    padding: 50px 0 40px;
    background: #F8F8F8;
}
.txt03 {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #B20D0D;
}
.fukidasi02 {
    position: relative;
    height: 50px;
    padding-top: 12px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background: #B20D0D;
}
.fukidasi03 {
    position: relative;
    height: 92px;
    padding-top: 25px;
    line-height: 1.6;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background: #B20D0D;
}
.fukidasi04 {
    position: relative;
    height: 92px;
    padding-top: 35px;
    line-height: 1.6;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background: #B20D0D;
}
.fukidasi05 {
    position: relative;
    height: 80px;
    padding-top: 20px;
    line-height: 1.6;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background: #B20D0D;
}

.fukidasi05 a{
    color: #fff;
}
.fukidasi02:after, .fukidasi03:after, .fukidasi04:after, .fukidasi05:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    border-width: 8px 8px 0 8px;
}
.box03 {
    min-height: 162px;
    margin-bottom: 15px;
    padding: 20px 30px 10px;
    text-align: left;
    background: #F8F8F8;
}
.ul01 li {
    margin-left: 1em;
    text-indent: -1em;
    line-height: 1.8;
}
.ul01 li:before {
    display: inline-block;
    content: "";
    width: 9px;
    height: 9px;
    margin-right: 0.3em;
    text-indent: 100%;
    overflow: hidden;
    background: url("../img/icon02.png") no-repeat;
}
.waku02 {
    padding: 8px;
    border: 2px solid #B20D0D;
}
.txt04 {
    min-height: 80px;
    padding-top: 30px;
    font-size: 16px;
    font-weight: bold;
    color: #B20D0D;
}
.txt05 {
    min-height: 80px;
    padding-top: 10px;
    font-size: 16px;
    font-weight: bold;
    color: #B20D0D;
}
.box04 {
    padding: 20px 0;
    font-size: 16px;
    font-weight: bold;
    background: #F8F8F8;
}

.txt06 {
    margin-bottom: 35px;
    text-align: center;
}
.table01 {
    width: 100%;
    margin-bottom: 23px;
    border-bottom: 1px solid #E7E7E7;
}
.table01 tr:nth-child(odd) {
	background: #F8F8F8;
}
.table01 th {
    position: relative;
    width: 295px;
    padding: 20px 0 20px 125px;
    font-size: 16px;
    font-weight: bold;
}
.table01 th:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    display: block;
    content: "";
    width: 1px;
    height: 40px;
    margin: auto;
    background: #E7E7E7;
    vertical-align: middle;
}
.table01 td {
    padding: 20px 30px;
    line-height: 2;
}
.maru01 {
    display: inline-block;
    width: 32px;
    line-height: 32px;
    margin-right: 25px;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    background: #B20D0D;
    border-radius: 16px;
}
.btn03 a {
    display: block;
    width: 360px;
    line-height: 58px;
    margin: 0 auto;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background: #B20D0D url("../img/arrow01.png") no-repeat;
    background-position: top 19px right 26px;
    border-radius: 29px;
    box-shadow: 0 1px 0 #595959;
    transition: .3s;
}
.btn03 a:hover {
    background: #c00 url("../img/arrow01.png") no-repeat;
    background-position: top 19px right 26px;
    transition: .3s;
}

.table02 {
    width: 100%;
}
.table02 tr:nth-child(odd) {
	background: #fff;
}
.table02 th {
    position: relative;
    width: 295px;
    padding: 20px 0 20px 180px;
    font-size: 16px;
    font-weight: bold;
}
.table02 th:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    display: block;
    content: "";
    width: 1px;
    height: calc(100% - 40px);
    margin: auto;
    background: #E7E7E7;
    vertical-align: middle;
}
.table02 td {
    padding: 20px 30px;
    line-height: 2;
}

.box05 {
    padding: 25px 75px 35px;
}
.box05 h4 {
    line-height: 2;
}
.box05 h5 {
    margin-left: 0.5em;
    line-height: 2;
    font-weight: normal;
}
.col03_01 {
    width: 55.4%;
}
.col03_02 {
    width: 44.6%;
}
.sage01 {
    margin-left: 2.53em;
}

/* banksupport */
.bn01 {
    margin-bottom: 57px;
}
.bn01 img {
    width: 100%;
    height: auto;
}
.box06 {
    padding: 80px 70px;
    text-align: center;
    color: #0064D4;
    background: #F4FAFE;
}
.txt07 {
    font-size: 18px;
    font-weight: bold;
}

.bank_t01 {
    margin-bottom: 24px;
    text-align: center;
}
.bank_t02 {
    margin-bottom: 50px;
    text-align: center;
}
.txt08 {
    margin-bottom: 30px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}
.col04_01 {
    width: 31.83%;
    margin-right: 2.25%;
    margin-bottom: 40px;
}
.col04_02 {
    width: 31.83%;
    margin-bottom: 40px;
}
.bn02 img {
    width: 100%;
    height: auto;
}

/* contact */
.txt09 {
    margin-bottom: 30px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}
.waku03 {
    display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
    height: 110px;
    margin-bottom: 40px;
    padding: 10px;
    border: 4px solid #B20D0D;
}
.waku03_01 {
    width: 17.55%;
    height: 100%;
    margin-right: 3.85%;
    padding-top: 0.7vw;
    text-align: center;
    color: #fff;
    background: #B20D0D;
}
.waku03_02 {
    position: relative;
    width: 50%;
    padding-top: 21px;
}
.waku03_02:after {
    position: absolute;
    top: 12px;
    right: 0;
    display: block;
    content: "";
    width: 1px;
    height: 58px;
    background: #F1C9C9;
}
.waku03_03 {
    width: 28.6%;
    padding: 0.7vw 0 0 4%;
    font-weight: bold;
    color: #B20D0D;
}
.form_table {
    width: 100%;
    margin-bottom: 25px;
}
.form_table tr:nth-child(odd) {
	background: #F8F8F8;
}
.form_table th {
    position: relative;
    width: 26.66%;
    height: 80px;
    padding: 30px 0 17px 73px;
    font-weight: bold;
    vertical-align: top;
}
.form_table td {
    width: 73.34%;
    height: 80px;
    padding: 17px;
}
.input01 {
    width: 100%;
}
.req {
    position: absolute;
    top: 30px;
    left: 30px;
    padding: 1px 6px;
    font-size: 11px;
    color: #fff;
    background: #B20D0D;
}
.form_b01 {
    text-align: center;
}
.form_b01 input {
    width: 280px;
    height: 58px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background: #B20D0D url("../img/arrow01.png") no-repeat;
    background-position: top 19px right 26px;
    border-radius: 29px;
    box-shadow: 0 1px 0 #595959;
    transition: .3s;
}
.form_b01 input:hover {
    background: #c00 url("../img/arrow01.png") no-repeat;
    background-position: top 19px right 26px;
    transition: .3s;
}

/* machizemi */
.col05_01 {
    width: 11.02%;
    margin-right: 4.36%;
}
.col05_02 {
    width: 84.62%;
}
.logo01 {
    margin-bottom: 35px;
}

.ul02 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.ul02 li {
    width: 12.15%;
    margin-right: 0.4%;
}
.ul02 li:last-child {
    margin-right: 0;
}
.ul02 li img {
    width: 100%;
    height: auto;
}

.col06_01 {
    width: 48.98%;
    margin-right: 2.04%;
}
.col06_02 {
    width: 48.98%;
}
.col06_01 a, .col06_02 a {
    position: relative;
}
.col06_01 a:after, .col06_02 a:after {
    position: absolute;
    bottom: -25px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    content: "";
    width: 48px;
    height: 48px;
    background: url("../img/icon_plus.png") no-repeat;
}

.box07 {
    position: relative;
    height: 400px;
    margin-bottom: 80px;
    padding: 80px 0 0 530px;
    background: #fff;
}
.box07_img {
    position: absolute;
    top: 50px;
    left: -150px;
}
.ul03 li {
    margin-bottom: 0.5em;
    padding-left: 25px;
    line-height: 2;
    background: url("../img/icon_sign01.png") no-repeat;
    background-position: left top 0.4em;
}
.waku04 {
    margin-bottom: 55px;
    padding: 20px;
    text-align: center;
    color: #fff;
    background: #B20D0D;
}
.txt10 {
    font-size: 24px;
    font-weight: bold;
}
.col07_01 {
    width: 30.61%;
    margin-right: 2.04%;
    padding-top: 23px;
    text-align: center;
}
.col07_02 {
    width: 67.35%;
    margin-bottom: 45px;
}
.ul04 li {
    padding-left: 25px;
    line-height: 2;
    background: url("../img/icon_sign01.png") no-repeat;
    background-position: left top 0.4em;
}
.box08 {
    padding: 45px 10px 30px;
    text-align: center;
    background: #fff;
}
.box08 p {
    font-size: 16px;
}
.txt11 {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: bold;
    color: #B20D0D;
}
.box09 {
    padding: 15px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background: #B20D0D;
}

/* market */
.market_t01 {
    margin-bottom: 20px;
    text-align: center;
}
.box10 {
    position: relative;
    min-height: 570px;
    padding: 5px 0 0 50%;
}
.box10 p {
    margin-bottom: 25px;
}
.box10_img {
    position: absolute;
    top: 0;
    left: -150px;
}
.waku05 {
    margin-bottom: 30px;
    padding: 10px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background: #B20D0D;
}

.market02_01 {
    position: relative;
    width: 215px;
    margin: 0 auto;
    text-align: center;
}
.market02_01_t1 {
    position: absolute;
    top: 13px;
    left: -105px;
}
.market02_01_t2 {
    margin-bottom: 25px;
}
.box11 {
    position: relative;
    margin-bottom: 77px;
    padding: 75px 55px 65px;
    background: #fff;
}
.box11_in {
    width: 44.83%;
}
.box11_img {
    position: absolute;
    top: 50px;
    right: -150px;
}
.waku06 {
    margin-bottom: 20px;
    padding: 10px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background: #B20D0D;
}
.col08_01 {
    width: 30.61%;
    margin-right: 4.08%;
    text-align: center;
}
.col08_02 {
    width: 30.61%;
    text-align: center;
}
.col08_img {
    margin-bottom: 44px;
}
.col08_t01 {
    margin-bottom: 20px;
}
.col08_t02 {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
    color: #B20D0D;
}

#market03 {
    width: 100%;
    height: 480px;
}

.icon01 {
    margin-bottom: 15px;
    text-align: center;
}
.news_ul02 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.news_ul02 li {
    position: relative;
    width: 31.02%;
    margin-right: 3.47%;
}
.news_ul02 li:nth-child(3n) {
    margin-right: 0;
}
.news_ul02 li a {
    text-decoration: none;
}
.news_ul02 li .img100 {
    margin-bottom: 20px;
}

.box12 {
    position: relative;
    margin-bottom: 25px;
    padding: 65px 20px 40px;
    background: #fff;
}
.box12_img {
    position: absolute;
    top: 47px;
    left: 54px;
}
.box12_in {
    width: 71.27%;
    margin-left: 28.73%;
}
.ul05 li {
    padding-left: 25px;
    line-height: 2;
    background: url("../img/icon_check.png") no-repeat;
    background-position: left top 0.4em;
}

.ul06 {
    width: 100%;
    margin-bottom: 40px;
    display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
.ul06 li {
    width: 31.79%;
    margin-right: 2.30%;
}
.ul06 li:nth-child(3n) {
    margin-right: 0;
}
.ul06 li a {
    display: block;
    line-height: 58px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    background: #B20D0D url("../img/arrow01.png") no-repeat;
    background-position: top 19px right 26px;
    border-radius: 5px;
    box-shadow: 0 2px 0 #9A0000;
    transition: .3s;
}
.ul06 li a:hover {
    background: #c00 url("../img/arrow01.png") no-repeat;
    background-position: top 19px right 26px;
    transition: .3s;
}
.waku07 {
    margin-bottom: 50px;
    padding: 10px;
    text-align: center;
    color: #B20D0D;
    border: 4px solid #B20D0D;
}
.waku07 span {
    display: inline;
    margin-right: 1.5em;
    line-height: 1;
    font-weight: bold;
}
.waku07 img {
    vertical-align: middle;
}
.mw_wp_form input[type="file"] {
    display: none;
}
.input02 {
    width: 150px;
    line-height: 36px;
    text-align: left;
    font-size: 13px;
    color: #fff;
    background: #888;
    border: none;
    border-radius: 5px;
    box-shadow: 0 2px 0 #727272;
}

/* news */
.main_col {
    width: 69.8%;
    margin-right: 5.71%;
    padding-top: 15px;
}
.side_col {
    width: 24.49%;
}
.news_ul03 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.news_ul03 li {
    position: relative;
    width: 31.02%;
    margin-right: 3.47%;
    margin-bottom: 50px;
}
.news_ul03 li:nth-child(3n) {
    margin-right: 0;
}
.news_ul03 li a {
    text-decoration: none;
}
.news_ul03 li .img100 {
    margin-bottom: 20px;
}
.news_cate03 {
    position: absolute;
    top: -11px;
    left: 14px;
    width: 64px;
    height: 64px;
    padding: 15px 5px;
    line-height: 1.4;
    text-align: center;
    font-size: 13px;
    color: #fff;
    background: #0064D4;
    border-radius: 32px;
}

.h2_cate {
    margin-bottom: 10px;
    padding-left: 30px;
    font-size: 18px;
    font-weight: bold;
    color: #B20D0D;
    background: url("../img/icon_cate.png") no-repeat;
    background-position: 0 2px;
}
.h2_tag {
    margin-bottom: 10px;
    padding-left: 30px;
    font-size: 18px;
    font-weight: bold;
    color: #B20D0D;
    background: url("../img/icon_tag.png") no-repeat;
    background-position: 0 2px;
}
.side_ul01 {
    margin-bottom: 30px;
}
.side_ul01 li a {
    display: block;
    line-height: 48px;
    margin-bottom: 6px;
    padding-left: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    background: #B20D0D url("../img/arrow04.png") no-repeat;
    background-position: right 23px top 20px;
    border-radius: 5px;
    transition: .3s;
}
.side_ul01 li a:hover {
    background: #c00 url("../img/arrow04.png") no-repeat;
    background-position: right 23px top 20px;
    transition: .3s;
}
.side_col p {
    margin-bottom: 30px;
}
.tag_list {
    margin-bottom: 30px;
}
.tag_list li {
    display: inline;
    line-height: 1.8;
    margin-right: 1em;
}
.tag_list li a:before {
    display: inline;
    content: "#";
}
#search_box {
	width: 100%;
	margin-bottom: 20px;
}
#searchform {
    position: relative;
    width: 100%;
    height: 48px;
}
#keywords {
	width: 190px;
    height: 48px;
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px 10px 10px 25px;
    background: #F8F8F8;
    border: none;
}
#searchBtn	{
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 48px;
    background: #B20D0D;
}
.side_calender {
    padding: 25px 13px 13px 13px;
    text-align: center;
    border: 4px solid #B20D0D;
}
#wp-calendar {
    position: relative;
    width: 100%;
    border-collapse: separate;
    border-spacing: 4px;
}
#wp-calendar caption {
    margin-bottom: 10px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #B20D0D;
}
#wp-calendar tfoot td#prev {
    position: absolute;
    top: 0;
    left: 0;
}
#wp-calendar tfoot td#next {
    position: absolute;
    top: 0;
    right: 0;
}
#wp-calendar tfoot td#prev a {
    display: block;
    width: 20px;
    height: 20px;
    text-indent: 100%;
    overflow: hidden;
    background: url("../img/arrow_prev02.png") no-repeat;
    background-position: center top 10px;
}
#wp-calendar tfoot td#next a {
    display: block;
    width: 20px;
    height: 20px;
    text-indent: 100%;
    overflow: hidden;
    background: url("../img/arrow_next02.png") no-repeat;
    background-position: center top 10px;
}
#wp-calendar tfoot td:nth-child(2) {
    display: none;
}
#wp-calendar th, #wp-calendar td {
    text-align: center;
    font-weight: bold;
}
#wp-calendar th {
    font-size: 13px;
}
#wp-calendar td {
    background: #F7F8FA;
}
#wp-calendar tfoot td, #wp-calendar td.pad {
    background: #fff;
}
#wp-calendar td#today {
    background: #ccc;
}
#wp-calendar td span {
    display: block;
    background: #F7F8FA;
}
#wp-calendar td a {
    display: block;
    color: #fff;
    background: #B20D0D;
    transition: .3s;
}
#wp-calendar td a:hover {
    background: #c00;
    transition: .3s;
}
#wp-calendar td.current span {
    color: #fff;
    background: #B20D0D;
}
#wp-calendar th:first-child, #wp-calendar td:nth-child(7n-6) {
    color: #B20D0D;
}
#wp-calendar th:last-child, #wp-calendar td:nth-child(7n) {
    color: #0064D4;
}

.post_head {
    margin-bottom: 55px;
    padding-bottom: 23px;
    border-bottom: 1px solid #E7E7E7;
    display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
.post_head01 {
    width: 13.2%;
}
.post_head02 {
    width: 86.8%;
}
.post_cate {
    width: 64px;
    height: 64px;
}
.post_head h1 {
    padding: 12px 0;
    line-height: 1.4;
    font-size: 24px;
    font-weight: bold;
}
.post_main {
    margin-bottom: 60px;
}
.post_main p {
    margin-bottom: 30px;
}
.post_main img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}
.post_main strong {
    font-weight: bold;
}
.post_main em {
    font-style: italic;
}
.post_sns {
    margin-bottom: 20px;
    text-align: right;
}
.post_sns ul li {
    display: inline-block;
    margin-left: 6px;
}
.post_foot {
    display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
    padding-top: 10px;
    border-top: 1px solid #E7E7E7;
}
.post_foot a {
    color: #B20D0D;
    text-decoration: underline;
}
.post_foot_prev {
    width: 31.61%;
}
.post_foot_prev a {
    display: block;
    line-height: 37px;
    padding-left: 32px;
    background: url("../img/arrow_prev01.png") no-repeat;
    background-position: left center;
    border-right: 1px solid #E7E7E7;
}
.post_foot_next {
    width: 31.61%;
    text-align: right;
}
.post_foot_next a {
    display: block;
    line-height: 37px;
    padding-right: 32px;
    background: url("../img/arrow_next01.png") no-repeat;
    background-position: right center;
    border-left: 1px solid #E7E7E7;
}
.post_foot_back {
    width: 36.78%;
}
.post_foot_back a {
    display: block;
    line-height: 37px;
    text-align: center;
}

.ul07 li {
    line-height: 2;
    margin-left: 2em;
    text-indent: -2em;
}
.sage02 {
    margin-left: 1em;
    text-indent: 1em;
}





/* wordpress */
.wp-pagenavi {
	text-align: center;
}
.pagenation .wp-pagenavi a.page {
	display: inline-block;
	width: 40px;
	line-height: 40px;
	margin: 0 5px;
	text-align: center;
	text-decoration: none;
	font-size: 13px;
	color: #B20D0D;
	background: #fff;
    border-radius: 20px;
    transition: .3s;
}
.pagenation .wp-pagenavi a.page:hover {
	color: #fff;
	background: #B20D0D;
    transition: .3s;
}
.pagenation .wp-pagenavi span.current {
	display: inline-block;
	width: 40px;
	line-height: 40px;
	margin: 0 5px;
	text-align: center;
	text-decoration: none;
	font-size: 13px;
	color: #fff;
	background: #B20D0D;
    border-radius: 20px;
}
.pagenation .wp-pagenavi a.nextpostslink {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 0 5px;
    text-indent: 100%;
    overflow: hidden;
    background: url("../img/arrow_next01.png") no-repeat;
    background-position: center center;
    vertical-align: bottom;
}
.pagenation .wp-pagenavi a.previouspostslink {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 0 5px;
    text-indent: 100%;
    overflow: hidden;
    background: url("../img/arrow_prev01.png") no-repeat;
    background-position: center center;
    vertical-align: bottom;
}
.pagenation .wp-pagenavi a.nextpostslink:hover, .pagenation .wp-pagenavi a.previouspostslink:hover {
    opacity: 0.6;
    transition: .3s;
}
.pagenation .wp-pagenavi span.pages {
	display: none;
}

.pager {
	margin-bottom: 30px;
}
.previous {
	float: left;
}
.next {
	float: right;
}






/* 汎用スタイル---------------- */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
.clear {
	clear: both;
}
.center {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.img100 img {
	width: 100%;
	height: auto;
}
.bold {
	font-weight: bold;
}
.big01 {
    font-size: 15px;
}
.mt56{
    margin-top: 56px;
}
.mb05 {
	margin-bottom: 5px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb25 {
	margin-bottom: 25px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb35 {
	margin-bottom: 35px;
}
.mb40 {
	margin-bottom: 40px;
}
.mb45 {
	margin-bottom: 45px;
}
.mb50 {
	margin-bottom: 50px;
}
.mb60 {
	margin-bottom: 60px;
}
.mb70 {
	margin-bottom: 70px;
}
.mb80 {
	margin-bottom: 80px;
}
.mb90 {
	margin-bottom: 90px;
}
.mb100 {
	margin-bottom: 100px;
}
.hr01 {
	width: 100%;
	height: 1px;
	margin-bottom: 20px;
	border-top: hidden;
	border-left: hidden;
	border-right: hidden;
	border-bottom: 1px solid #fff;
}

.external_link01{
    background-image: url('../img/external_link.png');
    background-position: right center;
    background-repeat: no-repeat;
    display: inline-block;
    padding-right: 20px;
    color: #fff;
}

.external_link02{
    background-image: url('../img/external_link.png');
    background-position: right bottom 8px;
    background-repeat: no-repeat;
    display: inline-block;
    padding-right: 15px;
}