@charset "utf-8";

/* ------------------------------
 見出し
------------------------------ */
/* メインイメージ内見出し */
.mainimgTop h1,
.mainimgPage h1 {
	font-size: 3rem;
	font-weight: 700;
	text-shadow: 0 0 8px rgba(0,0,0,1);
	color: #fff;
	position: absolute;
	left: 0;
	right: 0;
	top: 28%;
	margin: auto;
	padding-top: 22px;
	/*padding-top: 42px;
	background: url(../img/gyoza_main.png) no-repeat center 0 / 63px auto;*/
}


/* 見出しh2 */
.contents h2 {
	font-size: 3.3rem;
	line-height: 1.3;
	font-weight: bold;
	position: relative;
	
	padding: 20px 0 40px 44px;
	margin-top: -20px;
	margin-left: -44px;
	background: url(../img/h2_bg.png) no-repeat 0 0;
}

/*
.contents h2 span {
	z-index: 2;
	position: relative;
}
.contents h2::before {
	content: "";
	width: 77px;
	height: 79px;
	background: url(../img/h2_bg.png) no-repeat 0 0 / cover;
	position: absolute;
	left: -44px;
	top: -20px;
	margin: auto;
}
*/

/* 見出しh3 */
.contents h3 {
	font-size: 2.7rem;
	line-height: 1.5;
	padding-bottom: 10px;
	margin-bottom: 27px;
	border-bottom: solid 2px #E5DCB0;
	position: relative;
	font-weight: bold;
}
.contents h3:before {
	content: "";
	width: 80px;
	height: 2px;
	background: #CEA100;
	position: absolute;
	left: 0;
	bottom: -2px;
}

/* 見出しh4 */
.contents h4 {
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.4;
	padding-left: 12px;
	margin-bottom: 20px;
	border-left: solid 5px #CDA249;
}



/* 大文字見出し */
.mainLead {
	font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-size: 3.7rem;
	line-height: 1.4;
	font-weight: bold;
	margin-bottom: 60px;
	border-left: solid 10px #CEA100;
	padding-left: 22px;
	position: relative;
}
.mainLead.tac {
	background: url(../img/gyoza.png) no-repeat center bottom / 50px auto;
	padding-bottom: 50px;
	margin-bottom: 30px;
	border-left: none;
	padding-left: 0;
}
.mainLead.square {
	border-left: none;
	text-align: center;
	padding-left: 0;
}
.mainLead.square::after {
	content: "";
	width: 50px;
	height: 4px;
	display: block;
	background: #cea100;
	margin: 23px auto;
}
.mainLead.square small {
	font-size: 2.4rem;
}
.mainLead.square .new {
	color: #d80d18;
	padding: 5px 15px;
	border-radius: 50px;
	border: 1px solid #d80d18;
	font-family: 'Roboto' , "メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  	font-size: 1.8rem;
	vertical-align: 10px;
	margin-right: 15px;
}
.subLead {
	font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-size: 2.4rem;
	line-height: 1.4;
	font-weight: bold;
	margin-bottom: 10px;
}
/* .mainLead.tac:after {
	content: "";
	width: 50px;
	height: 4px;
	background: #CEA100;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
} */

/* 下ライン見出し */
.title-a {
	font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-size: 3.2rem;
	font-weight: bold;
	padding-bottom: 20px;
	margin-bottom: 18px;
	position: relative;
}
.title-a:after {
	content: "";
	width: 50px;
	height: 4px;
	background: #CEA100;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.icon_title {
	font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-size: 3.3rem;
	line-height: 1.2;
	font-weight: bold;
	padding-top: 45px;
	margin-bottom: 20px;
	background: url(../img/gyoza.png) no-repeat center 0 / 50px auto;
}
.icon_title.size-l {
	font-size: 4.4rem;
	padding-top: 50px;
	margin-bottom: 25px;
	background: url(../img/icon_gyoza.svg) no-repeat center 0 / 155px auto;
}

