
@charset "UTF-8";
@import "base.css";
@import "fonts.css";
* {
	padding: 0;
	margin: 0;
}
*, *:before, *:after {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
}


/* デフォルト：PCでは .sp は非表示、.pc は表示 */
.pc {
  display: block!important;
}
.sp {
  display: none!important;
}

/* スマホ表示（768px以下） */
@media screen and (max-width: 768px) {
  .pc {
    display: none!important;
  }

  .sp {
    display: block!important;
  }
}



h1, h2, h3, h4, h5, h6, input, button, textarea, select, p, blockquote, th, td, pre, address, li, dt, dd {
	font-size: 150%;
}
a {
	color: #706d6e;
}
a:hover, a:active {
	color: #F29DD4;
	text-decoration: none
}
a:hover img {
	opacity: 0.6;
	transition: all 0.7s ease
}
p {
	margin: 0 0 1em
}
.mb-0 {
	margin-bottom: 0
}
.mb-5 {
	margin-bottom: 5px
}
.mb-10 {
	margin-bottom: 10px
}
.mb-15 {
	margin-bottom: 15px
}
.mb-20 {
	margin-bottom: 20px
}
.mb-25 {
	margin-bottom: 25px
}
.mb-30 {
	margin-bottom: 30px
}
.mb-35 {
	margin-bottom: 35px
}
.mb-40 {
	margin-bottom: 40px
}
.mb-45 {
	margin-bottom: 45px
}
.mb-50 {
	margin-bottom: 50px
}
.mb-55 {
	margin-bottom: 55px
}
.mb-60 {
	margin-bottom: 60px
}
.mb-65 {
	margin-bottom: 65px
}
.mb-70 {
	margin-bottom: 70px
}
.mr-5 {
	margin-right: 5px
}
.mr-10 {
	margin-right: 10px
}
.mr-15 {
	margin-right: 15px
}
.mr-20 {
	margin-right: 20px
}
.mr-25 {
	margin-right: 25px
}
.mr-30 {
	margin-right: 30px
}
.mr-35 {
	margin-right: 35px
}
.mr-40 {
	margin-right: 40px
}
.mr-45 {
	margin-right: 45px
}
.mr-50 {
	margin-right: 50px
}
.mr-55 {
	margin-right: 55px
}
.mr-60 {
	margin-right: 60px
}
.pb-0 {
	padding-bottom: 0
}
.pb-5 {
	padding-bottom: 5px
}
.pb-10 {
	padding-bottom: 10px
}
.pb-15 {
	padding-bottom: 15px
}
.pb-20 {
	padding-bottom: 20px
}
.pb-25 {
	padding-bottom: 25px
}
.pb-30 {
	padding-bottom: 30px
}
.pb-35 {
	padding-bottom: 35px
}
.pb-40 {
	padding-bottom: 40px
}
.pb-45 {
	padding-bottom: 45px
}
.pb-50 {
	padding-bottom: 50px
}
.pb-55 {
	padding-bottom: 55px
}
.pb-60 {
	padding-bottom: 60px
}
.pb-65 {
	padding-bottom: 65px
}
.pb-70 {
	padding-bottom: 70px
}
.pt-5 {
	padding-top: 5px
}
.pt-10 {
	padding-top: 10px
}
.pt-15 {
	padding-top: 15px
}
.pt-20 {
	padding-top: 20px
}
.pt-25 {
	padding-top: 25px
}
.pt-30 {
	padding-top: 30px
}
.pt-35 {
	padding-top: 35px
}
.pt-40 {
	padding-top: 40px
}
.pt-45 {
	padding-top: 45px
}
.pt-50 {
	padding-top: 50px
}
.pt-55 {
	padding-top: 55px
}
.pt-60 {
	padding-top: 60px
}
.pt-65 {
	padding-top: 65px
}
.pt-70 {
	padding-top: 70px
}
.w-5 {
	width: 5%
}
.w-10 {
	width: 10%
}
.w-15 {
	width: 15%
}
.w-20 {
	width: 20%
}
.w-25 {
	width: 25%
}
.w-30 {
	width: 30%
}
.w-35 {
	width: 35%
}
.w-40 {
	width: 40%
}
.w-45 {
	width: 45%
}
.w-50 {
	width: 50%
}
/*Section*/
.inner {
	margin: 0 auto;
	width: 1000px;
	
}



.wrapper {
	min-width: 1100px;
	margin: 0 auto;
	overflow: hidden
}
/**************Header************/
#header {
	overflow: hidden;
	padding-top: 15px;
}
#header p {
	margin-bottom: 0;
}
.h_right {
	width: 600px;
	float: right;
	margin-bottom: 10px;
	/* margin-top: 20px; */
}
.h_right li {
	float: left;
	vertical-align: bottom
}
.h_right .tel {
    text-decoration: none;
    color: #282828;
    font-size: 28px;
    display: block;
    line-height: 1em;
    letter-spacing: 0px;
    margin: 0;
    font-family: 'Arial';
    font-weight: bold;
}
.h_right .tel span {
    font-size: 14px;
    color: #4f4f52;
    display: block;
	font-family: Meiryo,arial,clean,verdana,'Hiragino Kaku Gothic Pro',"ＭＳ Ｐゴシック",Osaka,sans-serif;
	font-weight: normal;
}
.h_right li:last-child {
	float: right;
}
/*****************gnavi*****************/
#gnavi {
	overflow: hidden;
	width: 100%;
/*	margin-bottom: 5px;*/
}
#gnavi > ul {
	width: 1000px;
	margin: 0 auto;
	text-align: center;
}
#gnavi li {
	float: left;
	width: 17%;
	margin-bottom: 5px;
	display: table;
}

#gnavi li a {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    text-decoration: none;
    transition: 0.2s all;
    border-right: 1px solid #cecece;
    font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','游明朝','Yu Mincho','游明朝体','YuMincho','HGS明朝E','HG明朝E','ＭＳ Ｐ明朝','MS PMincho','serif';
    font-size: 15px;
    height: 30px;
}

#gnavi li a:after {
    /* content: "/"; */
    color: #cac7c2;
    margin-left: 10%;
}

#gnavi li a:hover {
    color: #F29DD4;
    background: #f7f7f7;
}
.box01 {
	padding: 50px 0 60px;
	background-color: #F5F5F5;
}
.box01 h3 img {
	max-width: 100%
}

