@charset "UTF-8";
/* CSS Document */

* {
	padding: 0;
}


a:link,
a:visited,
a:hover,
a:active { text-decoration: underline; }

a:link      { color: #00BBFF; text-decoration: underline }
a:visited   { color: #9900FF; text-decoration: underline }
a:hover     { color: #9900FF; text-decoration: none }

body {
    margin: 0;
    padding: 0;
    font-family: "BIZ UDP明朝 Medium", "BIZ UD明朝 Medium", "源ノ明朝", "A-OTF リュウミン Pr6N L-KL", "A-OTF UD黎ミン Pr6N L",'Noto Serif JP', serif,Gioviale, Gabriola;
    width:100%;
}

header,footer,main,nav,aside {
    box-sizing: border-box;
	padding: 0;
/*	padding: 0px 10px 0px 10px;
/*	padding: 0px 50px 0px 50px;*/
}
header {
    background-color: #FFFFFF;
}
footer {
    border: double 4px #FFFFFF;
    background: rgb(193,166,128);
    background: linear-gradient(90deg, rgba(193,166,128,1) 0%, rgba(237,223,212,1) 50%, rgba(225,208,191,1) 100%);
    color:#1B2A57;
	font-weight:bold;
}
main {
    background-color: #FFFFFF;
	color:#16234D;
}
nav {
    background-color: #FFFFFF;
}
aside {
    background-color: #FFFFFF;
}

h1 {
	font-size: 14px;
	color: #ffffff;
	float: left;
	margin-top:2px;
	padding: 5px 0px 4px 40px;
    background: rgb(193,166,128);
    background: linear-gradient(90deg, rgba(193,166,128,1) 0%, rgba(237,223,212,1) 50%, rgba(225,208,191,1) 100%);
	height:20px;
    width:97%;
}

.grid_container {
	display: grid;/* グリッドコンテナであることを定義 */
    grid-template-areas: "header header header"/* 1行目 */
                         "nav main aside"/* 2行目 */
                         "footer footer footer";/* 3行目 */
    grid-template-rows: 670px 1fr auto; /* 行の高さ */
    grid-template-columns: 0% 1fr 0%; /* 列の幅 */
    grid-row-gap: 0px;/* 行と行の間の余白 */
    grid-column-gap: 0px;/* 列と列の間の余白 */
   height: 100vh;/* フッタの位置を最下部に */
}
.grid_header {
    grid-area: header;
}
.grid_footer {
    grid-area: footer;
}
.grid_main {
    grid-area: main;
}
.grid_nav {
    grid-area: nav;
/*    padding-left:100px;*/
}
.grid_aside {
    grid-area: aside;
}

.col_yellow {
	background-color: #FFFFCF;
}
.menu_pos {
	padding-top:10px;
	padding-left:10px;
	text-align:center;
}

.col_pos {
 margin:0;
 padding: 1.4em  0;
}

.col_pos_c {
 margin:0;
 padding: 0.5em  0;
}

.col_pos_e {
 margin: -1.0em 0 0 0;	
 padding: 0;
}
.text_red{
 color: red;
}
.text_red2{
 color: #C00000;
}
.text_ray{
 color: #675032;
}
.text_rep{
 color: #16234D;
}
#footer_link {
   text-align:center;
}

#footer_link a {
   text-decoration: none;
   color:grey;
}
.center{
	text-align: center;
}

.centerp{
	text-align: center;
    padding-top:20px;
}

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width:90px;
    height:90px;
    border:solid 6px #675032;
}
#page-top a {
    background: #ffffff;
    text-decoration: none;
    color:#675032;
    width: 90px;
    padding: 31px 0;
    text-align: center;
	display: block;
}
#page-top a:hover {
    text-decoration: none;
    background:#F8EFEF;
}

#page-top i {
	margin-top:-20px;
}

hr {
  width:85%;	
}

ul {
/*  border: solid 2px skyblue;*/
/*  border-radius: 5px;*/
  margin:0 2% 0 15%;
  padding: 0.5em 0.3em 0.5em 1.5em;
  position: relative;
}

ul li {
  line-height: 1.0em;
  padding: 0.3em 0.3em 0.3em 1.5em;
  list-style-type: none!important;
}

ul li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f185";
  position: absolute;
  left : 1em;
  color:#16234D;
}

