@charset "utf-8";

/* ****************************************************************************

　目次

-------------------------------------------------------------------------------

　01. モジュール

******************************************************************************* */
/* ==

　01. モジュール

=============================================================================== */
#container {
	min-width: 980px;
	padding-bottom: 150px;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 500;
	-webkit-text-size-adjust: 100%;
	overflow: hidden;
}
#topicPathArea {
	-webkit-text-size-adjust: none;
}


.tVisual01 {
	height: 720px;
	background: url(../images/index_visual01.jpg) center center no-repeat;
	background-size: cover;
}
.tVisual01_in {
	display: table;
	width: 50%;
	height: 100%;
	margin: 0 0 0 50%;
	table-layout: fixed;
}
.tVisual01_front {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.tVisual01_tit {
	line-height: 1.29;
	color: #2e2e2e;
	font-size: 62px;
	font-weight: bold;	
}
.tVisual01_lead {
	line-height: 2;
	margin: 30px 0 0;
	color: #2e2e2e;
	font-size: 150%;
}
.tSection01 {
	padding: 70px 20px 110px;
}
.tSection01-t1 {
	background-color: #f0f1f1;
}
.tSection01-t2 {
	background-color: #fff;
}
.tSection01_in {
	max-width: 950px;
	margin: 0 auto;
}


.tHeading01 {
	position: relative;
	text-align: center;
}
.tHeading01-t1::before {
	content: "";
	display: block;
	position: absolute;
	top: 56px;
	left: -45px;
	width: 144px;
	height: 161px;
	background: url(../images/index_bg06.png) center center no-repeat;
}
.tHeading01-t1::after {
	content: "";
	display: block;
	position: absolute;
	top: 71px;
	right: -70px;
	width: 191px;
	height: 156px;
	background: url(../images/index_bg07.png) center center no-repeat;
}
.tHeading01-t2::before {
	content: "";
	display: block;
	position: absolute;
	top: -100px;
	left: -100px;
	width: 258px;
	height: 222px;
	background: url(../images/index_bg08.png) center center no-repeat;
}
.tHeading01-t2::after {
	content: "";
	display: block;
	position: absolute;
	top: 7px;
	right: -70px;
	width: 226px;
	height: 190px;
	background: url(../images/index_bg09.png) center center no-repeat;
}
.tHeading01-t3::before {
	content: "";
	display: block;
	position: absolute;
	top: -35px;
	left: -55px;
	width: 226px;
	height: 184px;
	background: url(../images/index_bg10.png) center center no-repeat;
}
.tHeading01-t3::after {
	content: "";
	display: block;
	position: absolute;
	top: -113px;
	right: 0;
	width: 206px;
	height: 198px;
	background: url(../images/index_bg11.png) center center no-repeat;
}
.tHeading01-t4::before {
	content: "";
	display: block;
	position: absolute;
	top: -101px;
	left: -10px;
	width: 192px;
	height: 255px;
	background: url(../images/index_bg12.png) center center no-repeat;
}
.tHeading01-t4::after {
	content: "";
	display: block;
	position: absolute;
	top: -106px;
	right: -20px;
	width: 216px;
	height: 265px;
	background: url(../images/index_bg13.png) center center no-repeat;
}

.tHeading01_sub {
	position: relative;
	display: inline-block;
	line-height: 1;
	margin: 0 0 14px;
	padding: 9px 20px 11px;
	color: #3da1cc;
	font-size: 225%;
	font-weight: bold;
}
.tHeading01_sub::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #3da1cc;
}
.tHeading01_sub::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #3da1cc;
}
.tHeading01_tit {
	display: block;
	line-height: 1.621;
	color: #444;
	font-size: 309%;
	font-weight: bold;		
}

.tHeading02 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	margin: 60px auto 30px;
}
.tHeading02-mt {
	margin-top: 25px;
}
.tHeading02-mt2 {
	margin-top: 80px;
}
.tHeading02_ico {
	display: block;
	width: 72px;
	line-height: 72px;
	border-radius: 100%;
	background-color: #3da1cc;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 225%;
	font-weight: bold;
	text-align: center;
}
.tHeading02_info {
	position: relative;
	width: -webkit-calc(100% - 102px);
	width: calc(100% - 102px);
	margin: 0 0 0 30px;
	padding: 31px 40px;
	border-radius: 8px;
	background-color: #fff;
	box-sizing: border-box;
}
.tSection01-t2 .tHeading02_info {
	background: #f7f7f5;
}
.tHeading02_info::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: -10px;
	width: 0;
	height: 0;
	margin: -10px 0 0;
	border-style: solid;
	border-width: 10px 11px 10px 0;
	border-color: transparent #fff transparent transparent;
}
.tSection01-t2 .tHeading02_info::before {
	border-color: transparent #f7f7f5 transparent transparent;
}
.tHeading02_txt {
	line-height: 1.684;
	color: #444;
	font-size: 159%;
	font-weight: bold;
}