#index h3, .under #footer h3 {
    margin: 0 auto 30px;
    text-align: center;
    font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','游明朝','Yu Mincho','游明朝体','YuMincho','HGS明朝E','HG明朝E','ＭＳ Ｐ明朝','MS PMincho','serif';
    font-size: 30px;
/*    color: white;*/
    line-height: 1.4em;
    padding: 0 0 10px 0;
    border-bottom: 1px dotted #F5F5F5;
}

#index h3 img {
	display: block;
	margin: 0 auto
}
#index h3 span {
	/*color: #F29DD4;
	font-size: 12px;*/
	text-transform: uppercase;
	padding: 0 15px;
	letter-spacing: 3px;
}
#index .box02 h3 span {
	background: #F6FAFB
}
#index h3 .en, #footer h3 .en {
	font-size: 8px;
	font-family: 'Arial Regular', 'Meiryo', sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.4px
}
.box01 h3 img {
	max-width: 360px
}
.box_txt {
	border: 1px solid #d3d0cc;
	padding: 2px 2px 2px 28px;
	background: #fff;
	box-sizing:  border-box;
	position: relative;
	color: #666;
	margin-bottom: 30px;
/*	cursor:pointer;*/
}
.box_txt:before {
	content: "";
	position: absolute;
	top: 0px;
	left: 28px;
	width: 22px;
	height: 5px;
	background: #F29DD4
}
.box_txt p:last-child {
	margin-bottom: 0
}
.box_txt:hover {
/*	opacity: 0.7*/
}
.box_txt.bx01 {
}
.box_txt.bx02 {
	float: right;
	padding-bottom: 10px;
}

.box_txt.bx01,.box_txt.bx02 {
    height: 230px;
    width: 31.5%;
}
.box_txt.bx02 h4 {
	margin-bottom: 15px;
}
.box_txt.bx01 .img-r img,.box_txt.bx02 .img-r img {
	position: absolute;
	bottom: 1px;
	right: 0;
	max-width: 180px;
}
.box_txt .img-r {
	float: right;
	margin: 0;
	line-height: 0
}
.box_txt h4 {
	font-size: 24px;
	margin: 10px 0 10px 0;
	line-height: 1em;
	color: #000;
	font-weight: bold;
	font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','游明朝','Yu Mincho','游明朝体','YuMincho','HGS明朝E','HG明朝E','ＭＳ Ｐ明朝','MS PMincho','serif';
}
.box_txt h4 span {
	color: #5a5a5a;
	font-size: 12px;
	font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','游明朝','Yu Mincho','游明朝体','YuMincho','HGS明朝E','HG明朝E','ＭＳ Ｐ明朝','MS PMincho','serif' ;
	padding: 0 15px 0 15px;
	position: relative;
	font-weight: normal;
	letter-spacing: 1.5px
}
.box_txt h4 span:before, .box_txt h4 span:after {
	content: '';
	position: absolute;
	width: 1px;
	height: 15px;
	background: #000;
	bottom: 2px
}
.box_txt h4 span:before {
	left: 0;
	transform: rotate(-45deg);
}
.box_txt h4 span:after {
	right: 4px;
	transform: rotate(45deg);
}
.txt01 {
	font-size: 18px;
	color: #5a8409;
	font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','游明朝','Yu Mincho','游明朝体','YuMincho','HGS明朝E','HG明朝E','ＭＳ Ｐ明朝','MS PMincho','serif' ;
	line-height: 1.4em;
	margin-bottom: 8px;
	letter-spacing: 1px
}
.box_txt .txt {
	font-size: 140%;
	line-height: 1.6em;
	width: 90%;
	position: relative;
}
.box_txt.bx02 .txt {
	width: 90%;
	line-height: 1.55em;
}
.grp_img {
	overflow: hidden;
	width: 100%;
}
.grp_img li {
	float: left;
	width: 178px;
	margin: 0 15px 30px 0px;
	border: 1px solid #d3d0cc;
	position: relative;
	line-height: 0;
	overflow: hidden;
}


.grp_img li .tit {
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	background: rgba(255,255,255,0.7);
	padding: 10px 20px 5px;
	color: #000;
	font-weight: bold;
	line-height: 1.1em;
	text-align: left;
	margin: 0 auto;
	bottom: 0;
	font-size: 18px;
	letter-spacing: -0.5px;
	font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','游明朝','Yu Mincho','游明朝体','YuMincho','HGS明朝E','HG明朝E','ＭＳ Ｐ明朝','MS PMincho','serif';
}

.grp_img li .tit:before {
	content: "";
	height: 5px;
	width: 22px;
	background: #F29DD4;
	top: 0;
	position: absolute;
	left: 20px
	
}
.grp_img li .tit span {
	font-size: 8px;
	display: block;
	text-transform: uppercase;
	font-family: 'Arial', sans-serif;
	font-weight: normal;
	color: #444;
	letter-spacing: 0.2px
}
.grp_img li a {
	display: block
}
.grp_img li img {
	margin: 0 auto;
	max-width: 100%;
	padding: 2px
}
.box02 h3 img {
	max-width: 100%
}
.list01 {
	overflow: hidden
}
.list01 li {
	float: left;
	width: 250px;
	border: 1px solid #e5e0da;
	position: relative;
	text-align: center;
	margin: 0 33px 31px 0;
	background: #fff;
	padding: 2px 2px 15px
}
.list01 img {
	display: block;
	margin: 0 auto;
	max-width: 100%
}
.list01 .number {
	display: inline-block;
	margin: -45px auto 20px;
	vertical-align: middle;
	background: #F29DD4;
	border-radius: 60px;
	color: #fff;
	font-family: 'Times New Roman';
	font-size: 20px;
	height: 60px;
	width: 60px;
	line-height: 60px;
	font-style: italic
}
.list01 li:nth-of-type(4n) {
	float: right;
	margin: 0 0 31px 0
}
.list01 .tit {
	font-size: 22px;
	font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','游明朝','Yu Mincho','游明朝体','YuMincho','HGS明朝E','HG明朝E','ＭＳ Ｐ明朝','MS PMincho','serif' ;
	color: #282828;
	line-height: 1.3em;
	margin: 0px auto 15px;
	position: relative;
	padding: 5px 20px;
	overflow: hidden;
	font-weight: bold;
	z-index: 1;
}

