@charset "utf-8";
/* CSS Document */
section {
  width: 100%;
}
section > div {
  max-width: 1000px;
  padding: 50px 20px;
  margin: 0 auto;
}
#anc1, #anc2, #anc3, #anc4 {
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 80px;
}

.dfjcac img, .dfjsbas img, .dfjsbac img {flex-shrink: 0;}



.boil-title {
  background: url(../images/main_bg.jpg) center center / cover no-repeat;
}
.boil-title div {
  max-width: 1000px;
  height: 400px;
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
}
.boil-title h1 {
  margin-left: 145px;
}
.boil-title h2 {
  margin-right: 80px;
}
.boil_anc {
  width: 100%;
  height: 84px;
}
.boil_anc p {
  display: none;
}
.boil_anc ul {
  max-width: 960px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.boil_anc ul li {
  width: 25%;
  position: relative;
  padding: 30px 0;
}
.boil_anc ul li::before {
  content: '';
  width: 1px;
  height: 40px;
  border-left: 1px solid #7c7c7c;
  position: absolute;
  left: 0;
  top: 50%;
  bottom: 0;
  transform: translateY(-50%);
}
.boil_anc ul li:last-child::after {
  content: '';
  width: 1px;
  height: 40px;
  border-right: 1px solid #7c7c7c;
  position: absolute;
  right: 0;
  top: 50%;
  bottom: 0;
  transform: translateY(-50%);
}
.boil_anc ul li a:hover {
  opacity: 1.0;
}
.boil_anc ul li a {
  position: relative;
  display: block;
  text-align: center;
  line-height: 1.5;
  font-weight: bold;
}
.boil_anc ul li a::after {
  content: '';
  width: 10px;
  height: 10px;
  border: 0;
  border-bottom: solid 1px #000;
  border-right: solid 1px #000;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  margin-top: -4px;
  opacity: 0;
  transition: 0.5s;
}
.boil_anc ul li a:hover::after {
  transform: translate(-50%, 10px) rotate(45deg);
  opacity: 1;
  transition: 0.5s;
}
.wrap {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}
.souryu {
  background: linear-gradient(#6bc8f2, #fff);
  margin-bottom: 30px;
}
.souryu .feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 55px;
}
.souryu .feature .inner h2 {
  margin-bottom: 15px;
}
.souryu .feature .inner h3 {
  font-size: 1.3em;
  font-weight: bold;
  margin-bottom: 15px;
}
.souryu .feature .f1, .souryu .feature .f2, .souryu .feature .f3, .souryu .feature .f4 {
  width: 50%;
}
.souryu .feature .f1 {
  padding-right: 10px;
}
.souryu .feature .f2 {
  padding-left: 10px;
}
.souryu .feature .f3 {
  padding-right: 10px;
}
.souryu .feature .f4 {
  padding-left: 10px;
  margin-top: 50px;
}
.souryu .feature .inner {
  border: 5px #7ecef4 solid;
  border-radius: 20px;
  padding: 60px 30px 50px;
  position: relative;
  background: #fff;
}
.souryu .feature .inner .inner2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.souryu .feature .f1 .inner, .souryu .feature .f2 .inner {
  margin-top: 150px;
}
.souryu .feature .f3 .inner {
  margin-top: 166px;
}
.souryu .feature .f4 .inner {
  margin-top: 150px;
}
.souryu .feature .inner .inner2 p, .souryu .feature .f4 .inner .inner2 div:first-child {
  width: 63%;
}
.souryu .feature .inner .inner2 figure, .souryu .feature .f4 .inner .inner2 div:last-child {
  width: 30%;
}
.souryu .feature .f4 .inner .inner2 div p {
  width: 100%;
}
.souryu .feature .f4 .inner .inner2 div:last-child p {
  font-size: small;
}
.souryu .feature .inner .up {
  position: absolute;
  bottom: -30px;
  height: 50px;
  background: #004ea2 url("../images/souryu_star.gif") no-repeat right 4px bottom 4px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 50px;
}
.souryu .feature .f1 .inner .up {
  right: 30px;
  width: 230px;
}
.souryu .feature .f2 .inner .up, .souryu .feature .f3 .inner .up {
  right: 30px;
  width: 195px;
}
.souryu .feature .f4 .inner .up {
  left: 30px;
  width: 230px;
}
.souryu .feature .inner .up p {
  position: relative;
  display: inline-block;
  padding-right: 0;
}
.souryu .feature .inner .up p::before {
  content: "";
  position: absolute;
  top: -53px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-bottom: 30px solid #004ea2;
}
.souryu .feature .f1 .inner .voice {
  position: absolute;
  top: -153px;
  left: 0;
}
.souryu .feature .f2 .inner .voice {
  position: absolute;
  top: -140px;
  left: 20px;
}
.souryu .feature .f3 .inner .voice {
  position: absolute;
  top: -166px;
  left: 22px;
}
.souryu .feature .f4 .inner .voice {
  position: absolute;
  top: -152px;
  left: 10px;
}
.type {
  width: 100%;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 1.5em;
  color: #005699;
  display: flex;
  align-items: center;
}
.type::after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #005699;
  margin-left: 1rem;
}
.type img {
  margin-left: 10px;
  vertical-align: middle;
}
.dfjcac div {
  font-size: 12px;
  text-align: center;
  
}
.fea span {
  color: #005599;
}
.h77 {
  display: inline-block;
  padding: 2px 5px;
  background-color: #ea5413;
  color: #fff;
  border-radius: 5px;
  text-align: center;
  vertical-align: bottom;
  font-size: small;
}
.spec {
  max-width: 960px;
  margin: 0 auto;
  padding: 0;
}
.ico {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*-webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;*/
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: small;
  margin: 0 0 5px 0;
}
.ico div {
  /*margin-left: 10px;*/
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.ico img, .icon span {
  margin-left: 5px;
}
.ico img {
  height: 100%;
}
.scroll {
  display: none;
}
.spec table {
  margin-bottom: 10px;
  width: 100%;
  font-size: small;
  background: #fff;
}
.top th {
  background: #7e7e7e;
  color: #fff;
  font-weight: bold;
  padding: 5px;
  line-height: 1.2;
  border-left: 1px #fff solid;
  border-bottom: 1px #fff solid;
  text-align: center;
}

th span {
	background: #d94569;
    padding: 5px 5px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    display: block;
    margin-top: 5px;
    line-height: 1em;
}
th.bl span {
	background: #fff;
    color: #d94569;
    font-weight: bold;
}

tr:not(.top) {border-bottom: #333 1px solid;}
tr:not(.top) th {
  background: #d7d7d7;
}
tr th, tr td {
  padding: 5px 20px;
  vertical-align: middle;
}
tr td {
  padding: 5px;
  border-right: 1px #333 solid;
}
.bn {border-right: none;}
.bl {border-left: 5px #fff solid !important;}

.sec td {
  background: #d7d7d7;
  padding: 5px 10px;
  line-height: 1.2;
  border-right: none;
}

/*
.table1 .top th:nth-child(1) {
  width: 7em;
}
.table1 .top th:nth-child(2) {
  width: 12em;
}
.table1 .top th:nth-child(3), .table1 .top th:nth-child(4) {
  width: 6em;
}
.table1 .top th:nth-child(9) {
  width: 10em;
}
.table1 .top th:last-child {
  width: 3em;
}*/
.table2 .top th:nth-child(1) {
  width: 8em;
}
.table2 .top th:nth-child(2) {
  width: 10em;
}
.table2 .top th:nth-child(3) {
  width: 6em;
}
.table2 .top th:nth-child(4) {
  width: 6em;
}
.table2 .top th:nth-child(6) {
  width: 5.5em;
}
.table2 .top th:nth-child(9) {
  width: 4em;
}
.table2 .top th:nth-child(10) {
  width: 6em;
}
.table2 .top th:nth-child(11) {
  width: 5em;
}
.table2 .top th:last-child {
  width: 6em;
}
.table2 .top.th2 th:nth-child(1)  {
  width: 6.5em;
}
.table2 .top.th2 th:nth-child(2)  {
  width: 4.5em;
}
.table2 td {
  padding: 5px 0;
}
/*.table3 .top th:nth-child(1) {
  width: 9em;
}
.table3 .top th:nth-child(2) {
  width: 11em;
}
.table3 .top th:last-child {
  width: 12em;
}
.table4 .top th:nth-child(1) {
  width: 7em;
}
.table4 .top th:nth-child(2) {
  width: 11em;
}
.table4 .top th:nth-child(3), .table4 .top th:nth-child(4) {
  width: 6em;
}
.table4 .top th:nth-child(6) {
  width: 7em;
}
.table4 .top th:last-child {
  width: 8em;
}
table .top span {
  margin-right: 10px;
}
.table5 .top th:nth-child(1), .table5 .top th:nth-child(2) {
  width: 11em;
}
.table5 .top th:nth-child(3), .table4 .top th:nth-child(4) {
  width: 6em;
}
.table5 .top th:nth-child(7) {
  width: 7em;
}
.table5 .top th:last-child {
  width: 10em;
}
.table6 .top th:nth-child(1) {
  width: 7em;
}
.table6 .top th:nth-child(2) {
  width: 11em;
}
.table6 .top th:nth-child(3), .table4 .top th:nth-child(4) {
  width: 6em;
}
.table6 .top th:last-child {
  width: 3em;
}
.table7 .top th:nth-child(1) {
  width: 7em;
}
.table7 .top th:nth-child(2) {
  width: 12em;
}
.table7 .top th:nth-child(3), .table7 .top th:nth-child(4) {
  width: 6em;
}
.table7 .top th:nth-child(7) {
  width: 6em;
}
.table8 .top th:nth-child(1) {
  width: 6em;
}
.table8 .top th:nth-child(2) {
  width: 12em;
}
.table8 .top th:nth-child(3), .table8 .top th:nth-child(4) {
  width: 6em;
}
.table8 .top th:nth-child(6) {
  width: 6em;
}
.table8 .top th:last-child {
  width: 8em;
}*/

.spec ul, .boil04 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin-top: 20px;
  padding-top: 10px;
  border-top: 1px #000 solid;
}
.spec ul li, .boil04 ul li {
  font-size: 12px;
  margin: 0 10px 5px 0;
}
.spec ul li img, .boil04 ul li img {
  margin-right: 5px;
  vertical-align: middle;
}
.suzuchu {
  margin: 30px 0 50px;
}
.suzu_title {
  background: #00a0e9;
  color: #fff;
  text-align: center;
  font-size: 1.5em;
  font-weight: bold;
  padding: 15px;
}
.suzu_info {
  background: #daf0fc;
  padding: 30px;
  margin-bottom: 10px;
  border: 1px #00a0e9 solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.suzu_info h3 {
  color: #004ea2;
  font-weight: bold;
  font-size: 1.2em;
}
.suzu01 {
  width: 25%;
  margin: 0 50px 40px 0;
}
.suzu01 h3 {
  margin-bottom: 20px;
}
.suzu01 h3 span {
  color: #ea5514;
}
.suzu01 ul li {
  background: #fff;
  color: #004ea2;
  text-align: center;
  margin-bottom: 18px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: bold;
  border-left: 26px #daf0fc solid;
  position: relative;
}
.suzu01 ul li span {
  position: absolute;
  left: -26px;
  top: 5px;
  display: inline-block;
  padding: 0 5px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #FFF;
  font-size: 14px;
  background: #ea5413;
  border-radius: 50%;
  box-sizing: border-box;
}
.suzu01 ul li span::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -16px;
  margin-top: -6px;
  border: 6px solid transparent;
  border-left: 18px solid #ea5413;
  z-index: 0;
}
.suzu02 {
  width: 58%;
  margin-bottom: 40px;
}
.suzu02 p {
  font-size: 0.8em;
  margin: 5px;
}
.suzu02 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.suzu02 ul li {
  width: 46%;
  font-size: 0.8em;
  text-align: center;
}
.suzu03 {
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
}
.suzu03 img {
  margin: 0 auto;
}
.suzu04 {
  width: 45%;
  margin: 0 40px 30px 0;
  background: #fff;
  border-radius: 10px;
  padding: 25px 20px 10px;
  color: #004ea2;
  position: relative;
}
.suzu04 > img {
  position: absolute;
  top: -1px;
  left: 20px;
}
.suzu04 h3 {
  padding-left: 90px;
  font-size: 1em;
  line-height: 1.2;
  margin-bottom: 30px;
}
.suzu04 h3 span {
  color: #00b4ed;
}
.suzu04 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
  font-size: 0.8em;
  margin: 15px 0;
  position: relative;
}
.suzu04 dl dt {
  width: 38%;
  padding-right: 13%;
  font-weight: bold;
}
.suzu04 dl dt::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 29%;
  transform: translateY(-50%);
  width: 16px;
  height: 48px;
  background: url("../images/suzu04_2.gif") no-repeat 0 0;
}
.suzu04 dl dd {
  width: 62%;
}
.suzu05 {
  width: 45%;
  margin-bottom: 30px;
  ;
  background: #fff;
  border: 1px #005598 solid;
}
.suzu05 h3 {
  background: #005598;
  color: #fff;
  font-size: 1.2em;
  font-weight: bold;
  padding: 15px 18px;
}
.suzu05 div {
  padding: 35px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.suzu05 div p {
  margin-right: 20px;
  width: 48%;
}
.suzu05 div img {
  width: 50%;
}
.suzu06 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.suzu06 h3 {
  color: #fff;
  font-size: 1.2em;
  font-weight: bold;
  position: relative;
  display: inline-block;
  margin-right: 30px;
  padding: 18px;
  min-width: 180px;
  max-width: 100%;
  background: #00a0e9;
  border-radius: 5px;
  box-sizing: border-box;
}
.suzu06 h3 span {
  font-size: 1em;
}
.suzu06 h3::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -24px;
  transform: translateY(-50%);
  border: 6px solid transparent;
  border-left: 21px solid #00a0e9;
  z-index: 1;
}
.suzu06 p {
  color: #00a0e9;
  font-size: 0.9em;
  line-height: 1.3;
}
.suzu_mark img {
  height: 16px;
}
.suzu_mark span {
  font-size: x-small;
  vertical-align: text-top;
  margin-top: 3px;
  display: inline-block;
}
.boil01, .boil02, .boil03, .boil04, .bonetsu {margin-bottom: 80px;}
.boil01 .dfjcac div:nth-of-type(1) {width: 17%;}
.boil01 .dfjcac div:nth-of-type(2) {width: 21%;}
.boil01 .dfjcac div:nth-of-type(3) {width: 31%;}
.boil01 .dfjcac div:nth-of-type(4) {width: 17%;}
.boil03 .dfjcac div {width: 20%;}
.boil03 .dfjcac div:nth-of-type(5) {width: 17%;}