/* ------------------------------
 スマホ用コード（見出し）
------------------------------ */
@media screen and (max-width: 767px) {
	/* メインイメージ内見出し */
	.mainimgTop h1,
	.mainimgPage h1 {
		font-size: 2.4rem;
		top: 0;
		padding: 0 5%;
		bottom: 0;
		margin: auto;
		align-items: center;
		display: grid;
	}
	/* 見出しh2 */
	.contents h2 {
		font-size: 2.4rem;
		padding: 20px 0 20px 30px;
		margin-left: -30px;
		background-size: 60px auto;
	}
	/*
	.contentsPage h2::before {
		content: "";
		width: 60px;
		height: 62px;
		left: -30px;
	}
	*/
	.contentsPage h2 br,
	.contentsPage h3 br,
	.contentsPage h4 br {
		display: none;
	}
	

	/* 見出しh3 */
	.contentsPage h3 {
		font-size: 2.2rem;
		margin-bottom: 20px;
	}
	
	/* 見出しh4 */
	.contentsPage h4 {
		font-size: 1.7rem;
		padding-left: 10px;
		margin-bottom: 15px;
		border-left: solid 3px #CDA249;
	}
	
	/* 大文字見出し */
	.mainLead {
		font-size: 2.4rem;
		margin-bottom: 30px;
		border-left: solid 4px #CEA100;
		padding-left: 15px;
	}
	.mainLead.tac {
		padding-bottom: 45px;
		margin-bottom: 20px;
		border-left: none;
		padding-left: 0;
	}
	.subLead {
		font-size: 1.8rem;
	}
	.mainLead.square::after {
		margin: 15px auto 20px;
	}
	.mainLead.square small {
		font-size: 1.8rem;
		display: block;
	}
	.mainLead.square .new {
		padding: 4px 12px;
		font-size: 1.3rem;
		vertical-align: 4px;
		margin-right: 10px;
	}
	
	
	/* 下ライン見出し */
	.title-a {
		font-size: 2.1rem;
		padding-bottom: 15px;
		margin-bottom: 12px;
	}
	
	.icon_title {
		font-size: 2.4rem;
		padding-top: 40px;
		margin-bottom: 20px;
		background: url(../img/gyoza.png) no-repeat center 0 / 50px auto;
	}
	.icon_title.mb40 {
		margin-bottom: 20px !important;
	}
	.icon_title.size-l {
		font-size: 2.8rem;
		padding-top: 40px;
		margin-bottom: 20px;
		background-size: 100px auto;
	}
	
}


/* ------------------------------
 ボックス
------------------------------ */
/* サイドなし 1/4 */
.w252,
.w1-4 {
	width: 252px;
}
/* サイドなし 3/4 */
.w3-4 {
	width: 812px;
}

/* サイドなし 1/3 */
.w336,
.w1-3 {
	width: 336px;
}
/* bg-a内 1/3 */
.bg-a .w1-3 {
	width: 320px;
}

/* サイドなし 2/3 */
.w714,
.w2-3 {
	width: 714px;
}
/* bg-a内 2/3 */
.bg-a .w2-3 {
	width: 680px;
}

/* サイドなし 1/2 */
.w532,
.w1-2 {
	width: 532px !important;
}


/* lineBox-a内 1/3 */
.lineBox-a .w1-3 {
	width: 400px;
	display: table-cell;
	vertical-align: middle;
}

/* lineBox-a内 2/3 */
.lineBox-a .w2-3 {
	width: 692px;
	display: table-cell;
	vertical-align: middle;
}
.lineBox-a div + .w2-3 {
	width: 704px;
	padding-left: 30px;
}


/* その他 */
.contentsPage .cms_block.w900,
.w900 {
	width: 900px;
}
.w752 {
	width: 752px;
}

