@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;600&family=Noto+Serif+JP:wght@400;600&display=swap');

/* 

font-family: 'Noto Sans JP', sans-serif;
font-family: 'Noto Serif JP', serif;

400
600

 */
/* ============================================================
default
============================================================ */

.disnone {
	display:none;
}

@media screen and (max-width: 759.9px) {
	#wrapper {
		line-height: 1.4;
	}
	.spnone {
		display: none;
	}
	#dirPathBlock,
	#anchorLinkBlock {
		font-size: 10px;
		margin: 1% 1% 0 1%;
	}
	#dirPathBlock p,
	#anchorLinkBlock a {
		font-size: 12px;
	}
	h1 {
		font-size: 12px;
		margin: 0 1%;
	}
	.inner {
		width: 96%;
		margin: 0 2%;
		padding: 24px 0;
		box-sizing: border-box;
	}
}/* end @media */

@media screen and (min-width: 760px),print {
	#wrapper {
		line-height: 1.231;
	}
	#dirPathBlock,
	h1,
	.iframe_end-content_gadget,
	#anchorLinkBlock {
		width: 100%;
		max-width:970px;
		min-width:760px;
		margin: auto;
	}
	#dirPathBlock,
	#anchorLinkBlock {
		width: 100%;
		margin: 0 auto;
		display: block;
		font-size: 12px;
	}
	#dirPathBlock p,
	#anchorLinkBlock a {
		font-size: 12px;
	}
	h1 {
		font-size: 14px;
		width: auto;
		max-width: 970px;
		margin: 0 auto 5px;
	}
	.inner {
		width: 96%;
		max-width:970px;
		margin: 0 auto;
		padding:50px 0;
		display: block;
	}
	u {
		text-decoration-color: red;
	}
}/* end @media */


/* ============================================================
entire (article & section)
============================================================ */

:root {
	--blue: #244160;
	--red: #b75241;
}

article {
	margin: 0;
	padding: 0;
}

article section {
	margin: 0;
	padding: 0;
	line-height: 1;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	color: #244160;
}
article section *,
article section :before,
article section :after {
	box-sizing: border-box;
}
article section img {
	display: block;
	max-width: 100%;
}
article section div.inner {
	margin: 0;
	padding: 0;
	width: 100%;
}

article section a:hover {
	opacity: 1;
}

article section ul.notice > li {
	position: relative;
	padding-left: 1.2em;
	line-height: 1.3;
}
article section ul.notice > li > span {
	position: absolute;
	top: 0;
	left: 0;
}

@media (hover: hover) {

	article section a {
		transition: opacity .2s ease-in;
	}
	article section a:hover {
		opacity: 0.6;
	}

} /* end @media */


/* ============================================================
common (wester/ss_flow/notes)
============================================================ */

/* PC
-------------------------------------------------------------*/