.list01 .tit span {
	font-size: 16px;
	display: block;
	font-family: 'Meiryo', "ＭＳ Ｐ明朝", serif;
	font-weight: normal
}
.list01 .txt {
	font-size: 14px;
	padding: 20px 0;
	border-top: 1px solid #cecece;
	width: 85%;
	margin: 0 auto;
	line-height: 1.5em;
	color: #666
}
.btn01 {
font-weight:500;
	color:#000;
	text-align: center;
	
	padding: 15px 30px;
	position: relative;
	background: #b9b9b9;
	min-width: 350px;
	display: inline-block;
	text-decoration: none;
	transition: all ease 0.8s
}
.btn01:hover {
	color: #fff;
	background: #F29DD4
}
.btn01:after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	border-top: 7px solid #706d6e;
	border-bottom: 7px solid white;
	border-right: 7px solid white;
	border-left: 7px solid #706d6e;
}
.box02 .btn01:after {
	border-bottom: 7px solid #f5fafe;
	border-right: 7px solid #f5fafe;
}
.h_right .btn01 {
    min-width: 180px;
    font-size: 13px;
    text-decoration: none;
    line-height: 1.5em;
    text-align: center;
    background: #F29DD4;
    padding: 15px 20px 12px 20px;
}
.h_right .btn01 span {
	display: block;
	font-weight: bold;
	font-size: 20px;
	letter-spacing: 2px;
	font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','游明朝','Yu Mincho','游明朝体','YuMincho','HGS明朝E','HG明朝E','ＭＳ Ｐ明朝','MS PMincho','serif';
}
.h_right .btn01:hover {
	background: #b9b9b9 url(../images/ico_email.png) left 25px top 50% no-repeat;
	color: black;
}
.box02 {
	padding: 70px 0 60px;
	background: url(../images/box02_bg.jpg) no-repeat center;
	background-size: cover
}
.box02 h3 img {
	max-width: 525px
}
.box02 .bnr {
	text-align: center
}
.box03 h3 img {
	max-width: 335px;
}
#index .box03 h3 span {
	background: #F4F0ED
}
.box03 {
	padding: 50px 0 60px;
	/*	background: #ecf8ff;*/
	background-size: cover;
}
.case-archive-area {
	overflow: hidden;
	color: #666
}
.case-archive-area .item {
	float: left;
	width: 340px;
	border: 1px solid #e5e0da;
	padding: 20px;
	margin: 12px;
	background: #fff;
	overflow: hidden;
}

.under .case-archive-area .item {
    width: 48%;
    margin: 2% 1%;
}
.case-archive-area ul {
	float: left;
	margin-bottom: 30px;
	width: 62%
}
.case-archive-area ul li {
	display: block;
	margin-bottom: 10px;
	margin-left: 10px;
	font-size: 12px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}
.case-archive-area ul li:last-child {
	margin-bottom: 0
}
.case-archive-area ul span {
	color: #fff;
	padding: 2px 8px 1px;
	text-align: center;
	background: #b9b9b9;
	margin-right: 10px;
	font-size: 11px
}
.case-archive-area .tit {
	font-size: 18px;
	color: #F29DD4;
	text-align: center;
	font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','游明朝','Yu Mincho','游明朝体','YuMincho','HGS明朝E','HG明朝E','ＭＳ Ｐ明朝','MS PMincho','serif' ;
	line-height: 1.3em;
	padding: 12px 0px;
	border-top: 1px dotted #d1d1d1;
	border-bottom: 1px dotted #d1d1d1;
	width: 100%;
	margin: 15px auto 20px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.case-archive-area .txt {
	font-size: 12px;
	line-height: 1.5em;
	margin-bottom: 20px;
	height: 35px;
	overflow: hidden;
}
.case-archive-area .img {
	display: inline-block;
	float: left;
	width: 110px;
	height: 80px;
	background: #ddd;
	text-align: center
}
.case-archive-area img {
	max-width: 100%;
	max-height: 100%;
	top: 50%;
	position: relative;
	transform: translateY(-50%)
}
.case-archive-area .btn02 {
	float: right
}
.btn02 {
	text-align: center;
	text-decoration: none;
	font-size: 10px;
	font-family: 'Arial', sans-serif;
	color: #fff;
	background: #b9b9b9;
	font-weight: normal;
	padding: 8px 30px 8px 20px;
	display: inline-block;
	text-transform: uppercase;
	position: relative;
	min-width: 110px;
	transition: all ease 0.8s
}
.btn02:hover {
	color: #fff;
	background: #F29DD4
}
.btn02:after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	border-top: 5px solid #3a3a3a;
	border-left: 5px solid #3a3a3a;
	border-right: 5px solid #fff;
	border-bottom: 5px solid #fff;
}
.btn02:before {
	content: ">";
	left: 0;
	padding-right: 8px;
}
.box04 {
	padding: 35px 0;
	background: #fff url(../images/box04_bg.jpg) no-repeat center;
}
.box04 .inner {
	width: 1300px;
	padding: 100px 0;
	margin: 0 auto;
	overflow: hidden
}
.box04 .box {
	width: 890px;
	background: rgba(255,255,255,0.85);
	padding: 50px 70px 50px 100px;
	color: #666;
	letter-spacing: -0.2px;
	margin: 0 auto;
}

#index .box04 h3 {
	text-align: center;
	margin-bottom: 10px;
}
#index .box04 h3 img {
	max-width: 200px;
	background: #FEFEFE;
	display: inline-block;
	vertical-align: middle
}
#index .box04 h3 span {
	display: inline-block;
	padding: 0px 12px 0px 30px;
}

