@charset "utf-8";
/* CSS Document */
.main{
background: url(../img/mainBg.jpg) repeat-x;
	padding: 30px 0;
}
.main h2{
	font-size: 2rem;
	border-bottom: 1px solid #666;
	display: inline-block;
}
@media (min-width: 750px) {
.breadcrumb {
	text-align: left;
	font-size: 1.2rem;
	padding: 5px 0;
	margin-bottom: 20px;
}
.breadcrumb ul {
}
.breadcrumb ul li {
	display: inline-block;
	font-size: 1.2rem;
}
.breadcrumb ul li a:after {
	content: ">";
	padding: 0 0.5em;
}
}
@media (max-width: 750px) {
	.breadcrumb{
		display: none;
	}
}

/************************.plan***********************/
section .tbl_plan table{
	margin:20px auto;
	width: 100%;
}
section .tbl_plan table th{
	border-bottom: 1px solid #CCC;
	vertical-align: middle;
}
section .tbl_plan table td{
	padding: 5px;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	text-align:center;
	vertical-align: middle;
	font-size: 1.8rem;
}
section .tbl_plan table td span{
	font-size: 1.5rem;
	font-weight: normal;
	display: block;
}
section .tbl_plan table th span{
	font-size: 1.5rem;
	font-weight: normal;
}
section .tbl_plan table tr:nth-child(even) {
	background: #F9F9F9;
}
section .tbl_plan table td:nth-child(3){
	    background-color:rgba(171, 232, 255, 0.18);
}
section .tbl_plan table thead th{
	text-align: center;
	font-weight: bold;
}
section .tbl_plan table thead th:nth-child(3){
    background-color: #2EADDF;
    position: relative;
    border-radius: 0;
	color: #FFF;
	font-size: 2.5rem;
}
section .tbl_plan table thead th:nth-child(3):after{
    background-color: #2EADDF;
    content: '';
    display: block;
    position: absolute;
    border-radius: 4px 4px 0 0;
    left: 0;
    top: -10px;
    height: 10px;
    width: 100%;
}
section .tbl_plan table thead th:nth-child(2){
    background-color: #89B432;
    position: relative;
    border-radius: 0;
	color: #FFF;
	font-size: 1.8rem;
}

section .tbl_plan table td i{
	color: #309DDE;
	font-size:3rem;
}
section .tbl_plan table td.none{
	font-size: 3.5rem;
    line-height: 1rem;
    color: #999;
}
@media (max-width: 750px) {
	section .tbl_plan table thead th:nth-child(3){
    background-color: #2EADDF;
    position: relative;
    border-radius: 0;
	color: #FFF;
	width: 30%;
	font-size: 1.2rem;
}
section .tbl_plan table thead th:nth-child(2){
    background-color: #89B432;
    position: relative;
    border-radius: 0;
	color: #FFF;
	width: 25%;
	font-size: 1.2rem;
}
section .tbl_plan table td{
	padding: 5px;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	text-align:center;
	vertical-align: middle;
	font-size: 1.2rem;
}
section .tbl_plan table td span,
section .tbl_plan table th span{
	font-size: 1rem;
	font-weight: normal;
	display: block;
}
}

section .tbl_plan table  a{
	text-decoration: underline;
	color: rgba(0,114,155,1.00)
}

/*******************.card*******************************/
.card section{
	padding: 30px 0;
}
.card .col4_2{
	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;
}
.card .col4_2 li{
	width: 25%;
	display:table-cell;
	margin-bottom: 20px;
	font-size: 1.2rem;
}
.card .col4_2 li>div{
	background: #FFF;
    margin: 10px;
}
.card .col4_2 li>div h4{
	font-size: 1.5rem;
	font-weight: bold;
	padding: 10px
}

.card ul.attention li{
	font-size: 1.6rem;
	margin-bottom: 5px;
	text-align: left;
}
.card ul.attention 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;
}
section h2.midashi{
	background: #e7716c;
	color: #fff;
	font-size: 2rem;
	padding: 10px;
	border-radius: 10px;
	text-align: left;
}
section h4.midashi{
	background: #F7F7F7;
	font-size: 1.8rem;
	padding:5px 10px;
	border-radius: 10px;
	text-align: left;
	margin: 10px 0;
}
 .block_table table {
  border-collapse: collapse;
  width: 100%;
}
 .block_table table th,
 .block_table table td {
  padding: 10px;
  border: 1px solid #cccccc;
}
.block_table tr th {
	background-color: #F7F7F7;
	text-align: center;
	width: 40%;
	color: #000;
}