@media screen and (min-width: 760px),print {

	article section .sp {
		display: none !important;
	}
	article > section {
		line-height: 1.7;
		font-size: 25px;
	}
	article > section > div.inner {
		width: 970px;
		max-width: 96%;
		margin: 0 auto;
	}
	article section ul.notice li {
		font-size: 60%;
	}
	article section p {
		font-size: 60%;
	}

	article section p.notes_btn {
		display: block;
		width: 400px;
		margin: 0 auto;
	}

/* ul.ss_flow */

	article ul.ss_flow {
		display: flex;
		justify-content: space-between;
	}
	article ul.ss_flow li {
		width: 21%;
	}
	article ul.ss_flow li.arrow {
		display: flex;
		justify-content: center;
		align-items: center;
		width: auto;
	}
	article ul.ss_flow li.arrow,
	article ul.ss_flow li.arrow img {
		width: 21px !important;
	}
	article ul.ss_flow li img {
		display: block;
		margin: 10px 0;
	}
	article ul.ss_flow li span {
		display: block;
		line-height: 1.4;
		font-feature-settings: 'palt';
	}
	article ul.ss_flow li span.txt {
		font-size: 17px;
	}
	article ul.ss_flow li span.cap {
		text-align: center;
		font-size: 16px;
	}
	article ul.ss_flow li span.cap.left {
		text-align: left;
	}

/* section.wester */

	article section.wester dl {
		position: relative;
		width: 660px;
		height: 350px;
		margin: 0 auto;
	}
	article section.wester dl:last-child {
		height: 270px;
	}
	article section.wester dl dt {
		position: absolute;
		top: 0;
		left: 0;
		width: 185px;
		height: 185px;
	}
	article section.wester dl dd {
		position: absolute;
	}
	article section.wester dl dd img {
		height: 70px;
		width: auto;
	}
	article section.wester dl dd.d1 {
		top: 37px;
		left: 230px;
		width: 430px;
		line-height: 1.2;
		font-size: 25px;
		font-weight: bold;
	}
	article section.wester dl dd.d2 {top: 116px;left: 230px;}
	article section.wester dl dd.d3 {top: 116px;left: 440px;}
	
	article section.wester dl dd.d4 {
		bottom: 80px;
	}
	article section.wester dl:last-child dd.d4 {
		bottom: 0;
		left: 25px;
		font-size: 25px;
	}
	article section.wester dl dd.d4 li {
		text-align: center;
		line-height: 1.4;
		font-size: 16px;
		font-weight: normal;
	}
	article section.wester dl dd.d5 {
        width: 380px;
        margin: 0 auto;
		bottom: 0;
		left: 0;
        right: 0;
	}


/* dl.wester */

	article section dl.wester {
		display: flex;
		align-items: center;
		width: 612px;
		margin: 30px auto 45px;
	}
	article section dl.wester dt img {
		width: 130px;
	}
	article section dl.wester dd:nth-of-type(1) {
		margin: 0 20px 0 50px;
	}
	article section dl.wester dd:nth-of-type(1) img {
		width: 184px;
	}
	article section dl.wester dd:nth-of-type(2) img {
		width: 222px;
	}

/* section.notes */

	article section.notes {
		background: #fff;
		background-size: 100% auto;
	}
	
	article section.notes div.inner {
		padding: 100px 0 90px;
		font-size: 16px;
	}
	article section.notes div.inner p.t1 {
		line-height: 1.2;
		text-align: center;
		font-size: 17px;
	}
	article section.notes div.inner h2 {
		margin: 0 0 30px;
		padding: 0;
		text-align: center;
		font-size: 24px;
		background: none;
	}
	article section.notes div.inner h3 {
		font-size: 19px;
		font-weight: bold;
	}
	
	article section.notes div.inner ul {
		margin: 0 0 40px;
	}
	article section.notes div.inner li {
		position: relative;
		padding-left: 1.2em;
		line-height: 1.4;
		font-size: 16px;
		font-weight: normal;
	}
	article section.notes div.inner li::before {
		content: '';
		position: absolute;
		top: 0.2em;
		left: 0;
		width: 0.9em;
		height: 0.9em;
		border-radius: 50%;
		background: #5a4123;
	}
	article section.notes div.inner dl {
		border: solid 2px #5a4123;
		padding: 10px 20px;
		text-align: center;
	}
	article section.notes div.inner dl dt {
		font-size: 20px;
	}
	article section.notes div.inner dl dd {
		font-size: 16px;
	}
	article section.notes div.inner dl dd span {
		font-size: 13px;
	}

} /* end @media */

/* SP
-------------------------------------------------------------*/

