@charset "UTF-8";
/* CSS Document */

/* ====================================================
Common
==================================================== */
body{
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

/* tップスクロールボタン */
.pagetop a {
	display: block;
  width: 300px;
  height: auto;
  display: block;
  position: fixed;
  right: 15px;
  bottom: 0;
	z-index: 19;
	opacity: 1 !important;
}
.pagetop a:hover {
	opacity: 1 !important;
}

.pagetop a img {
	width: 100%;
}
 
.pagetop a .fa-close {
	font-size: 20px;
	position: absolute;
	top: 16px;
	right: 23px;
	z-index: 20;
}

@media print, screen and (max-width: 767px) { /* スマホ表示 */
.pagetop a {
	width: 100%;
	right: 0;
}

.pagetop a .fa-close {
	font-size: 22px;
	position: absolute;
	top: 9%;
	right: 2%;
	z-index: 20;
}
}


/* ====================================================
basic
==================================================== */
.wrapbody {
	width: 100%;
	padding: 0;
	text-align: center;
	overflow: hidden;
}

.wrap1200 {
	max-width: 1200px;
}

.wrap1000 {
	max-width: 1000px;
}

a {
	color: #fff;
}
a:hover,
a:focus {
	color: #fff;
	text-decoration: none;
	opacity: .8;
}
h2 {
	line-height: 1.4;
}

p {
	font-size: 20px;
}

.answer-btn {
	display: block;
	width: 100%;
	max-width: 770px;
	height: 90px;
	line-height: 90px;
	background-image: url("../images/common/answer_btn.png");
	background-position: center;
	background-size: contain;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	margin: 0 auto 65px;
	position: relative;
}
.answer-btn::after {
	content: url("../images/common/answer_btn_c.png");
	position: absolute;
	bottom: -100px;
	right: 0;
}
@media print, screen and (max-width: 767px) { /* スマホ表示 */
.answer-btn {
	background-image: url("../images/common/answer_btn_sp.png");
	max-width: 345px;
	height: 125px;
	line-height: 1.5;
	padding: 25px 5px;
}

.answer-btn::after {
	content: url("../images/common/answer_btn_c_sp.png");
	bottom: -60px;
	right: 20px;
}
}

.answer-btn2 {
	display: block;
	width: 100%;
	max-width: 770px;
	height: 90px;
	line-height: 90px;
	background-image: url("../images/common/answer_btn2.png");
	background-position: center;
	background-size: contain;
	color: #000;
	font-size: 24px;
	font-weight: bold;
	margin: 0 auto 65px;
	position: relative;
}
.answer-btn2::after {
	content: url("../images/common/answer_btn_c.png");
	position: absolute;
	bottom: -100px;
	right: 0;
}
.answer-btn2:focus,
.answer-btn2:hover {
	color: #000;
}
@media print, screen and (max-width: 767px) { /* スマホ表示 */
.answer-btn2 {
	background-image: url("../images/common/answer_btn2_sp.png");
	max-width: 345px;
	height: 125px;
	line-height: 1.5;
	padding: 28px 5px;
	font-size: 22px;
}

.answer-btn2::after {
	content: url("../images/common/answer_btn_c_sp.png");
	bottom: -60px;
	right: 20px;
}
}

/* 共通CSS 
------------------------------ */
@media print, screen and (min-width: 768px) { /* PC表示 */
.pc-hidden {
	display: none;
}
.sp-hidden {
	display: initial;
}
}

@media print, screen and (max-width: 767px) { /* スマホ表示 */
.sp-hidden {
	display: none;
}
.pc-hidden {
	display: initial;
}
}

span.yellow-line {
	background:linear-gradient(transparent 60%, #feea6b 60%);
}

.common-text {
	font-size: 20px;
}
@media print, screen and (max-width: 767px) { /* スマホ表示 */
.common-text {
	border-top: 2px solid #231a1a;
	padding: 30px 0 0;
	margin: 0 0;
}

.common-text p {
	text-align: left;
}
.common-text p:nth-of-type(2) {
	margin-top: 20px;
}
}



/* ====================================================
Header
==================================================== */
header .header-bg-pc,
header .header-bg-sp {
	width: 100%;
}

header {
	position: relative;
}

header h1 {
	margin: 0;
}

header h1 .header-pc {
	width: 60%;
	display: block;
	position: absolute;
	top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

header h1 .header-sp {
	display: none;
}

.header-bg-pc {
	display: inherit;
}

.header-bg-sp {
	display: none;
}

@media print, screen and (max-width: 767px) { /* スマホ表示 */
header h1 .header-pc {
	display: none;
}	

header h1 .header-sp {
	width: 85%;
	display: block;
	position: absolute;
	top: 40px;
	left: 0;
	right: 0;
	margin: auto;
}	
	
.header-bg-pc {
	display: none;
}

.header-bg-sp {
	display: inherit;
}
}

/* ====================================================
part1
==================================================== */
.part1 {
	width: 100%;
}

.part1 h2 {
	background-color: #ea7d21;
	color: #fff;
	font-size: 34px;
	font-weight: bold;
	margin: 0;
	height: 190px;
	text-align: center;
	line-height: 190px;
}

.part1-wrap {
	margin: 0 auto;
	background-color: #fff;
	position: relative;
}

.part1-iconbox {
	max-width: 1000px;
	margin: 0 auto 15px;
	display: flex;
	justify-content: center;
	position: absolute;
	left: 0;
	right: 0;
	top: -40px;
}
.part1-iconbox img {
	width: 33%;
	max-width: 322px;
}

.part1-iconbox-hidden {
	max-width: 1000px;
	margin: 0 auto 15px;
	display: flex;
	justify-content: center;
}
.part1-iconbox-hidden img {
	width: 33%;
	max-width: 322px;
}

.part1-flagbox {
	width: 100%;
	padding: 0 30px;
	text-align: center;
	border-bottom: #000 solid 6px;
}

.part1-flagbox img {
	width: 100%;
	max-width: 752px;
}
.part1-flagbox img:nth-of-type(2) {
	display: none;
}

.part1-textbox {
	max-width: 1000px;
	margin: 0 auto 15px;
	padding-top: 60px;
	padding-bottom: 60px;
}

.part1-textbox div:nth-of-type(1) {
	text-align: right;
}

.part1-textbox div:nth-of-type(1) img {
	margin-right: 15px;
}

.part1-textbox div:nth-of-type(2) {
	font-size: 20px;
}

.part1-textbox div:nth-of-type(2) p {
	margin-bottom: 15px;
	text-align: left;
}


@media print, screen and (max-width: 767px) { /* スマホ表示 */
.part1 h2 {
	font-size: 22px;
}

.part1-iconbox {
	flex-direction: column;
	align-items: center;
}
.part1-iconbox img {
	width: 80%;
}

.part1-iconbox-hidden {
	flex-direction: column;
	align-items: center;
}
.part1-iconbox-hidden img {
	width: 80%;
}

.part1-flagbox img:nth-of-type(1) {
	display: none;
}
.part1-flagbox img:nth-of-type(2) {
	display: block;
}

.part1-textbox div:nth-of-type(1) {
	margin-bottom: 30px;
}
}

/* ====================================================
part2
==================================================== */
.part2 {
	width: 100%;
}

.part2-question {
	background-image: url("../images/part2/part2_bg.png");
	background-size: cover;
	text-align: center;
	padding-top: 30px;
}

.part2-question h2 {
	color: #fff;
	font-weight: bold;
}

.part2-question img {
	width: 90%;
	max-width: 1000px;
}

.part2-question p {
	margin: auto;
}

.part2-answer {
	padding: 50px 15px 20px;
	margin: 0 auto;
	text-align: center;
}

.part2-answer h2 {
	color: #ea7d21;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 30px;
}




@media print, screen and (max-width: 767px) { /* スマホ表示 */
.part2-question h2 {
	font-size: 22px;
	margin-bottom: 50px;
}

.part2-question img:nth-of-type(2) {
	width: 90%;
	display: block;
	margin-left: auto;
}
}

/* ====================================================
part3
==================================================== */
.part3{

}

.part3-merit {
	padding: 30px 15px;
	background-color: #fde96b;
}
.part3 h2 {
	font-size: ;
	font-weight: bold;
}

.part3-title {
	width: 100%;
	max-width: 672px;
	margin-bottom: 30px;
}

.part3-iconbox {
	max-width: 1000px;
	margin: 0 auto 30px;
	display: flex;
	justify-content: center;
}
.part3-iconbox img {
	width: 33%;
	padding: 15px;
	max-width: 322px;
}

/* qa 
------------------------------ */
.part3-qa {
	padding: 50px 15px;
	margin: 0 auto;
}

.part3-qa div {
	position: relative;
}

.part3-qa img {
	display: inline-block;
	position: absolute;
	width: 67px;
}

.part3-qa p {
	display: inline-block;
}

.part3-qa div:nth-of-type(1) {
	text-align: left;
	padding-right: 100px;
}
.part3-qa div:nth-of-type(1) p {
	padding-left: 75px;
	margin-bottom: 20px;
}

.part3-qa div:nth-of-type(2) {
	text-align: left;
	padding-left: 100px;
	margin-bottom: 30px;
}
.part3-qa div:nth-of-type(2) p {
	color: #ea7d21;
	padding-right: 67px;
}
.part3-qa div:nth-of-type(2) img {
	right: 0;
}


@media print, screen and (max-width: 767px) { /* スマホ表示 */
.part3 h2 {
	font-size: 20px;
}

.part3-title {
	width: 80%;
	margin-bottom: 30px;
}

.part3-iconbox {
	flex-direction: column;
	align-items: center;
}

.part3-iconbox img {
	width: 100%;
}

.part3-merit p {
	padding: 0 15px;
}

/* qa 
------------------------------ */
.part3-qa img {
	width: 100px;
}

.part3-qa div {
	display: flex;
	margin-bottom: 20px;
}

.part3-qa div:nth-of-type(1) {
	padding-right: 0;
	align-items: flex-end;
}
.part3-qa div:nth-of-type(1) img {
	width: 20%;
	position: relative;
}
.part3-qa div:nth-of-type(1) p {
	width: 80%;
	padding-left: 0;
	margin-bottom: 0px;
}

.part3-qa div:nth-of-type(2) {
	padding-left: 0;
}
.part3-qa div:nth-of-type(2) p {
	padding-right: 105px;
}
.part3-qa div:nth-of-type(2) img {
	right: 0;
}
}

/* ====================================================
part4
==================================================== */
.part4 {
	background-color: #f3f3f3;
}

.part4-intro {
	padding: 30px 15px;
	margin: 0 auto;
}

.part4-intro h2 {
	color: #ea7d21;
	font-weight: bold;
}

.part4-intro h3 {
	margin: 0 0 30px;
}

.part4-intro h3 img {
	width: 100%;
	max-width: 460px;
}

@media print, screen and (max-width: 767px) { /* スマホ表示 */
.part4-intro h2 {
	font-size: 24px;
}
}

/* ====================================================
part5
==================================================== */
.part5 {
	
}

.slide-items {
	width: 100%;
	height: 100%;
}

.slide-items img {
	width: 100%;
	object-fit: cover;
}


.slick-slide {
	transition: .3s ease;
}
.slick-slide:not(.slick-current) {
	filter: brightness(40%);
	transition: 0.2s linear;
}

.slick-prev,
.slick-next {
	
}

.slick-arrow:before{
	content:""!important;
}

.slick-arrow:before{
	content:""!important;
	width: 100%!important;
	height: 100%!important;
	position: absolute;
	top: 0;
	left: 0;
}

.slick-next:before{
	background: url("../images/part5/arrows_l.png")!important;
	background-size: contain!important;
}

.slick-prev:before{
	background: url("../images/part5/arrows_r.png")!important;
	background-size: contain!important;
}

/* ====================================================
part6
==================================================== */
.part6 {
	padding: 50px 15px;
	margin: 0 auto;
}

.part6 .answer-btn {
	margin-bottom: 50px;
}

/* qa 
------------------------------ */
.part6-qa {
	margin: 0 auto;
	border-bottom: 5px dotted #000;
	margin-bottom: 20px;
}
.part6-qa:last-of-type {
	border-bottom: none;
}

.part6-qa div {
	position: relative;
}

.part6-qa img {
	display: inline-block;
	position: absolute;
	width: 67px;
}

.part6-qa p {
	display: inline-block;
}

.part6-qa div:nth-of-type(odd) {
	text-align: left;
	padding-right: 100px;
}
.part6-qa div:nth-of-type(odd) p {
	padding-left: 75px;
	margin-bottom: 20px;
}

.part6-qa div:nth-of-type(even) {
	text-align: left;
	padding-left: 100px;
	margin-bottom: 20px;
}
.part6-qa div:nth-of-type(even) p {
	color: #ea7d21;
	padding-right: 67px;
}
.part6-qa div:nth-of-type(even) img {
	right: 0;
}



@media print, screen and (max-width: 767px) { /* スマホ表示 */
/* qa 
------------------------------ */
.part6-qa img {
	width: 100px;
}

.part6-qa div {
	display: flex;
	margin-bottom: 20px;
}

.part6-qa div:nth-of-type(odd) {
	padding-right: 0;
	align-items: flex-end;
}
.part6-qa div:nth-of-type(odd) img {
	width: 20%;
	position: relative;
}
.part6-qa div:nth-of-type(odd) p {
	width: 80%;
	padding-left: 0;
	margin-bottom: 0px;
}

.part6-qa div:nth-of-type(even) {
	padding-left: 0;
}
.part6-qa div:nth-of-type(even) p {
	padding-right: 105px;
}
.part6-qa div:nth-of-type(even) img {
	right: 0;
}
}

/* ====================================================
part7
==================================================== */
.part7 {
	padding: 0;
}

.part7-bg {
	background-color: #f3f3f3;
}
.part7-bg .well {
	background-color: #f3f3f3;
}


.part7-head {
	margin: 0 auto;
	padding: 0 15px;
}

.part7-head h2 {
	font-weight: bold;
}

.part7-head h3 {
	margin-top: 0;
	margin-bottom: 30px;
}

.part7-head h3 img {
	width: 100%;
	max-width: 540px;
}

.part7-head div img {
	width: 100%;
	max-width: 1000px;
}

.part7-hikaku1 {
	margin: 0 auto;
	padding: 30px 0;
}

.part7-hikaku1 h2 {
	margin-top: 0;
	margin-bottom: 30px;
}

/* アコーディオン */
.part7-hikaku-btn {
	display: block;
	margin: 0 auto;
	width: 380px;
	height: 56px;
	line-height: 56px;
	background-size: contain;
	color: #000;
	font-size: 24px;
	position: relative;
}
.part7-hikaku-btn:hover,
.part7-hikaku-btn:focus
 {
	color: #000;
}

.part7-hikaku-btn-on {
	background-image: url("../images/part7/part7_hikaku_on.png");
}

.part7-hikaku-btn-off {
	background-image: url("../images/part7/part7_hikaku_off.png");
}

/* .part7-hikaku-btn span {
	position: absolute;
	right: 40px;
	bottom: 0;
	line-height: 2.1;
} */

.part7-onoff {
	width: 380px;
}

.well {
	min-height: 20px;
	padding: 15px;
	background-color: #fff;
	border: none;
	border-radius: 4px;
	-webkit-box-shadow: none;
	box-shadow: none;
}

@media print, screen and (max-width: 767px) { /* スマホ表示 */
.part7-hikaku-btn {
	display: block;
	margin: 0 auto;
	width: 320px;
	height: 46px;
	line-height: 46px;
	background-size: contain;
	color: #000;
	font-size: 24px;
}
}

/* テーブル */
@media print, screen and (min-width: 768px) { /* PC表示 */
.part7-hikaku1 .part7-table-sp {
	display: none;
}
.part7-hikaku1 .part7-table-pc {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

.part7-table-pc thead th,
.part7-table-pc thead td {
	padding: 5px 10px;
	text-align: center;
}

.part7-table-pc thead td:nth-of-type(1) {
	font-weight: bold;
	font-size: 16px;
}

.part7-table-pc tbody th,
.part7-table-pc tbody td {
	padding: 10px;
	text-align: center;
	border: 3px solid #fff;
}

.part7-table-pc tbody th {
	background-color: #3b3b3b;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
}

.part7-table-pc tbody td span {
	font-size: 12px;
}

.part7-table-pc tbody td:nth-of-type(1) {
	background-color: #ea7d21;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
}

.part7-table-pc tbody td {
	background-color: #f3f3f3;
}

.part7-table-pc tbody tr:nth-of-type(2) td {
	background-color: #dbdbdb;
}

.part7-table-pc tbody tr:nth-of-type(2) td:nth-of-type(1) {
	background-color: #cd641e;
}
}

@media print, screen and (max-width: 767px) { /* スマホ表示 */
.part7-hikaku1 .part7-table-pc {
	display: none;
}

.part7-hikaku1 .part7-table-sp {
	width: 100%;
	margin-bottom: 30px;
}
.part7-hikaku1 .part7-table-sp:last-of-type {
	margin-bottom: 0px;
}

.part7-hikaku1 .part7-table-sp thead td {
	padding: 5px;
}

.part7-hikaku1 .part7-table-sp tbody th {
	padding: 15px;
	width: 40%;
}

.part7-hikaku1 .part7-table-sp tbody td {
	padding: 15px;
	width: 60%;
}

.part7-hikaku1 .part7-table-sp tbody th,
.part7-hikaku1 .part7-table-sp tbody td {
	background-color: #f3f3f3;
	border: 0px;
	border-bottom: 8px;
	border-color: #fff;
	border-style: solid;
	text-align: left;
}

.part7-hikaku1 .part7-table-sp tbody tr:nth-of-type(2) th, 
.part7-hikaku1 .part7-table-sp tbody tr:nth-of-type(2) td {
	background-color: #dbdbdb;
}


/* 色違い */
.part7-hikaku1 .table-color thead td {
	font-weight: bold;
	font-size: 20px;
}

.part7-hikaku1 .table-color tbody th,
.part7-hikaku1 .table-color tbody td {
	background-color: #ea7d21;
	font-size: 18px;
}

.part7-hikaku1 .table-color tbody tr:nth-of-type(2) th, 
.part7-hikaku1 .table-color tbody tr:nth-of-type(2) td {
	background-color: #cd631a;
}

.part7-hikaku1 .table-color tbody th {
	color: #fedebc;
}

.part7-hikaku1 .table-color tbody td {
	color: #fff;
	font-weight: bold;
	font-size: 20px;
}


}


/* テキスト */
.part7-text {
	
}

.part7-text p {
	
}

.part7-text p:nth-of-type(1) {
	color: #e97c1d;
	font-size: 24px;
	/* font-weight: bold; */
	margin-top: 20px;
	margin-bottom: 5px;
}
.part7-text p:nth-of-type(1) span {
	color: #e60000;
	font-size: 30px;
	font-weight: bolder;
	letter-spacing: 3px;
	margin-left: 5px;
	margin-right: 3px;
}

.part7-text p:nth-of-type(2) {
	font-size: 14px;
}

/* ====================================================
part8
==================================================== */
.part8 {
	padding: 50px 15px;
}

.part8 .part7-head {
	padding: 0;
}

.part8 .common-text {
	margin: 40px 0;
}

.part8-list {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	max-width: 800px;
	margin: 0 auto 50px;
}

.part8-item {
	width: 50%;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 5px;
}

.part8-item a {
	color: #333;
}

.part8-item img {
	width: 40px;
	margin-right: 10px;
}

.part8 div:nth-of-type(5) {
	border-bottom: none;
}

.part8 .answer-btn2 {
	margin-bottom: 50px;
}

.part8-qabox {
	margin: 0 auto;
}

@media print, screen and (max-width: 767px) { /* スマホ表示 */
.part8-list {
}

.part8-item {
	width: 100%;
}

.part8 .answer-btn2 {
	margin-bottom: 80px;
}
}

/* ====================================================
part9
==================================================== */
.part9 {
	
}

.part9-imgqabox {
	padding: 0 15px;
	margin: 0 auto;
}

.part9 .common-text {
	margin: 40px 15px;
}

.part9-imgbox {
	display: flex;
	justify-content: space-between;
	margin: 50px auto;
}

.part9-imgbox img {
	width: 48%;
}

@media print, screen and (max-width: 767px) { /* スマホ表示 */
.part9-imgbox {
	flex-wrap: wrap;
}

.part9-imgbox img {
	width: 108%;
	margin-bottom: 30px;
}
}

/* ====================================================
part10
==================================================== */
.part10 {
	padding: 50px 15px;
}

.part10 .part7-head {
	padding: 0;
}


/* ====================================================
part11
==================================================== */
.part11{
	padding: 50px 0;
}


.part11-area {
	max-width: 800px;
	margin: 30px auto 70px;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
	position: relative;
	overflow: hidden;
}

.part11-area p:nth-of-type(1) {
	text-align: left;
}

.part11-area img {
	width: 530px;
	/* position: absolute; */
}

.part11-area p:nth-of-type(2) {
	margin-top: 30px;
}


.part11-area div {
	margin-top: 50px;
}

.part11-area h4 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
}

.part11-area ul {
	padding-left: 24px;
}


.part11-area li {
	font-size: 24px;
	font-weight: bold;
}

.part11-area li span {
	font-size: 16px;
	font-weight: normal;
}

.part11-area span.pc-hidden {
	font-size: 14px;
}

@media print, screen and (max-width: 767px) { /* スマホ表示 */
.part11-area {
	padding-bottom: 0;
}

.part11-area img {
	width: 100%;
	position: static;
	right: 0;
	border: 0;
}
}

/* インタビュー */
.part11-interview {
	background-color: #f3f3f3;
	padding: 50px 15px;
}

.part11-interview h2 {
	margin-top: 0;
	margin-bottom: 30px;
}

.part11-ibox {
	margin-bottom: 30px;
}

.part11-flexbox {
	margin-bottom: 70px;
}

.part11-ihead {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	height: 50px;
	background-color: #3e3a39;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	text-align: left;
	position: relative;
}

.part11-ihead img {
	width: auto;
	height: 35px;
	position: absolute;
	bottom: -2px;
	left: 70px;
}

.part11-i {
	background-color: #fff;
	max-width: 1000px;
	margin: 0 auto;
	padding: 30px 70px;
	text-align: left;
	overflow: hidden;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}

.part11-i h3 {
	font-size: 24px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 30px;
	width: 100%;
}

.part11-i .part11-flexbox {
	display: flex;
	flex-direction: row-reverse;
}

.part11-i .part11-flexbox div {
	width: 80%;
}

.part11-i .part11-flexbox div h4 {
	color: #e97600;
	font-weight: bold;
}

.part11-i .part11-flexbox div p {
	margin-bottom: 30px;
}

@media print, screen and (max-width: 767px) { /* スマホ表示 */
.part11-ihead img {
	left: 0;
	right: 0;
	margin: auto;
}
.part11-i {
	padding: 30px 30px;
}

.part11-i h3 {
	text-align: center;
	padding-bottom: 30px;
	border-bottom: 3px solid #3d3c3a;
}

.part11-i .part11-flexbox div {
	width: 100%;
}

}

@media print, screen and (min-width: 768px) { /* PC表示 */
.part11-flexbox {
	max-width: 1000px;
	margin: 0 auto 30px;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}

.part11-ibox {
	width: 32%;
	background-color: #fff;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;

}

.part11-i {
	padding: 15px 15px;
}

.part11-i .part11-flexbox div {
	width: 100%;
}

.part11-ihead img {
	left: 50%;
	transform: translateX(-50%);
}
}

/* ====================================================
part12
==================================================== */
.part12 {
	padding: 30px 15px 50px;
}

.part12 a {
	color: #ea7d21;
}

.part12-box {
	margin: 0 auto;
}

.part12 h2 {
	font-size: 30px;
	
	margin: 0 auto 40px;
	font-weight: bold;
}

.part12-box div {
	padding: 30px 15%;
	margin-bottom: 30px;
	background-color: #f3f3f3;
	border-bottom: solid #3d3a39 5px;
	position: relative;
}
.part12-box div:last-of-type {
	background-color: #fde96b;
}

.part12-box div img {
	width: 39px;
	height: 29px;
	margin-bottom: -105px;
}

.part12-box div h3 {
	margin-bottom: 15px;
	font-size: 24px;
	font-weight: bold;
}

@media print, screen and (max-width: 767px) { /* スマホ表示 */
.part12-box div {
	padding: 15px 30px;
}
}

/* ====================================================
part13
==================================================== */
.part13 {
	
}

.part13-imgbox {
	margin: 0 auto;
	display: flex;
}

.part13-imgbox img {
	width: 50%;
}

.part13-textbox {
	margin: 80px auto 80px;
}

.part13-textbox p {
	color: #ea7d21;
	font-size: 35px;
	font-weight: bold;
	margin-bottom: 0;
}

@media print, screen and (max-width: 767px) { /* スマホ表示 */
.part13-imgbox {
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
}

.part13-imgbox img {
	width: 100%;
}

.part13-textbox p {
	font-size: 28px;
	margin-bottom: 15px;
}
.part13-textbox p:last-of-type {
	margin-bottom: 0;
}
}

/* ====================================================
.part14
==================================================== */
.part14 {
	background-color: #ea7d21;
	padding: 30px 15px 50px;
}

.part14 h2 {
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	margin: 15px auto 30px;
}

.part14-formbox {
	background-color: #fff;
	margin: 15px auto 15px;
	padding: 30px;
	border-radius: 15px;
}

.part14-formbox table {
	width: 100%;
}

.part14-formbox tr {
	border-bottom: 1px solid #ea7d21;
}

.part14-formbox th,
.part14-formbox td {
	padding: 15px 0;
}

.part14-formbox th {
	width: 300px;
	font-size: 20px;
	font-weight: normal;
	vertical-align: top;
}
.part14-formbox td {
	
}

.part14-formbox td input,
.part14-formbox td textarea {
	background-color: #f3f3f3;
	width: 100%;
}

.part14 p {
	font-size: 16px;
	margin: 40px 0;
}

.part14 .pl {
	color: #ea7d21;
	text-decoration: underline;
}

@media print, screen and (max-width: 767px) { /* スマホ表示 */
.part14-formbox {
	padding: 30px 15px;
}

.part14-formbox tr,
.part14-formbox th,
.part14-formbox td {
	display: block;
	width: 100%;
	padding: 0;
}

.part14-formbox tr {
	border-bottom: 3px solid #ea7d21;
	margin-bottom: 10px;
}

.part14-formbox th {
	font-size: 18px;
	margin-bottom: 10px;
}

.part14-formbox td {
	padding-bottom: 10px;
}

.part14 p {
	font-size: 16px;
	margin: 40px 30px;
}
}


/* form
========================================== */
#formcustom {
	border: none;
}

.part14 .form {
	width: 100%;
	max-width: 1000px;
}

/* kensuke-shokudo
========================================== */
.kensuke-shokudo {
	
}

.kensuke-shokudo img {
	max-width: 1000px;
	width: 100%;
}


/* ====================================================
Footer
==================================================== */