.box05 {
	overflow: hidden;
}
.box05 .box-l {
	width: 35%;
	float: left;
	text-align: right;
	background: #F29DD4;
	position: relative;
}
.box05 .box-l:after {
	content: "";
	position: absolute;
	right: -90px;
	top: -0px;
	border-left: 50px solid #F29DD4;
	border-top: 161px solid transparent;
	border-bottom: 80px solid transparent;
	border-right: 40px solid transparent;
}
.box05 .box-r {
	width: 65%;
	float: right;
	background: #e6e6e6;
}
.box05 h4 {
	color: #fff;
	line-height: 1.5em;
	text-align: center;
	font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','游明朝','Yu Mincho','游明朝体','YuMincho','HGS明朝E','HG明朝E','ＭＳ Ｐ明朝','MS PMincho','serif';
	font-weight: 200;
	font-size: 34px;
	display: inline-block;
	padding: 38px 30px 38px 0;
	z-index: 2;
	background: #F29DD4;
}
.box05 h4 span {
	font-size: 20px;
	font-family: 'Meiryo';
	border-bottom: 2px solid #fff;
	padding: 0 0 5px 0;
	display: block;
	margin-bottom: 2px;
	line-height: 1.3em;
	letter-spacing: 2px
}
.box05 .box_bnr {
	float: left;
	width: 790px;
	display: inline-block;
	margin: 30px 0 30px 70px;
	overflow: hidden;
}
.box_bnr li {
	width: 190px;
	float: left;
	margin: 0 10px 0 0;
	text-align: center
}
.box_bnr li:last-child {
	float: right;
	margin: 0
}
.box_bnr li a {
	display: block;
	text-decoration: none;
	color: #282828;
	font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','游明朝','Yu Mincho','游明朝体','YuMincho','HGS明朝E','HG明朝E','ＭＳ Ｐ明朝','MS PMincho','serif';
	padding: 35px 5px;
	background: #fff;
	font-size: 17px;
	transition: all ease 0.3s;
	border: 1px solid #e5e0da;
	position: relative;
	letter-spacing: -2.5px;
}

.box_bnr li a:hover {
    background: #f5f5f5;
}
.box_bnr li a:hover:after {
	left: 0;
	transform: scale(1);
	height: 100%;
	width: 100%;
}
.box06 {
	padding: 50px 0 60px;
	background: url(http://ilc-video.com/wp/wp-content/uploads/2021/02/box006_bg-1.jpg) no-repeat center;
	background-size: cover;
	width: 100%;
	overflow: hidden;
}

.box06 .bg {
/*    background: rgba(255,255,255,0.5);
    padding: 40px 0;*/
}
.box06 .txt {




	width: 800px;
	text-align: center;
	margin: 0 auto
}
.box06 h3 img {
	max-width: 590px
}

.f_box01 {
	padding: 50px 0 60px;
	background: #f7f7f7;
}

.f_box2 {
	background: #fff;
	width: 100%;
	overflow: hidden;
	padding: 40px 0 30px;
}
#footer h3 img {
	max-width: 480px;
	display: block;
	margin: 0 auto
}
#footer h3 {
	margin-bottom: 25px
}


.f_box {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  gap: 30px;               /* 30px ギャップ */
  justify-content: flex-start; 
}

.f_box .contact-item {
  /* まず古い width を打ち消す */
  width: auto !important;
  float: none !important;

  /* ３等分レイアウト */
  flex: 1;

  /* 他のスタイルはそのまま */
  box-sizing: border-box;
  border: 1px solid #d1d1d1;
  text-align: center;
  padding: 20px 20px 30px;
  background: #fff;
  transition: all .3s ease;
}

.f_box .contact-item:hover {
    background: #f5f5f5;
}
.f_box .contact-item a {
	font-size: 40px;
	font-family: 'Arial';
	color: #000;
	text-decoration: none;
	font-weight: bold;
	display: block;
	line-height: 1.2em;
	margin: 16px auto 0;
	letter-spacing: 1.5px;
	font-family:'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','游明朝','Yu Mincho','游明朝体','YuMincho','HGS明朝E','HG明朝E','ＭＳ Ｐ明朝','MS PMincho','serif';
}
.f_box .contact-item p:last-child {
	margin-bottom: 0;
}
.f_box .contact-item .img {
	max-width: 290px;
	margin: -35px auto 0px;
	display: inline-block;
	position: absolute;
	left: 0;
	right: 0;
}
.f_box .contact a {
	font-size: 25px;
}
.f_box .contact-item:hover:after {
	left: 0;
	transform: scale(1);
	height: 100%;
	width: 100%;
}
.f_box .contact p {
	font-size: 16px;
	margin-top: 3px;
	color: #706d6e;
}
.f_box .contact-item:last-child {
	float: right;
}
.f_left {
	width: 245px;
	float: left;
	border-right: 1px solid #dcdcdc;
	padding-right: 40px;
}
.f_logo {
	margin-bottom: 5px
}
.f_logo img {
	max-width: 280px
}
.f_add {
	font-size: 14px;
	color: #666;
	margin-bottom: 0;line-height:1.4em
}
.f_menu {
	width: 724px;
	float: right;
	overflow: hidden;
	padding-left: 40px;
	margin: -10px 0 0 0;
}
.f_menu li {
	background: url(../images/ico_menu.png)no-repeat left 0px top 10px;
	padding: 0 0 0 15px;
	line-height: 2em;
}
.f_menu li a {
	text-decoration: none;
	color: #666;
	font-size: 14px;
}
.f_menu li a:hover {
	text-decoration: underline
}
.f_menu ul {
	width: 161px;
	float: left;
	margin: 0 10px 0 0;
}
.f_menu ul:nth-of-type(2n) {
	/* width: 200px; */
}

.f_menu ul:nth-of-type(3n) {
	/* width: 150px */
}
.f_menu ul:nth-of-type(4n) {
	/* width: 110px; */
	float: right;
}
/*************/
#totop {
	position: fixed;
	bottom: 35px;
	right: 20px;
	z-index: 9;
}
#totop:hover {
	opacity: 0.5;
}
.copyright {
	text-align: center;
	font-size: 12px;
	line-height: 50px;
	margin-bottom: 0;
	color: #fff;
	width: 100%;
	background: black;
}
/****Under Content**/
#header h1 {
	font-size: 10px;
	float: left;
	/* padding: 0 0 0 20px; */
	/* padding: 8px 0 14px; */
}
#header .logo {
	max-width: 360px;
	float: left;
/*	margin-left:46%; */
}
#header .logo a:hover img, .f_logo a:hover img {
	opacity: 1
}
#header .logo img {
	width: 100px;
}
.under h1 {
	font-size: 12px;
	/*line-height: 1.3em;*/
}
.under #mainvisual {
	background: url(http://ilc-video.com/wp/wp-content/uploads/2021/02/under_bg-01-1.jpg) center no-repeat;
	background-size: cover;
	margin-bottom: 50px
}
.under #mainvisual .inner {
	margin: 0 auto;
	display: table
}
.under h2 {

	display: table-cell;
	vertical-align: middle;
	text-align: left;
	color: white;
	font-size: 36px;
	font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','游明朝','Yu Mincho','游明朝体','YuMincho','HGS明朝E','HG明朝E','ＭＳ Ｐ明朝','MS PMincho','serif' ;
	height: 300px;
/*	text-shadow: 4px 4px 7px rgba(255, 255, 255, 1), 5px -4px 7px rgba(255, 255, 255, 1), -5px 3px 7px rgba(255, 255, 255, 1), -5px -4px 7px rgba(255, 255, 255, 1), 4px 4px 7px rgba(255, 255, 255, 1), 5px -4px 7px rgba(255, 255, 255, 1), -5px 3px 7px rgba(255, 255, 255, 1), -5px -4px 7px rgba(255, 255, 255, 1)*/
}
.under #main {
	width: 1100px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0 0 40px 0
}
.under #content {
	width: 1000px;