.tGuide01 {
	position: relative;
	margin: 30px auto;
	padding: 40px 40px;
	border: 3px solid #f2ccd7;
}
.tGuide01:last-child {
	margin-bottom: 0;
}
.tGuide01_ranks {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -26px;
	padding: 5px 20px 36px;
}
.tGuide01_rank {
	width: -webkit-calc(50% - 52px);
	width: calc(50% - 52px);
	margin: 0 26px;
}
.tGuide01_tit {
	line-height: 1.362;
	margin: 0 0 5px;
	font-size: 184%;
	font-weight: bold;
	text-align: center;
}
.tGuide01_tit-t1 {
	color: #ea6c6c;
}
.tGuide01_tit-t2 {
	color: #479beb;
}
.tGuide01_catch {
	line-height: 1.666;
	color: #d35679;
	font-size: 150%;
	font-weight: bold;
	text-align: center;
}
.tGuide01::before {
	content: "";
	display: block;
	position: absolute;
	top: -15px;
	left: -15px;
	width: 30px;
	height: 30px;
	background: url(../images/index_ico04.png) center center no-repeat

}
.tGuide01::after {
	content: "";
	display: block;
	position: absolute;
	bottom: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background: url(../images/index_ico05.png) center center no-repeat

}
.tSection01-t1 .tGuide01::before {
	background-color: #f0f1f1;
}
.tSection01-t1 .tGuide01::after {
	background-color: #f0f1f1;
}
.tSection01-t2 .tGuide01::before {
	background-color: #fff;
}
.tSection01-t2 .tGuide01::after {
	background-color: #fff;
}


.tRank01 {
	line-height: 2;
	margin: 0;
	color: #444;
	font-size: 125%;
}
.tRank01_item {
	position: relative;
	padding: 18px 0 13px 68px;
	border-bottom: 1px solid #e0e0e0;
}
.tRank01_item:last-child {
	border-bottom: none;
}
.tRank01_item::before {
	content: "";
	display: block;
	position: absolute;
	top: 8px;
	left: 0;
	width: 72px;
	height: 46px;
	background-position: -5px center;
	background-repeat: no-repeat;
	background-size: 72px 46px;
}
.tRank01_item-t1:before {
	background-image: url(../images/index_ico01.png);
}
.tRank01_item-t2:before {
	background-image: url(../images/index_ico02.png);
}
.tRank01_item-t3:before {
	background-image: url(../images/index_ico03.png);
}

.tReco01 {
	position: relative;
	margin: 130px 0 0;
	padding: 83px 40px 59px;
	border: 20px solid #d7d4c1;
	background-color: #fff;
	border-radius: 10px;
}
.tReco01::before {
	content: "";
	display: block;
	position: absolute;
	top: -90px;
	left: 50%;
	width: 723px;
	height: 136px;
	margin: 0 0 0 -361px;
	background: url(../images/index_bg01.png) center center no-repeat;

}
.tReco01_txt {
	line-height: 1.7;
	color: #444;
	font-size: 167%;
	text-align: center;
}
.tReco_btn {
	display: block;
	margin: 37px 0 0;
	transition: opacity .2s;
	text-decoration: none;
}
.tReco_btn img {
	max-width: 100%;
	height: auto;
}
a.tReco_btn:hover {
	opacity: 0.7;
}
.tReco_caption {
	display: block;
	line-height: 1.888;
	padding: 6px 0 8px;
	background-color: #5f543b;
	color: #fff;
	font-size: 150%;
	text-align: center;
}
.tReco_caption::after {
	content: "";
	display: inline-block;
	width: 9px;
	height: 9px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	margin: 0 0 0 15px;
	transform: rotate(45deg);
	vertical-align: 0.05em;
}


.tMessage01 {
	position: relative;
	margin: 100px 0 0;
	border: 20px solid #d7d4c1;
	background-color: #fff;
	border-radius: 15px;
}

.tMessage01_in {
	padding: 70px 105px 40px;
}
.tMessage01::before {
	content: "";
	display: block;
	position: absolute;
	top: -90px;
	left: 50%;
	width: 723px;
	height: 136px;
	margin: 0 0 0 -361px;
	background: url(../images/index_bg02.png) center center no-repeat;

}
.tMessage01_in::before {
	content: "";
	display: block;
	position: absolute;
	top: 175px;
	left: -65px;
	width: 179px;
	height: 108px;
	background: url(../images/index_bg04.png) center center no-repeat;
}
.tMessage01_in::after {
	content: "";
	display: block;
	position: absolute;
	top: 57px;
	right: -39px;
	width: 107px;
	height: 149px;
	background: url(../images/index_bg05.png) center center no-repeat;
}
.tMessage01_txt {
	position: relative;
	line-height: 3;
	background: url(../images/index_bg03.png) left bottom repeat;

	color: #444;
	font-size: 167%;
	text-align: center;
}
.tMessage01_txt::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 5px;
	background-color: #fff;
}


