@charset "utf-8";

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 28px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  vertical-align: middle;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}

p.note{
	font-size: 14px;
}
a.arrow{
	position: relative;
	display: inline-block;
	padding-left: 12px;
	color: #ff8080;
}
a.arrow:before{
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	top: 10px;
	left: 0;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-color: transparent transparent transparent #ff8080;

}
@media (max-width: 767px){
p.note{
	font-size: 13px;
}
a.arrow:before{
	top: 9px;
}
}


/* ---------------- hero */
.heroArea .info {
	width: 384px;
}
.heroArea .info .pro {
	background: #3e2723;
	color: #fff;
}
.heroArea .info .nameBlock {
	background: rgba(255, 255, 255, 0.8)
}
.heroArea .info .name {
	font-size: 24px;
}
.heroArea .info .copy {
	background: #825a2c;
	color: #fff;
	font-size: 14px;
}
.heroArea .info .copy::after {
	border-top-color: #825a2c;
}
@media (max-width: 767px) {
.heroArea .info {
	width: auto;
	padding-top: 12px;
}
}



/* ---------------- section */
/* head */
.section .head h2 {
	background-color: #825a2c;
	color: #fff;
}
.section .head h2 i {
	position: relative;
	top: -2px;
	margin-right: 16px;
}
.section .head .addL {
	background: #825a2c;
}
.section .about h2 {
	padding-left: 0;
	background: #3e2723;
}
.section .head.about .addL {
	background: #3e2723;
}
.section h3 {
	display: block !important;
	border-bottom-color: #825a2c !important;
	font-weight: 700 !important;
}
.section h3 br {
	display: none;
}
.section h3 .point {
	display: inline-block;
	position: relative;
	margin-right: 16px;
	padding: 0 16px;
	background: #825a2c;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	line-height: 32px;
}
.section h3 .point::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	border: 16px solid transparent;
	border-left: 6px solid #fff;
}
.section h3 .point::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	border: 16px solid transparent;
	border-right: 6px solid #fff;
}
.section h3 .point i {
	position: relative;
	top: -3px;
	margin-right: 8px;
	font-size: 22px;
	vertical-align: middle;
}
@media (max-width: 767px) {
.section h3 {
	font-size: 16px !important;
}
.section h3 br {
	display: inline;
}
.section h3 .point {
	margin: 0 0 8px;
	font-size: 14px;
	line-height: 24px;
}
.section h3 .point::before {
	border-width: 12px;
	border-left-width: 6px;
}
.section h3 .point::after {
	border-width: 12px;
	border-right-width: 6px;
}
.section h3 .point i {
	margin-right: 4px;
	font-size: 18px;
}
}

/* body */
.section .body p {
	margin-bottom: 32px;
}
.section .group {
	display: flex;
	align-items: flex-start;
	width: 100%;
}
.section .group > .img {
	overflow: hidden;
	width: 208px;
	height: 208px;
	margin-right: 32px;
	border-radius: 50%;
	text-align: center;
}
.section .group > .txt {
	flex: 1;
}
.section ul.square li {
	position: relative;
	margin-bottom: 8px;
	padding-left: 32px;
	font-size: 18px;
	font-weight: 500;
}
.section ul.square li::before {
	content: '';
	position: absolute;
	top: 9px;
	left: 0;
	width: 14px;
	height: 14px;
	background: #825a2c;
}
.section ul.disc{
	list-style-type: disc;
	padding-left: 20px;
}