/*	float: right;*/
	margin: 0 auto;
	padding-top: 10px;
}
.under #navi {
	width: 260px;
	float: left;
}

.under #navi ul.nav-style01 a:hover,.under #navi ul.nav-style02 a:hover {
    opacity: 0.7;
    padding-left: 10%;
}

.under #navi ul.nav-style03 a:hover {
    opacity: 0.7;
}

.under #navi ul {
    border-top: 2px solid #a9a9a9;
    margin-bottom: 20px;
}

.under #navi ul a {
    display: block;
    text-decoration: none;
    background: #f3f3f3;
    border-bottom: 1px solid #e0e0e0;
    padding: 5% 5% 4%;
    font-size: 12px;
    transition: 0.3s all;
}

.under #navi ul.nav-style01 a {
    color: #656565;
}

.under #navi ul a:before {
    content: '> ';
    font-size: 8px;
    color: #AAAAAA;
    letter-spacing: 2px;
}

.under #navi ul.nav-style02 a {
    background: #ddeff6;
    color: #007bc6;
}

.under #navi ul.nav-style03 {margin: 0;border-top: snow;width: 100%;}
.under #navi ul.nav-style03 li {color: #fff;margin-bottom: 5px;width: 100%;display: table;table-layout: fixed;}
.under #navi ul.nav-style03 a {
    font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','游明朝','Yu Mincho','游明朝体','YuMincho','HGS明朝E','HG明朝E','ＭＳ Ｐ明朝','MS PMincho','serif';
    position: relative;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    background: linear-gradient(to bottom, #2170c5 0%,#F29DD4 100%);
    color: white;
    text-align: center;
    height: 70px;
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
}

.under #navi ul.nav-style03 a:first-letter {
    font-size: 20px;
}
.under #navi ul.nav-style03 a::before, 
.under #navi ul.nav-style03 a::after { 
    content: "";
    display: table-cell;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}
.under #navi ul.nav-style03 a::after {
    margin: 3px;
    border: 1px solid rgba(255, 255, 255, 0.5);
}
.under #navi ul.nav-style03 a::after { min-height: 112px; /* IEでtable-cellのpaddingを計算してくれないため、高さ追加 */ }
.under #navi ul.nav-style03 a::after {min-height: 62px; /* IEでtable-cellのpaddingを計算してくれないため、高さ追加 */}

.topic-path {
	display: block;
	overflow: hidden;
	width: 100%;
	text-align: left;
	margin-bottom: 40px
}
.topic-path span{padding-left:10px}
.topic-path li {
	display: inline-block;
	font-size: 12px;
}
.topic-path li a {
	font-size: 12px;
	text-decoration: none;
	color: #F29DD4;
	padding: 0 20px 0 0;
	position: relative
}
.topic-path li a:after {
	content: '≫';
	color: #666;
	margin-right: 5px;
	position: absolute;
	right: -3px
}
.topic-path li a:hover {
	text-decoration: underline;
}
/**************Under************/
.image-r {
	float: right;
	margin: 4px 0 10px 21px;
}
.image-l {
	float: left;
	margin: 4px 21px 10px 0;
}
.txt-B {
	font-weight: bold;
}
.section {
	margin-bottom: 45px;
	overflow: hidden;
}
.section p:last-child {
	margin-bottom: 0;
}
.under #content h3 {
	line-height: 1.5em;
	font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','游明朝','Yu Mincho','游明朝体','YuMincho','HGS明朝E','HG明朝E','ＭＳ Ｐ明朝','MS PMincho','serif';
	font-size: 30px;
	width: 100%;
	color: #706d6e;
	padding: 0 0 20px 0;
	position: relative;
	text-align: center;
	margin-bottom: 45px;
	border-bottom: 1px dotted #c5c5c5;
	height: 40px;
}

.under #content h3:after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 40%;
    width: 20%;
    height: 2px;
    background: #F29DD4;
}
.under h4 {
	font-family: 'Kozuka Mincho Pr6N', "小塚明朝 Pr6N L", "DFHSMinchoR Pro-6N", "Hiragino Mincho ProN", sans-serif;
	font-size: 22px;
	color: #706d6e;
	padding: 0 0 0 15px;
	margin-bottom: 15px;
	position: relative;
	margin-top: 50px;
}

.under h4:before {
    content: '';
    position: absolute;
    width: 3px;
    height: 26px;
    top: 50%;
    left: 0;
    transform: translate(0,-50%);
    background: #F29DD4;
}
.under h4:first-letter {
	color: #F29DD4;
/*	font-weight: bold;
	font-size: 30px;*/
}
.under h5 {
	font-family: 'Kozuka Mincho Pr6N', "小塚明朝 Pr6N L", "DFHSMinchoR Pro-6N", "Hiragino Mincho ProN", sans-serif;
	font-size: 18px;
	color: #000;
	line-height: 1.4em;
	padding: 0 0 0 15px;
	margin-bottom: 20px;
	position: relative;
	margin-top: 30px;
}
.under h5:before {
	content: "";
	width: 8px;
	height: 18px;
	background: #F29DD4;
	position: absolute;
	left: 0;
	top: 4px;
}

/*******pager********/
.pager {
	text-align: center;
	overflow: hidden;
	margin: 50px auto 50px;
}
.pager li {
	display: inline-block;
	margin: 1px;
	font-size: 13px
}
.pager li a {
	text-decoration: none;
	padding: 2px 10px;
	background: #F29DD4;
	color: #fff;
	border-radius: 1px
}
.pager li a:hover {
	opacity: 0.8
}
.pager li.active a {
	background: #FFA640
}
.pager li.disabled {
	display: none
}
/************overnotes************************/
.case-archive-area > li {
	overflow: hidden;
	width: 250px;
	float: left;
	margin: 0 25px 35px 0;
}
.case-archive-area .tit {
	color: #F29DD4;
	font-weight: bold;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}