.gmap iframe {
	width: 100%;
	height: 500px;
}
/* ------------------------------
 ボックス
------------------------------ */
/* -- 横並びボックス（flexbox） --- */
.flexBox {
	display: flex !important;
	flex-flow: row wrap;
}
.flexBox::after {
	display: none;
}
/* -- 横並びボックス（flexbox） センター揃え --- */
.flexBox.fb-tac {
	justify-content: center;
}
/* -- 横並びボックス（flexbox） 縦センター揃え --- */
.flexBox.fb-vac {
	align-items: center;
}
/* -- 横並びボックス（flexbox） 左右 --- */
.flexBox.jc-sb {
	justify-content: space-between;
}
/* ------------------------------
 横幅グリッド PC用限定CSS
------------------------------ */
@media print, screen and (min-width: 768px) {
	/* flexbox 1/3 */
	.flexBox .w1-3:not(:nth-child(3n)),
	.flexBox .w336:not(:nth-child(3n)) {
		margin-right: 42px;
	}
	/* flexbox 1/4 */
	.flexBox .w1-4:not(:nth-child(4n)),
	.flexBox .w252:not(:nth-child(4n)) {
		margin-right: 27px;
	}
	.flexBox .cms_text:last-child,
	.flexBox .cms_image:last-child {
		margin-bottom: 40px;
	}
}

/* ------------------------------
 スマホ用コード（ボックス）
------------------------------ */
@media screen and (max-width: 767px) {
	/* サイドなし 1/4 */
	.w252,
	.w1-4 {
		width: 48.5% !important;
	}
	.w252 + .w252,
	.w1-4 + .w1-4 {
		margin-left: 3%;
	}
	.w252 + .w252 + .w252,
	.w1-4 + .w1-4 + .w1-4 {
		margin-left: 0;
	}
	.w252.fl,
	.w252.cms_fl,
	.w1-4.fl,
	.w1-4.cms_fl {
		float: left !important;
	}
	.w252.fr,
	.w252.cms_fr,
	.w1-4.fr,
	.w1-4.cms_fr {
		float: right !important;
	}
	
	/* サイドなし 1/3 */
	.w336,
	.w1-3 {
		width: auto !important;
	}
	
	/* サイドなし 2/3 */
	.w714,
	.w2-3 {
		width: auto !important;
	}
	
	/* サイドなし 1/2 */
	.w532,
	.w1-2 {
		width: auto !important;
	}
	
	/* lineBox内 1/3 */
	.lineBox-a .w1-3 {
		width: auto;
		display: block;
	}
	
	/* lineBox内 2/3 */
	.lineBox-a .w2-3 {
		width: auto;
		display: block;
	}
	.lineBox-a div + .w2-3 {
		width: auto;
		padding: 0 5% 5%;
	}
	
	/* その他 */
	.contentsPage .cms_block.w900,
	.w900 {
		width: 90%;
	}
	
	.w752 {
		width: auto;
	}
	
	.gmap iframe {
		height: 250px;
	}

	/* flexbox 1/4 */
	.flexBox .w1-4:not(:nth-child(odd)),
	.flexBox .w252:not(:nth-child(odd)) {
		margin-left: 3%;
	}
}

/* ------------------------------
 動画
------------------------------ */
video {
    max-width: 100%;
    height: auto;
}
/* ------------------------------
 テーブル
------------------------------ */
.contents table {
	width: 100%;
}

/* デフォルト */
table {
	border-top: solid 1px #E3E0DE;
	border-right: solid 1px #E3E0DE;
}
table th {
	padding: 12px 10px;
	font-weight: bold;
	text-align: center;
	background: #F9F8F7;
	border-bottom: solid 1px #E3E0DE;
	border-left: solid 1px #E3E0DE;
}
table td {
	padding: 12px 10px 12px 20px;
	border-bottom: solid 1px #E3E0DE;
	border-left: solid 1px #E3E0DE;
	background: #fff;
}


