@charset "UTF-8";

/* listItem
------------------------------------------------- */
.listItem {
	max-width: 1200px;
	margin: 0 auto;
	font-size: 0;
}
.listItem li {
/*	width: 12.5%;*/
    width: 11.11111%;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	border-bottom: #e5e5e5 1px solid;
}
.listItem li a {
	color: #012f74;
	display: block;
	padding: 10% 0 0;
	border-right: #e5e5e5 1px solid;
}
.listItem li:last-child a {
	border-right: none;
}
.listItem li img {
	max-height: 50px;
	width: auto;
}
.listItem li a span {
	display: block;
	line-height: 1.3;
	padding: 0.8em 2%;
}

/* mainimg
------------------------------------------------- */
.mainimg {
	overflow: hidden;
}
.mainimg .bgMain {
	background: url(../images/top/bg_mainimg01.jpg) repeat-x left top;
	background-size: auto 100%;
}
.mainimg .cont {
	background: url(../images/top/bg_mainimg02.jpg) no-repeat center top;
}
.mainimg .mttl {
	max-width: 1200px;
	margin: 0 auto;
}
.mainimg ul {
	font-size: 0;
	margin: 0 -1.75%;
	margin-bottom: 4.8%;
}
.mainimg ul li {
	width: 33.333%;
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	padding: 0 1.75%;
	margin-top: -9.2%;
}
.mainimg ul li p {
	box-shadow: 5px 5px 5px rgba(0,0,0,0.15);
}