.block_table table td strong{
	color: #d43f3a;
	font-size:2rem;
	font-weight: bold;
}

@media screen and (max-width: 400px) {
 .block_table  table {
    border-top: 1px solid #999;
  }
 .block_table table td {
	 display: block;
    text-align: center;
	 padding:10px 0;
	 width: 100%;
  }
	
.block_table tr th {
    display: block;
    border-top: none;
    border-bottom: none;
	 padding:10px 0;
	width: 100%;
  }
}

/************************.faq***********************/
.faq section{
	padding: 30px 0;
}
@media (max-width: 750px) {
.faqWrap dl dt{
	background: url(../img/q.jpg) no-repeat;
	background-size:  7%;
	padding: 0px 0 10px 8%;
	text-align: left;
	margin-bottom:10px;
	font-weight: bold;
}
.faqWrap dl dd{
	background: url(../img/a.jpg) no-repeat;
	padding: 0px 0 10px 8%;
	background-size: 7%;
	text-align: left;
	margin-left: 20px;
	margin-bottom: 30px;
}
}
@media (min-width: 751px) {
.faqWrap {
		width: 80%;
		margin: auto;
	}
.faqWrap dl dt{
	background: url(../img/q.jpg) no-repeat;
	background-size:  6%;
	padding: 10px 0 10px 8%;
	text-align: left;
	margin-bottom: 20px;
	font-weight: bold;
}
.faqWrap dl dd{
	background: url(../img/a.jpg) no-repeat;
	padding: 10px 0 10px 8%;
	background-size:  6%;
	text-align: left;
	margin-left: 80px;
	margin-bottom: 40px;
}
	}

@media (min-width: 751px) {
section .option_list ul li{
	width: 25%;
	float: left;
	padding-bottom: 20px;
}
}
@media (max-width: 750px) {
section .option_list ul li{
	width: 50%;
	float: left;
	padding-bottom: 20px;
}
}
section .option_list ul li strong{
	color: #DC6B55;
    font-weight: bold;
}

section .option_list ul li div{
	padding: 10px 20px;
	font-size: 0.8rem;
}


.plan #sec01{
	background: #F7F7F7;
    padding: 30px 0;
}


/********************.salestool *********************/
.salestool section{
	padding: 30px 0;
}
.salestool section .col2_1 li{
	text-align:left;
	margin-bottom: 30px;
}
.salestool section .col2_1 li div {
	padding: 15px;
}
.salestool section .col2_1 li h3{
	font-size:2rem;
	font-weight: bold;
	margin: 10px 0;
}
.salestool section .col2_1 li strong{
	font-size: 2rem;
	color: #E33E51;
	font-weight: bold;
}

