<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

body,div,li,ul,figure,figcaption,dl,dd,dt,td,th,h1,h2,h3,h4,h5,p{
	margin: 0;
	padding: 0;
}

li{
	list-style: none;
}

*{
	outline: none;
}
.pc_display{
	display: inline-block;
}
.sp_display{
	display: none;
}
#wrap-container {
		font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue, "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 16px;
		max-width: none;
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 0;
}
.rcrumbs:not(.is-touchdevice) .rcrumbs-list {
    padding-right: 20px;
    padding-left: 20px;
    max-width: 1240px;
    margin: 0 auto;
}
.contents div{
	box-sizing: border-box;
}
#journey {

}
h1.ttl-text {
	    font-size: 0;
    height: 0;
    margin: 0;
    padding: 0;
}
#journey .inner {
	max-width: 950px;
    margin: 0 auto;
	}

#journey .main {
	text-align: center;
    padding: 3% 0 2%;
    margin: 2% auto;
	background: url(../../img/article01/bg.gif) 0 0 repeat;

}
#journey h2 {
	width: 65%;
    padding-left: 7%;
    margin: 0 auto 2%;
    font-size: 24px;
    line-height: 1.5;
    font-weight: bold;
    background: url(../../img/article01/plus.gif) 3% center no-repeat;
}
#journey h2 + p{
	border-top: 1px solid #002e73;
    padding-top: 5%;
	margin-bottom: 8%!important;
}
#journey .txtContents p.bold{
	font-weight: bold;
}
#journey .txtContents  p{
	margin-bottom: 1.5em;
}
#journey .d_none {
	display:none;
}
#journey .d_none02 {
	display:block;
}
#journey .txt_link01 {
	text-align:center;
	padding:55px 0 40px 0;
}
#journey p a {
	color:#0000cc;
	text-decoration:underline;
}
#journey .txt_link01 a {
	color:#0000cc;
	text-decoration:underline;
	font-weight:bold;
}
#journey .txtContents .picArea ul {
	display: flex;
	flex-wrap: wrap;
  justify-content: center;
	width: 870px;
	margin: auto;
}
#journey .txtContents .picArea ul li {
	margin-bottom: 3%;
}
#journey .txtContents .picArea .img_2 li {
	width: 425px;
}
#journey .txtContents .picArea ul li:nth-child(2) {
	margin-left: 20px;
}

#journey .txtContents .picArea ul li:nth-child(3n+2):last-child {
    /*margin-left: auto;
    margin-right: 34.2%;*/
}
#journey .btnArea {
    text-align: center;
	margin:8% auto;
}
#journey .bgOnly {
   	padding-bottom: 5%;
	width: 100%;
	height: 50px;
	background: url(../../img/article01/bg.gif) 0 0 repeat;
}
/*partner*/
#journey .partner {
   	padding-bottom: 5%;
}
#journey .partner h2 {
   	margin: 10% auto 5%;
    position: relative;
    border-bottom: 1px solid #000;
}
#journey .partner h2 span {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 11em;
    height: 1.6em;
    background-color: #fff;
	font-size: 18px;
	font-weight: bold;
}
#journey .partner ul {
	display: flex;
	width:280px;
	margin:0 auto;
}
#journey .partner ul  li:first-child{
	margin: 0 70px 0 0;
}
.note{
	text-align: right
}

/* --------------------------------------------------------------
				SP-display
--------------------------------------------------------------*/

@media screen and (max-width:769px){

	.sp_display{
		display: inline-block;
	}
	.pc_display{
		display: none;
	}
	#journey .inner {
		max-width: 90%;
	}
	#journey .main {
	    margin: 2% auto 7%;
	}
	#journey .inner h1 {
		width: 50%;
		margin: 0 auto;
	    padding: 6% 0 4%;
	}
	#journey h2 {
	    width: 95%;
		font-size: 4vw;
	    background: url(../../img/article01/plus.gif) 0% center no-repeat;
		background-size: 5vw;
	}
	#journey .txtContents p {
		font-size: 3.5vw;
	}
	#journey .d_none {
		display:block;
	}
	#journey .d_none02 {
		display:none;
	}
	#journey .txtContents .picArea ul li:nth-child(2) {
		margin-left: 0;
	}
	#journey .img_2 {
	　display:-webkit-box;
	  display:-ms-flexbox;
	  display:flex;
	  -webkit-box-pack:justify;
	  -ms-flex-pack:justify;
	  justify-content:space-between !important;
	}
	#journey .txt_link01 {
		text-align:center;
		padding:15px 0 15px 0;
	}

	#journey .txtContents .picArea ul {
		width: 100%;
	}

	#journey .txtContents .picArea ul li {
		width: 100%;
	}
	#journey .txtContents .picArea ul.img_2 li {
		width: 49%;
	}
	#journey .txtContents .picArea ul li:nth-child(3n+2):last-child {
		margin-right: 0;
		margin-left: 0;
	}
	#journey .btnArea {
		margin: 15% auto;
	}
	#journey .partner ul li{
		margin: 15px 0 0 0;
	}
	#journey .partner ul  li:first-child{
		margin: 15px 30px 0 0;
	}
}
</pre></body></html>