/* categoryArea
------------------------------------------------- */
.categoryArea {
	background-image: linear-gradient(to right,#042350 0,#04395e 25%,#04486b 50%,#337ba5 75%,#5796c9 100%);
}

/* tab
------------------------------------------------- */
.tab {
	margin-bottom: -1px;
}
.tab li {
/*	width: 12.5%;*/
    width: 11.11111%;
	float: left;
	text-align: center;
	color: #fff;
	cursor: pointer;
	padding: 0.95em 0 0;
}
.tab li.select {
	background: #fff;
	color: #002e73;
	border-top-left-radius: 0.5em;
	border-top-right-radius: 0.5em;
}
.tab li p {
	width: 48%;
	margin: 0 auto;
	background-size: 100% 100%!important;
}
.tab li span {
	display: block;
	padding: 0.4em 0;
	line-height: 1.2;
}
.tab li span.two {
	padding: 0 0 0.4em;
}
.tab li.tab01.select p {
	background: url(../images/top/category_btn01_on.png) no-repeat center center;
} 
.tab li.tab02.select p {
	background: url(../images/top/category_btn02_on.png) no-repeat center center;
} 
.tab li.tab03.select p {
	background: url(../images/top/category_btn03_on.png) no-repeat center center;
}
.tab li.tab04.select p {
	background: url(../images/top/category_btn04_on.png) no-repeat center center;
}
.tab li.tab05.select p {
	background: url(../images/top/category_btn05_on.png) no-repeat center center;
}
.tab li.tab06.select p {
	background: url(../images/top/category_btn06_on.png) no-repeat center center;
}
.tab li.tab07.select p {
	background: url(../images/top/category_btn07_on.png) no-repeat center center;
}
.tab li.tab08.select p {
	background: url(../images/top/category_btn08_on.png) no-repeat center center;
}
.tab li.select p img {
	opacity: 0;
}

/* tabCont
------------------------------------------------- */
.tabCont {
	background: #fff;
	padding: 2.1em 0 1.5em;
}
.tabCont .contInn {
	overflow: hidden;
}

/* item01
------------------------------------------------- */
.item01 {
	font-size: 0;
	overflow: hidden;
	margin-bottom: -1px;
}
.item01 li {
	width: 25%;
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	border-right: #bfbfbf 1px solid;
	border-bottom: #bfbfbf 1px solid;
	text-align: center;
	padding: 1% 0;
}
.item01 li:nth-child(4),
.item01 li:nth-child(8),
.item01 li:nth-child(12),
.item01 li:last-child {
	border-right: none;
}
.item01 li a {
	display: block;
	color: #000;
}
.item01 li img {
	width: 42.64%;
}
.item01 li span {
	display: block;
	padding: 1.1em 0 0.4em;
}

/* infoArea
------------------------------------------------- */
.infoArea {
	padding-top: 3.5em;
}
.infoArea .cont {
	padding: 0 0 3.4em;
}
.infoArea .cont ul {
	width: 50%;
	float: left;
}
.infoArea .cont ul li {
	line-height: 1.8;
	padding: 0.25em 0 0.45em;
	letter-spacing: 0.05em;
}
.infoArea .cont ul li a {
	color: #012f74;
}

/* saizensenArea
------------------------------------------------- */
.saizensenArea {
	background: #fffff8;
	padding-top: 3.5em;
}
.saizensenArea li a {
	display: block;
	color: #000;
}
.saizensenArea li a span {
	color: #012f74;
}

.saizensenArea li a:hover * {
	text-decoration: underline;
}
.saizensenArea ul {
	padding-bottom: 2.8em;
}
.saizensenArea ul li {
	overflow: hidden;
	clear: both;
	border-bottom: #d2d2d2 1px solid;
	padding: 2.2em 0 1.6em;
}
.saizensenArea ul li:first-child {
	padding-top: 0;
}
.saizensenArea ul li .title {
	float: left;
	font-weight: bold;
	color: #002e73;
	line-height: 1.4;
	background: url(../common/images/bg_tit.jpg) repeat-x left bottom;
	background-size: auto 0.6em;
	padding: 0 0.2em;
	margin-bottom: 0.5em;
	letter-spacing: 0.05em;
}
.saizensenArea ul li .photo01 {
	width: 19.4175%;
	float: right;
}
.saizensenArea ul li dl {
	width: 70%;
	float: left;
	clear: left;
	overflow: hidden;
}
.saizensenArea ul li dl.wide {
	width: 100%;
}

.saizensenArea ul li dl dt {
	width: 15%;
	font-weight: bold;
	color: #002e73;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
}
.saizensenArea ul li dl dd {
	width: 85%;
	float: left;
	letter-spacing: 0.02em;
	line-height: 1.8;
	padding: 0.4em 0;
}

/* faqArea
------------------------------------------------- */
.faqArea {
	padding: 4em 0 0.8em;
}
.faqArea .cont {
	padding-bottom: 2.6em;
}
.faqArea .faq {
	width: 75.5%;
	padding: 0.8em 0.5% 0.9em;
	letter-spacing: 0.05em;
	line-height: 1.8;
}
.faqArea .faq a {
	color: #000;
}
.faqArea .faq .title {
	font-weight: bold;
	color: #012f74;
	background: url(../images/top/ico_q.png) no-repeat left 0.4em;
	background-size: 1.375em auto;
	padding: 0.3em 0 0.3em 2.8125em;
	margin-bottom: 0.5em;
}
.faqArea .faq .txt {
	background: url(../images/top/ico_a.png) no-repeat left 0.2em;
	background-size: 1.5714285em auto;
	padding: 0 0 0 3.2142857em;
}

/* chooseArea
------------------------------------------------- */
.chooseArea {
	background: #f9f9f9;
	padding-top: 3.5em;
}
.chooseArea .cont {
	padding-bottom: 2.4em;
	line-height: 1.8;
}
.chooseArea .faq a {
	color: #000;
}
.chooseArea .title {
	font-weight: bold;
	padding: 1em 0 0.6em;
	color: #012f74;
}
.chooseArea .txt {
	padding-bottom: 1em;
}

/* topArea
------------------------------------------------- */
.topArea {
	background: #eaf2f7;
	padding: 3.5em 0 3.8em;
	color: #012f74;
}
.topArea .cont {
	width: 48.54368%;
	background: #fff;
	border-radius: 0.6em;
	padding: 1.8em 4%;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.15);
	box-sizing: border-box;
	min-height: 23.5em;
}
.topArea .cont.one-col {
	width: 100%;
}