@media screen and (max-width: 759.9px) {

	article section .pc {
		display: none !important;
	}
	article {
		width: 100%;
		max-width: 100%;
		overflow-x: hidden;
	}
	article > section {
		padding: 30px 0 30px;
		font-size: 16px;
	}
	article > section > div.inner {
		width: calc(100% - 8vw);
		margin: 0 auto;
	}
	article section ul.notice li {
		font-size: 80%;
	}

/* ul.ss_flow */

	article ul.ss_flow {
		padding: 0 3vw;
	}
	article ul.ss_flow li {
		margin-bottom: 20px;
	}
	article ul.ss_flow li.arrow img {
		width: 25px;
		margin: 0 auto;
	}
	article ul.ss_flow li img {
		margin: 10px auto;
	}
	article ul.ss_flow li span {
		display: block;
		line-height: 1.4;
	}
	article ul.ss_flow li span.txt {
		height: auto !important;
		font-size: 17px;
	}
	article ul.ss_flow li span.cap {
		text-align: center;
		font-size: 16px;
	}

/* section.wester  */

	article section.wester dl {
		margin: 0 auto;
	}
	article section.wester dl dt img {
		width: 60vw;
		height: auto;
		margin: 0 auto 20px;
	}
	article section.wester dl dd img {
		width: auto;
		height: 14vw;
		margin: 0 auto;
	}
	article section.wester dl dd.d1 {
		margin-bottom: 20px;
		line-height: 1.2;
		font-size: 20px;
	}
	article section.wester dl dd.d2 {float: left;}
	article section.wester dl dd.d3 {top: 116px;left: 440px;}
	
	article section.wester dl dd.d4 {
		clear: both;
		margin: 20px 0;
		font-size: 25px;
	}
	article section.wester dl dd.d4 li {
		position: relative;
		padding-left: 1.2em;
		text-align: left;
		line-height: 1.4;
		font-size: 16px;
		font-weight: normal;
	}
	article section.wester dl dd.d4 li span {
		position: absolute;
		top: 0;
		left: 0;
	}
	article section.wester dl dd.d5 {
        text-align: center;
        width: 80%;
        margin: 0 auto;
	}
    
/* dl.wester */

	article section dl.wester {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		margin: 20px 0 30px;
	}
	article section dl.wester dt {
		width: 60vw;
		margin-bottom: 20px;
	}
	article section dl.wester dd {
		margin: 0 1vw;
	}
	article section dl.wester dd:nth-of-type(1) {width: 33vw;}
	article section dl.wester dd:nth-of-type(2) {width: 41vw;}

/* section.notes */

	article section.notes {
		background: #fff;
		background-size: 100% auto;
	}
	
	article section.notes div.inner {
		padding: 20px 6vw 20px;
		font-size: 14px;
	}
	article section.notes div.inner p.t1 {
		margin-bottom: 10px;
		line-height: 1.2;
		text-align: center;
		font-size: 15px;
	}
	article section.notes div.inner h2 {
		margin: 0 0 30px;
		padding: 0;
		text-align: center;
		font-size: 20px;
		background: none;
	}
	article section.notes div.inner h3 {
		font-size: 16px;
		font-weight: bold;
	}
	
	article section.notes div.inner ul {
		margin: 0 0 20px;
	}
	article section.notes div.inner li {
		position: relative;
		padding-left: 1.2em;
		line-height: 1.4;
		font-size: 14px;
		font-weight: normal;
	}
	article section.notes div.inner li::before {
		content: '';
		position: absolute;
		top: 0.2em;
		left: 0;
		width: 0.9em;
		height: 0.9em;
		border-radius: 50%;
		background: #5a4123;
	}
	article section.notes div.inner dl {
		border: solid 2px #5a4123;
		padding: 10px 20px;
	}
	article section.notes div.inner dl dt {
		line-height: 1.4;
		font-size: 18px;
	}
	article section.notes div.inner dl dd {
		font-size: 14px;
	}
	article section.notes div.inner dl dd span {
		font-size: 11px;
	}


} /* end @media */


/* ============================================================
Spacific
============================================================ */

/* PC & SP
-------------------------------------------------------------*/

article section h3.txt {
	line-height: 1;
	text-align: center;
}
article section h3.txt span {
	display: inline-block;
	width: 356px;
	border-bottom: solid 1px var(--blue);
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
	font-size: 29px;
}

/* mv */

/* sec_1 */

article section.sec_1 {
	padding: 80px 0 240px;
	background: #f7eee4 url(../images/sec_1_bg_pc.svg) no-repeat center top;
	background-size: 2028px auto;
}

article section.sec_1 p.txt {
	text-align: center;
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
	font-size: 23px;
}
article section.sec_1 strong {
	color: var(--red);
}
article section.sec_1 strong.large {
	font-size: 120%;
}