.advice {
	position: relative;
	margin-top: 14px;
	padding: 24px 24px 16px;
	background: #faf7ee;
	color: #825a2c;
	font-weight: 500;
}
.advice p {
	margin-bottom: 0 !important;
}
.advice .h {
	position: absolute;
	top: -14px;
	left: 0;
	padding: 0 8px;
	background: #825a2c;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	line-height: 28px;
}
.summary{
	position: relative;
	margin-top: 14px;
	margin-bottom: 44px;
	padding: 24px 24px 16px;
	font-weight: 500;
	border: 4px solid #825a2c;
}
.summary p{
	margin-bottom: 0 !important;
}
.summary .h{
	position: absolute;
	width: 160px;
	text-align: center;
	top: -24px;
	left: -4px;
	padding: 4px 8px;
	background: #825a2c;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	line-height: 28px;
}
@media (max-width: 767px) {
.section .group {
	display: block;
}
.section .group > .img {
	width: 256px;
	height: 256px;
	margin: 0 auto 32px;
}
.section ul.square {
	margin-bottom: 32px;
}
.section ul.square li {
	font-size: 14px;
}
.section ul.square li::before {
	top: 7px;
}
.advice {
	margin-top: 12px;
	padding: 16px;
}
.advice .h {
	top: -12px;
	font-size: 12px;
	line-height: 24px;
}
.summary {
	margin-top: 12px;
	margin-bottom: 24px;
	padding: 16px;
}
.summary .h {
	top: -12px;
	padding: 0 8px;
	font-size: 12px;
	line-height: 24px;
}
}