.topArea .title {
	text-align: center;
	letter-spacing: 0.1em;
	color: #012f74;
	padding-bottom: 1em;
}
.topArea .title span {
	display: inline-block;
	background: url(../common/images/bg_tit.jpg) repeat-x left bottom;
	background-size: auto 0.6em;
	line-height: 1.4;
	padding: 0 0.3em;
}

.topArea .news ul li,
.topArea .shiryo ul li {
	overflow: hidden;
	line-height: 1.8;
	height: auto!important;
	height: 2.2em;
	min-height: 2.2em;
	padding-bottom: 1em;
}
.topArea .news ul li:last-child,
.topArea .shiryo ul li:last-child {
	padding-bottom: 0;
}
.topArea .news ul li .dates,
.topArea .shiryo ul li .dates {
	width: 25%;
	font-weight: bold;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0.02em;
	padding-left: 0.2em;
	box-sizing: border-box;
}
.topArea .news ul li p,
.topArea .shiryo ul li p {
	width: 75%;
	float: right;
}
.topArea .news ul li p a,
.topArea .shiryo ul li p a {
	color: #012f74;
}

@media only screen and (min-width:768px){
/* listItem
------------------------------------------------- */
.listItem li a span.two {
	padding-top: 0.2em;
}

/* tab
------------------------------------------------- */
.tab li:hover {
	background: #fff;
	color: #002e73;
	border-top-left-radius: 0.5em;
	border-top-right-radius: 0.5em;
}
.tab li.tab01:hover p {
	background: url(../images/top/category_btn01_on.png) no-repeat center center;
} 
.tab li.tab02:hover p {
	background: url(../images/top/category_btn02_on.png) no-repeat center center;
} 
.tab li.tab03:hover p {
	background: url(../images/top/category_btn03_on.png) no-repeat center center;
}
.tab li.tab04:hover p {
	background: url(../images/top/category_btn04_on.png) no-repeat center center;
}
.tab li.tab05:hover p {
	background: url(../images/top/category_btn05_on.png) no-repeat center center;
}
.tab li.tab06:hover p {
	background: url(../images/top/category_btn06_on.png) no-repeat center center;
}
.tab li.tab07:hover p {
	background: url(../images/top/category_btn07_on.png) no-repeat center center;
}
.tab li.tab08:hover p {
	background: url(../images/top/category_btn08_on.png) no-repeat center center;
}
.tab li:hover p img {
	opacity: 0;
}

/* topArea
------------------------------------------------- */
.topArea .shiryo {
	float: left;
}
.topArea .news {
	float: right;
}
}