.footer_copy {
	width:99%;
	margin-top:20px;
    background: rgb(193,166,128);
    background: linear-gradient(90deg, rgba(193,166,128,1) 0%, rgba(237,223,212,1) 50%, rgba(225,208,191,1) 100%);
    text-align: center;
	color: #16234D;
    padding:4px;
}
.voice_com {
width:80%;
margin:0 10%;	
border:solid 4px #675032;
/*margin-right:100px;
margin-left:100px;*/
margin-top:20px;
color:#675032;
font-weight:bold;
border-radius: 10px;	
box-shadow: 0 3px 4px rgba(0, 0, 0, 0.32);
}
.k13box {
	z-index: 10000;
	padding: 0.5em 1em;
	margin: 0;
    border-top: double 6px #FFFFFF;
    border-bottom: double 6px #FFFFFF;
	background: rgb(193,166,128);
    background: linear-gradient(90deg, rgba(193,166,128,1) 0%, rgba(237,223,212,1) 50%, rgba(225,208,190,1) 100%);
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
    }

.k13box p {
    margin: 0; 
    padding: 0.2em 0;
    font-size:3.2em;
	line-height: 1.4em;
    font-weight:bold;
	text-align: center;
    color:#675032;
}
.head_box {
    padding: 0.4em 1em;
    margin: -1.0em 0 2.5em 0;
    color: #00BCD4;
    background: rgb(193,166,128);
    background: linear-gradient(90deg, rgba(193,166,128,1) 0%, rgba(237,223,212,1) 50%, rgba(225,208,191,1) 100%);
	/*background: #FDEFDE;*/
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.32);
}
.head_box p {
    margin: 0; 
    padding: 0;
}

.map_box {
    padding: 0.2em 0.5em;
    margin:0;
    color:#16234D;
    background: #FFFF00;/*背景色*/
    border: solid 6px #FFFFFF;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.32);/*影*/
}
.map_box p {
    margin: 0; 
    padding: 0;
}

#nayami ul {
  margin:0 0 0 -2.0em;
  padding: 0.5em 0.1em 0.5em 1.8em;
  position: relative;
  color:#675032;
  font-size:2.6em;
  font-weight:bold;	
}

#nayami ul li {
  line-height: 1.0em;
  padding: 0.3em 0.1em 0.3em 1.8em;
  list-style-type: none!important;
/*  border-bottom: dashed 2px #6594e0;	*/
}

#nayami ul li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f14a";
  font-weight:400;
  position: absolute;
  left : 1em;
  color:#675032;
}

.nayami_line{
 border-top:solid 10px #675032;
}

.nagare_box {
    padding: 0.5em;
    margin: 2em;
    font-weight: bold;
    color: #6091d3;/*文字色*/
    background: #FFF;
    border: solid 3px #F3EED3;/*線*/
    border-radius: 20px 0 20px 0;/*角の丸み*/
    width:50%;
}

.nagare_box p {
    margin: 0; 
    padding: 0;
}

.nagare_box i {
    margin:  0.2em; 
    padding: 0em;
    font-size: 1.5em;
}

.nagare_num {
	color: #FF8000;
}

.msg-box{
  margin: 0em;
  padding: 1.5em;
  background-color: #ffffff;
  border: solid 2px #00008C;
  box-shadow: 0 0 0 5px #ffffff, 0 0 0 10px #00008C;
}

.msg-box p{
  margin: 0;
  padding: 0;
}

.arrow_box {
	position: relative;
	background: #FFEFBF;
	border: 4px solid #FFD24D;
    box-shadow: 0px 0px 10px 0px #a7a7a7;
}
.arrow_box:after, .arrow_box:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-color: rgba(136, 183, 213, 0);
	border-top-color: #FFEFBF;
	border-width: 30px;
	margin-left: -30px;
}
.arrow_box:before {
	border-color: rgba(194, 225, 245, 0);
	border-top-color: #FFD24D;
	border-width: 36px;
	margin-left: -36px;
}
.under {
  border-bottom: dotted 6px #FF4D4D;
  line-height:1.4em;
  font-size:1.2em;	
}
.reason_l {
  position: relative;
  padding: 0.25em 0;
}