/* ---------------- column */
.columnGroup {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.columnGroup .column {
	width: 48.27%;
	margin: 0 0 56px 3.44%;
}
.columnGroup .column:nth-child(2n + 1) {
	margin: 0 0 56px 0;
}
.columnGroup.col3 .column {
	width: 31.03%;
	margin: 0 0 32px 3.23% !important;
}
.columnGroup.col3 .column:nth-child(3n + 1) {
	width: 31.03%;
	margin-left: 0 !important;
}
@media (max-width: 767px) {
.columnGroup {
	display: block;
}
.columnGroup .column {
	width: auto !important;
	margin: 0 0 40px !important;
}
.columnGroup.col3 .column {
	margin: 0 0 40px !important;	
}
}



/* ---------------- group */
/* group01 */
.group01 p {
	margin: 0 !important;
}
.group01 .head {
	display: flex;
	width: 100%;
	margin-bottom: 16px;
	background: #825a2c;
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.3;
}
.group01 .head .num {
	width: 87px;
	padding: 8px;
	background: #3e2723;
	text-align: center;
}
.group01 .head .title {
	flex: 1;
	padding: 8px 16px;
}
.group01 .body {
	min-height: 116px;
	margin-bottom: 24px;
}
@media (max-width: 767px) {
.group01 .head {
	padding: 0;
}
.group01 .head .num {
	width: 64px;
	font-size: 16px;
}
.group01 .head .title {
	font-size: 16px;
}
.group01 .body {
	min-height: 0;
	margin-bottom: 32px;
}
}

/* group02 */
.group02 p {
	margin: 0 !important;
}
.group02 .column {
	background: #faf7ee;
}
.group02 .head {
	padding: 16px;
	border: 4px solid #825a2c;
	background: #fff;
	text-align: center;
}
.group02 .head .title {
	font-size: 22px;
	font-weight: 500;
}
.group02 .head .title {
	font-size: 22px;
	font-weight: 500;
	line-height: 1.71;
}
.group02 .head .title .min {
	display: block;
	color: #825a2c;
	font-size: 14px;
}
.group02 .body {
	padding: 16px 24px;
	color: #825a2c;
	font-weight: 500;
}
.group02.col3 .head .title {
	font-size: inherit;
}
.group02.col3 .body li {
	position: relative;
	padding-left: 24px;
	font-weight: 500;
}
.group02.col3 .body li::before {
	content: '';
	position: absolute;
	top: 10px;
	left: 0;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #825a2c;
}
@media (max-width: 767px) {
.group02 .head {
	padding: 8px 16px;
	background: #fff;
}
.group02 .head .title {
	font-size: 16px;
	line-height: 1.5;
}
.group02 .head .title .min {
	font-size: 12px;
}
.group02 .body {
	padding: 16px;
}
}

/* group03 */
.group03 p {
	margin: 0 !important;
}
.group03 .head {
	display: flex;
	width: 100%;
	margin-bottom: 24px;
	background: #825a2c;
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.3;
}
.group03 .head .num {
	width: 40px;
	padding: 8px;
	background: #3e2723;
	text-align: center;
}
.group03 .head .title {
	flex: 1;
	padding: 8px 16px;
}
.group03 .body {
	display: flex;
	width: 100%;
}
.group03 .body .img {
	width: 96px;
	margin-right: 32px;
}
.group03 .body .txt {
	flex: 1;
}
@media (max-width: 767px) {
.group03 .head {
	margin-bottom: 16px;
	padding: 0;
}
.group03 .head .num {
	font-size: 16px;
}
.group03 .head .title {
	font-size: 16px;
}
.group03 .body .img {
	margin: 0 16px 0 0;
}
}

/* group04 */
.group04 p{
	margin-bottom: 0!important;
}
.group04 .time{
	position: relative;
	width: 100%;
	height: 48px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 4px solid #825a2c;
	margin-bottom: 40px;
	color: #825a2c;
    font-size: 20px;
    font-weight: 500;
	line-height: 1;
}
.group04 .time:after{
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	bottom: -16px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	border-style: solid;
	border-width: 16px 16px 0 16px;
	border-color: #825a2c transparent transparent transparent;
}
.group04 .time i{
	max-width: 28px;
	margin-right: 8px;
}
.group04 .time:nth-last-of-type(2) i{
	margin-right: 6px;
}
.group04 .columnGroup{
	margin-bottom: 24px;
}
.group04 .head{
	display: flex;
	width: 100%;
	margin-bottom: 24px;
	background: #faf7ee;
	color: #825a2c;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.3;
}
.group04 .head .num{
	width: 40px;
    padding: 8px;
	color: #fff;
    background: #825a2c;
    text-align: center;
}
.group04 .head .title{
	flex: 1;
    padding: 8px 16px;
}
@media (max-width:767px){
	.group04 .time{
		font-size: 16px;
	}
	.group04 .time i{
		max-width: 18px;
		font-size: 18px;
	}
.group04 .head{
	margin-bottom: 16px;
    padding: 0;
	font-size: 16px;
}
}
/*group05*/
.stretch p a{
	color: #ff8080;
}
.group05 .column{

	border-bottom: 1px solid #ddd;
	margin-bottom: 0!important;
}
.group05 .column:nth-of-type(-n + 2){
	border-top: 1px solid #ddd;
}
.group05 .column a{
	display: block;
	position: relative;
	width: 100%;
	
		padding: 16px 0;
}
.group05 .column a:after{
	content: '';
    position: absolute;
    top: 50%;
    right: 8px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #212121;
    border-right: 2px solid #212121;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
}
.group05 .column a .tag{
	display: inline-block;
   
    padding: 0 8px;
    background: #ffeb3b;
    font-size: 12px;
    font-weight: 500;
    line-height: 26px;
}
.group05 .column a p{
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 0;
}
.group05 .column a .inner{
	display: flex;
	align-items: center;
}
.group05 .column .img{
	margin: 0 16px 0 0;
	width: 128px;
}
@media screen and (max-width:767px){

	.group05 .column:nth-of-type(2){
	border-top: none;
}
	.group05 .column a .tag{
		    font-size: 11px;
		line-height: 18px;
	}
	.group05 .column a p{
		
	}
	.group05 .column .img{
		width: 96px;
	}
}
/* ---------------- list */
/* list01 */
.list01 {
	margin-bottom: 40px;
}
.list01 .head {
	position: relative;
	margin-bottom: 40px;
	padding: 11px 16px;
	background: #3e2723;
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	text-align: center;
	line-height: 1.3;
}
.list01 .head::after {
	content: '';
	position: absolute;
	top: 100%;
	left: 50%;
	border: 16px solid transparent;
	border-top-color: #3e2723;
	transform: translateX(-50%);
}
.list01:nth-child(even) .head {
	background: #825a2c;
}
.list01:nth-child(even) .head::after {
	border-top-color: #825a2c;
}
.list01 ul {
	display: flex;
	flex-wrap: wrap;
}
.list01 ul li {
	width: 31.03%;
	margin: 0 0 24px 3.23%;
	padding: 8px 4px;
	border: 4px solid #825a2c;
	font-weight: 500;
	text-align: center;
}
.list01 ul li:nth-child(3n + 1) {
	margin: 0 0 24px;
}
.list01.col4 ul li {
	width: 22.41%;
	margin: 0 0 24px 3.44% !important;
}
.list01.col4 ul li:nth-child(4n + 1) {
	width: 22.41%;
	margin: 0 0 24px !important;
}
.list01.col4 .etc {
	display: block;
	color: #825a2c;
	font-size: 13px;
	line-height: 1.3;
}
@media (max-width: 767px) {
.list01 .head {
	margin-bottom: 32px;
	font-size: 16px;
}
.list01 ul {
	display: block;
}
.list01 ul li,
.list01.col4 ul li {
	width: auto !important;
	margin: 0 0 16px !important;
}
}

/* list02 */
.list02 {
	margin-bottom: 40px;
}
.list02 p {
	margin: 0 !important;
}
.list02 .item {
	display: flex;
	width: 100%;
	margin-bottom: 24px;
	background: #faf7ee;
}
.list02 .item .h {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 160px;
	padding: 8px 16px;
	background: #825a2c;
	color: #fff;
	font-size: 20px;
	font-weight: 500;
}
.list02 .item .body {
	flex: 1;
	padding: 16px 24px;
	color: #825a2c;
	font-weight: 500;
}
@media (max-width: 767px) {
.list02 .item {
	display: block;
}
.list02 .item .h {
	display: block;
	width: auto;
	font-size: 16px;
	text-align: center;
}
.list02 .item .body {
	padding: 16px;
}
}

/* list03 */
.list03 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 -1.6% 40px;
}
.list03 p {
	margin: 0 !important;
}
.list03 .item {
	width: 30%;
	margin: 0 1.6% 32px;
	background: #faf7ee;
}
.list03 .item .h {
	position: relative;
	padding: 8px;
	background: #825a2c;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	line-height: 1.5;
}
.list03 .item .h::after {
	content: '';
	position: absolute;
	top: 100%;
	left: 50%;
	border: 8px solid transparent;
	border-top-color: #825a2c;
	transform: translateX(-50%);
}
.list03 .item .body {
	padding: 16px 8px;
	color: #825a2c;
	font-weight: 500;
	text-align: center;
}
@media (max-width: 767px) {
.list03 {
	display: block;
	margin: 0;
}
.list03 .item {
	width: auto;
	margin: 0 0 16px;
}
.list03 .item .h {
	font-size: 16px;
}
}