.boil03_fea {
border: 1px #898989 solid;
  padding: 30px;
  margin: 30px 0 60px;

}
.boil03_fea h4{
	font-weight:bold;
	font-size:1.4em;
	margin-bottom: 30px;
	padding:10px 5px;
	border-bottom: double  4px#005699;
	display: inline-block;
}
.boil03_fea h4.pc_only{

}
.boil03_fea h4.tb-sp_only{
	display: none;
}

@media print, screen and (max-width: 960px) {
	.boil03_fea h4.pc_only{
	display:none;
}
.boil03_fea h4.tb-sp_only{
	display: block;
}
	
}

.boil03_fea >div {
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.boil03_text{
	width:65%;
}

.boil03_text div:last-child{
margin-bottom:0;
}
.boil03_text div p{
	font-weight: bold;
}
.boil03_text h4 span{
	display:inline-block;
}
.boil03_text ul{
	width:90%;
	margin:15px auto;
}
.boil03_text ul li{
	margin-bottom:10px;
	font-size:15px;
}
.boil03_text ul li:last-child{
	margin-bottom:0px;
}
.boil03_img{
	width:30%;
}
.boil03_img figure{
	display:block;
	width:80%;
	margin: 30px auto;
}
.boil03_img figure:last-child{
	margin-bottom: 0;
}
.boil03_img figucaption{
	font-size:small;
	width:100%;
	text-align:center;
	margin:0 auto;
}

.arrow_box{
    position:relative;
    height:100%;
    background:#daf0fc;
    padding:20px;
    text-align:center;
    color:#333333;
    font-size:14px;
    font-weight:bold;

}
.arrow_box:after,.arrow_box:before{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    right:100%;
    top:50%;
}
.arrow_box:after{
    border-color: rgba(255, 255, 255, 0);
    border-top-width:14px;
    border-bottom-width:14px;
    border-left-width:32px;
    border-right-width:32px;
    margin-top: -14px;
    border-right-color:#daf0fc;
}
.arrow_box:before{
    border-color: rgba(255, 124, 92, 0);
    border-top-width:16px;
    border-bottom-width:16px;
    border-left-width:36px;
    border-right-width:36px;
    margin-top: -16px;
    margin-right: 2px;
    border-right-color:#fff;
}
.mark_up{
  text-decoration-color: #C7E8FB;
  text-decoration-line: underline;
  text-decoration-thickness: 4px;
  text-underline-offset: 0px;
  text-decoration-skip-ink: none;
	margin-left: .5em;
}

.boil04L {
  width: 40%;
  margin-right: 50px;
}
.boil04R {
  width: 70%;
}
.boil05_1 {
  width: 39%;
  padding: 0;
  font-size: 12px;
}
.boil05_1 .dfjcac div {
  margin: 0 10px;
}
.boil05_2 {
  width: 29%;
  padding: 0;
  font-size: 12px;
}
.boil05_3 {
  width: 24%;
  padding: 0;
  font-size: 12px;
}
.type_s {
  border: 1px #000 solid;
  text-align: center;
  padding: 8px 0;
  font-size: 16px;
  line-height: 1.2em;
  margin-bottom: 10px;
}
.boil05_1 p, .boil05_2 p, .boil05_4 p {
  margin-bottom: 60px;
}
.boil05_3 p, .boil05_4 p {
  margin-bottom: 20px;
}
.boil05_fea {
  background: #efefef;
  padding: 30px 30px 5px;
  margin: 30px 0 60px;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.boil05_fea div {
  margin-bottom: 25px;
  width: 48%;
}
.boil05_fea div img {
  width: 45%;
  margin-right: 10px;
}
.boil05_4 {
  width: 45%;
  padding: 0;
  font-size: 12px;
  margin: 0 auto;
}
.boil05_4 .dfjcac div {
  margin: 0 20px;
}
.cp {
  color: #eb601a;
  font-weight: bold;
  font-size: 1.4em;
  margin-bottom: 20px;
}
.farina {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}
.farina img {
  margin-right: 20px;
  width: 180px;
}
.farina p {
  font-size: 12px;
}
.spa01_1, .spa01_2 {
  width: 48%;
  padding: 0;
  font-size: 12px;
}
.spa01_1 .dfjsbac div:first-child {width:41%;}
.spa01_1 .dfjsbac div:last-child {width:57%;}

.spa01_2 .dfjsbac div:first-child {width: 44%;}
.spa01_2 .dfjsbac div:last-child {width: 52%;}
.spa01_3, .spa01_4 {
  padding: 0;
  font-size: 12px;
  margin-bottom: 30px;
}
.spa01_3_last {
  width: 35%;
}
.spa01_3_last p:first-child {
  color: #004ea2;
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 10px;
  border: none;
  padding: 0;
  text-align: left;
}
.spa01_3_last p:nth-child(2) {
  margin-bottom: 10px;
  font-size: 1.2em;
}
.spa01_4_sec {
  width: 35%;
  margin: 0 20px;
  font-size: 14px;
  text-align: center;
}
.spa01_4_sec p:nth-child(2) {
  color: #e60012;
  font-size: 16px;
  font-weight: bold;
  margin: 5px 0;
  text-align: center;
}
.spa01_4_sec p:nth-child(3) {
  display: block;
  text-align: center;
  font-weight: bold;
  background: #00a0e9;
  color: #fff;
  border-radius: 25px;
  padding: 5px 10px;
  margin-bottom: 10px;
}
.spa01_4_last {
  width: 50%;
}
.spa01_4_last p:first-child {
  color: #004ea2;
  font-weight: bold;
  font-size: 1.5em;
}
.spa01_4_last p:nth-child(2) {
  font-size: 1.2em;
}
.spa01_4_last p:nth-child(3) {
  margin-bottom: 10px;
}
.spa01_4_last img {
  border: 1px #008cd6 solid;
}
.spa01_4_last p:nth-child(5) {
  background: #1f5aa9;
  color: #fff;
  border-radius: 10px;
  padding: 10px;
  position: relative;
}
.spa01_4_last p:nth-child(5)::before {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -15px;
  border: 8px solid transparent;
  border-bottom: 23px solid #1f5aa9;
}
.udon .dfjsbac div {
  font-size: 12px;
}
.udon .dfjcac div:last-child {
  text-align: left;
}
.udon_op {
  background: #f7f5e6;
  padding: 25px 20px;
  margin: 30px 0 10px;
}
.udon_op p:first-child {
  font-size: 1.2em;
  font-weight: bold;
}
.udon_op .dfjsbas div p {
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
}
.udon_op .dfjsbas div p::after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #000;
  margin-left: 1rem;
}
.udon_op .dfjsbas div:first-child {
  width: 58%;
}
.udon_op .dfjsbas div:last-child {
  width: 38%;
  text-align: right;
  font-size: 12px;
  margin-top: 20px;
}
.udon_op .dfjsbas dl {
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.udon_op .dfjsbas dl dt {
  width: 50%;
}
.udon_op .dfjsbas dl dd {
  width: 25%;
}
.udon_op .dfjsbas div sup {
  font-size: x-small;
}
.udon_op .dfjsbas div p:last-child {
  display: block;
  font-size: 14px;
  font-weight: normal;
}
.soba .dfjsbac div {
  width: 23%;
  font-size: 12px;
}
.soba_op {
  background: #f7f5e6;
  padding: 25px 20px;
  margin: 30px 0 10px;
}
.soba_op p:first-child {
  font-size: 1.2em;
  font-weight: bold;
}
.soba .soba_op .dfjsbac div.dfjsbac {
  width: 75%;
}
.soba .soba_op .dfjsbac div.dfjsbac div {
  width: 20%;
  text-align: center;
}
.soba .soba_op .dfjsbac ul {
  width: 20%;
}
.soba .soba_op .dfjsbac ul li {
  padding-left: 1em;
  text-indent: -1em;
}
.soba .soba_op p:last-child {
  font-size: 14px;
  margin-top: 20px;
}
.last, .bnr {
  max-width: 1000px;
  padding: 0 20px 50px;
  margin: 0 auto;
}
.last dl {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.last dl dt {
  width: 25%;
  line-height: 1.2;
  background: #beaf70;
  color: #fff;
  padding: 20px 15px;
  font-size: 26px;
  text-align: center;
  border: 1px #fff solid;
  box-shadow: 0 0 0 2px #beaf70;
}
.last dl dd {
  width: 71%;
}
.last dl dd a {
  text-decoration: underline;
}
.last dl dd a:hover {
  text-decoration: none;
  opacity: 1.0;
}
.last div.recipe {
  padding-top: 0;
}
.bnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 20px 50px;
}
.bnr a {
  display: block;
  width: 48%;
}
.ety {
  color: #fff;
  background-color: #fcd500;
  padding: 20px;
  width: 50%;
  margin: 30px auto 0;
}
.ety p {
  text-align: center;
}
.ety p:first-child {
  font-size: 22px;
}
.ety p span {
  text-decoration: underline;
  text-decoration-color: #fff;
}
@media print, screen and (max-width: 960px) {
  section > div {width: 100%;}
    .scroll {
      display: block;
      font-size: small;
    }
    .scroll-table {
      overflow: auto;
      white-space: nowrap;
      margin-bottom: 10px;
    }
    .spec table {
      min-width: 1000px;
    }

  @media print, screen and (max-width: 768px) {
    .boil-title {
      background: url(../images/main_sp_bg.jpg) center center / cover no-repeat;
    }
    section > div, .wrap {
      padding: 20px;
    }
    #anc1, #anc2, #anc3, #anc4 {
      margin-bottom: 40px;
    }
    .point > div {
      padding: 50px 20px;
    }
    .boil-title div {
      width: 100%;
      margin-top: 60px;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      height: auto;
      padding: 50px 30px;
    }
    .boil-title h1 {
      padding-bottom: 30px;
      margin: 0 20px 0 0;
    }
    .boil-title h2 {
      margin-right: 0;
    }
    .boil_anc {
      border: none;
      cursor: pointer;
    }
    .boil_anc p {
      display: block;
      height: 84px;
      padding-top: 35px;
    }
    .boil_anc p:after {
      content: "";
      transform: rotate(135deg);
      transition: all 0.2s ease-in-out;
      display: block;
      width: 8px;
      height: 8px;
      border-top: solid 4px #000;
      border-right: solid 4px #000;
      margin: 0 auto;
    }
    .boil_anc p.open:after {
      transform: rotate(-45deg);
    }
    .boil_anc ul {
      width: 100%;
      display: none;
      position: relative;
      z-index: 100;
    }
    .boil_anc ul li {
      width: 100%;
      padding: 0;
    }
    .boil_anc ul li::before {
      content: none;
    }
    .boil_anc ul li a {
      background: rgba(255, 255, 255, 0.8);
      border-bottom: 1px #000 solid;
      line-height: 55px;
      padding: 0;
    }
    .boil_anc ul li a span {
      margin-left: 10px;
    }
    .souryu {
      margin-bottom: 40px;
    }
    .souryu .feature {
      display: block;
    }
    .souryu .feature .f1, .souryu .feature .f2, .souryu .feature .f3, .souryu .feature .f4 {
      width: 100%;
      padding: 0;
    }
    .souryu .feature .f2 .inner, .souryu .feature .f3 .inner, .souryu .feature .f4 .inner {
      margin-top: 200px;
    }
    .type {
      padding-bottom: 10px;
      border-bottom: 1px #005699 solid;
      display: block;
    }
    .type::after {
      display: none;
    }
    .dfjcac, .dfjsbas, .dfjsbac {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding: 0;
    }
    .dfjcac div {
      width: 100%;
      text-align: center;
      margin-bottom: 20px;
    }
    .spec {
      max-width: 100%;
    }
    .spec_top {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
    }
    tr th:first-child {
      width: auto;
    }
    .suzu05 div {
      display: block;
    }
    .suzu05 div p {
      margin: 0 0 20px 0;
	  width: 100%;
    }
    .suzu05 div img {
      width: 100%;
    }
    .suzu01 {
      width: 100%;
      margin: 0 0 40px 0;
    }
    .suzu02 {
      width: 100%;
    }
    .suzu02 ul {
      display: block;
    }
    .suzu02 ul li {
      width: 100%;
      margin-bottom: 10px;
    }
    .suzu03 dl {
      margin-top: 20px;
    }
    .suzu03 dl dt {
      font-weight: bold;
    }
    .suzu03 dl dd {
      margin-bottom: 5px;
    }
    .suzu04 {
      width: 100%;
      margin: 0 0 30px 0;
    }
    .suzu05, .suzu06 {
      width: 100%;
      display: block;
    }
    .suzu06 h3 {
      padding: 5px;
      width: 100%;
      text-align: center;
      margin-bottom: 10px;
    }
    .suzu06 h3::after {
      display: none;
    }
    .ico {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
    .ico div {
      margin-bottom: 5px;
      width: 100%;
      /*-webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;*/
	  -webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
    }
	.soba .ico {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
	}
	.soba .ico div ,.boil03_img {width: auto;}

.boil01 .dfjcac div:nth-of-type(1), .boil01 .dfjcac div:nth-of-type(2), .boil01 .dfjcac div:nth-of-type(3), .boil01 .dfjcac div:nth-of-type(4) ,.boil03 .dfjcac div, .boil03 .dfjcac div:nth-of-type(5), .spa01_1 .dfjsbac div:first-child, .spa01_1 .dfjsbac div:last-child {width: 100%;}

		.boil03_fea >div {
			display:block;
		}
		.boil03_fea,.boil03_img,.boil03_text,.boil03_text div{width:100%;}
		.boil03_text h4 {font-size:1.2em;}
		.arrow_box:after,.arrow_box:before{
			display: none;
		}
		.boil03_fea {
		padding: 0;	
border: none;
		}		
		
    .boil04L {
      margin-right: 0;
    }
    .boil05_1, .boil05_2, .boil05_3 {
      width: 100%;
      margin-bottom: 20px;
    }
    .boil05_1 p, .boil05_2 p {
      margin-bottom: 20px;
    }
    .boil05_1 .dfjcac div {
      margin: 0 0 20px 0;
    }
    .boil05_fea {
      padding: 20px 20px 5px 20px;
    }
    .boil05_fea div {
      width: 100%;
    }
    .boil05_fea div img {
      width: 100%;
      margin: 0 0 10px 0;
    }
    .boil05_4 {
      width: 100%;
    }
    .boil05_4 .dfjcac div {
      width: auto;
      margin-bottom: 20px;
    }
    .spa01_1, .spa01_2 {
      width: 100%;
      margin-bottom: 20px;
    }
    .spa01_1 .dfjsbac div, .spa01_2 .dfjsbac div, .spa01_3 .dfjsbac div {
      width: 100%;
      margin-bottom: 20px;
    }
    .spa01_4 div {
      width: 100%;
      margin-bottom: 20px;
    }
    .spa01_4_sec {
      margin: 0 0 20px;
    }
    .udon .dfjsbac div, .udon .dfjcac div {
      width: 100%;
      margin-bottom: 20px;
    }
    .udon_op .dfjsbas div:first-child {
      width: 100%;
    }
    .udon_op .dfjsbas div:last-child {
      width: 100%;
    }
    .soba .dfjsbac div {
      width: 100%;
      margin-bottom: 20px;
    }
    .soba .soba_op .dfjsbac div.dfjsbac {
      width: 100%;
      margin-bottom: 20px;
      ;
    }
    .soba .soba_op .dfjsbac ul {
      width: 100%;
    }
    .soba .soba_op .dfjsbac div.dfjsbac div {
      width: 50%;
    }
    .last dl {
      width: 100%;
      display: block;
      margin-bottom: 40px;
    }
    .last dl dt {
      width: 100%;
      margin-bottom: 20px;
    }
    .last dl dd {
      width: 100%;
    }
    .bnr {
      display: block;
      padding: 0 20px;
    }
    .bnr a {
      width: 100%;
      display: block;
      margin-bottom: 20px;
    }
  }
  @media only screen and (max-width: 590px) {
    #anc1 {
      margin-top: 0;
      padding-top: 0;
      padding-bottom: 0;
    }
    #anc3, #anc4, #anc5 {
      margin-top: 0;
      padding-top: 0;
    }
  }
  @media only screen and (max-width: 560px) {
    #anc2 {
      margin-top: 0;
      padding-top: 0;
    }
  }
  @media only screen and (max-width: 460px) {
    .udon_op .dfjsbas dl dt {
      width: 100%;
    }
    .udon_op .dfjsbas dl dd {
      width: 50%;
      margin-bottom: 10px;
    }
  }