.reason_l:after {
  content: "";
  display: block;
  height: 0.5em;
  background: -webkit-linear-gradient(to right, rgb(162, 131, 131), #F0E66F);
  background: linear-gradient(to right, rgb(162, 131, 131), #F0E66F);
}

.h_box {
    width:50%;
    margin: 1em 25%;
	padding: 0;
    border: double 4px #FFFFFF;
	background: rgb(193,166,128);
    background: linear-gradient(90deg, rgba(193,166,128,1) 0%, rgba(237,223,212,1) 50%, rgba(225,208,190,1) 100%);
    }

.h_box p {
    margin: 0;
    padding: 0.3em 0;
	font-size:2.6em;
	line-height: 1.1em;
    font-weight:bold;
	text-align: center;
    color:#675032;	
}

.h_l_box {
    width:56%;
    margin: 1em 22%;
	padding: 0;
    border: double 4px #FFFFFF;
	background: rgb(193,166,128);
    background: linear-gradient(90deg, rgba(193,166,128,1) 0%, rgba(237,223,212,1) 50%, rgba(225,208,190,1) 100%);
    }

.h_l_box p {
    margin: 0; 
    padding: 0.3em 0;
    font-size:2.6em;
	line-height: 1.1em;
    font-weight:bold;
	text-align: center;
    color:#675032;
}

.h_ll_box {
    width:70%;
    margin: 1em 15%;
	padding: 0;
    border: double 6px #FFFFFF;
	background: rgb(193,166,128);
    background: linear-gradient(90deg, rgba(193,166,128,1) 0%, rgba(237,223,212,1) 50%, rgba(225,208,190,1) 100%);
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
    }

.h_ll_box p {
    margin: 0; 
    padding: 0.2em 0;
    font-size:3.2em;
	line-height: 1.4em;
    font-weight:bold;
	text-align: center;
    color:#675032;
}

.h_s_box {
    width:34%;
    margin: 3.0em 33% 0 33%;
	padding: 0;
    border: double 4px #FFFFFF;
	background: rgb(193,166,128);
    background: linear-gradient(90deg, rgba(193,166,128,1) 0%, rgba(237,223,212,1) 50%, rgba(225,208,190,1) 100%);
    }

.h_s_box p {
    margin: 0;
    padding: 0.3em 0;
	font-size:2.6em;
	line-height: 1.1em;
    font-weight:bold;
	text-align: center;
    color:#675032;	
}

.box_wrap {
  max-width: 80%;
  margin:0 10%;
  padding: 0.8rem;
  position: relative;
  background: linear-gradient(to right, #F0E7C3, #D5BB58);
/*  padding: 3px;*/
}

.box_mod {
  background: #FFFFE2;
  color:#16234D;
  padding: 2rem;
  border:solid 20px linear-gradient(to right, #F0E7C3, #D5BB58);
}

.picon {
	color:#04519F;
}

.nayamicheck {
	color: #EEEEEE;
}

.nayami_h {
margin:0;
padding:0.5em 0 0 0;
font-size:3.4em;
font-weight:bold;
line-height:1.6em;
text-align:center;
color:#675032;	
}

.reason_l {
  position: relative;
  padding: 0.25em 0;
}

.reason_l:after {
  content: "";
  display: block;
  height: 0.5em;
  background: -webkit-linear-gradient(to right, rgb(162, 131, 131), #F0E66F);
  background: linear-gradient(to right, rgb(162, 131, 131), #F0E66F);
}

.voice_tep {
    font-size:2.8em;
    line-height:1.3em;
    text-align:left;
    font-weight:bold;
}

.voice_name {
font-size:1.4em;
line-height:1.3em;
text-align:left;
font-weight:bold;	
}

.voiceimg {
border:solid 2px #E9DA94;	
border-radius: 10px;
background: #FCF9F0;
box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}

.reason_h_te {
padding:0.5em 0 0 0;
font-size:3.0em;
font-weight:bold;
line-height:1.4em;
text-align:center;
}

.pgte_l {
    width:70%;
    margin:0 15%;	
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    text-align:left;
    font-size:2.3em;
	line-height: 1.3em;
    font-weight:bold;
}
.flex_qa {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 4px;
  justify-items: start;
  align-items: start;
}
.h_gr_box {
    width:80%;
    margin: 1em 10%;
	padding: 0;
    border: double 4px #FFFFFF;
    background: rgb(193,166,128);
    background: linear-gradient(90deg, rgba(193,166,128,1) 0%, rgba(237,223,212,1) 50%, rgba(225,208,191,1) 100%);
    }

.h_gr_box p {
    margin: 0;
    padding: 0.3em 0;
	font-size:2.6em;
	line-height: 1.1em;
    font-weight:bold;
	text-align: center;
    color:#675032;
}
.flex-company {
	width:80%;
	margin:1.0em 10%;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}
.flex-company p{
	margin: 1.0em 0;
	padding: 0 1.4em;
	font-size:1.8em;
	text-align:left;
	font-weight:bold;
}
.flex-footer {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}
.flex-footer p{
	margin: 0.5em 5.0em;
	padding: 0 1.0em;
	text-align:center;
    color:#675032;
}
.flex-hc {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: center;
	align-items: center;
}
.flex-hl {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: center;
	align-items: start;
}
.bangrids {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-items: center;
    align-items: start;
 }
.bangridw {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-items: center;
    align-items: baseline;
 }
.bangridw0 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 0px;
    justify-items: center;
    align-items: center;
 }
.bangridws {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-items: center;
    align-items:start;
 }
.bangridwms {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-items: center;
    align-items:start;
 }
.bangridwl {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-items: left;
    align-items:start;
 }
.bangridwvl {
    display: grid;
    grid-template-columns: 150px 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-items: left;
    align-items:start;
 }
.bangridwv {
    display: grid;
    grid-template-columns: 1fr 400px;
    grid-template-rows: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 10px;
    justify-items: left;
	align-items:flex-start;
 }
.bangridwst {
    display: grid;
    grid-template-columns: 1fr 340px;
    grid-template-rows: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-items: center;
    align-items:center;
 }
.bangridwff {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    justify-items: center;
    align-items:center;
 }
.bangridwinf {
    display: grid;
    grid-template-columns: 400px 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-items: left;
	align-items:center;
 }

.bangridwif {
    display: grid;
    grid-template-columns: 1fr 400px;
    grid-template-rows: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 10px;
    justify-items: left;
	align-items:flex-start;
  	border-bottom: dotted 2px #AC9135;
 }
.bangridwrh {
    display: grid;
    grid-template-columns: 200px 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 40px;
    grid-row-gap: 10px;
    justify-items: left;
    align-items:center;
 }
.bangridt {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-items: center;
    align-items: center;
 }
.bangridrt {
    display: grid;
    grid-template-columns: 250px 440px 440px;
    grid-template-rows: 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-items: center;
    align-items: center;
 }
.bangridfo {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-items: center;
    align-items: center;
 }
.bangridfo p{
  font-size: 1.4em;
  text-align:center;
  line-height:1.5em;	
  margin: 0.5em 0;
  padding: 0;	
}
.bangridnag {
    display: grid;
    grid-template-columns: 1fr 50px 1fr 50px 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 10px;
    justify-items: center;
    align-items: start;
 }
.bangridnagr {
    display: grid;
    grid-template-columns: 1fr 50px 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 10px;
    justify-items: center;
    align-items: start;
 }
.bangridwbf {
    display: grid;
    grid-template-columns: 1fr 150px 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 20px;
    justify-items: center;
    align-items:center;
 }
.bangridwbfc {
    display: grid;
    grid-template-columns: 460px 150px 460px;
    grid-template-rows: 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 20px;
    justify-items: center;
    align-items:center;
 }
.bangridqa {
    display: grid;
    grid-template-columns: 64px 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-items: left;
    align-items: flex-start;
 }

.sch-gradient {
  width: 100%;
  background-image: repeating-conic-gradient(from 3deg, rgba(253, 227, 167, 1) 5deg 10deg, rgba(255, 212, 137, 1) 10deg 15deg);
}
.backyell {
  background: #FFF000;
  padding: 0.2em 1.8em;
}
.backyell2 {
	width:70%;
    margin:0 15%;
  	padding:0;
  	background: #FFF000;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
}
.backyell2 p {
    padding: 0;
    margin: 0;
}
.left_11te {
font-family: "BIZ UDP明朝 Medium", "BIZ UD明朝 Medium", "源ノ明朝", "A-OTF リュウミン Pr6N L-KL", "A-OTF UD黎ミン Pr6N L",'Noto Serif JP', serif,Gioviale, Gabriola;     
font-size:1.0em;
line-height:1.4em;
text-align:left;
font-weight:bold;	
}
.left_12te {
font-family: "BIZ UDP明朝 Medium", "BIZ UD明朝 Medium", "源ノ明朝", "A-OTF リュウミン Pr6N L-KL", "A-OTF UD黎ミン Pr6N L",'Noto Serif JP', serif,Gioviale, Gabriola;     
font-size:1.2em;
line-height:1.4em;
text-align:left;
font-weight:bold;	
color: #16234D;
}
.left_14te {
font-family: "BIZ UDP明朝 Medium", "BIZ UD明朝 Medium", "源ノ明朝", "A-OTF リュウミン Pr6N L-KL", "A-OTF UD黎ミン Pr6N L",'Noto Serif JP', serif,Gioviale, Gabriola;     
font-size:1.4em;
line-height:1.4em;
text-align:left;
font-weight:bold;	
color: #16234D;	
}
.left_16te {
font-family: "BIZ UDP明朝 Medium", "BIZ UD明朝 Medium", "源ノ明朝", "A-OTF リュウミン Pr6N L-KL", "A-OTF UD黎ミン Pr6N L",'Noto Serif JP', serif,Gioviale, Gabriola;     
font-size:1.6em;
line-height:1.4em;
text-align:left;
font-weight:bold;	
color: #16234D;	
}
.left_18te {
font-family: "BIZ UDP明朝 Medium", "BIZ UD明朝 Medium", "源ノ明朝", "A-OTF リュウミン Pr6N L-KL", "A-OTF UD黎ミン Pr6N L",'Noto Serif JP', serif,Gioviale, Gabriola;     
font-size:1.8em;
line-height:1.4em;
text-align:left;
color: #16234D;	
}
.left_20te {
font-family: "BIZ UDP明朝 Medium", "BIZ UD明朝 Medium", "源ノ明朝", "A-OTF リュウミン Pr6N L-KL", "A-OTF UD黎ミン Pr6N L",'Noto Serif JP', serif,Gioviale, Gabriola;     
font-size:2.0em;
line-height:1.4em;
text-align:left;
font-weight:bold;	
color: #16234D;	
}
.left_20nte {
font-family: "BIZ UDP明朝 Medium", "BIZ UD明朝 Medium", "源ノ明朝", "A-OTF リュウミン Pr6N L-KL", "A-OTF UD黎ミン Pr6N L",'Noto Serif JP', serif,Gioviale, Gabriola;     
font-size:2.0em;
line-height:1.4em;
text-align:left;
color: #16234D;	
}
.left_22te {
font-family: "BIZ UDP明朝 Medium", "BIZ UD明朝 Medium", "源ノ明朝", "A-OTF リュウミン Pr6N L-KL", "A-OTF UD黎ミン Pr6N L",'Noto Serif JP', serif,Gioviale, Gabriola;     
font-size:2.2em;
line-height:1.4em;
text-align:left;
font-weight:bold;	
color: #16234D;	
}
.left_24te {
font-family: "BIZ UDP明朝 Medium", "BIZ UD明朝 Medium", "源ノ明朝", "A-OTF リュウミン Pr6N L-KL", "A-OTF UD黎ミン Pr6N L",'Noto Serif JP', serif,Gioviale, Gabriola;     
font-size:2.4em;
line-height:1.4em;
text-align:left;
font-weight:bold;	
color: #16234D;	
}
.left_26te {
font-family: "BIZ UDP明朝 Medium", "BIZ UD明朝 Medium", "源ノ明朝", "A-OTF リュウミン Pr6N L-KL", "A-OTF UD黎ミン Pr6N L",'Noto Serif JP', serif,Gioviale, Gabriola;     
font-size:2.6em;
line-height:1.4em;
text-align:left;
font-weight:bold;	
color: #16234D;	
}
.left_28te {
font-family: "BIZ UDP明朝 Medium", "BIZ UD明朝 Medium", "源ノ明朝", "A-OTF リュウミン Pr6N L-KL", "A-OTF UD黎ミン Pr6N L",'Noto Serif JP', serif,Gioviale, Gabriola;     
font-size:2.8em;
line-height:1.4em;
text-align:left;
font-weight:bold;	
color: #16234D;	
}
.left_32te {
font-family: "BIZ UDP明朝 Medium", "BIZ UD明朝 Medium", "源ノ明朝", "A-OTF リュウミン Pr6N L-KL", "A-OTF UD黎ミン Pr6N L",'Noto Serif JP', serif,Gioviale, Gabriola;     
font-size:3.2em;
line-height:1.4em;
text-align:left;
font-weight:bold;	
color: #16234D;	
}
.center_14te {
font-family: "BIZ UDP明朝 Medium", "BIZ UD明朝 Medium", "源ノ明朝", "A-OTF リュウミン Pr6N L-KL", "A-OTF UD黎ミン Pr6N L",'Noto Serif JP', serif,Gioviale, Gabriola;     
font-size:1.4em;
line-height:1.2em;
text-align:center;
color: #16234D;	
}
.center_16te {
font-family: "BIZ UDP明朝 Medium", "BIZ UD明朝 Medium", "源ノ明朝", "A-OTF リュウミン Pr6N L-KL", "A-OTF UD黎ミン Pr6N L",'Noto Serif JP', serif,Gioviale, Gabriola;     
font-size:1.6em;
line-height:1.4em;
text-align:center;
font-weight:bold;	
color: #16234D;	
}
.center_18te {
font-family: "BIZ UDP明朝 Medium", "BIZ UD明朝 Medium", "源ノ明朝", "A-OTF リュウミン Pr6N L-KL", "A-OTF UD黎ミン Pr6N L",'Noto Serif JP', serif,Gioviale, Gabriola;     
font-size:1.8em;
line-height:1.4em;
text-align:center;
font-weight:bold;	
color: #16234D;	
}
.center_20te {
font-family: "BIZ UDP明朝 Medium", "BIZ UD明朝 Medium", "源ノ明朝", "A-OTF リュウミン Pr6N L-KL", "A-OTF UD黎ミン Pr6N L",'Noto Serif JP', serif,Gioviale, Gabriola;     
font-size:2.0em;
line-height:1.4em;
text-align:center;
font-weight:bold;
color: #16234D;	
}
.center_24te {
font-family: "BIZ UDP明朝 Medium", "BIZ UD明朝 Medium", "源ノ明朝", "A-OTF リュウミン Pr6N L-KL", "A-OTF UD黎ミン Pr6N L",'Noto Serif JP', serif,Gioviale, Gabriola;     
font-size:2.4em;
line-height:1.4em;
text-align:center;
font-weight:bold;
color: #16234D;	
}
.center_26te {
font-family: "BIZ UDP明朝 Medium", "BIZ UD明朝 Medium", "源ノ明朝", "A-OTF リュウミン Pr6N L-KL", "A-OTF UD黎ミン Pr6N L",'Noto Serif JP', serif,Gioviale, Gabriola;     
font-size:2.6em;
line-height:1.4em;
text-align:center;
font-weight:bold;
color: #16234D;	
}
.center_28te {
font-family: "BIZ UDP明朝 Medium", "BIZ UD明朝 Medium", "源ノ明朝", "A-OTF リュウミン Pr6N L-KL", "A-OTF UD黎ミン Pr6N L",'Noto Serif JP', serif,Gioviale, Gabriola;     
font-size:2.8em;
line-height:1.4em;
text-align:center;
font-weight:bold;
color: #16234D;	
}
.center_30te {
font-family: "BIZ UDP明朝 Medium", "BIZ UD明朝 Medium", "源ノ明朝", "A-OTF リュウミン Pr6N L-KL", "A-OTF UD黎ミン Pr6N L",'Noto Serif JP', serif,Gioviale, Gabriola;     
font-size:3.0em;
line-height:1.5em;
text-align:center;
font-weight:bold;
color:#16234D;	
}
.center_32te {
font-family: "BIZ UDP明朝 Medium", "BIZ UD明朝 Medium", "源ノ明朝", "A-OTF リュウミン Pr6N L-KL", "A-OTF UD黎ミン Pr6N L",'Noto Serif JP', serif,Gioviale, Gabriola;     
font-size:3.2em;
line-height:1.4em;
text-align:center;
font-weight:bold;
color: #16234D;	
}
.center_34te {
font-family: "BIZ UDP明朝 Medium", "BIZ UD明朝 Medium", "源ノ明朝", "A-OTF リュウミン Pr6N L-KL", "A-OTF UD黎ミン Pr6N L",'Noto Serif JP', serif,Gioviale, Gabriola;     
font-size:3.6em;
line-height:1.5em;
text-align:center;
font-weight:bold;
color: #16234D;	
}
.center_36te {
font-family: "BIZ UDP明朝 Medium", "BIZ UD明朝 Medium", "源ノ明朝", "A-OTF リュウミン Pr6N L-KL", "A-OTF UD黎ミン Pr6N L",'Noto Serif JP', serif,Gioviale, Gabriola;     
font-size:3.6em;
line-height:1.4em;
text-align:center;
font-weight:bold;
color: #16234D;	
}
.right_14te {
margin:0.5em;
padding:0; 	
font-family: "BIZ UDP明朝 Medium", "BIZ UD明朝 Medium", "源ノ明朝", "A-OTF リュウミン Pr6N L-KL", "A-OTF UD黎ミン Pr6N L",'Noto Serif JP', serif,Gioviale, Gabriola;     
font-size:1.4em;
line-height:2.0em;
text-align:right;
color: #16234D;	
}
.right_16te {
margin:0;
padding:0 2.0em 0 0; 	
font-family: "BIZ UDP明朝 Medium", "BIZ UD明朝 Medium", "源ノ明朝", "A-OTF リュウミン Pr6N L-KL", "A-OTF UD黎ミン Pr6N L",'Noto Serif JP', serif,Gioviale, Gabriola;     
font-size:1.6em;
line-height:1.4em;
text-align:right;
font-weight:bold;
color: #16234D;	
}
.right_18te {
margin:0;
padding:0 2.0em 0 0; 	
font-family: "BIZ UDP明朝 Medium", "BIZ UD明朝 Medium", "源ノ明朝", "A-OTF リュウミン Pr6N L-KL", "A-OTF UD黎ミン Pr6N L",'Noto Serif JP', serif,Gioviale, Gabriola;     
font-size:2.4em;
line-height:1.4em;
text-align:right;
font-weight:bold;
color: #16234D;	
}
.double_line {
  display: inline-block;
  margin: 0;	
  padding: 1.0em 3.0em 0 3.0em;
  background: #F9F6EE;
  box-shadow: 0 0 0 2px #E8D8BC, 0 0 0 4px #fff, 0 0 0 10px #E8D8BC;
}
.h_gr_box {
    width:560px;
    margin: 1em 0;
	padding: 0.5em 0em;
    border: double 6px #FFFFFF;
	background: rgb(193,166,128);
    background: linear-gradient(90deg, rgba(193,166,128,1) 0%, rgba(237,223,212,1) 50%, rgba(225,208,190,1) 100%);
    }
.h_gr_box p {
    margin: 0; 
    padding: 0;
    font-family: "BIZ UDP明朝 Medium", "BIZ UD明朝 Medium", "源ノ明朝", "A-OTF リュウミン Pr6N L-KL", "A-OTF UD黎ミン Pr6N L",'Noto Serif JP', serif,Gioviale, Gabriola;     
    font-size:2.6em;
	line-height: 1.1em;
    font-weight:bold;
	text-align: center;
	color: #16234D;
}
.whead {
    position: relative;
    margin-bottom: 0.2rem;
    padding: 0.5rem 0;
    border-bottom: 10px solid;
    border-image: linear-gradient(to right, #CDA01B, #FDF182);
    border-image-slice: 1;
    font-size: 2.6em;
    font-weight: bold;
}
.boxrh{
    padding: 8px 19px;
    margin: 2em 0;
    color: #2c2c2f;
    background: #FFFADE;
    border-top: solid 8px #F0E66F;
    border-bottom: solid 8px #F0E66F;
    border-image: linear-gradient(to right, rgb(162, 131, 131), #F0E66F);
	border-image-slice: 1;
}
.boxrh p {
    margin: 0; 
    padding: 0;
}
.whead:before {
    position: absolute;
    bottom: -0.8rem;
    left: 0rem;
    right: 0rem;
    border-bottom: 1px solid;
    border-image: linear-gradient(to right, #CDA01B, #FDF182);
    border-image-slice: 1;
    content: '';
}
.wrhead {
    position: relative;
    margin-bottom: 0.2rem;
    padding: 0.5rem 0;
    border-bottom: 1px solid;
    border-image: linear-gradient(to right, #CDA01B, #FDF182);
    border-image-slice: 1;
	font-size: 2.6em;
    font-weight: bold;
    text-align:center;
}
.wrhead:before {
    position: absolute;
    bottom: -0.8rem;
    left: 0rem;
    right: 0rem;
    border-bottom: 10px solid;
    border-image: linear-gradient(to right, #CDA01B, #FDF182);
    border-image-slice: 1;
    content: '';
}
.wrhead p {
	margin:0;
	padding:0;
}
.bshadow {
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.32);
}
.bkshadow {
/*  display: flex;
  align-items: center;
  justify-content: center;*/
  color: #333333;
  background-color: #dddddd;
  border-radius: 3px;
  box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
}
.bkcolor {
	background-color:#FAF3E0;
}
.bk_box {
    padding: 0.5em 1.0em;
    margin: 1.0em;
    color:#16234D;
    background: #FCFAED;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.32);
	text-align:center;
	font-weight:bold;
}
.bk_box p {
    margin: 0; 
    padding: 0;
	line-height:1.2em;
}
.undery {
  background: linear-gradient(transparent 70%, #FFF000 70%);
}
.arrow_box {
	position: relative;
	padding:0.5em 1.0em;
	background: #FFFFFF;
	border: 4px solid #FFFFFF;
	border-radius: 8px;
  	box-shadow: 0 3px 4px rgba(0, 0, 0, 0.32);
  	font-size:1.6em;
  	line-height:1.2em;	
}
.arrow_box:after, .arrow_box:before {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-color: rgba(255, 255, 255, 0);
	border-left-color: #FFFFFF;
	border-width: 30px;
	margin-top: -30px;
}
.arrow_box:before {
	border-color: rgba(255, 255, 255, 0);
	border-left-color: #FFFFFF;
	border-width: 36px;
	margin-top: -36px;
}
.ribbon-wrapper {  
  display: block;
  position: relative;
  margin: 15px auto;
  padding: 10px 0;
  width:100%;
  background: #f1f1f1;
  border: solid 2px #CACACA;
  }
.ribbon {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  padding: 5px 0;
  margin: 1.0em 0 0 -20px;
  width: calc(80% + 20px);
  color: white;
  background: #057400;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}
.ribbon .tname{
  margin: 0;
  padding: 0px 30px 0px 15px;
  border-top: dashed 1px #FFF;
  border-bottom: dashed 1px #FFF;
  font-size: 1.2em;
  font-weight:bold;	
  line-height: 1.4em;
  text-align:center;	
}
.ribbon:after {
  position: absolute;
  content: '';
  z-index: 1;
  top: 0;
  right: 0;
  width: 0px;
  height: 0px;
  border-width: 30px 15px 30px 0px;
  border-color: transparent #f1f1f1 transparent transparent;
  border-style: solid;
}
.ribbon:before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px #057400;
}
.banbox{
    padding: 0.5em 1em;
    margin: 1.5em 0;
    color: #5d627b;
    background: #F8F2EB;
    border: solid 14px #D6AD6C;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}
.banbox p {
    margin: 0; 
    padding: 0;
}
.hipbox {
padding: 0.5em 1em;
margin: 2em 0;
background: rgb(255,255,255);
background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(250,116,179,1) 33%, rgba(255,165,217,1) 100%);	
box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}

.hgrdbox {
	padding: 0.5em 1em;
	margin: 2em 0;
    border-top: double 6px #FFFFFF;
    border-bottom: double 6px #FFFFFF;
	background: rgb(193,166,128);
    background: linear-gradient(90deg, rgba(193,166,128,1) 0%, rgba(237,223,212,1) 50%, rgba(225,208,190,1) 100%);
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
    }

.hgrdbox p {
    margin: 0; 
    padding: 0.2em 0;
    font-size:3.2em;
	line-height: 1.4em;
    font-weight:bold;
	text-align: center;
    color:#675032;
}
.hgrrbox {
	padding: 0.2em 1em;
	margin: 2em 0;
    border-top: double 6px #FFFFFF;
    border-bottom: double 6px #FFFFFF;
	background: rgb(193,166,128);
    background: linear-gradient(90deg, rgba(193,166,128,1) 0%, rgba(237,223,212,1) 50%, rgba(225,208,190,1) 100%);
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
  }

.hgrrbox p {
    margin: 0; 
    padding: 0.2em 1.0em;
    font-size:2.4em;
	line-height: 1.4em;
    font-weight:bold;
	text-align: center;
    color:#675032;
}
.curved {
  position: relative;
  background: #FAB005;
/*  height: 60vh;*/
  border-bottom: solid 6px #FFFF00;
  border-bottom-left-radius: 50% 100%;
  border-bottom-right-radius: 50% 100%;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}
.curved p {
	margin:0;
	padding:0.5em 0;
	color:#FFFFFF;
}
.curved::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 46px 46px 0 46px;
  border-color: #FAB005 transparent  transparent transparent;
  left: 50%;
  transform: translateX(-50%) translateY(100%);
}.triangle {
  position: relative;
  background: #2c3e50;
  height: 50vh;
}

.triangle::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 46px 46px 0 46px;
  border-color: #2c3e50 transparent transparent transparent;
  left: 50%;
  transform: translateX(-50%) translateY(100%);
}
.dietcbox {
	width:80%;
    padding: 0.5em 2.0em;
    margin: 2em 10%;
    color: #FFFFFF;
    background: #D90000;
    border-bottom: solid 6px #950000;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
    border-radius: 12px;
}
.dietcbox p {
    margin: 0; 
    padding: 0.2em;
	font-size:2.4em;
	text-align:center;
}
.burcon {
	position: relative;
	width: 460px;
	height: 345px;
/*	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;*/
}

.burcon::after {
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	box-shadow: inset 0 0 5px 10px #FFF;
}

.burcon img {
	width: 100%;
}
.boxinf6 {
    padding: 0.2em 1em;
    margin: 0.5em 1em 0.5em 1em;
    color:#675032;
    border-top: double 6px #FFFFFF;
    border-bottom: double 6px #FFFFFF;
	background: rgb(193,166,128);
    background: linear-gradient(90deg, rgba(193,166,128,1) 0%, rgba(237,223,212,1) 50%, rgba(225,208,190,1) 100%);
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}
.boxinf6 p {
    margin: 0; 
    padding: 0;
}
.store_box {
    padding: 0.1em 1em;
    margin: 0;
    background: rgb(193,166,128);
    background: linear-gradient(90deg, rgba(193,166,128,1) 0%, rgba(237,223,212,1) 50%, rgba(225,208,191,1) 100%);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.32);
}
.store_box p {
    margin: 0; 
    padding: 0;
}