/* list04 */
.list04 {
	margin-bottom: 40px;
}
.list04 ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 -1.6%;
}
.list04 ul li {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30%;
	min-height: 80px;
	margin: 0 1.6% 32px;
	border: 4px solid #825a2c;
	font-weight: 500;
	text-align: center;
	line-height: 1.5;
}
@media (max-width: 767px) {
.list04 ul {
	display: block;
	margin: 0;
}
.list04 ul li {
	display: block;
	width: 100%;
	min-height: 0;
	margin: 0 0 16px;
	padding: 8px;
}
}

/* list05 */
.list05 .item{
	display: flex;
	width: 100%;
	background: #faf7ee;
	margin-bottom: 40px;
}
.list05 .item:last-of-type{
	margin-bottom: 0;
}
.list05 .item p{
	margin: 0;
}
.list05 .img{
	width: 192px;
	border: 4px solid #825a2c;
	color: #825a2c;
	font-size: 14px;
	background: #fff;
	margin-bottom: 0;
	text-align: center;
}
.list05 .img img{
	max-width: 80px;
	width: 100%;
	margin-bottom: 10px;
}

.list05 .img .large{
	font-size: 20px;
	font-weight: 500;
	color: #212121;
	line-height: 1;
}
.list05 .img p:first-of-type{
	padding: 10px 0 4px;
}
.list05 .img p:last-of-type{
	padding-bottom: 8px;
}
.list05 .txt{
	padding: 24px 0 32px 24px;
}
.list05 .txt li{
	display: flex;
	margin-bottom: 24px;
}
.list05 .txt li p{
	line-height: 28px;
}
.list05 .txt li:last-of-type{
	margin-bottom: 0;
	color: #825a2c;
	font-weight: 500;
}
.list05 .txt li .tag{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 64px;
	min-width: 64px;
	height: 28px;
	color: #825a2c;
	background: #fff;
	font-size: 14px;
	font-weight: 500; 
	white-space: nowrap;
	margin-right: 16px;
}
.list05 .txt li:last-of-type .tag{
	color: #fff;
	background: #825a2c;
}
@media (max-width:767px){
.list05 .item{
	display: inherit;
	margin-bottom: 24px;
}
.list05 .img{
	width: 100%;
	margin: 0;
	font-size: 12px;
}
.list05 .img .large{
	font-size: 16px;
}
.list05 .txt{
	padding: 16px;
}
.list05 .txt li{
	margin-bottom: 16px;
}
.list05 .txt li p{
	line-height: 26px;
}
.list05 .txt li .tag{
	font-size: 12px;
	height: 26px;
}
}
/*list06*/
.list06 {
	margin-bottom: 40px;
}
.list06 p{
	margin-bottom: 0!important;
}
.list06 .head {
	position: relative;
	margin-bottom: 40px;
	padding: 11px 16px;
	background: #3e2723;
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	text-align: center;
	line-height: 1.3;
}
.list06 .head::after {
	content: '';
	position: absolute;
	top: 100%;
	left: 50%;
	border: 16px solid transparent;
	border-top-color: #3e2723;
	transform: translateX(-50%);
}
.list06 .head i{
	position: relative;
	top: -3px;
	margin-right: 10px;
}
.list06 .item{
	display: flex;
	width: 100%;
    margin-bottom: 8px;
    background: #faf7ee;
}
.list06 .item .h{
	display: flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    padding: 8px 16px;
    background: #825a2c;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}
.list06 .item .body{
	flex: 1;
    padding: 10px 24px;
    color: #825a2c;
    font-weight: 500;
}
@media (max-width:767px){
.list06 .head{
		font-size: 16px;
	margin-bottom: 36px;
}
	.list06 .head i{
		font-size: 24px;
		top: -2px;
	}
}
/*list07*/
.list07 {
	margin-bottom: 40px;
}
.list07 .head {
	position: relative;
	margin-bottom: 40px;
	padding: 11px 16px;
	background: #3e2723;
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	text-align: center;
	line-height: 1.3;
}
.list07 .head::after {
	content: '';
	position: absolute;
	top: 100%;
	left: 50%;
	border: 16px solid transparent;
	border-top-color: #3e2723;
	transform: translateX(-50%);
}
.list07:nth-child(even) .head {
	background: #825a2c;
}
.list07:nth-child(even) .head::after {
	border-top-color: #825a2c;
}
.list07 ul {
	display: flex;
	flex-wrap: wrap;
}
.list07 ul li {
	width: 31.03%;
	margin: 0 0 24px 3.23%; 
	font-weight: 500;
	
}
.list07 ul li:nth-child(3n + 1) {
	margin: 0 0 24px;
}

.list07.col4 ul li {
	width: 22.41%;
	margin: 0 0 24px 3.44% !important;
}
.list07.col4 ul li:nth-child(4n + 1) {
	width: 22.41%;
	margin: 0 0 24px !important;
}
.list07 ul li .h{
	border: 4px solid #825a2c;
	padding: 10px 4px;
	text-align: center;
	background: #fff;
	line-height: 1.5;
}
.list07 ul li .txt{
	    padding: 16px 0;
    font-weight: 400;
}
.list07.col4 .etc {
	display: block;
	color: #825a2c;
	font-size: 13px;
	line-height: 1.3;
}
@media (max-width: 767px) {
.list07 .head {
	margin-bottom: 32px;
	font-size: 16px;
}
.list07 ul {
	display: block;
}
.list07 ul li,
.list07.col4 ul li {
	width: auto !important;
	margin: 0 0 16px !important;
}
}

/* ---------------- reference */
.reference .h {
	margin-bottom: 8px;
	font-weight: 700;
}
.reference .itemGroup {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.reference .item {
	
	width: 48.27%;
	margin: 0 0 24px 3.22%;
	line-height: 1.5;
}
.reference .item a{
	display: flex;
}
.reference .item .bold{
	font-weight: 700;
	position: relative;
}
.reference .item .bold:after{
	content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-left: 8px;
    background: url(../img/ico_blank.png);
    background-size: contain;
}
.reference .item:nth-child(odd) {
	margin-left: 0;
}
.reference .img {
	width: 96px;
	margin-right: 32px;
}
.reference .body {
	flex: 1;
}
@media (max-width: 767px) {

.reference .itemGroup {
	display: block;
}
.reference .item {
	width: auto;
 	margin: 0 0 24px;
}
.reference .img {
	margin: 0 16px 0 0;
}
}


/* ---------------- checkBoxArea */
.checkBoxArea h2 {
	background: #3e2723;
	color: #fff;
}



/* ---------------- top */
/* intro */
.intro {
	margin-bottom: 32px;
}
.intro h2 {
	margin-bottom: 32px;
	padding: 0;
	background: none;
	text-align: center;
}
.intro h2 img {
	width: 269px;
}

/* topList */
.topList .layout {
	max-width: 1120px;
}
.topList .itemGroup {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 1120px;
	margin: 0 auto;
}
.topList .item {
	width: 48.11%;
}
.topList .item a {
	display: block;
	position: relative;
}
.topList .item .body {
	position: absolute;
	bottom: 16px;
	left: 6.25%;
	width: calc(87.5%);
}
.topList .item .body .sub {
	position: absolute;
	top: -14px;
	left: 0;
	padding: 0 8px;
	background: #3e2723;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	line-height: 28px;
	z-index:10;
}
.topList .item .body .title {
	margin-bottom:0;
	padding: 24px 16px 16px;
	background: rgba(255, 255, 255, 0.8);	
	line-height: 1.3;
	font-size: 24px;
}
.topList .item .body .copy {
	position: relative;
	margin-bottom: 0;
	padding: 12px 13px 12px 18px;
	background: #825a2c;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.57;
}
@media (max-width: 1023px) {
.topList .item .body .title {
	font-size: 18px;
}
}
@media (max-width: 767px) {
.topList {
	padding-top: 40px;
}
.topList .item {
	width: 100%;
	margin-bottom: 40px;
}
.topList .item .img{
	margin-bottom: 0;
}
.topList .item .img img{
	width:100%;
}
.topList .item .body {
	position: relative;
	top: 0;
	left: 0;
	width: auto;
	width: 100%;
	margin: 0;
}
.topList .item .body .sub {
	top: -12px;
	font-size: 11px;
	line-height: 24px;
}
.topList .item .body .title {
	padding: 20px 0 10px;
	font-size: 24px;
}
.topList .item .body .copy {
	padding: 12px 20px;
}
}

/* topMore */
.topMore {
	background: #faf7ee;
	padding: 32px 0;
	text-align: center;
}
.topMore h2 {
	position: relative;
	margin-bottom: 24px;
	padding: 0 0 16px;
	background: none;
	font-size: 20px;
	font-weight: 500;
	text-align: center;
}
.topMore h2::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 220px;
	height: 4px;
	background: #ffeb3b;
	transform: translateX(-50%);
}
.topMore .links {
	display: flex;
	justify-content: space-between;
	padding: 24px 0;
}
.topMore .links li {
	width: 31.03%;
	background: #fff;
	border-bottom: 1px solid #ede6d0;
	transition: 0.4s ease;
}
.topMore .links li:hover {
	opacity: 0.6;
}
.topMore .links a {
	opacity: 1 !important;
	display: block;
	padding: 16px;
	font-family: "新丸ゴ M", "新丸ゴ R", sans-serif;
	text-align: center;
}
.topMore .links .h {
	margin-bottom: 16px;
	font-size: 18px;
	line-height: 1.5;
}
.topMore .links .h .min {
	display: block;
	font-size: 14px;
}
.topMore .links .img {
	margin: 0;
}
.topMore .links .img img {
	max-width: 170px;
}
@media (max-width: 767px) {
.topMore h2 {
	font-size: 18px;
}
.topMore p br {
	display: none;
}
.topMore .links {
	display: block;
}
.topMore .links li {
	width: auto;
	max-width: 287px;
	margin: 0 auto 16px;
}
.topMore .links a {
	padding: 8px 16px;
}
.topMore .links .h {
	font-size: 16px;
}
.topMore .links .h .min {
	font-size: 12px;
}
}

/* profileArea */
.profileArea {
	padding: 0 0 120px;
}
@media (max-width: 767px) {
.profileArea {
	padding: 0 0 40px;
}
}