.tImg01 {
	display: block;
	margin: 30px auto 20px;
	text-align: center;
}
.tImg01_caption {
	margin: 0 0 10px;
	font-size: 159%;
	text-align: center;
}
.tImg01_caption-t1 {
	color: #ea6c6c;
}
.tImg01_caption-t2 {
	color: #479beb;
}
.tImg01_link {
	display: block;
	cursor: default;
	text-decoration: none;
}
.tImg01 img {
	max-width: 100%;
	height: auto;
}

.tNote01 {
	margin: 60px 0 0;
	color: #444;
	font-size: 100%;
}
.tNote01 dt {
	line-height: 1.642;
	font-size: 117%
}
.tNote01 dd {
	line-height: 1.769;
	font-size: 109%
}



/* Magnific Popup CSS */
.mfp-wrap .mfp-iframe-holder .mfp-content{max-width:99%;width:7in;height:390px;border:1px solid #959593;padding:0}.mfp-wrap .mfp-iframe-scaler iframe{box-shadow:none;background:#fff}.mfp-bg{z-index:1;overflow:hidden;background:#0b0b0b;opacity:.8;filter:alpha(opacity=80)}.mfp-bg,.mfp-wrap{top:0;left:0;width:100%;height:100%;position:fixed}.mfp-wrap{z-index:2;outline:0!important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mfp-container:before{content:'';display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:4}.mfp-ajax-holder .mfp-content,.mfp-inline-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-arrow,.mfp-close,.mfp-counter,.mfp-preloader{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none!important}.mfp-preloader{color:#ccc;position:absolute;top:50%;width:auto;text-align:center;margin-top:-.8em;left:8px;right:8px;z-index:3}.mfp-preloader a{color:#ccc}.mfp-preloader a:hover{color:#fff}.mfp-s-error .mfp-content,.mfp-s-ready .mfp-preloader{display:none}button.mfp-arrow,button.mfp-close{overflow:visible;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;display:block;outline:0;padding:0;z-index:5;-webkit-box-shadow:none;box-shadow:none}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;filter:alpha(opacity=65);padding:0 0 18px 10px;color:#fff;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-close:focus,.mfp-close:hover{opacity:1;filter:alpha(opacity=100)}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close{color:#fff;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#ccc;font-size:9pt;line-height:18px;white-space:nowrap}.mfp-arrow{position:absolute;opacity:.65;filter:alpha(opacity=65);margin:0;top:50%;margin-top:-55px;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:rgba(0,0,0,0)}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:focus,.mfp-arrow:hover{opacity:1;filter:alpha(opacity=100)}.mfp-arrow .mfp-a,.mfp-arrow .mfp-b,.mfp-arrow:after,.mfp-arrow:before{content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:medium inset transparent}.mfp-arrow .mfp-a,.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow .mfp-b,.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:.7}.mfp-arrow-left{left:0}.mfp-arrow-left .mfp-a,.mfp-arrow-left:after{border-right:17px solid #fff;margin-left:31px}.mfp-arrow-left .mfp-b,.mfp-arrow-left:before{margin-left:25px;border-right:27px solid #3f3f3f}.mfp-arrow-right{right:0}.mfp-arrow-right .mfp-a,.mfp-arrow-right:after{border-left:17px solid #fff;margin-left:39px}.mfp-arrow-right .mfp-b,.mfp-arrow-right:before{border-left:27px solid #3f3f3f}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,.6);background:#000}img.mfp-img{width:auto;max-width:100%;height:auto;display:block;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:40px 0;margin:0 auto}.mfp-figure,img.mfp-img{line-height:0}.mfp-figure:after{content:'';position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,.6);background:#444}.mfp-figure small{color:#bdbdbd;display:block;font-size:9pt;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#f3f3f3;word-wrap:break-word;padding-right:36px}.mfp-image-holder .mfp-content{max-width:100%}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-height:300px),screen and (max-width:800px) and (orientation:landscape){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,.6);position:fixed;text-align:center;padding:0}}@media all and (max-width:900px){.mfp-arrow{-webkit-transform:scale(0.75);transform:scale(0.75)}.mfp-arrow-left{-webkit-transform-origin:0 0;transform-origin:0 0}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}.mfp-ie7 .mfp-img{padding:0}.mfp-ie7 .mfp-bottom-bar{width:600px;left:50%;margin-left:-300px;margin-top:5px;padding-bottom:5px}.mfp-ie7 .mfp-container{padding:0}.mfp-ie7 .mfp-content{padding-top:44px}.mfp-ie7 .mfp-close{top:0;right:0;padding-top:0}.mfp-bg,.mfp-wrap{z-index:101!important}.mfp-content{margin:5px 0 0;padding:50px 0 0}button.mfp-close{right:0;background:url(/jutaku/common/images/rn03/btn01.png)right top no-repeat;opacity:1;filter:alpha(opacity=100);padding:0;font-size:0;text-indent:-9999px;overflow:hidden}.mfp-iframe-holder .mfp-close{top:-54px;right:0;padding-right:0}.mfp-iframe-holder .mfp-close:active{top:-53px}
