@charset "utf-8";
/* CSS Document */

/*contents *************************************/

@media (min-width: 751px) {
.index .main{
	background: url(../img/mainPcBg2025.jpg) no-repeat top center;
	padding-top: 50px;
	min-height: 500px;
}
.index .main > div{
 width: 1024px;
	margin: auto;
	position: relative;
}
}
.index .main h2{
	border: none;
}
.index #sec01{
	background: url(../img/section1bg.png) no-repeat top center;
	margin-top: -50px;
	padding-bottom: 50px;
}
.index #sec01 h2{
	padding-top: 30px;
	font-weight: bold;
	margin-bottom: 20px;
	font-size: 2rem;
}
.index #sec01 li h3{
	color: #E33E51;
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 10px;
}
.index #sec01 li p{
	text-align: left;
	font-size: 1.5rem;
}
@media (min-width: 751px) {
.index #sec01 li{
display: table-cell;
padding: 10px;
width: 25%;
position: relative;
	padding-bottom: 80px;
}
.index #sec01 .btn a{
	position: absolute;
	bottom: 0;
	left: 5%;
	}
}

.index #sec01 .btn a{
	background: #f3f2f3;
    border-radius: 5px;
    padding: 10px 10px;
    color: rgba(80, 80, 80, 0.75);
    font-size: 1.5rem;
    font-weight: bold;
    width: 80%;
    display: inline-block;
}
.index #sec01 .btn a:hover{
	background: #E33E51;
    border-radius: 5px;
    padding: 10px 10px;
    color: #FFF;
    font-size: 1.5rem;
    font-weight: bold;
    width: 80%;
    display: inline-block;
}
.index #sec02{
	background: #F8F4EA;
	padding: 30px 0 0 0;
}
.index #sec02 h2{
	color: #E33E51;
	font-weight: bold;
}
.index #sec02 h2 span{
	font-size: 5rem;
	display: block;
	font-weight: bold;
}

@media (min-width: 751px) {
.index #sec02 .option_list ul li{
	width: 25%;
	float: left;
	padding-bottom: 20px;
}
}
@media (max-width: 750px) {
.index #sec02 .option_list ul li{
	width: 50%;
	float: left;
	padding-bottom: 20px;
}
}
.index #sec02 .option_list ul li strong{
	color: #DC6B55;
    font-weight: bold;
}

.index #sec02 .freePlan {
	background: #FFF;
	border-radius: 10px;
	padding: 20px;
	margin-bottom: 30px;
}
@media (min-width: 751px) {
.index #sec02 .freePlan ul{
	width: 50%;
	float: left;
}
}
.index #sec02 .freePlan ul li{
	padding: 5px;
	text-align: left;
}
.index #sec02 .freePlan ul li:before{
	font-family: "Font Awesome 5 Free";
  content: "\f105";
    padding-right: 10px;
	-webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
	font-weight: 900;
    color: #E33E51;
}
.index #sec02 .wake0{
	margin:10px;
	text-align: left;
}
@media (min-width: 751px) {
.index #sec02 .wake0{
	background: url(../img/reasonPC.png) no-repeat;
	padding: 30px 30px 250px;
}
	.index #sec02 .wake0 h3{
		float: left;
		}
	.index #sec02 .wake0 p{
	padding-left: 210px;
	text-align: left;
		font-size: 1.5rem;
	}
}

.index #sec03{
	background: #2FAEDF;
	padding: 20px 0 50px 0;
}

.index #sec03 h2{
	color: #FFF;
	margin-bottom: 30px;
}
@media (min-width: 751px) {
.index #sec03 ul{
	width:100%;
    margin:0;
    padding:0;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
.index #sec03 li{
	width: 31%;
	margin-left: 2%;
	text-align: left;
}
}
.index #sec03 li{
	text-align: left;
}
.index #sec03 li div{
	background: #FFF;
	height: 80%;
	border-radius: 5px;
	margin:-30px 10px 20px 20px;
	padding: 50px 10px 20px;
}
.index #sec03 li div .fax{
	font-size:2.5rem;
	font-weight: 600;
	color: #E33E51;
	text-align: center;
}
.index #sec03 li div .fax span{
	font-size: 1.5rem;
}
.index #sec03 h3{
	position: relative;
  padding: 0.5em;
  background:#FDE73C;
	margin-top: -50px;
	display: inline-block;
	font-weight: bold;
	min-width: 200px;
}

.index #sec03 h3::before{
	position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px #FFC926;
}
.index #sec03 h3 span{
	font-size: 1.5rem;
	margin-right: 20px;
}

.index #sec04{
	clear: both;
	background: #F8F4EA;
	padding: 30px 0;
}
.index #sec04 h2{
	color: #E33E51
}
.index #sec05{
	padding: 30px 0;
	background: #FFF;
}
.index #sec05 h2{
	margin-bottom: 20px;
	color: #E33E51;
	font-weight: bold;
}
@media (min-width: 751px) {
.index #sec05  ul.tool{
	display: flex;
	justify-content: space-between;
}
}
@media (max-width: 750px) {
.index #sec05  ul.tool li{
	display: inline-block;
	width: 45%;
	vertical-align: top;
	margin-bottom: 10px;
}
}
	.index #sec05  ul.tool li p{
		font-weight: bold;
	}
	.index #sec05  ul.tool li p span{
		font-size: 1.5rem;
		display: block;
	}


/*end contents******************************/