article section.sec_1 p.txt:nth-of-type(1) {
	margin-bottom: 140px;
}
article section.sec_1 h3.txt {
	margin-bottom: 55px;
}
article section.sec_1 p.txt:nth-of-type(2) {
	margin-bottom: 180px;
}

article section.sec_1 dl.p_flow {
	margin-bottom: 80px;
}
article section.sec_1 dl.p_flow div {
	position: relative;
	display: flex;
	align-items: center;
	height: 150px;
	margin-bottom: 20px;
	background: #fff;
	border-radius: 20px;
}
article section.sec_1 dl.p_flow dt {
	padding: 0 30px;
}
article section.sec_1 dl.p_flow dt img {
	width: 71px;
}
article section.sec_1 dl.p_flow dd.txt {
	flex-grow: 2; 
	font-size: 22px;
}
article section.sec_1 dl.p_flow dd.txt span {
	font-size: 75%;
}
article section.sec_1 dl.p_flow dd.img img {
	position: relative;
}
article section.sec_1 dl.p_flow div:nth-child(1) dd.img img {
	left: -25px;
	width: 100px;
}
article section.sec_1 dl.p_flow div:nth-child(2) dd.img img {
	left: -5px;
	top: -18px;
	width: 239px;
}
article section.sec_1 dl.p_flow div:nth-child(3) dd.img img {
	top: 12px;
	left: -10px;
	width: 266px;
}

article section.sec_1 dl.fukuoka_app {
	position: relative;
}
article section.sec_1 dl.fukuoka_app dt {
	margin-bottom: 20px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size: 42px;
}
article section.sec_1 dl.fukuoka_app dd > ul > li {
	position: relative;
	margin-bottom: 20px;
	padding-left: 1.3em;
	line-height: 1.3;
}
article section.sec_1 dl.fukuoka_app dd > ul > li::before {
	content: '';
	position: absolute;
	top: 0.2em;
	left: 0;
	width: 0.9em;
	height: 0.9em;
	background: var(--blue);
	border-radius: 50%;
}
article section.sec_1 dl.fukuoka_app dd > ul > li:nth-child(3) {
	width: 15em;
}
article section.sec_1 dl.fukuoka_app dd > ul > li ul.notice {
	margin-top: 5px;
}
article section.sec_1 dl.fukuoka_app dd > ul > li > span {
	display: block;
	margin-top: 5px;
	font-size: 65%;
}
article section.sec_1 dl.fukuoka_app dd.img {
	position: absolute;
	bottom: -26px;
	left: 396px;
}
article section.sec_1 dl.fukuoka_app dd.img img {
	width: 558px;
}

article section.sec_1 .app_link a {
    display: block;
    margin: 80px auto 0;
    width: 400px;
}


/* sec_2 */

article section.sec_2 {
	padding: 80px 0 110px;
	background-image: url(../images/sec_2_bg_1.png), url(../images/sec_2_bg_3.png), url(../images/sec_2_bg_2.png);
	background-repeat: repeat-x, repeat-x, repeat;
	background-position: top left, bottom left, top left;
	background-size: auto;
}

article section.sec_2 h3 {
	margin: -110px auto -90px;
	text-align: center;
}
article section.sec_2 h3 img {
	width: 297px;
	margin: 0 auto;
}

article section.sec_2 dl.info div {
	margin-bottom: 90px;
	padding: 75px 50px 75px;
	background: #f7eee4 url(../images/sec_2_bg_4.png) repeat-x bottom left;
	border-radius: 20px;
}
article section.sec_2 dl.info img.img1 {
	margin: 0 auto;
	width: 763px;
}
article section.sec_2 dl.info img.img2 {
	margin: 0 auto;
	width: 675px;
}
article section.sec_2 dl.info dd.txt p {
	margin: 20px 0 50px;
	text-align: center;
	font-size: 23px;
}
article section.sec_2 dl.info dd.txt p.img {
	margin: 20px 0 35px;
}

article section.sec_2 dl.info div:nth-child(2) ul {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 14px;
}

article section.sec_2 dl.info div:nth-child(1) a {
	display: block;
	width: 406px;
	margin: 0 auto;
}
article section.sec_2 dl.info div:nth-child(2) a img {
	width: 422px;
}


/* sec_3 */