/********************.sample *********************/
.sample section{
	padding: 30px 0;
}
.sample .col4_2{
	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;
}
@media (min-width: 751px) {
.sample .col4_2 li{
	width: 25%;
	display:table-cell;
	margin-bottom: 20px;
	font-size: 1.2rem;
}
}
@media (max-width: 750px) {
.sample .col4_2 li{
	width: 50%;
	display:table-cell;
	margin-bottom: 20px;
	font-size: 1.2rem;
}
}
.sample .col4_2 li>div{
	background: #FFF;
    border-radius:10px;
    box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.1);
    margin: 10px;
    height: 100%;
	position: relative;
	padding-bottom: 10px;
}
.sample .col4_2 li>div .new{
	position: absolute;
	top: 0;
	left: 0;
}
.sample .col4_2 li>div p{
	padding: 10px;
	text-align: left;
}
.sample .col4_2 li>div p.img{
	overflow: hidden;
	border-radius: 10px 10px 0 0;
	max-height: 200px;
	padding: 0px
}
.sample .col4_2 li>div h4{
	font-size: 1.5rem;
	font-weight: bold;
	padding: 10px
}
.sample .col4_2 li>div .tag{
	font-size: 1.1rem;
}
.sample .col4_2 li>div p.btn_card{
	display: block;
	position: absolute;
	padding: 0;
	bottom:15px;
	left: 0;
	width: 100%;
	text-align: center;
}
.sample .col4_2 li>div .btn_card a{
background: #F0F0F0;
	border: 1px solid #DBDBEA;
	padding: 5px 20px;
	border-radius: 50px;
}
.sample .col4_2 li>div figure{
	display: block;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
/************************.inquiry**********************/
@media (min-width: 768px) {
.entry .inqWrap{
	width: 80%;
	margin: auto;
	padding: 30px;
	background: #FFF;
}
.entry{
	background: #F8F4EA;
}
}
@media (max-width: 767px) {
.entry .inqWrap{
	margin: auto;
	padding: 10px;
	background: #FFF;
}
}
.entry section{
	padding: 30px 0;
}
dl.inquiry {
	text-align: left;
	clear: both;
}
.inquiry .note2
 {
	font-size: 14px;
	color: #666;
}
.inquiry .note {
	font-size: 14px;
	color: #666;
}

@media (min-width: 768px) {
.inquiry dt {
	font-weight: bold;
	clear: both;
	padding-top: 20px;
	border-top: 1px solid #cccccc59;
}
.inquiry dt:first-child{
	border-top: none;
	}
.inquiry dd {
	margin-bottom: 20px;
}
.inquiry dd label {
	font-weight: lighter;
}
}
@media (max-width: 767px) {
.inquiry dt {
	padding: 5px;
	font-weight: bold;
	border-top: 1px solid #cccccc59;
}
.inquiry dd {
	padding: 5px;
}
.inquiry dd span.note2:before {
	content: "\A" ;
	white-space: pre ;
}
.inquiry dd label {
	font-weight: lighter;
}
}
.inquiry .required{
	font-size: 1.5rem;
	font-weight: bold;
	color:#E33E51;
}
.err {
    color:#E33E51;
}
.toiOK h4 {
	font-weight: bold;
}
.toiOK p {
	margin-bottom: 1em;
	font-weight: lighter;
}
.toiOK .folder {
	background-color: #F2F2F3;
	border: 1px solid #CCC;
	font-size: 1.2rem;
	text-align: left;
	padding: 15px;
}
.toiOK .folder ul {
	margin-left: 1.5em;
}
.toiOK .folder ul li {
	list-style: disc outside;
}
@media (max-width: 767px) {
}
@media (min-width: 768px) {
}

/**************nariagoto*****************/
.naraigoto section .sec_inner ul {
   
}
.naraigoto section .sec_inner ul {
	
}
@media (min-width: 768px) {
	.naraigoto section .sec_inner li{
	width: 100%;
	display: block;
	margin-bottom: 30px;
	background: #f8f4e9;
		padding: 20px;
}
.naraigoto section .sec_inner li div{
	clear: both;
	display: flex;
}
	.naraigoto section .sec_inner li h4{
	font-size: 3rem;
	float: left;
	line-height: 10rem;
	color: #e33e51;
	font-weight: 900
}
	.naraigoto section .sec_inner li span{
	font-size: 5rem;
	float: left;
	color: #e33e51;
	font-weight: 900
}
	.naraigoto section .sec_inner li div p{
	padding:0 20px;
	text-align: left;
	width: 60%
}
	}
@media (max-width: 767px) {
	.naraigoto section .sec_inner li{
	width: 100%;
	display: block;
	margin-bottom: 10px;
	background: #f8f4e9;
}
	.naraigoto section .sec_inner li div{
	clear: both;
}
	.naraigoto section .sec_inner li div div{
		padding: 30px;
	}
	.naraigoto section .sec_inner li h4{
	font-size: 2rem;
	line-height: 4rem;
	color: #e33e51;
	font-weight: 900
}
	.naraigoto section .sec_inner li span{
	font-size: 4rem;
	color: #e33e51;
	font-weight: 900
}
	.naraigoto section .sec_inner li div p{
	padding: 20px;
	text-align: left;
}
}



.textL{
	text-align:left;
}
.btn_s a{
	background:rgba(197, 197, 197, 0.3);
	padding:5px 20px;
	display: inline;
	border-radius: 5px;
	border: 1px solid rgba(179,179,179,1.00);
	font-size: 1.2rem;
}
.btn_s a:hover{
	background:#E33E51;
	border: 1px solid #E33E51;
	color: #FFF;
	padding:5px 20px;
	display: inline;
	border-radius: 5px;
}