@media only screen and (max-width:767px){
/* listItem
------------------------------------------------- */
.listItem li {
	width: 25%;
}
.listItem li a span {
	font-size: 3vw;
	padding: 1em 5%;
}
.listItem li a span.dis {
	padding: 0.25em 5%;
}

/* mainimg
------------------------------------------------- */
.mainimg .bgMain {
	background: url(../images/top/sp_bg_mainimg01.jpg) repeat-y center center;
	background-size: 110% auto;
}
.mainimg .cont {
	padding: 10vw 15%;
	background-size: 110% auto;
}
.mainimg ul li {
	margin-top: -8%;
}

/* tab
------------------------------------------------- */
.tab li {
	width: 50%;
	display: table;
	border-radius: 0.5em;
	padding: 0.2em 2.5%;
	margin-bottom: 0.5em;
	box-sizing: border-box;
}
.tab li p {
	width: 22%;
	display: table-cell;
	vertical-align: middle;
}
.tab li span {
	width: 76%;
	display: table-cell;
	vertical-align: middle;
	font-size: 3.2vw;
	padding: 0 0 0 2%;
	text-align: left;
}

/* item01
------------------------------------------------- */
.item01 li {
	width: 50%;
}
.item01 li.pcon {
	display: none;
}
.item01 li:nth-child(2),
.item01 li:nth-child(6),
.item01 li:nth-child(10) {
	border-right: none;
}
.item01 li span {
	font-size: 3.2vw;
}

/* infoArea
------------------------------------------------- */
.infoArea {
	padding-top: 6vw;
}
.infoArea .cont {
	padding-bottom: 5vw;
}
.infoArea .cont ul {
	width: 100%;
	float: none;
	font-size: 3.4vw;
}
.infoArea .cont ul li {
	letter-spacing: 0;
}

/* saizensenArea
------------------------------------------------- */
.saizensenArea {
	padding-top: 6vw;
}
.saizensenArea ul {
	padding-bottom: 8vw;
}
.saizensenArea ul li .title {
	width: 56%;
	display: inline-block;
	vertical-align: middle;
	float: none;
	padding: 0;
	text-align: center;
}
.saizensenArea ul li .photo01 {
	width: 42%;
	display: inline-block;
	vertical-align: middle;
	float: none;
	padding: 0;
}
.saizensenArea ul li dl {
	width: 100%;
	float: none;
	clear: both;
	font-size: 3.2vw;
}
.saizensenArea ul li dl dt {
	width: 100%;
	float: none;
	font-size: 4vw;
}
.saizensenArea ul li dl dd {
	width: 100%;
	float: none;
}

/* faqArea
------------------------------------------------- */
.faqArea {
	padding: 6vw 0 0;
}
.faqArea .cont {
	padding-bottom: 1.5em;
}
.faqArea .faq {
	width: 100%;
	padding-bottom: 0.5em;
}
.faqArea .faq .title {
	font-size: 4.2vw;
	padding-left: 2em;
	background-size: 1.2em auto;
	margin-bottom: 0.5em;
}
.faqArea .faq .txt {
	padding-left: 2.2em;
	background-size: 1.4em auto;
}

/* chooseArea
------------------------------------------------- */
.chooseArea {
	padding-top: 6vw;
}
.chooseArea .cont {
	padding-bottom: 2vw;
}
.chooseArea .title {
	font-size: 4vw;
}

/* topArea
------------------------------------------------- */
.topArea {
	padding: 8vw 0 0;
}
.topArea .cont {
	display: block;
	float: none;
	width: 100%;
	height: 102vw;
	padding: 5vw 4%;
	margin-bottom: 8vw;
}
}


/* ===== 修正 2020/04/02 ===== */
.ryumin {
    font-family: a-otf-ryumin-pr6n, serif;
}

.sm-block {
    display: none;
}

.md-block {
    display: none;
}

.mainimg .cont {
    background: url("../images/top/bg_mainimg03.jpg") no-repeat center top;
}

.top-title-box {
    color: #fff;
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 40px 0 150px;
}

.top-title-box .top-title {
    background-color: #fff;
    color: #000;
    font-size: 23px;
    margin: 0 auto 30px;
    display: inline-block;
    padding: 15px 30px;
}

.top-title-box .top-sub-title {
    text-shadow: #fff 1px 0 15px;
    font-size: 30px;
    letter-spacing: 5px;
    line-height: 1.7;
    margin-bottom: 20px;
}

.top-title-box .top-title-text {
    font-size: 26px;
}

.top-title-box .top-title-text span {
    font-size: 16px;
}
.no-border{
	border: 0 !important;
}
.junbi-tu{
	text-align: center;
}

@media only screen and (max-width: 1199px) {
    .mainimg .cont {
        background-size: contain;
        background-position: center;
        background-color: #060606;
    }
}

@media only screen and (max-width: 991px) {
    
}

@media only screen and (max-width: 767px) {
    .md-block {
        display: block;
    }
    
    .md-none {
        display: none;
    }
    
    
    
    .top-title-box {
        padding: 0 0 70px;
    }
    
    .top-title-box .top-title {
        font-size: 16px;
        padding: 15px;
    }

    .top-title-box .top-sub-title {
        font-size: 24px;
    }

    .top-title-box .top-title-text {
        font-size: 20px;
    }

    .top-title-box .top-title-text span {
        font-size: 14px;
    }
    
    .mainimg .md-px {
        padding: 30px 15px;
    }
    

}

@media only screen and (max-width: 575px) {
    .sm-block {
        display: block;
    }
    
    .top-title-box {
        padding: 0 0 40px;
    }
    
        .mainimg .cont {
        background: none;
    }
}