article section.sec_3 {
	padding: 150px 0 110px;
	background: url(../images/sec_3_bg_1.png);
}

article section.sec_3 h3 {
	margin-bottom: 40px;
}
article section.sec_3 h3 img {
	width: 575px;
	margin: 0 auto;
}

article section.sec_3 p {
	text-align: center;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size: 23px;
}
article section.sec_3 p strong {
	color: var(--red);
	font-size: 120%;
}

article section.sec_3 p.txt1 {
	width: 805px;
	max-width: 100%;
	margin: 0 auto 70px;
	padding: 0 30px;
	position: relative;
	line-height: 1.5;
}

article section.sec_3 p.txt1 ::before,
article section.sec_3 p.txt1 ::after {
	content: '';
	position: absolute;
	top: 0;
	width: 28px;
	height: 74px;
	background-size: cover !important;
}
article section.sec_3 p.txt1 ::before {
	left: 0;
	background: url(../images/sec_3_bg_d.svg);
}
article section.sec_3 p.txt1 ::after {
	right: 0;
	background: url(../images/sec_3_bg_e.svg);
}

article section.sec_3 p img.img1 {
	width: 856px;
	margin: 0 auto 40px;
}

article section.sec_3 p.txt2 {
	margin-bottom: 160px;
	line-height: 1.8;
}
article section.sec_3 dl.present div {
	position: relative;
	width: 952px;
	max-width: 100%;
	margin: 0 auto 160px;
	padding: 0 0 40px;
	background: url(../images/sec_3_bg_b.png) repeat-y;
	background-size: 100% 32px;
}
article section.sec_3 dl.present div::before,
article section.sec_3 dl.present div::after {
	content: '';
	position: absolute;
	left: 0;
	width: 952px;
	max-width: 100%;
	height: 32px;
	background-size: 100% 32px !important;
}
article section.sec_3 dl.present div::before {
	top: -32px;
	background: url(../images/sec_3_bg_a.png) no-repeat;
}
article section.sec_3 dl.present div::after {
	bottom: -32px;
	background: url(../images/sec_3_bg_c.png) no-repeat;
}
article section.sec_3 dl.present dt {
	position: relative;
	top: -61px;
	width: 556px;
	margin: 0 auto -20px;
}
article section.sec_3 dl.present img.img2 {
	width: 867px;
	max-width: 94%;
	margin: 0 auto;
}
article section.sec_3 dd.stamp {
	display: flex;
	gap: 25px;
	padding: 0 40px 0;
}
article section.sec_3 dd.stamp ul > li {
	position: relative;
	margin-bottom: 1em;
	padding-left: 1.2em;
	line-height: 1.3;
	font-size: 22px;
}
article section.sec_3 dd.stamp ul > li > span {
	position: absolute;
	top: 0;
	left: 0;
}
article section.sec_3 dd.stamp ul > li li:first-child {
    margin-bottom: 0;
}
article section.sec_3 dd.stamp ul > li li {
	margin-top: 0.3em;
	font-size: 75%;
}

/* sec_4 */

article section.sec_4 {
	padding: 250px 0 50px;
	background: #f7eee4 url(../images/sec_2_bg_3.png) repeat-x top left;
	background-size: auto;
}
article section.sec_4 div.inner {
	position: relative;
	width: 951px;
	max-width: 96%;
	margin: 0 auto 160px;
	padding: 70px 55px 10px;
	background: url(../images/sec_4_bg_b.png) repeat-y;
	background-size: 100% 30px;
}
article section.sec_4 div.inner::before,
article section.sec_4 div.inner::after {
	content: '';
	position: absolute;
	left: 0;
	width: 951px;
	max-width: 100%;
	height: 30px;
	background-size: 100% 30px !important;
}
article section.sec_4 div.inner::before {
	top: -30px;
	background: url(../images/sec_4_bg_a.png) no-repeat;
}
article section.sec_4 div.inner::after {
	bottom: -30px;
	background: url(../images/sec_4_bg_c.png) no-repeat;
}
article section.sec_4 h3 {
	margin: 0 auto 10px;
	position: relative;
}
article section.sec_4 h3::after {
	content: '';
	position: absolute;
	top: -60px;
	left: 0;
	width: 100%;
	height: 150px;
	background: url(../images/sec_4_bg_1_pc.png) no-repeat;
	background-size: cover;
}
article section.sec_4 p.note {
	margin-bottom: 70px;
	text-align: center;
	font-size: 22px;
}
article section.sec_4 ul.ss_flow {
	margin-bottom: 70px;
}
article section.sec_4 ul.ss_flow li {
	width: 24%;
}
article section.sec_4 ul.ss_flow li span {
	color: #231815;
	font-size: 19px;
}
article section.sec_4 ul.ss_flow li span.cap {
	font-size: 16px;
}
article section.sec_4 ul.ss_flow li.arrow,
article section.sec_4 ul.ss_flow li.arrow img {
	width: 14px !important;
}
article section.sec_4 p.notice {
	position: absolute;
	bottom: -64px;
	right: 0;
	font-size: 14px;
	color: #21140a;
}