.case-archive-area .txt li {
	margin-bottom: 5px;
	overflow: hidden;
	font-size: 13px;
	white-space: nowrap;
	text-overflow: ellipsis
}
.case-archive-area .txt span {
	float: left;
	padding: 3px 10px 1px;
	color: #fff;
	font-size: 12px;
	background: #b9b9b9;
	line-height: 1.3em;
	margin-right: 10px
}
.case-archive-area > li:nth-child(3n) {
	float: right;
	margin: 0 0 20px 0
}
.case-archive-area li .img {
	height: 182px;
	margin: 0 auto 15px;
	background: #F0F0F0;
	text-align: center;
}
.case-archive-area li img {
	max-width: 100%;
	max-height: 100%;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.btn_blog {
	text-align: center;
}
.btn_blog a {
	color: #fff;
	padding: 5px 18px;
	background: #786554;
	display: inline-block;
	text-decoration: none
}
.btn_blog a:hover {
	opacity: 0.8
}
.list-cate {
	border: 1px solid #C4B1A2
}
.list-cate dt {
	font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','游明朝','Yu Mincho','游明朝体','YuMincho','HGS明朝E','HG明朝E','ＭＳ Ｐ明朝','MS PMincho','serif' ;
	color: #32261A;
	font-size: 20px;
	background: #C4B1A2;
	padding: 3px 28px
}
.list-cate a {
	text-decoration: none
}
.list-cate a:hover {
	text-decoration: underline
}
.list-cate dd {
	padding: 20px 28px
}
/**********slider img thumb**********/
.photo_area {
	width: 498px;
	float: left;
	background-color: #ddd;
	text-align: center;
}
.photo_area li {
	width: 100%;
	background-color: #eeeded;	
	vertical-align: middle;
	height: 340px;
	line-height: 0
}
.photo_area img {
	max-width: 100%;
	height: auto;
	max-height: 100%;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.thum_area {
	float: right;
	width: 280px;
	text-align: center
}
.thum_area li {
	width: 133px;
	margin: 0 5px 15px 0;
	float: left;
	vertical-align: middle;
	overflow: hidden;
	cursor: pointer
}
.thum_area li:nth-child(2n) {
	float: right;
	margin: 0 0 15px 0
}
.thum_area li:last-child {
	border-right: none;
}
.thum_area li.active {
	opacity: 0.7;
}
.thum_area li p {
	height: 90px;
	background: #eeeded;
	text-align: center
}
.thum_area li img {
	max-height: 100%;
	max-width: 100%;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.list_img .tit {
	font-weight: bold;	font-size: 18px;text-align:center
}
.list_img li {
	float: left;
	width: 39%;
}
.list_img .img {
	height: 225px;
	background: #eeeded;
	text-align: center
}
.list_img li img {
	max-width: 100%;
	max-height: 100%;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.list_img {
	position: relative;
	overflow: hidden;
	background: url(../images/arrow01.png) center top 60% no-repeat
}
.list_img li:last-child {
	float: right;
}
.details .image-l img {
	max-width: 320px
}
.tit01 {
	font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','游明朝','Yu Mincho','游明朝体','YuMincho','HGS明朝E','HG明朝E','ＭＳ Ｐ明朝','MS PMincho','serif' ;
	font-size: 20px;
	color: #F89815;
	margin-bottom: 10px
}
/**************sub page**********************/
.under h6 {
	font-family: 'Kozuka Mincho Pr6N', "小塚明朝 Pr6N L", "DFHSMinchoR Pro-6N", "Hiragino Mincho ProN", sans-serif;
	font-size: 16px;
	/* color: #F29DD4; */
	line-height: 1em;
	font-weight: bold;
	padding: 0 0 8px 10px;
	/* margin-bottom: 20px; */
	position: relative;
	/* border-bottom: 1px solid #88BF32; */
}
.under h6:before {
	/* content: ""; */
	/* width: 24px; */
	height: 4px;
	/* background: #f89815; */
	/* position: absolute; */
	/* left: 6px; */
	/* top: 24px; */
}
.frame-dl {
	border: 1px solid #E0D4C7;
	background: #F3F0EC;
	padding: 30px 20px;
	position: relative;
	margin: 0 2px 30px;
}
.frame-dl:before {
	position: absolute;
	top: -2px;
	left: -2px;
	width: 0;
	height: 0;
	content: "";
	border-top: 40px solid #88BF32;
	border-right: 40px solid transparent;
}
.frame-dl:after {
	position: absolute;
	bottom: -2px;
	right: -2px;
	width: 0;
	height: 0;
	content: "";
	border-bottom: 40px solid #88BF32;
	border-left: 40px solid transparent;
}
.frame-dl dt {
	font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','游明朝','Yu Mincho','游明朝体','YuMincho','HGS明朝E','HG明朝E','ＭＳ Ｐ明朝','MS PMincho','serif' ;
	font-size: 20px;
	padding: 0px 0px 10px;
	text-align: center;
	margin-bottom: 30px;
	color: #F78700;
	position: relative;
	border-bottom: 1px dotted #F78700
}
.frame-dl dt:after {
	position: absolute;
	width: 200px;
	height: 4px;
	background: #88BF32;
	content: "";

	bottom: -2px;
	left: 50%;

	margin-left: -100px;
}
.frame-dl dd p:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
}
.list-img {
	text-align: center;
	display: block;
	margin: 20px auto 0px;
}

.list-img li {
	width: 24%;
	text-align: center;
	display: inline-block;
}
.list-img li img {
	width: 92%;
}
.list-img02 {
	text-align: center;
	display: block;
	margin: 20px auto 0px;
}
.list-img02 li {
	width: 45%;
	margin: 0 2% 0 2%;
	overflow: hidden;
	display: inline-block;
}
.under-list.list-txt01 {
	margin: 0 0 0 14%;
}
.under-list.list-txt01 li {
	width: 30%;
	text-align: left;
	display: inline-block
}
.under-list.mar_R {
	margin: 0 30px;
}
.step {
	margin-bottom: 35px;
}
.step dt {
	font-size: 20px;
	background: #836738;
	padding: 20px 20px 12px;
	position: relative;
	color: #FFF;
	z-index: 1;
}
.step dt span {
	position: absolute;
	background: url(../images/bg-step.png);
	width: 100px;
	height: 30px;
	left: 6px;
	top: -15px;
	line-height: 30px;
	text-align: center;
}
.step dt span:after {
	position: absolute;
	left: -20px;
	top: 0;
	padding: 2px 14px;
	background: #F78700;
	color: #FFF;
	font-weight: bold;
	font-size: 16px
}
.step dd {
	background: #F7F3E9;
	padding: 20px;
	margin-bottom: 70px;
	position: relative;
}
.step dd:after {
	position: absolute;
	content: url(../images/arrow.png);
	bottom: -56px;
	left: 50%;
	margin-left: -40px;
}
.step dd:last-child {
	margin-bottom: 0px;
}
.step dd:last-child:after {
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	margin-left: 0;
}
.bnr-contact {
	width: 80%;
	margin: 10px auto;
	text-align: center;
	display: table;
}
.bnr-contact li {
	width: 40%;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	border: 1px solid #F78700;
	line-height: 1.5em
}
.bnr-contact li:last-child {
	background: #F78700;
	color: #FFF;
	font-size: 150%;
}
.bnr-contact li:first-child {
	background: #FFF;
	color: #F78700;
	padding: 0px 10px;
}
.bnr-contact li span {
	font-weight: bold;
	font-size: 160%;
}
.bnr-contact li a {
	color: #FFF;
	text-decoration: none;
	display: block;
	padding: 25px 20px;
}
.bnr-contact li a:hover {
	opacity: 0.7;
	background: #fea33c;
}
.faq dt {
	background: url(../images/faq_q.png) left center no-repeat #AD9472;
	padding: 15px 20px 15px 80px;
	color: #FFF;
}
.faq dd {
	background: url(../images/faq_a.png) 12px 12px no-repeat #F2EBE9;
	padding: 20px 20px 20px 80px;
	margin-bottom: 20px;
	min-height: 70px;
}

.staff img {
	width: 180px;
}
.under-list.list02 li {
	width: 32%;
	display: inline-block;
}


.list-style li{
    position: relative;
}

.list-style li{
    position: relative;
    margin-left: 14px;
    font-size: 15px;
}

.list-style {
/*    margin-bottom: 20px;*/
}

.list-style li:after {
    display: block;
    content: '';
    position: absolute;
    top: .65em;
    left: -1em;
    width: 6px;
    height: 6px;
    border-right: 1px solid #F29DD4;
    border-bottom: 1px solid #F29DD4;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.bnr-btn{
	color: #fff;
	width: 100%;
	display: table;
	table-layout: fixed;
	margin-bottom: 20px;
}

.bnr-btn a{
    position: relative;
/*    text-shadow: 1px 1px 2px rgba(0,0,0,0.2);*/
/*    background: linear-gradient(to bottom, #2170c5 0%,#F29DD4 100%);*/
	background: #F29DD4; 
    color: white;
    text-align: center;
    height: 70px;
    display: table-cell;
    vertical-align: middle;
    font-size: 20px;
    text-decoration: none;
    transition: all 0.2s;
}

.bnr-btn a:hover{
	opacity: 0.8;
}

.bnr-btn a:first-letter {
/*    font-size: 20px;*/
}

.bnr-btn a::before, 
.bnr-btn a::after { 
    content: "";
    display: table-cell;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.bnr-btn a::after {
    margin: 3px;
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.bnr-middle{
	width: 50%;
	margin: 0 auto;
}

.qanda dl {
	margin-top: 40px;
	margin-bottom: 100px;
	border: 1px solid #F29DD4;
	border-top: none;
}

.qanda dt {
	position: relative;
	padding: 20px 20px 20px 100px;
	background: #F29DD4;
	color: white;
	font-size: 16px;
	cursor: pointer;
}

.qanda dd {
    display: none;
    padding: 10px 20px;
}

.qanda dt span {
	position: absolute;
	top: -38px;
	left: 0;
	border: 8px solid #F29DD4;
	color: #F29DD4;
	padding: 2px 20px 4px;
	font-size: 50px;
	font-weight: bold;
	background: white;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
}

.step dt {
	font-size: 20px;
	background: #F29DD4;
	padding: 20px 20px 12px;
	position: relative;
	color: #FFF;
	z-index: 1;
}

.step dt span {
	position: absolute;
	background: #828282;
	width: 100px;
	height: 30px;
	left: 6px;
	top: -15px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #fff;
}

.step dt span:after {
	position: absolute;
	left: -20px;
	top: 0;
	padding: 2px 14px;
	background: #F78700;
	color: #FFF;
	font-weight: bold;
	font-size: 16px
}

.step dd {
	background: #f7f7f7;
	padding: 20px;
	margin-bottom: 80px;
	position: relative;
}

.step dd:after {
  content: '';
  width: 0px;
  border-color: #f7f7f7;
  border-style: solid;
  border-width: 25px;
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-right-color: transparent;
  position: absolute;
  left: 48%;
  right: 50%;
  bottom: -75px;
}

.step dd:last-child {
	margin-bottom: 0px;
}

.step dd:last-child:after {
	display: none;
	left: 50%;
	right: 50%;
}

.top-blog span{
	display: block;
	background: #706d6e;
	color: white;
	padding: 0.2% 2%;
	float: left;
	margin-right: 10px;
}

.top-blog span.cate_creator {
    background: #F29DD4;
}

.top-blog span.cate_company {
    background: #8abce6;
}

.top-blog span.cate_topics {
    background: #7dcf7c;
}

.top-blog li {
    width: 100%;
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 20px;
    display: inline-block;
    padding-bottom: 10px;
}

.top-blog li p a {
    margin-left: 10px;
}

.top-blog ul {
    margin-bottom: 40px;
    max-height: 280px;
    overflow-y: auto;
}

.btn-archive a {
    text-decoration: none;
    padding: 1% 4%;
    background: #F29DD4;
    color: white;
    transition: all 0.2s;
}

.btn-archive a:hover {
    opacity: 0.8;
}


.archive-column span,
.archive-column p {
	float: left;
}

.archive-column p {
    margin-top: 4px;
    margin-bottom: 12px;
}

.archive-column p
 a {
    margin-left: 10px;
    text-decoration: none;
    transition: all 0.2s;
    color: gray;
}

.archive-column p
 a:hover {
    color: #F29DD4;
}

.archive-column span {
    background: #706d6e;
    color: white;
    padding: 3px 6px;
    margin-right: 10px;
    width: 100px;
    text-align: center;
}

.archive-column span.cate_creator {
    background: #F29DD4;
}

.archive-column span.cate_company {
    background: #8abce6;
}

.archive-column span.cate_topics {
    background: #7dcf7c;
}

.archive-column li {
    display: inline-block;
    width: 100%;
    border-bottom: 1px dotted #d0d0d0;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.img-changer p{
	border: 1px solid #eaeaea;
	background: #fbfbfb;
	position: relative;
	width: 760px;
	height: 500px;
	margin: 0 auto;
	padding: 1px;
	margin-bottom: 20px;
}



.img-changer ul {
    display: inline-block;
}

.img-changer ul li {
    display: inline-block;
    border: 1px solid #eaeaea;
    background: #fbfbfb;
    position: relative;
    width: 134px;
    height: 90px;
    padding: 1px;
    margin: 0 10px;

}


.img-changer {
    margin-bottom: 50px;
}

.img-changer ul li img {
    max-width: 132px;
    max-height: 88px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.img-changer p img{
	position: absolute;
	height: auto;
	max-width: 758px;
	max-height: 498px;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

.img-changer-comments{
	color: #6B6B6B;
	display: block;
	text-align: center;
	margin: 0 auto;
	font-size: 12px;
}

.archive-back-btn{
	float: right;
}


.pagenavi{
	display: inline-block;
	width: 100%;
	margin: 10px auto 20px;
}

.pagenavi a,
.pagenavi span{
	display: block;
	float: left;
	background: #ddd;
	margin: 2px;
	padding: 0.3% 1.4%;
	text-decoration: none;
	color: white;
	transition: all 0.2s;
}

.pagenavi span{
	background: #F29DD4;
	font-weight: bold;
}

.pagenavi a {
    cursor: pointer;
}

.pagenavi a:hover {
    background: #F29DD4;
}

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
  background: #F29DD4;
  color: white;
  padding: 12px 15px;
  border: none;
  margin: 0 auto;
  cursor: pointer;
  transition: all 0.2s;
}

button, html [type="button"]:hover, [type="reset"]:hover, [type="submit"]:hover {
/*    opacity: 0.8;*/
background: #706d6e;
}

.white {
	color: white;
}

li.headline{
	font-size: 16px;
    background: none;
    font-weight: bold;
/*    border-bottom: 1px dotted #706d6e;*/
	font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','游明朝','Yu Mincho','游明朝体','YuMincho','HGS明朝E','HG明朝E','ＭＳ Ｐ明朝','MS PMincho','serif' ;
	padding-left: 0;
}

.philosophy{
	font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','游明朝','Yu Mincho','游明朝体','YuMincho','HGS明朝E','HG明朝E','ＭＳ Ｐ明朝','MS PMincho','serif';
    font-size: 30px;
    width: 100%;
    color: #706d6e;
    padding: 0 0 20px 0;
    position: relative;
    text-align: center;
    margin-bottom: 20px;
}

p.advantage {
    font-size: 22px;
    margin: 25px 0 10px 0;
    line-height: 1em;
    color: #000;
    font-weight: bold;
    font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','游明朝','Yu Mincho','游明朝体','YuMincho','HGS明朝E','HG明朝E','ＭＳ Ｐ明朝','MS PMincho','serif';
    }

    .box_column {
    display: flex;
    justify-content: space-between;
	}

	.mintyo{
	font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','游明朝','Yu Mincho','游明朝体','YuMincho','HGS明朝E','HG明朝E','ＭＳ Ｐ明朝','MS PMincho','serif';
	font-weight: bold;
	}

	p.buttons {
    text-align: center;

	}

	p.buttons input{
    text-align: center;
	margin:0 10px 0 10px;    
	}

li.border-left{
    border-left: 1px solid #cecece;
}

.form-content input, .form-content textarea {
    width: 100%;
    max-width: 400px;
	min-width: 122px;
}

.form-content {
    max-width: 800px;
    margin: 0 auto;
}

input[type="submit"] {
    width: auto;
}

/*.contact-button {
    width: 200px;
    margin:0 auto;
}*/

.header-rightside{
	width: 85%;
	float: right;
}


.top-banner{
margin-left:17%;
	display: flex;
	flex-wrap:wrap;
}
.top-banner li {

	width: 40%;
	padding:0 15px;/*←画像の左右に5pxの余白を入れる場合*/
	box-sizing:border-box;
}
.top-banner li img {
	max-width:100%; /*画像のはみだしを防ぐ*/
	height: auto; /*画像の縦横比を維持 */
	border:solid 1px #ccc; /*←画像を1pxのグレーの枠線で囲む指定の場合*/
}








/* ── 問い合わせセクション専用スタイル ── */
.contact-section__pc {
  display: block;
}

.contact-section__sp {
  display: none;
}

/* 見出し */
.contact-section__title {
  text-align: center;
  font-size: 24px !important;
  margin-bottom: 20px;
}

/* グリッド */
.contact-section__grid {
  display: grid;
  gap: 20px;
  max-width: 1000px;
  margin: 0 auto 40px;
}

/* アイテム */
.contact-section__item {
  text-decoration: none;
  display: block;
  padding: 20px;
  border: 1px solid #d1d1d1;
  background: #fff;
  text-align: center;
  transition: background .3s ease;
  font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'HiraMinProN-W3', '游明朝', 'Yu Mincho', '游明朝体', 'YuMincho', 'HGS明朝E', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'serif';
}

.contact-section__item:hover {
  background: #f5f5f5;
  color: #000;

}

.contact-section__item strong {
  font-weight: #600;
  display: block;
  font-size: 25px;
  margin-bottom: 0px;
  color: #333;

}

.contact-section__item span {
  font-family: 'Arial';
  font-size: 16px;

  display: block;
  color: #706d6e;
}

/* ── レイアウト切り替え ── */

/* PC：３カラム */
@media screen and (min-width: 769px) {
  .contact-section__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* SP：１カラム＋余白調整 */
@media screen and (max-width: 768px) {
  .contact-section__item span {
    font-family: 'Arial';
    font-size: 6vw display: block;
    color: #706d6e;
  }

  .contact-section__pc {
    display: none;
  }

  .contact-section__sp {
    display: block;
  }

  .contact-section__grid {
    grid-template-columns: 1fr;
    width: 100%;
    margin: 25px auto 40px;
  }

 .contact-section__title {
margin-bottom: -20px !important;}
}