@charset "UTF-8";
/*------------------------------------------------------------mainphoto*/

#pagetitle {
    background: url("../img/business_img/pagetitle_bg_sp.jpg") bottom center no-repeat;
    background-size: cover;
    width: 100%;
    height: 200px;
    overflow: hidden;
}
#pagetitle .container {
    position: relative;
    height: 200px;
}
#pagetitle .title_tx {
    width: 100%;
    font-family: "NotoSerifBold";
    position: absolute;
    top: calc(50% + 20px);
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 24px;
    line-height: 1.3em;
    color: #000;
    text-align: center;
}

@media print, screen and (min-width:768px) {
#pagetitle {
    background: url("../img/business_img/pagetitle_bg.jpg") center no-repeat;
    background-size: cover;
    height: 300px;
    margin-top: -45px;
}
#pagetitle .container {
    position: relative;
    width: auto;
    height: 300px;
}
#pagetitle .title_tx {
    top: calc(50% + 45px);
    font-size: 40px;
    line-height: 46px;
}
}
/*------------------------------------------------------------content*/

#sec01 {
    padding: 0 0 30px;
    background: #fff0e3;
    margin-top: -5px;
}
#sec01 p {
    display: block;
    line-height: 1.75;
    text-align: left;
    text-shadow: 0 1px 1px #fff;
}
#sec01 a {
    color: #ff7800;
}
#sec01 a:hover {
    color: #338c7a;
}
#sec02 {
    padding: 40px 0;
    text-align: center;
}
#sec02 ul li {
    color: #000;
    position: relative;
    padding: 10px;
    margin: 20px 0;
    background-color: #fff0e3;
    /*background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #fbd6b6), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, #fbd6b6), color-stop(.75, #fbd6b6), color-stop(.75, transparent), to(transparent));*/
  background-image: linear-gradient(-45deg, 
		#fbd6b6 25%, transparent 25%, 
		transparent 50%, #fbd6b6 50%, 
		#fbd6b6 75%, transparent 75%, 
		transparent);
    -webkit-background-size: 5px 5px;
    background-size: 5px 5px;
}
#sec02 ul li:after {
    position: absolute;
    content: '';
    top: 100%;
    left: 0;
    right: 0;
    margin: auto;
    border: 10px solid transparent;
    border-top: 10px solid #fbd6b6;
    width: 0;
    height: 0;
}
#sec02 ul li:last-child::after {
    border: none;
}
#sec02 .right_area p {
    text-align: left;
    background: #daf4ef;
    padding: 10px;
}
#sec02 .right_area p span {
    color: #ff7800;
}
#sec02 .right_area p strong {
    color: #ff7800;
}
#sec02 .right_area figure {
	margin-bottom: 15px;
}
#sec02 .right_area figure img {
	width: 100%;
	height: auto;
}

@media print,  screen and (min-width:768px) {
#sec02 {
    padding: 60px 0;
}
#sec02 ul {
    width: 50%;
    float: left;
}
#sec02 .right_area {
    width: 38%;
    float: right;
}
#sec02 .right_area figure {
	margin-bottom: 30px;
}
}
#sec03 {
    padding: 40px 0;
    text-align: center;
}
#sec03 p {
   background: #fff;
	padding: 10px;
	text-align: left;
}
#sec03 figure {
  margin: 20px auto 0;
}
#sec03 img {
	display: block;
}
@media print, screen and (min-width:768px) {
#sec03 {
    padding: 60px 0;
}
#sec03 p {
 float: left;
	/*margin-left: 20%;*/
}
#sec03 img {
width: 70%;
	height: auto;
margin-top: -65px;
}
}
#sec04 {
    padding: 40px 0;
    text-align: center;
}
#sec04 {
	text-align: center;
    position: relative;
    padding: 40px 0;
    background: #fff;
}
#sec04:before {
   position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    border: 20px solid transparent;
    border-top: 20px solid #fff0e3;
    width: 0;
    height: 0;
}
#sec04 ul {
	padding:0 30px;
	background: #fff0e3;
}
#sec04 ul li {
	padding: 2px 0;
	list-style: disc;
	text-align: left;
}
#sec04 img {
  margin-top: 20px;
}
@media print, screen and (min-width:768px) {
#sec04 {
    padding: 60px 0;
}
#sec04 img {
   width: 28%;
	display: block;
	height: auto;
	float: right;
	margin-top: 50px;
}
#sec04 ul {
	float: left;
	margin: 20px 0 0;
	padding: 20px 40px;
}
#sec04 ul:last-of-type {
	margin: 0;
}
}