/* スクロールするテーブル */
.th_scroll {
	width: 100% !important;
    overflow: hidden !important;
}

/* ------------------------------
 スマホ用コード（テーブル）
------------------------------ */
@media screen and (max-width: 479px) {
	.contents .res table th {
		width: auto !important;
		display: block;
		padding-bottom: 5px;
	}
	.contents .res table td {
		width: auto !important;
		display: block;
		padding-top: 5px;
	}
	
	.th_scroll {
		width: 100% !important;
	    overflow: hidden !important;
	}
	.th_scroll table {
		width: 1092px !important;
	}
}
@media screen and (max-width: 479px) {
	.th_scroll {
		width: 100% !important;
	    overflow: hidden !important;
	}
	.th_scroll table {
		font-size: 12px;
		width: 800px !important;
	}
}

/* ------------------------------
 線
------------------------------ */
.line-a {
	padding-bottom: 45px;
	border-bottom: solid 1px #CEA100;
}
/* ------------------------------
 スマホ用コード（線）
------------------------------ */
@media screen and (max-width: 479px) {
	.line-a {
		padding-bottom: 30px;
	}
}

/* ------------------------------
 線BOX
------------------------------ */
.lineBox-a {
	display: table;
	background: #EFEBE4;
	position: relative;
}
.lineBox-a .cms_image img {
	width: 100%;
	height: auto;
}
.lineBox-a::after {
	content: "";
	width: 0;
	height: 0;
	border: 15px solid transparent;
	border-top: 15px solid #CEA100;
	position: absolute;
	bottom: -15px;
	right: -15px;
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.lineBox-a p {
	font-size: 2rem;
	font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-weight: bold;
	color: #574546;
}
.lineBox-b {
	padding: 25px;
	border: solid 1px #ccc;
}


/* ------------------------------
 スマホ用コード（線BOX）
------------------------------ */
@media screen and (max-width: 479px) {
	.lineBox-a p {
		font-size: 1.8rem;
	}
	
	.lineBox-b {
		padding: 20px;
	}
}


/* ------------------------------
 リスト
------------------------------ */
/* デフォルト */
.list ul li {
	margin-bottom: 5px;
	padding-left: 1.2em;
	position: relative;
}
.list ul li:before,
.sidelist:not(.no-icon) ul li:before {
	content: "●";
	margin: 0 5px 0 3px;
	font-size: 1rem;
	line-height: 2;
	color: #CEA100;
	vertical-align: top; 
	position: absolute;
	top: .4em;
	left: 0;
}

/* 横並びリスト */
.sidelist ul,
.sidelist ol {
	display: flex;
	justify-content: flex-start;
	flex-flow: row wrap;
	gap: 3px 13px;
}
.sidelist ul li,
.sidelist ol li {
	margin-bottom: 0;
}
.sidelist.gap-m ul,
.sidelist.gap-m ol {
	gap: 3px 25px;
}
.sidelist.tac ul,
.sidelist.tac ol {
	justify-content: center;
}
.sidelist ul li {
	font-size: 1.6rem;
	padding-left: 1.2em;
	position: relative;
}
.sidelist.no-icon ul li {
	padding-left: 0;
}

/* リストアイコン */
.listIcon ul {
	font-size: 0;
}
.listIcon ul li {
	font-size: 2rem;
	color: #fff;
	padding: 5px 12px;
	margin-right: 8px;
	border-radius: 5px;
	background: #b91c22;
	font-weight: bold;
	display: inline-block;
}
.listIcon.size-s ul li {
	font-size: 1.4rem;
	padding: 3px 10px;
}
/* チェックリスト */
.checkList li {
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.4;
	padding-left: 35px;
	position: relative;
}
.checkList li:not(:last-child) {
	margin-bottom: 15px;
}
.checkList li::before {
	content: "";
	width: 20px;
	height: 20px;
	border: solid 2px #CEA100;
	position: absolute;
	top: 5px;
	left: 0;
}
.checkList li::after {
	content: "";
	width: 20px;
	height: 13px;
	border-left: solid 4px #CEA100;
	border-bottom: solid 4px #CEA100;
	position: absolute;
	top: 0;
	left: 3px;
	transform: rotate(-45deg);
}
/* 実績リスト */
.worksList li {
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.4;
}
.worksList li:not(:last-child) {
	margin-bottom: 15px;
}
.worksList li.crown {
	padding-left: 70px;
	background: url(../img/startup/icon-crown.png) no-repeat 0 0;
}
.worksList li.video {
	padding-left: 70px;
	background: url(../img/startup/icon-video.png) no-repeat 0 3px;
}
/* ------------------------------
 PC用コード
------------------------------ */
@media print, screen and (min-width: 768px) {
	/* 2分割 */
	.div2 ul,
	.div2 ol {
		display: flex;
		flex-flow: row wrap;
		align-items: flex-start;
		justify-content: space-between;
	}
	.div2 ul li,
	.div2 ol li {
		width: calc((100% / 2) - 28px);
	}
}

/* ------------------------------
 スマホ用コード
------------------------------ */
@media screen and (max-width: 767px) {
	/* リストアイコン */
	.listIcon ul li {
		font-size: 1.6rem;
		padding: 5px 10px;
		margin-right: 5px;
		margin-bottom: 5px;
	}
	/* チェックリスト */
	.checkList li {
		font-size: 1.8rem;
		padding-left: 30px;
	}
	.checkList li::before {
		width: 15px;
		height: 15px;
	}
	.checkList li::after {
		width: 15px;
		height: 8px;
		border-left-width: 3px;
		border-bottom-width: 3px;
		top: 3px;
	}
	/* 実績リスト */
	.worksList li {
		font-size: 1.8rem;
	}
	.worksList li.crown {
		padding-left: 40px;
		background-size: 30px auto;
	}
	.worksList li.video {
		padding-left: 40px;
		background-size: 30px auto;
	}
}

/* ------------------------------
 数字リスト
------------------------------ */

/* デフォルト */
.list ol li {
	margin-bottom: 5px;
	padding-left: 1.2em;
	position: relative;
}

/* 行間 */
.list ol li strong {
	display: block;
	margin-bottom: 12px;
}

/* olの中でnをリセット */
.list ol,
.sidelist ol {
	counter-reset:n;
}

/* (大)数字リスト */
.list ol li:before,
.sidelist ol li:before {
	counter-increment: n;
	content:counter(n);
	margin: 0 5px 0 3px;
	font-size: 112.5%;
	font-weight:bold;
	line-height: 2;
	color: #CEA100;
	vertical-align: top; 
	position: absolute;
	top: -0.3em;
	left: 0;
}

/* (小)数字リスト */
.list ol li ol li:before,
.sidelist ol li ol li:before {
	content:counter(n)".";
	margin: 0 5px 0 3px;
	font-size: 16px;
	font-weight:bold;
	line-height: 2;
	color: #333;
	vertical-align: top; 
	position: absolute;
	top: -0.2em;
	left: -1em;
	width: 28px;
	text-align: right;
}

/* ------------------------------
 背景色
------------------------------ */
.bg-a {
	padding: 30px;
	background: #F8F6F3;
}
.bg-b {
	padding: 10px;
	border-radius: 5px;
	background: #F1EDE7;
}
.bg-c {
	padding: 50px;
	background: #faf0e6;
}
/* 背景色 */
.color_box {
	margin: 30px 30px 80px 30px;
	padding: 50px;
	background-color:#f4f1ed;
	border-radius:10px;
}
 
 /* boxの中の画像はマージンなし*/
 .color_box .cms_image{
 	margin: 0px;
 }
 
 /* boxの中のmainLead tacの字は大きくする */
 .color_box .cms_text.mainLead.tac{
 	font-size:20px;
 	padding-bottom: 25px;
 	background: none;
}
 .color_box .cms_text.mainLead.tac::after {
	content: "";
	width: 50px;
	height: 4px;
	background: #CEA100;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.color_box .cms_text{
 	margin-bottom: 20px;
}
 
 /* boxの中のお問い合わせ*/
  .color_box .cms_text.inq_btn{
  	display: block;
  	font-size:16px;
	margin-bottom: 0;
}
.color_box .cms_text.inq_btn a{
 	line-height: 40px;
 	width: 140px;
 	margin-top : 0px ;
 	margin-left : auto ; margin-right : auto ;
 }
 
/* 左側に画像がある場合 */
	.color_box .cms_text.l_img{
	left : 30px ;
}
/* ------------------------------
 ページ内リンク
------------------------------ */
.inLink {
	padding: 20px 10px;
	background: #FAF8F6;
}
.inLink li {
	padding: 20px 10px;
	background: #FAF8F6;
}
.inLink ul {
	font-size: 0;
	position: relative;
	z-index: 8;
}
.inLink li {
	font-size: 1.4rem;
	font-weight: bold;
	padding: 0 20px 0 40px;
	position: relative;
	display: inline-block;
}
.inLink li a {
	color: #000;
	position: relative;
}
.inLink li a:before {
	font-family: 'FontAwesome';
	font-size: 1rem;
	content: '\f0d7';
	line-height: 14px;
	color: #fff;
	position: absolute;
	top: 0.3em;
	left: auto;
	width: 13px;
	height: 13px;
	margin-left: -20px;
	text-align: center;
	border-right: none;
	border-radius: 8px;
	background: #B91C22;
	-webkit-transition: 0.1s ease-in-out;
	-moz-transition: 0.1s ease-in-out;
	-o-transition: 0.1s ease-in-out;
	transition: 0.1s ease-in-out;
}
.inLink li a:hover:before {
	background: #CEA100;
}

/* ------------------------------
 アンカーリンク
------------------------------ */
.anchor-link{
	text-align: center;
}
.anchor-link p{
	display: inline-block;
	margin: 0 8px;
}
.anchor-link a{
	position: relative;
	padding-right: 20px;
	color: #000;
	font-weight: bold;
	font-size: 1.8rem;
	display: block;
    text-align: left;
}
.anchor-link a::after {
	font-family: 'FontAwesome';
	font-size: 1rem;
	content: '\f0da';
	line-height: 15px;
	color: #fff;
	position: absolute;
	top: 0.5em;
	right: 0;
	width: 13px;
	height: 15px;
	margin-left: 0;
	text-align: center;
	padding-left: 2px;
	border-radius: 15px;
	background: #B91C22;
	transform: rotate(90deg);
	-webkit-transition: 0.1s ease-in-out;
	-moz-transition: 0.1s ease-in-out;
	-o-transition: 0.1s ease-in-out;
	transition: 0.1s ease-in-out;
}
@media screen and (max-width: 767px) {
	.anchor-link a{
		font-size: 1.4rem;
	}
	.anchor-link a::after {
		top: 0.2em;
	}
}

/* ------------------------------
 ボタン
------------------------------ */
.btn-a a,
a .btn-a {
	min-width: 230px;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 20px;
	color: #fff;
	margin: 0 auto;
	padding: 10px 20px;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	position: relative;
	background: #B91C22;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.btn-a a:before,
a .btn-a:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #CEA100;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
	transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.btn-a a:hover:before,
a:hover .btn-a:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
.btn-b a,
a .btn-b {
	min-width: 230px;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 20px;
	color: #fff;
	margin: 0 auto;
	padding: 10px 20px;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	position: relative;
	background: #B91C22;
	transition: all 0.1s ease-in-out 0s;
}
.btn-b a:hover,
a .btn-b:hover {
	background: #CEA100;
}
.btn-c a,
a .btn-c {
	min-width: 230px;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 20px;
	color: #B91C22;
	margin: 0 auto;
	padding: 10px 20px;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	position: relative;
	background: #FFFFFF;
	border: 1px solid #B91C22;
	transition: all 0.1s ease-in-out 0s;
}
.btn-c a:hover,
a .btn-c:hover {
	color: #CEA100;
	border: 1px solid #CEA100;
}

/*IE10以降に適用されるCSSハック（一応）*/
@media all and (-ms-high-contrast:none){
	.btn-a a,
	a .btn-a {
		padding: 13px 20px 7px;
	}
	.btn-b a,
	a .btn-b {
		padding: 13px 20px 7px;
	}
	.btn-c a,
	a .btn-c {
		padding: 13px 20px 7px;
	}
}
/* ------------------------------
 PC用コード
------------------------------ */
@media screen and (min-width: 768px) {
	.btnList.div2 ul {
		gap: 10px 10px;
		justify-content: flex-start;
	}
	.btnList.div2 ul li {
		width: calc((100% / 2) - 10px);
	}
	.btnList.div2 ul li a {
		width: 100%;
	}
}
/* ------------------------------
 スマホ用コード
------------------------------ */
@media screen and (max-width: 767px) {
	.bg-c {
		padding: 25px;
	}
	.btn-a a,
	a .btn-a {
		min-width: 200px;
		font-size: 1.6rem;
		line-height: 18px;
		padding: 8px 15px;
	}
	.btn-b a,
	a .btn-b {
		min-width: 200px;
		font-size: 1.6rem;
		line-height: 18px;
		padding: 8px 15px;
	}
	.btn-c a,
	a .btn-c {
		min-width: 200px;
		font-size: 1.6rem;
		line-height: 18px;
		padding: 8px 15px;
	}
	/* ボタンリスト */
	.btnList.div2 ul {
		display: flex;
		flex-flow: row wrap;
		gap: 10px 10px;
		justify-content: center;
	}
	.btnList.div2 ul li a {
		width: 100%;
	}
}

/* ------------------------------
 雲型装飾
------------------------------ */
.cloud {
	position: relative;
}
.cloud .deco01,
.cloud .deco02 {
	margin-bottom: 0;
}
.cloud .deco01 img {
	position: absolute;
	top: -77px;
	right: 50%;
	margin-right: 430px;
}
.cloud .deco02 img {
	position: absolute;
	top: 55px;
	left: 50%;
	margin-left: 430px;
}
/* ------------------------------
 スマホ用コード
------------------------------ */
@media screen and (max-width: 767px) {
	.cloud .deco01 img {
		width: 287px;
		height: auto;
		top: -38px;
		margin-right: 20%;
	}
	.cloud .deco02 img {
		width: 280px;
		top: 75%;
		margin-left: 20%;
	}
}
/* ------------------------------
 POINTボックス
------------------------------ */
.pointBox {
	display: flex;
	justify-content: space-between;
}
.icon-point {
	font-family: 'Roboto' ,sans-serif;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.4;
	color: #fff;
	width: 80px;
	height: 80px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #CEA100;
}
.pointBox .textBox {
	width: calc(100% - 100px);
}
/* ------------------------------
 スマホ用コード
------------------------------ */
@media screen and (max-width: 767px) {
	/* POINT */
	.icon-point {
		font-size: 1.4rem;
		width: 55px;
		height: 55px;
	}
	.pointBox .textBox {
		width: calc(100% - 70px);
	}
}
/* ------------------------------
 新着
------------------------------ */
.newsList li a {
	color: #333;
}
.cate7 em {
	background: #E28B00;
}
.cate2 em {
	background: #8B9900;
}
.cate3 em {
	background: #39BCB8;
}
.cate1 em {
	background: #E5653E;
}
/*IE10以降に適用されるCSSハック（一応）*/
@media all and (-ms-high-contrast:none){
	.newsList li em {
		padding-top: 4px;
		line-height: 26px;
	}
}

/* ------------------------------
 アイコン
------------------------------ */
.blank {
	padding-right: 20px;
	background: url(../img/blank_icon.gif) no-repeat right center;
}

a .icon01,
a.icon01,
.icon01 a {
	font-weight: bold;
	padding-left: 20px;
	color: #000;
	position: relative;
}
a .icon01:before,
a.icon01:before,
.icon01 a:before {
	font-family: 'FontAwesome';
	font-size: 1rem;
	content: '\f0da';
	line-height: 14px;
	color: #fff;
	position: absolute;
	top: 0.3em;
	left: auto;
	width: 11px;
	height: 13px;
	margin-left: -20px;
	text-align: center;
	padding-left: 2px;
	border-right: none;
	border-radius: 8px;
	background: #B91C22;
	-webkit-transition: 0.1s ease-in-out;
	-moz-transition: 0.1s ease-in-out;
	-o-transition: 0.1s ease-in-out;
	transition: 0.1s ease-in-out;
}
a .icon01:hover:before,
a.icon01:hover:before,
.icon01 a:hover:before {
	background: #CEA100;
}

/* ------------------------------
 インデックス下層リンク
------------------------------ */
.simple_link a {
	color: #000;
	-webkit-transition: 0.05s ease-in-out;
	-moz-transition: 0.05s ease-in-out;
	-o-transition: 0.05s ease-in-out;
	transition: 0.05s ease-in-out;
}
.simple_link a:hover {
	color: #CEA100;
	text-decoration: none;
}
.simple_link > ul > li {
	font-family: "Yu Gothic",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	margin: auto;
	font-size: 1.4rem;
	justify-content: space-between;
	white-space: nowrap;
	font-weight: bold;
	border-bottom: solid 1px #DCD2C3;
}
.simple_link > ul > li > a::before {
	font-family: 'FontAwesome';
	font-size: 1rem;
	content: '\f0da';
	line-height: 14px;
	color: #fff;
	position: absolute;
	top: 2.4em;
	left: auto;
	width: 11px;
	height: 13px;
	margin-left: -20px;
	text-align: center;
	padding-left: 2px;
	border-right: none;
	border-radius: 8px;
	background: #B91C22;
	-webkit-transition: 0.1s ease-in-out;
	-moz-transition: 0.1s ease-in-out;
	-o-transition: 0.1s ease-in-out;
	transition: 0.1s ease-in-out;
}
.simple_link > ul > li .header-title {
	font-size: 1.8rem;
	display: block;
	color: #CEA100;
	font-weight: bold;
	border-bottom: solid 1px #CEA100;
	padding-bottom: 15px;
	width: 100%;
	margin-bottom: -1px;
}
.simple_link > ul > li > a {
	font-weight: bold;
	padding: 20px 0 20px 22px;
	position: relative;
}
.simple_link > ul > li > ul > li > a {
	font-weight: normal;
	padding: 20px 10px;
	display: block;
}
.simple_link > ul > li > ul > li:nth-child(n+3) {
	border-top: dotted 1px #a48e72;
}
@media print, screen and (min-width: 768px) {
	.simple_link > ul > li {
		width: 860px;
		display: flex;
	}
	.simple_link > ul > li > ul {
		width: 562px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.simple_link > ul > li > a {
		width: 264px;
	}
	.simple_link > ul > li > ul {
		width: 562px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.simple_link > ul > li > ul > li {
		width: 264px;
	}
	.simple_link > ul > li > ul > li:nth-child(n+3) {
		border-top: dotted 1px #a48e72;
	}
}
@media screen and (max-width: 767px) {
	.simple_link ul li a {
		width: 100%;
		display: block;
	}
	.simple_link > ul > li > ul > li {
		border-top: dotted 1px #a48e72;
	}
}