/* wester */

article section.wester {
	padding: 130px 0 30px;
	background: #fff url(../images/sec_wester_bg.png) repeat-x top left;
	background-size: auto;
	border-bottom: solid 1px #231815;
}

article section.wester p.notes_btn {
	width: 684px;
	margin-bottom: 25px;
}
article section.wester dl {
	margin-bottom: 80px;
}
article section.wester dl dd.d1 {
	top: 27px;
	text-align: center;
	color: #5b4224;
}
article section.wester dl dd.d4,
article section.wester dl dd.d5 {
	color: #231815;
}

/* PC
-------------------------------------------------------------*/

@media screen and (min-width: 760px),print {

/* common */


/* mv */

article section.mv {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 100%;
	height: 620px;
	background: url(../images/sec_mv_bg_pc.jpg) no-repeat center center;
	background-size: cover;
}
article section.mv h2 img {
	display: block;
	width: auto;
	max-width: 100%;
	height: 560px;
	margin: 0 auto;
}
article section.mv p {
	position: absolute;
	bottom: -50px;
	left: 0;
	width: 100%;
	height: 50px;
	background: #fff;
}
article section.mv p img {
	display: block;
	width: 417px;
	margin: 5px auto 0;
}

/* sec_1 */


/* wester */


/* sec_2 */


/* sec_3 */


} /* end @media */


/* SP
-------------------------------------------------------------*/

@media screen and (max-width: 759.9px) {


article section h3.txt span {
	width: 100%;
	font-size: 22px;
}


/* mv */

article section.mv {
	padding: 0;
}


/* sec_1 */

article section.sec_1 {
	padding: 50px 0 80px;
	background-repeat: repeat-y;
	background-size: 100% auto;
}
article section.sec_1 p.txt {
	margin-bottom: 50px !important;
	text-align: left;
	line-height: 1.4;
	font-size: 20px;
}
article section.sec_1 dl.p_flow {
	margin: 80px 0 -50px;
}
article section.sec_1 dl.p_flow div {
	display: block;
	height: auto;
	margin-bottom: 90px;
	padding: 0 16px 30px;
}
article section.sec_1 dl.p_flow dt {
	position: relative;
	top: -40px;
	padding: 0;
}
article section.sec_1 dl.p_flow dt img {
	margin: 0 auto;
	width: 71px;
}
article section.sec_1 dl.p_flow dd.img img {
	position: static;
	margin: 0 auto;
}
article section.sec_1 dl.p_flow dd.txt {
	margin-bottom: 20px;
	line-height: 1.4;
	font-size: 18px;
}
article section.sec_1 dl.p_flow div:first-child dd.txt {
	text-align: center;
}
article section.sec_1 dl.fukuoka_app dt {
	line-height: 1.4;
	font-size: 26px;
}
article section.sec_1 dl.fukuoka_app dd > ul > li:nth-child(3) {
	width: auto;
}
article section.sec_1 dl.fukuoka_app dd.img {
	position: static;
}
article section.sec_1 dl.fukuoka_app dd.img img {
	width: 100%;
	max-width: 100%;
}
article section.sec_1 .app_link a {
    display: block;
    margin: 40px auto 0;
    width: 80%;
}

/* sec_2 */

article section.sec_2 {
	padding: 210px 0 110px;
	background-size: auto, auto, 30px;

}
article section.sec_2 h3 {
	margin: -110px auto -40px;
}
article section.sec_2 h3 img {
	width: 180px;
	margin: 0 auto;
}
article section.sec_2 dl.info div {
	margin-bottom: 30px;
	padding: 45px 4vw 75px;
	background: #f7eee4 url(../images/sec_2_bg_4.png) repeat-x bottom left;
	border-radius: 20px;
}
article section.sec_2 dl.info dd.txt p {
	margin: 20px 0 30px;
	text-align: left;
	line-height: 1.5;
	font-size: 18px;
}
article section.sec_2 dl.info div:nth-child(2) ul {
	display: block;
}
article section.sec_2 dl.info div:nth-child(2) ul li {
	margin-bottom: 20px;
}
article section.sec_2 dl.info div:nth-child(1) a {
	width: 100%;
}
article section.sec_2 dl.info div:nth-child(2) a img {
	width: 100%;
}

/* sec_3 */

article section.sec_3 {
	padding: 70px 0 30px;
	background-size: 50% auto;
}
article section.sec_3 p {
	font-size: 16px;
}
article section.sec_3 p.txt2 {
	margin-bottom: 70px;
}
article section.sec_3 dl.present div {
	margin: 0 auto 120px;
}

article section.sec_3 p.txt1 ::before,
article section.sec_3 p.txt1 ::after {
	top: 20px;
}

article section.sec_3 dl.present div {
	margin: 0 auto 60px;
	padding: 20px 4vw 30px;
	background-size: 100% 12px;
}

article section.sec_3 dl.present div::before,
article section.sec_3 dl.present div::after {
	height: 12px;
	background-size: 100% 12px !important;
}
article section.sec_3 dl.present div::before {
	top: -12px;
}
article section.sec_3 dl.present div::after {
	bottom: -12px;
}

article section.sec_3 dl.present dt {
	top: -46px;
	width: 86%;
}
article section.sec_3 dd.stamp {
	display: block;
	padding: 0;
}
article section.sec_3 dd.stamp ul > li {
	font-size: 16px;
}
article section.sec_3 dd.stamp p {
	width: 260px;
	margin: 30px auto 0;
}

/* sec_4 */

article section.sec_4 {
	padding: 130px 0 50px;
}

article section.sec_4 div.inner {
	margin-bottom: 50px;
	padding: 70px 4vw 10px;
	background-size: 100% 16px;
}
article section.sec_4 div.inner::before,
article section.sec_4 div.inner::after {
	height: 16px;
	background-size: 100% 16px !important;
}
article section.sec_4 div.inner::before {
	top: -16px;
}
article section.sec_4 div.inner::after {
	bottom: -16px;
}
article section.sec_4 h3 span {
	font-size: 18px;
}

article section.sec_4 h3::after {
	background-size: 100% auto;
}
article section.sec_4 p.note {
	margin-bottom: 30px;
	font-size: 14px;
}

article section.sec_4 ul.ss_flow {
	margin-bottom: 40px;
}
article section.sec_4 ul.ss_flow li {
	width: 100%;
}
article section.sec_4 ul.ss_flow li.arrow {
	width: 100% !important;
}
article section.sec_4 ul.ss_flow li.arrow img {
	width: 24px !important;
}
article section.sec_4 ul.ss_flow li span {
	font-size: 16px;
}
article section.sec_4 ul.ss_flow li span.cap {
	font-size: 14px;
}
article section.sec_4 p.notice {
	bottom: -40px;
}

/* wester */

article section.wester {
	padding: 110px 0 0px;
}
article section.wester dl {
	margin-bottom: 50px;
}
article section.wester p.notes_btn {
    width: 100%;
	margin-bottom: 20px;
}


} /* end @media */


/* intermediate
-------------------------------------------------------------*/

@media screen and (min-width:760px) and (max-width:900px) {

article section.sec_1 dl.fukuoka_app dd.img img {
	max-width: 43vw;
}


} /* end @media */


