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

* {
	padding: 0;
}


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

a:link      { color: #353535; text-decoration: none }
a:visited   { color: #353535; text-decoration: none }
a:hover     { color:cyan; text-decoration: none }

body {
    margin: 0;
    padding: 0;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    width:100%;
}

header,footer,main,nav,aside {
    box-sizing: border-box;
	padding: 0;
}
header {
    background-color: #FFFFFF;
}
footer {
    background-color: #FFFFFF;
}
main {
    background-color: #FFFFFF;
}
nav {
    background-color: #FFFFFF;
}
aside {
    background-color: #FFFFFF;
}

h1 {
	font-size: 14px;
	color: #ffffff;
	text-align: left;
	margin:0;
	padding:8px;
    background-color:#FF0000;
	height:14px;
    width:auto;
}

.grid_container {
	display: grid;/* グリッドコンテナであることを定義 */
    grid-template-areas: "header header header"/* 1行目 */
                         "nav main aside"/* 2行目 */
                         "footer footer footer";/* 3行目 */
    grid-template-rows: 582px 1fr auto; /* 行の高さ */
    grid-template-columns: 1px 1fr 1px; /* 列の幅 */
    grid-row-gap: 0px;/* 行と行の間の余白 */
    grid-column-gap: 0px;/* 列と列の間の余白 */
     /* ショートハンドだと
        grid-gap: 10px 10px;
        */
   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 {
 padding: 1.4em  0;
}

.col_pos_c {
 padding: 0.5em  0;
}

.col_pos_e {
 margin:-1.0em 0 0 0;	
 padding: 0;
}

.col_h_pos {
 padding-bottom: 1.4em;
}

.mitem_pos {
  padding-top:10px;
  text-align: center;
}

/************************************/

.text_red{
 color: #FF0000;
}

.flex_cont {
 display: flex;
 flex-direction: row;
 justify-content: space-around;
 text-align:center;
}

#footer_link {
   text-align:center;
}

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

.alignright {
	float:right;
    padding-right:20%;
}

.alignleft {
	float:left;	
    padding-right:20px;
}

.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 #FF0000;
}
#page-top a {
    background: #ffffff;
    text-decoration: none;
    color: #FF0000;
    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;
}

#page-mg {
    position: fixed;
    bottom: 160px;
	right: 20px;
    width:100px;
    height:140px;
/*    border:solid 6px #FF0000;*/
}
#page-mg a {
/*    background: #ffffff;*/
    text-decoration: none;
    width: 100px;
    height:140px;
    padding: 36px;
    text-align: center;
	display: block;
	background-image:url("../images/i2507/mg_btn_03.png");
	background-repeat: no-repeat;
}
#page-mg a:hover {
    text-decoration: none;
	opacity: 0.3;
}

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

hr {
  width:85%;	
}
.footer_copy {
	width:99%;
	height:24px;
	margin-top:20px;
	background:#FF0000;
    text-align: center;
	color:#FFFFFF;
    padding:4px;
}
.k1_3 {
background: #FF0000;
box-shadow: 0px 0px 0px 5px #FF0000;
/*border: dashed 1px #ffffff;*/
padding: 0.2em 0.5em;
color: #ffffff;
margin-top:-20px;
margin-right:0px;
font-size:34px;
text-align:center;
}

.voice_com {
border:solid 3px #00B0F0;
margin-right:60px;
margin-left:60px;
margin-top:20px;
}

.voice_t {
 padding:20px;
}

.line_silver {
    border-top:  solid 1px silver;
	border-bottom: solid 1px silver;
}

.head_box {
    padding: 0.5em 1em;
    margin: -1.5em 0 2.5em 0;
    color: #00BCD4;
    background: #FDEFDE;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.32);
}
.head_box p {
    margin: 0; 
    padding: 0;
}

.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: #000000;
  padding: 2rem;
}
.promo_te {
margin:-0.2em 0 1.0em 0;
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;     
font-size:2.6em;
line-height:1.3em;
font-weight:bold;
text-align:center;
}
.prof_h_te {
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;     
font-size:2.4em;
line-height:1.2em;
text-align:center;
}
.under {
  border-bottom: dotted 6px #FF4D4D;
  line-height:1.8em;
  font-size:1.0em;	
}
.promh_box {
    width:90%;
    margin: 1.0em 5%;
	padding: 0;
    }

.promoh_box p {
    margin: 0; 
    padding: 0;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;     
    font-size:4.2em;
	line-height: 1.2em;
    font-weight:bold;
	text-align: center;
	color:#000000;
}
.h_ll_box {
    width:90%;
    margin: 1.0em 5% 1.5em 5%;
	padding: 0.5em  0;
    border: double 6px #FF9326;
    background: -moz-linear-gradient(#FEFCF9, #F6CF9C);
    background: -webkit-linear-gradient(#FEFCF9c, #F6CF9C);
    background: linear-gradient(to bottom, #FEFCF9, #F6CF9C);
    }

.h_ll_box p {
    margin: 0; 
    padding: 0;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;     
    font-size:2.6em;
	line-height: 1.2em;
    font-weight:bold;
	text-align: center;
	color:#000000;
}
.bangrid {
	width:94%;
	margin:0 3%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 0;
    justify-items: center;
    align-items: start;
 }
.h_r_box {
    width:100%;
    margin:0;
	padding:0.5em;
    }

.h_r_box p {
    margin: 0; 
    padding: 0;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;     
    font-size:2.8em;
	line-height: 1.4em;
    font-weight:bold;
	text-align: center;
	color:#000000;
}
.promo_h {
background: #FFC000;
box-shadow: 0px	0px 0px 0px #FC851C;
/*border: dashed 1px #ffffff;*/
padding: 0em 0.5em;
color: #000000;
margin-top:0px;
margin-right:0px;
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;     
font-size:3.6em;
text-align:center;
font-weight:bold;	
}
.promo_com {
border:solid 12px #FC851C;
margin-right:60px;
margin-left:60px;
margin-top:20px;
}

.promo_box {
background: #a2831f;
background: -moz-linear-gradient(left,  #a2831f 0%, #f5ef7d 0%, #f5ef7d 0%, #dcb52b 0%);
background: -webkit-linear-gradient(left,  #a2831f 0%,#f5ef7d 0%,#f5ef7d 0%,#dcb52b 0%);
	background: linear-gradient(to right,  #a2831f 0%,#f5ef7d 0%,#f5ef7d 0%,#dcb52b 0%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a2831f', endColorstr='#dcb52b',GradientType=1 );
}
.develop_com {
border:solid 4px #FF0000;
border-radius:6px; 	
}
.soudanfuki{
  position: relative;
  padding: 20px;
  background-color: #FFFFFF;
  border: 2px solid #EAEAEA;
  box-shadow: 0px 0px 10px 0px #a7a7a7;
  font-size:1.5em;
  line-height:1.2em;	
}
.soudanfuki::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: -15px;
  top: 160px;
  border-left: 15px solid #EAEAEA;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
.soudanfuki::after{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: -12px;
  top: 160px;
  border-left: 15px solid #FFFFFF;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
.k_soudan {
	background:#8BC34A;
	box-shadow: 0px 0px 0px 5px #8BC34A;
	border-radius:5px 5px 0 0;
    padding: 0.2em 0.5em;
    color: #FFFFFF;
    margin-top:-20px;
    margin-right:0px;
    font-size:2.6em;
    font-weight:bold;	
    text-align:center;
}
.cgrid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    justify-items: center;
    align-items: start;
 }
.ccflex {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}
.centgrid {
    display: grid;
    grid-template-columns: 1px 1fr 1px;
    grid-template-rows: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-items: center;
    align-items: start;
 }

.h_box {
    width:60%;
    margin: 1em 20%;
	padding: 0.5em 0em;
    border: double 6px #FF9326;
    background: -moz-linear-gradient(#FEFCF9, #F6CF9C);
    background: -webkit-linear-gradient(#FEFCF9c, #F6CF9C);
    background: linear-gradient(to bottom, #FEFCF9, #F6CF9C);
    }

.h_box p {
    margin: 0; 
    padding: 0;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;     
    font-size:2.8em;
	line-height: 1.1em;
    font-weight:bold;
	text-align: center;
	color:#000000;
}

.proh_te {
margin:0.5em 0;
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;     
font-size:2.6em;
line-height:1.4em;
font-weight:bold;
text-align:center;
}
.prol_te {
margin:0;
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;     
font-size:2.6em;
line-height:1.3em;
font-weight:bold;
text-align:left;
}
.undery {
  background: linear-gradient(transparent 76%, #FFFF00 76%);
}
.underp {
  background: linear-gradient(transparent 0, #FB0D84 0);
}
.banbox{
	width:90%;
    margin: 0 5%;
    padding: 0.5em 0;
    color: #5d627b;
    background: white;
	border-radius:10px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}
.banbox p {
    margin: 0; 
    padding: 0;
	font-size:2.6em;
	font-weight:bold;
	color:#FF0000;
	text-align:center;
}
.banwbox{
	width:80%;
    margin: 0 10%;
    padding: 0.5em 0;
    background: white;
    border: solid 3px #000000;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}
.banwbox p {
    margin: 0; 
    padding: 0.5em;
	font-size:3.0em;
	font-weight:bold;
	color:#000000;
	text-align:center;
}
.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;
}

.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;
}
.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);
}
.voicehback {
	width:80%;
	margin:0 10% 3% 10%;
    padding: 0.2em 0.5em;
}
.voicehback p {
    margin:0;
	padding:0;
}

.voiceimg {
border:solid 4px #F0DDAC;
border-radius: 10px;
background: #FCF9F0;
box-shadow:  -10px 10px 20px #d6d4cc, 
             10px -10px 20px #ffffff;
}
.voice_box{
	width:78%;
    margin: -2.0em 11% 0 11%;
    padding: 0 0.5em;
    background: #FAF3E0;
    box-shadow: 0px 0px 0px 12px #FAF3E0;
    border-bottom: solid 1px #F0DDAC;
}
.voice_box p {
    margin: 0; 
    padding: 0;
}
.voice_tep {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;     
    font-size:2.8em;
    line-height:1.3em;
    text-align:left;
    font-weight:bold;
}
.voice_name {
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;     
font-size:2.0em;
line-height:1.4em;
text-align:left;
font-weight:bold;	
}
.flex_cont_l {
 display: flex;
 flex-direction: row;
 justify-content: space-around;
 text-align:baseline;
 align-content:left;
}
.bkcolor {
background: #FAF3E0;
}
.plan_box {
	width:60%;
    margin: 2.0em 20% 0 20%;
	position: relative;
	background: #FFFBE9;
	border: 12px solid #FFB300;
	border-radius: 10px;
}
.plan_box:after, .plan_box:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.plan_box:after {
	border-color: rgba(136, 183, 213, 0);
	border-top-color: #FFFBE9;
	border-width: 30px;
	margin-left: -30px;
}
.plan_box:before {
	border-color: rgba(194, 225, 245, 0);
	border-top-color: #FFB300;
	border-width: 47px;
	margin-left: -47px;
}
.plan_box p{
	margin:0;
	padding:0.2em;
	font-size:3.6em;
	font-weight:bold;
	text-align:center;
}
.leftte20 {
margin:0;	
padding:0.2em 1.0em;
line-height:1.4em;
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;     
font-size:2.0em;
text-align:left;
}
.planb table {
	border-collapse: collapse;
	width:100%;
	margin:0;
}
.planb tr {
  border: 3px solid #99C58F;
}
.planb th, td {
  border: 2px solid;
  padding: 0.2em 1.0em 0.2em 1.6em;
	border-left-style:#99C58F;
	border-right-style:#99C58F;
	border-top-color:#99C58F;
	border-bottom-color:#99C58F;	
    text-align: left;
	font-size:2.0em;
	font-weight:bold;
}
.bdset {
	border-left-style:none;
	border-right-style:none;
}
.bdsetr {
	border-right-style:none;
}
.tbcolg {
	backgrond-color:#CAF88F;
}

#nayami {
    margin:0;
    padding: 1.0em 0;
	background-color:#FFFFFF;
/*   box-shadow: 0px 0px 0px 4px #ECEEF1;*/
/*   border-bottom: solid 1px #ECEEF1;*/
/*border-radius:10px;*/
}
#nayami ul {
  margin:0;
  padding: 0.5em 0.1em 0.5em 1.8em;
  position: relative;
}

#nayami ul li {
  padding: 0.3em 0.1em 0.3em 1.4em;
  list-style-type: none!important;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;     
  font-size:32px;
  font-weight:bold;	
  line-height:1.4em;
  text-align:left;
}

#nayami ul li:before {
  font-family: "Font Awesome 6 Free";
  content: "\f058";
  font-weight:600;
  position: absolute;
  left : 1em;
  color: #ff0000;
}
.nayami_line{
 border-top:solid 10px #52837F;
}
.nayamibk {
background: rgb(209,218,224);
background: linear-gradient(0deg, rgba(209,218,224,1) 0%, rgba(248,249,250,1) 100%);	
}
.omkabk {
background: rgb(252,252,240);
background: radial-gradient(circle, rgba(252,252,240,1) 0%, rgba(250,239,161,1) 100%);
}
.info_te {
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;     
font-size:1.8em;
line-height:1.4em;
text-align:left;
}
.omakase_com {
border:solid 4px #A0D667;
margin:0;
padding:0 1.5em;
border-radius: 10px;
box-shadow:  -3px 3px 6px #FFFFFF, 
             3px -3px 6px #EAFBFF;
}
.pointbox {
    margin:0;
    padding: 1.0em 0;
	background-color:#FFFFDD;
    box-shadow: 0px 0px 0px 4px #ECEEF1;
    border-bottom: solid 1px #ECEEF1;
	border-radius:10px;
}
.reasonbk {
background: #F6F3E6;
background: linear-gradient(0deg, #FFFFFF 0%, #F6F3E6 100%);
}
.bgreawh {
	width:70%;
	margin:0 15%;
	padding:0.5em;
    background-color: #F6F3E6;
}
.reasongra {
  border-bottom: 8px solid #BD9B73;
  border-image: linear-gradient(to right, #BD9B73 0%, #FFF2D9 100%);
  border-image-slice: 1;
}
.reasonbox{
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #5d627b;
    background: #FFFFFF;
/*    border-top: solid 5px #5d627b;*/
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}
.reasonbox p {
    margin: 0; 
    padding: 0;
}
 .reahgrid {
    display: grid;
    grid-template-columns: 180px 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-items: start;
    align-items: center;
 }
.reason_h_te {
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;     
font-size:3.0em;
font-weight:bold;
line-height:1.4em;
text-align:left;
color:#000000;	
}
.pgte_l {
    width:70%;
    margin:0 15%;	
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    text-align:left;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;     
    font-size:2.3em;
	line-height: 1.3em;
}
.reason_te {
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;     
font-size:2.0em;
line-height:1.5em;
text-align:left;
color:#000000;
}
.flexlc {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}
.flexlnag {
	display: -webkit-inline-flex;
	display: inline-flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}
.nagarebox {
	width:80%;
	margin:4.0em 10% 0 10%;
	background-color:#61A709;
	border-top:4px solid #61A709;
	border-bottom:4px solid #61A709;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
}
.nagarebox .box-title {
	width:90%;
	margin:0.5em 5%;
    font-size: 1.8em;
    background: #4E8C00;
    padding: 4px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.nagarebox p {
    margin: 0;
    padding: 15px 0 15px 3.0em;
}
.nagareboxr {
	width:80%;
	margin:2.0em 10% 0 10%;
	background-color:#4E8C00;
	border-top:4px solid #61A709;
	border-bottom:4px solid #61A709;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
}
.nagareboxr .box-title {
	width:90%;
	margin:0.5em 5%;
    font-size: 1.8em;
    background: #61A709;
    padding: 4px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.nagareboxr p {
    margin: 0;
    padding: 15px 0 15px 3.0em;
}

.nagarecomb {
	width:90%;
	margin:1.0em 5%;
	background-color:#FFFFFF;
	font-size:1.6em;
	color:#000000;
	text-align:left;
}
.qbox {
	width:80%;
    margin: 2em 10%;
    padding: 0.2em 0.5em;
    color: #FFFFFF;
    background: #8BC34A;
    box-shadow: 0px 0px 0px 10px #8BC34A;
    border-bottom: solid 2px #C9E1AA;
    border-radius: 6px;
}
.qbox p {
    margin: 0; 
    padding: 0 0.5em;
	font-size:2.0em;
}
.ansbox {
	width:80%;
    margin: 2em 10%;
    padding: 0.2em 0.5em;
    color: #000000;
}
.ansbox p {
    margin: 0; 
    padding: 0 0.5em;
	font-size:2.0em;
}
.changebox {
background: #A1FFCE;
background: -webkit-linear-gradient(to bottom, #F0FCDE,#FFFFFF );
background: linear-gradient(to bottom, #F0FCDE,#FFFFFF );
}
#mirai {
    margin:0;
    padding: 1.0em 0;
/*	background-color:#FFFFFF;*/
/*    box-shadow: 0px 0px 0px 4px #ECEEF1;*/
/*    border-bottom: solid 1px #ECEEF1;*/
/* border-radius:10px;*/
}
#mirai ul {
  margin:0;
  padding: 0.3em 0.1em 0.5em 1.8em;
  position: relative;
}

#mirai ul li {
  padding: 0em 0.1em 0.3em 3.8em;
  list-style-type: none!important;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;     
  font-size:2.6em;
  font-weight:bold;	
  line-height:1.2em;
  text-align:left;
}
#mirai ul li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f058";
  font-weight:400;
  position: absolute;
  left : 3em;
  color: #FF0000;
}
.msg-box{
  margin: 0em;
  padding: 1.5em 1.5em 0 1.5em;
  background-color: #ffffff;
  box-shadow: 0 0 0 5px #ffffff, 0 0 0 10px #92D050;
}
.msg-box p{
  margin: 0;
  padding: 0 0.5em;
  font-size:2.0em;
  text-align:left;	
}
.flexinfo {
	width:50%;
	margin:0 25%;
	display: -webkit-inline-flex;
	display: inline-flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}
.flexinfo p {
	margin:0;
	padding:0  1.0em;
	font-size:2.0em;
	line-height:2.0em;
	border-top:1px solid #CACAD9;
	border-bottom:1px solid #CACAD9;
}
.compbox{
  width:80%;
  margin: 4.0em 10% 0 10%;
  padding: 0;
  background-color: #F0EBE6;
  box-shadow: 0 0 0 5px #FFFFFF, 0 0 0 10px #F0EBE6;
}
.compbox p{
  margin: 0;
  padding: 0 0.5em;
  font-size:2.0em;
  text-align:left;	
}
.compbox table {
	border-collapse: collapse;
	width:100%;
	margin:0;
}
.compbox tr {
  border: 3px solid #F0EBE6;
  padding: 0.2em 1.0em 0.2em 1.6em;
}
.compbox th,td {
  border: 1px solid;
  padding: 0.2em 1.0em 0.2em 1.6em;
	border-left-style:#FFFFFF;
	border-right-style:#FFFFFF;
	border-top-color:#F0EBE6;
	border-bottom-color:#F0EBE6;	
    text-align: left;
	font-size:1.8em;
}
.thcol {
    background-color:#41403E;
    color:#FFFFFF;
	text-align:center;
	font-weight:normal;
}
.tdcol {
    background-color:#FFFFFF;
    color:#000000;
	text-align:left;
	font-weight:normal;
}
.fminp {
    padding: 0.1em 0.5em;
    margin: 2em 0.5em;
    font-weight: bold;
    color: #FFFFFF;/*文字色*/
    background: #FF0000;
    border: solid 1px #FF0000;/*線*/
    border-radius: 6px;/*角の丸み*/
}
.fminp p {
    margin: 0; 
    padding:0;
}

.acod-check {
    display: none;
}
.acod-label {
    padding: 10px 15px;
    box-sizing: border-box;
    background: #eee;
    display: flex;
    justify-content: center;
    margin: 2.0em auto 5px;
    width: 60%;
	font-size:1.4em;
}
.acod-label::after {
    display: flex;
    align-items: center;
	padding:0 1.0em;
    font-family: "Font Awesome 5 Free";
    content: "\f0d7";
    font-weight: 900;
    transition: all 0.3s;
}

.acod-content {
    height: 0;
    opacity: 0;
    transition: 0.3s;
    visibility: hidden;
    width: 70%;
    padding: 0;
    margin: 0 auto;
}
.acod-content p {
    margin: 0;
    padding: 0 2.0em;
    word-break: break-all;
	font-size:1.4em;
	line-height:1.4em;
	border: solid 1px #000000;
}
.acod-check:checked + .acod-label + .acod-content {
    height: auto;
    opacity: 1;
    padding: 15px 0;
    visibility: visible;
    display: flex;
    align-items: center;
    word-break: break-all;
}

.acod-check:checked + .acod-label::after {
    transform: rotate(180deg);
}
.head_te {
margin:0.5em 0;
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;     
font-size:2.4em;
line-height:1.4em;
font-weight:bold;
text-align:center;
}
.under_wave {
text-decoration:underline;
text-decoration-style:wavy;
text-decoration-color:#FFFFFF;	
}
.underapp {
    width: 96%;
    max-width: 500px;
    margin: 40px auto;
    padding: 20px;
    padding: 28px;
    border: 1px solid #ffffff;
    border-radius: 5px;
    background-color: transparent;
    box-shadow: 2px 2px 5px 0px rgba(200, 200, 200, 1);
    font-family: "Times New Roman";
}

.wavy {
    position: relative;
    display: inline-block;
    font-size: 2rem;
}

.wavy::after {
    content: '';
    position: absolute;
    top: 80%;
    left: 0;
    right: 0;
    z-index: 10;
    display: block;
    height: 5px;
    background-image:
        linear-gradient(135deg, transparent 25%, #fff000 50%, transparent 75%),
        linear-gradient(-135deg, transparent 25%, #fff000 50%, transparent 75%);
    background-size: 10px 5px;
    background-position: 0, 5px;
}
.boxpost {
	width:90%;
    padding: 0.5em 1em;
    margin: 0.5em 2% 0.5em 3%;
    color: #FFFFFF;
    background: #343231;
	text-align:center;
	font-size:2.0em;
	font-weight:bold;
}
.boxpost p {
    margin: 0; 
    padding:0;
}
.nagarecomb2 {
	width:90%;
	margin:1.4em 5% 0 5%;
	background-color:#FFFFFF;
	font-size:1.6em;
	color:#000000;
	text-align:left;
}
.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 3.0em;
	padding: 0 1.0em;
	font-size:1.4em;
	text-align:center;
}
.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: 40px;
    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: 0px;
    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;
 }
.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;
 }
.bangridwv {
    display: grid;
    grid-template-columns: 1fr 380px;
    grid-template-rows: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-items: left;
    align-items: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;
 }
.bangridwif {
    display: grid;
    grid-template-columns: 420px 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-items: center;
    align-items:center;
 }
.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: 40px;
    grid-row-gap: 40px;
    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;
 }
.bangridnag {
    display: grid;
    grid-template-columns: 1fr 50px 1fr 50px 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-items: center;
    align-items: center;
 }
.bangridnagr {
    display: grid;
    grid-template-columns: 1fr 50px 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-items: center;
    align-items: center;
 }
.center_20te {
	margin:0;
	padding:0;
	font-size:2.0em;
	font-weight:bold;
	text-align:center;
}
.center_24te {
	margin:0;
	padding:0;
	font-size:2.4em;
	font-weight:bold;
	text-align:center;
}
.right_16te {
	margin:0 0 0 10.0em;
	padding:0;
	font-size:1.6em;
	font-weight:bold;
	text-align:right;
}
.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 0.8em;
}
.bshadow {
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.32);
}
.wave {
	background: url("../images/top_yumelobw.jpg") no-repeat center;
	background-size: cover;
	height: 679px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 3.0rem;
	font-weight: 600;
/*	color: #FDFCDC;*/
	background-color: #FFFFFF;
}

.wave::after {
	background: url("../images/wavesNegativeh.svg");
	bottom: 0;
	content: '';
	height: 40px;
	position: absolute;
	width: 100%;
}
.wave-cl {
	background: url("../images/yume_back.jpg") no-repeat center;
	background-size: cover;
	height: 760px;
	position: relative;
	display: flex;
	/*contentsをcenterに*/
	justify-content: center;
	align-items: center;
	font-size: 3.0rem;
	font-weight: 600;
	color: #FDFCDC;
}
.wave-cl::after {
	background: url("../images/waves-top-blue.svg");
	bottom: 0;
	content: '';
	height: 40px;
	position: absolute;
	width: 100%;
}
.wave-clcr {
	background: url("../images/yume_back.jpg") no-repeat center;
	background-size: cover;
	height: 760px;
	position: relative;
	display: flex;
	/*contentsをcenterに*/
	justify-content: center;
	align-items: center;
	font-size: 3.0rem;
	font-weight: 600;
	color: #FDFCDC;
}

.wave-clcr::after {
	background: url("../images/waves-top-crm.svg");
	bottom: 0;
	content: '';
	height: 40px;
	position: absolute;
	width: 100%;
}
.wave-top {
	background-size: cover;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #FFFFFF;
	padding-bottom:3.0em;
}

.wave-top::after {
	background: url("../images/wavesNegative_top2.svg");
	bottom: 0;
	content: '';
	height: 40px;
	position: absolute;
	width: 100%;
}
.wave-top-blue {
	background-size: cover;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #FFFFFF;
	padding-bottom:3.0em;
}

.wave-top-blue::after {
	background: url("../images/waves-top-blue.svg");
	bottom: 0;
	content: '';
	height: 30px;
	position: absolute;
	width: 100%;
}
.wave-top-crem {
	background-size: cover;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #FFFFFF;
	padding-bottom:3.0em;
}

.wave-top-crem::after {
	background: url("../images/waves-top-crm.svg");
	bottom: 0;
	content: '';
	height: 30px;
	position: absolute;
	width: 100%;
}
.wave-top-cremb {
	background: url("../images/wave_creamb.png") no-repeat center;
	background-size: cover;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #FFFFFF;
	padding-bottom:3.0em;
}

.wave-top-cremb::after {
	background: url("../images/waves-top-crm.svg");
	bottom: 0;
	content: '';
	height: 30px;
	position: absolute;
	width: 100%;
}
.wave-top-green {
	background: url("../images/wave_blue.png") no-repeat center;
	background-size: cover;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #FFFFFF;
	padding-bottom:3.0em;
}

.wave-top-green::after {
	background: url("../images/wave-top-green.svg");
	bottom: 0;
	content: '';
	height: 30px;
	position: absolute;
	width: 100%;
}
.wave-bottom {
	background-size: cover;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #FFFFFF;
	padding-bottom:3.0em;
}

.wave-bottom::after {
	background: url("../images/wavesNegative_bottom.svg");
	bottom: 0;
	content: '';
	height: 40px;
	position: absolute;
	width: 100%;
}
.wave-bottom-green {
	background-size: cover;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #FFFFFF;
	padding-bottom:3.0em;
}

.wave-bottom-green::after {
	background: url("../images/wave-bottom-green.svg");
	bottom: 0;
	content: '';
	height: 40px;
	position: absolute;
	width: 100%;
}
.text_18 {
	font-size:18px;
	font-weight:bold;
}
.text_20 {
	font-size:20px;
	font-weight:bold;
}
.text_24 {
	font-size:24px;
	font-weight:bold;
}
.text_26 {
	font-size:26px;
	font-weight:bold;
}
.text_28 {
	font-size:28px;
	font-weight:bold;
}
.text_30 {
	font-size:30px;
	font-weight:bold;
}
.text_36 {
	font-size:36px;
	font-weight:bold;
}
.text_46 {
	font-size:46px;
	font-weight:bold;
}
.maru {
	font-family: "Zen Maru Gothic", "Zen Maru Gothic Black", "Zen Maru Gothic Light", "Zen Maru Gothic Medium";
}
.underline{
	border-bottom: 4px dotted #FC7CAA;
}
.text_pink {
	color:#FC6560;
}
.photoimg {
border:solid 20px #FFFFFF;
border-radius: 0px;
background: #e0e0e0;
box-shadow:  5px 5px 8px #d0d0d0,
             -5px -5px 8px #f0f0f0;	
}
.bangridwm {
    display: grid;
    grid-template-columns: 556px 556px;
    grid-template-rows: 1fr;
    grid-column-gap: 46px;
    grid-row-gap: 4px;
    justify-items: center;
    align-items: center;
 }
.mediaimg {
border:solid 4px #FFFFFF;
border-radius: 20px;
background: #e0e0e0;
box-shadow:  2px 2px 5px #d0d0d0,
             -2px -2px 5px #f0f0f0;	
}
.bangridskt {
    display: grid;
    grid-template-columns: 500px 500px;
    grid-template-rows: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 4px;
    justify-items: center;
    align-items: center;
 }
.bangridsktt {
    display: grid;
    grid-template-columns: 270px 270px 270px;
    grid-template-rows: 1fr;
    grid-column-gap: 40px;
    grid-row-gap: 4px;
    justify-items: center;
    align-items: center;
 }
.bangridsky {
    display: grid;
    grid-template-columns: 370px 370px 370px;
    grid-template-rows: 1fr;
    grid-column-gap: 40px;
    grid-row-gap: 4px;
    justify-items: center;
    align-items: center;
 }
.cl-box {
	width:1142px;
	height:500px;
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #000000;
    background: #FFFFFF;
    border-bottom: solid 2px #EEEEEE;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
}
.cl-box p {
    margin: 0; 
    padding: 0;
}
.bangridcl {
    display: grid;
    grid-template-columns: 560px 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 4px;
    justify-items: center;
    align-items: start;
 }
.left {
	text-align:left;
}
.right {
	text-align:right;
}
.bangridrm {
    display: grid;
    grid-template-columns: 555px 555px;
    grid-template-rows: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 4px;
    justify-items: center;
    align-items:flex-end;
}
.line_pink {
	border-bottom:dotted 4px #FC6560;
}
.line_pinkl {
   border-bottom:solid 2px #FC6560;
}
.curved {
  position: relative;
  background: #EDF9DA;
  height: 50vh;
  border-bottom-left-radius: 50% 20%;
  border-bottom-right-radius: 50% 20%;
}
.curved-bottom {
	background-size: cover;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #FFFFFF;
	padding-bottom:3.0em;
}

.curved-bottom::after {
	background: url("../images/curve-crem.svg");
	bottom: 0;
	content: '';
	height: 40px;
	position: absolute;
	width: 100%;
}
.comm_left {
	position: relative;
	background: #FFFFFF;
	border: 4px solid #FFFFFF;
	border-radius: 10px;
}
.comm_left p {
	margin:1.0em;
	padding:0.5 1.5em;
}
.comm_left:after, .comm_left:before {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.comm_left:after {
	border-color: rgba(136, 183, 213, 0);
	border-right-color: #FFFFFF;
	border-width: 20px;
	margin-top: -20px;
}
.comm_left:before {
	border-color: rgba(194, 225, 245, 0);
	border-right-color: #FFFFFF;
	border-width: 28px;
	margin-top: -28px;
}
.comm_right {
	position: relative;
	background: #FFFFFF;
	border: 4px solid #FFFFFF;
	pading:1.0em;
	border-radius: 10px;
}
.comm_right p {
	margin:1.0em;
	padding:0.5 1.5em;
}
.comm_right:after, .comm_right:before {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.comm_right:after {
	border-color: rgba(136, 183, 213, 0);
	border-left-color: #FFFFFF;
	border-width: 20px;
	margin-top: -20px;
}
.comm_right:before {
	border-color: rgba(194, 225, 245, 0);
	border-left-color: #FFFFFF;
	border-width: 28px;
	margin-top: -28px;
}
.bangridcml {
    display: grid;
    grid-template-columns: 206px 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 40px;
    grid-row-gap: 4px;
    justify-items: center;
    align-items:center;
}
.bangridcmr {
    display: grid;
    grid-template-columns: 1fr 206px;
    grid-template-rows: 1fr;
    grid-column-gap: 40px;
    grid-row-gap: 4px;
    justify-items: center;
    align-items:center;
}
.bangridsban {
    display: grid;
    grid-template-columns: 484px 484px;
    grid-template-rows: 1fr;
    grid-column-gap: 40px;
    grid-row-gap: 4px;
    justify-items: center;
    align-items:center;
}
.bangridpp {
    display: grid;
    grid-template-columns: 440px 440px;
    grid-template-rows: 1fr;
    grid-column-gap: 40px;
    grid-row-gap: 4px;
    justify-items: center;
    align-items:flex-start;
}
.bangridprf {
    display: grid;
    grid-template-columns: 340px 340px 340px;
    grid-template-rows: 1fr;
    grid-column-gap: 40px;
    grid-row-gap: 4px;
    justify-items: center;
    align-items:center;
}
.re-box {
	width:1142px;
/*	height:650px;*/
    padding: 1.5em 1em;
    margin: 2em 0;
    color: #000000;
    background: #FFFFFF;
    border-bottom: solid 2px #EEEEEE;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
}
.re-box p {
    margin: 0; 
    padding: 0;
}
.bangridwres {
    display: grid;
	padding:1.0em;
    grid-template-columns: 120px 840px;
    grid-template-rows: 1fr;
    grid-column-gap: 40px;
    grid-row-gap: 4px;
    justify-items: left;
    align-items:center;
}
.bangridqa {
    display: grid;
    grid-template-columns: 40px 900px;
    grid-template-rows: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 4px;
    justify-items: left;
    align-items: flex-start;
 }
.qa-box {
	width:auto;
    color: #000000;
    background: #FFFFFF;
    border-bottom: solid 2px #EEEEEE;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
}
.qa-box p {
    margin: 2.0em; 
    padding: 0;
	line-height:1.4em;
}
.v_line {
	border-left:solid 3px #FFFFFF;
	border-right:solid 3px #FFFFFF;
}
.t_bkcolor {
	background:#FECCDE;
}
table{
  border-collapse:separate;
  border-spacing: 5px;
  width: 70%;
  margin-left:-20%;	
}

table th,table td{
  border-radius: 5px;
  text-align: center;
  padding: 10px 0;
  font-weight:bold;
}

table th{
  background-color: #DBDBEA;
  color: #000000;
  border:solid 1px #927141;
  font-size:1.3em;
  width:300px;
  padding:1.0em 0;
}

table td{
  width:300px;	
  background-color: #F4F0E3;
  border:solid 1px #af9d85;
  font-size:1.4em;
  line-height:1.4em;	
}
.stcol {
  width:200px;
  font-size:1.6em;	
  background-color: #92D050;
  color:#FFFFFF;	
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.32);
}
.itmh {
  background-color: #FFFFFF;
  border:solid 1px #FFFFFF;
}

.spikes {
  position: relative;
  background: #FCF9F0;
/*  height: 50vh;*/
}

.spikes::after {
  content: '';
  position: absolute;
  right: 0;
  left: -0%;
  top: 100%;
  z-index: 10;
  display: block;
  height: 15px;
  background-size: 15px 100%;
  background-image: linear-gradient(135deg, #F9F1DA 25%, transparent 25%), linear-gradient(225deg, #F9F1DA 25%, transparent 25%);
  background-position: 0 0;
}
.mg-hbox{
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #000000;
    background: #FDF9E6;
    border-top: double 5px #A78E60;
    border-bottom: double 5px #A78E60;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}
.mg-hbox p {
    margin: 0; 
    padding: 0;
}
.boxbg {
	background-image:url("../images/mg_bk_y.jpg");
    background-size:  cover; 
}
.whbox{
    padding: 1em;
    margin: 2em 0;
    color: #000000;
    background: white;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}
.whbox p {
    margin: 0; 
    padding: 0;
}
.tvcontents {
	height: 627px;
	background: url("../images/mg_tvbk.png") no-repeat center top;
}

.tvcontents_m {
	margin:3.0em 0 0 0;
	height: 627px;
	background: url("../images/mg_tvbk.png") no-repeat center top;
}

.tvmovie {
  padding: 9px 0 0 83px;
}
.vbox {
  border: 10px solid;
  border-image: linear-gradient(to right, #A68015, #FBEB78, #A68015) 1;
  margin-inline: auto;
  background-color:#F9F5D7;	
}
.left_20te {
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;     
font-size:2.0em;
line-height:1.4em;
text-align:left;
font-weight:bold;	
color:#000000;	
}
.left_22te {
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;     
font-size:2.2em;
line-height:1.4em;
text-align:left;
font-weight:bold;	
color:#000000;	
}
.left_24te {
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;     
font-size:2.4em;
line-height:1.4em;
text-align:left;
font-weight:bold;	
color:#000000;	
}
.left_26te {
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;     
font-size:2.6em;
line-height:1.4em;
text-align:left;
font-weight:bold;	
color:#000000;	
}
.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;

}
.left_28te {
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;     
font-size:2.8em;
line-height:1.4em;
text-align:left;
font-weight:bold;	
color:#000000;	
}
.balloon2 {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #F4F3F0;
  border: solid 2px #DDDDDD;
  box-sizing: border-box;
/*  border-radius: 15px;*/
}

.balloon2:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #BFBFBF;
  z-index: 2;
}

.balloon2:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #BFBFBF;
  z-index: 1;
}

.balloon2 p {
  margin: 0.2em 0;
  padding: 0.3em 0;
}

.balloon3 {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #FFF5DF;
  border: solid 2px #FFA64D;
  box-sizing: border-box;
/*  border-radius: 15px;*/
}

.balloon3 p {
  margin: 0.2em 0;
  padding: 0.3em 0;
}

.box_grey {
    padding: 0.5em 1em;
    margin: 2em 0;
    font-weight: bold;
	background:#BFBFBF;
    border: solid 3px #BFBFBF;
	border-radius: 5px;
    color:#ffffff;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;     
    font-size:1.8em;
    line-height:1.3em;
    text-align:center;
}

.box_grey p {
    margin: 0; 
    padding: 10px 0px 10px 0px;
}

.box_orange {
    padding: 0.5em 1em;
    margin: 2em 0;
    font-weight: bold;
	background:orange;
    border: solid 3px orange;
	border-radius: 5px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;     
    font-size:1.8em;
    line-height:1.3em;
    text-align:center;
	color:#ffffff;
}

.box_orange p {
    margin: 0; 
    padding: 10px 0px 10px 0px;
}
.boxmir {
background-color: #effbd6;
background-image: linear-gradient(176deg, #effbd6 0%, #ffffff 100%);
}
.news_link {
	display: flex;
	margin: 0 0 20px 0;
	padding: 0;
	list-style-type: none;
}
.news_link li {
	width: 24.7%;
	margin-left: 2px;
/*	background: #DD3333;*/
	color: #FFFFFF;
	position: relative;
	padding: 14px 6px 14px 6px;
	cursor: pointer;
	text-align: center;
	line-height: 1;
}
.news_link li:first-child {
	margin-left: 0;
	background: #DD3333;
}
.news_link li:nth-child(2) {
	background: #33AD35;
}
.news_link li:nth-child(3) {
	background: #FFFF00;
	color:#000000;
}
.news_link li:nth-child(4) {
	background: #FF9326;
}
.news_link li:nth-child(5) {
	background: #60AFFF;
}
.news_link li:nth-child(1):after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 16px solid #F4BBBB;
	display: none;
	bottom: -16px;
	left: 50%;
	transform: translateX(-50%);
}
.news_link li:nth-child(2):after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 16px solid #69D36C;
	display: none;
	bottom: -16px;
	left: 50%;
	transform: translateX(-50%);
}
.news_link li:nth-child(3):after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	/*	border-left: 10px solid transparent;
	border-right: 10px solid transparent;*/
	border-top: 16px solid #FFFF59;
	display: none;
	bottom: -16px;
	left: 50%;
	transform: translateX(-50%);
}
.news_link li:nth-child(4):after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 16px solid #FFCF9F;
	display: none;
	bottom: -16px;
	left: 50%;
	transform: translateX(-50%);
}
.news_link li:nth-child(5):after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 16px solid #93C9FF;
	display: none;
	bottom: -16px;
	left: 50%;
	transform: translateX(-50%);
}
.news_link li:nth-child(1).active {
	background: #F4BBBB;
	color: #DD3333;
	font-weight: bold;
}
.news_link li:nth-child(2).active {
	background: #69D36C;
	color: #DD3333;
	font-weight: bold;
}
.news_link li:nth-child(3).active {
	background: #FFFF59;
	color: #DD3333;
	font-weight: bold;
}
.news_link li:nth-child(4).active {
	background: #FFCF9F;
	color: #DD3333;
	font-weight: bold;
}
.news_link li:nth-child(5).active {
	background: #93C9FF;
	color: #DD3333;
	font-weight: bold;
}
.news_link li:nth-child(1):hover {
	background: #F4BBBB;
	color: #DD3333;
	font-weight: bold;
}
.news_link li:nth-child(2):hover {
	background: #69D36C;
	color: #DD3333;
	font-weight: bold;
}
.news_link li:nth-child(3):hover {
	background: #FFFF59;
	color: #DD3333;
	font-weight: bold;
}
.news_link li:nth-child(4):hover {
	background: #FFCF9F;
	color: #DD3333;
	font-weight: bold;
}
.news_link li:nth-child(5):hover {
	background: #93C9FF;
	color: #DD3333;
	font-weight: bold;
}
.news_link li.active:after, .news_link li:hover:after {
	display: block;
}
.news-content {
	display: flex;
	flex-wrap: nowrap;
	align-items: baseline;
	margin-bottom: 1px;
}
.news-date {
	font-size: 16px;
	margin: 0 10px;
}
.tags {
	margin-right: 20px;
	background: #DD3333;
	min-width: 110px;
	font-size: 14px;
	text-align: center;
	padding: 0 6px;
	height: 35px;
	line-height: 35px;
	color: #FFFFFF;
}
.news-content .news-r a {
	color: #000000;
	transition: color 0.2s ease-in-out;
}
.news-content .news-r a:hover {
	color: #8bc73f;
	transition: color 0.2s ease-in-out;
}
.news_bk {
/*	border: solid 2px #000000;*/
}
.news-content {
	border-bottom: dashed 1px #DFDFDF;
/*	border-left: solid 1px #DFDFDF;
	border-right: solid 1px #DFDFDF;*/
}
.news-content:first-child {
	border-top: solid 1px #DFDFDF;
}
.news-content:last-of-type {
	border-bottom: solid 1px #DFDFDF;
}
.news_hbox{
    padding: 0.5em 1em;
    margin: 1em 0;
    background: #FFE8EB;
/*    border-left: solid 6px #DD3333;*/
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.33);
	font-size:1.4em;
	font-weight:bold;
}
.news_hbox p {
    margin: 0; 
    padding: 0;
}
/*---------- feed ----*/
/*.list-news:first-child {
	border-top: solid 1px #DFDFDF;
}
.list-news:last-of-type {
	border-bottom: solid 1px #DFDFDF;
}*/

#rss {
	font-size:1.0em;
	color:#000000;
	line-height:1.4em;
}
#rss ul {
	float:left;
	margin:0;
	padding:1.0em 20px;
	line-height:1.4em;
}
#rss  li {
	padding:1.0em 20px;
	line-height:1.4em;
	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: left;
	align-items: left;
	list-style-type: none;
	border-bottom: dashed 1px #DFDFDF;
/*	border-left: solid 1px #DFDFDF;
	border-right: solid 1px #DFDFDF;*/
}
#rss ul .cat li {
	display:block;
	height:0.6em;
    background-color:#FF0000;
	margin-top:-1.0em;
	float:left;
	color:#FFFFFF;
}
#rss p {
	float:left;
	margin-top:-0.2em;
	padding:0 20px;
}

#rss2 {
	font-size:1.0em;
	color:#000000;
	line-height:1.4em;
}
#rss2 ul {
	float:left;
	margin:0;
	padding:1.0em 20px;
	line-height:1.4em;
}
#rss2  li {
	padding:1.0em 20px;
	line-height:1.4em;
	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: left;
	align-items: left;
	list-style-type: none;
	border-bottom: dashed 1px #DFDFDF;
/*	border-left: solid 1px #DFDFDF;
	border-right: solid 1px #DFDFDF;*/
}
#rss2 ul .cat li {
	display:block;
	height:0.6em;
    background-color: #33AD35;
	margin-top:-1.0em;
	float:left;
	color:#FFFFFF;
}
#rss2 p {
	float:left;
	margin-top:-0.2em;
	padding:0 20px;
}

#rss3 {
	font-size:1.0em;
	color:#000000;
	line-height:1.4em;
}
#rss3 ul {
	float:left;
	margin:0;
	padding:1.0em 20px;
	line-height:1.4em;
}
#rss3  li {
	padding:1.0em 20px;
	line-height:1.4em;
	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: left;
	align-items: left;
	list-style-type: none;
	border-bottom: dashed 1px #DFDFDF;
/*	border-left: solid 1px #DFDFDF;
	border-right: solid 1px #DFDFDF;*/
}
#rss3 ul .cat li {
	display:block;
	height:0.6em;
    background-color: #FFFF00;
    color: #000000;
	float:left;
}
#rss3 p {
	float:left;
	margin-top:-0.2em;
	padding:0 20px;
}

#rss4 {
	font-size:1.0em;
	color:#000000;
	line-height:1.4em;
}
#rss4 ul {
	float:left;
	margin:0;
	padding:1.0em 20px;
	line-height:1.4em;
}
#rss4  li {
	padding:1.0em 20px;
	line-height:1.4em;
	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: left;
	align-items: left;
	list-style-type: none;
	border-bottom: dashed 1px #DFDFDF;
/*	border-left: solid 1px #DFDFDF;
	border-right: solid 1px #DFDFDF;*/
}
#rss4 ul .cat li {
	display:block;
	height:0.6em;
    background-color: #FF9326;
	margin-top:-1.0em;
	float:left;
	color:#FFFFFF;
}
#rss4 p {
	float:left;
	margin-top:-0.2em;
	padding:0 20px;
}

#rss5 {
	font-size:1.0em;
	color:#000000;
	line-height:1.4em;
}
#rss5 ul {
	float:left;
	margin:0;
	padding:1.0em 20px;
	line-height:1.4em;
}
#rss5  li {
	padding:1.0em 20px;
	line-height:1.4em;
	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: left;
	align-items: left;
	list-style-type: none;
	border-bottom: dashed 1px #DFDFDF;
/*	border-left: solid 1px #DFDFDF;
	border-right: solid 1px #DFDFDF;*/
}
#rss5 ul .cat li {
	display:block;
	height:0.6em;
    background-color: #60AFFF;
	margin-top:-1.0em;
	float:left;
	color:#FFFFFF;
}
#rss5 p {
	float:left;
	margin-top:-0.2em;
	padding:0 20px;
}

/* tabbox */
   .tabbox { margin: 0px; padding: 1em; background-color: #f8f8ff; }

/* ▼タブ機能を制御するラジオボタン(非表示にする) */
   .tabbox input { display: none; }

/* ▼タブ(共通装飾＋非選択状態の装飾) */
   .tab {
      display: inline-block;
      border-radius: 0.75em 0.75em 0px 0px;
      padding: 0.75em 1em;
      color: black;
      background-color: #e0e0e0;
      font-weight: bold;
   }

/* ▼タブにマウスポインタが載った際の装飾 */
   .tab:hover {
      background-color: #ccffcc;
      color: green;
      cursor: pointer;
   }
      background-color: #ccffcc;
      color: green;
      cursor: pointer;
   }

.tabbk1:hover {
      background-color: #F4BBBB;
      color: #FFFFFF;
      cursor: pointer;
}

.tabbk2:hover {
      background-color: #33AD35;
      color: #FFFFFF;
      cursor: pointer;
}

.tabbk3:hover {
      background-color: #FFFF00;
      color: #000000;
      cursor: pointer;
}

.tabbk4:hover {
      background-color: #FF9326;
      color: #FFFFFF;
      cursor: pointer;
}

.tabbk5:hover {
      background-color: #60AFFF;
      color: #FFFFFF;
      cursor: pointer;
}

   /* ▼チェックが入っているラジオボタンの隣にあるタブの装飾(＝選択状態のタブ) */
   input:checked + .tab {
      color: red;
      background-color: #ffffcc;
      position: relative;
      z-index: 10;
   }

   /* ▼タブの中身(共通装飾＋非選択状態の装飾) */
   .tabcontent {
      display: none;
/*      border: 1px solid black;*/
      margin-top: -1px;
      padding: 1em;
      position: relative;
      z-index: 0;
      background-color: #ffffcc;
      box-shadow: 0 3px 4px rgba(0, 0, 0, 0.32);
   	  height: 180lvh;/* フッタの位置を最下部に */
   }

   /* ▼チェックが入っているラジオボタンに対応するタブの中身を表示する */
   #tabcheck1:checked ~ #tabcontent1 { display: block; }
   #tabcheck2:checked ~ #tabcontent2 { display: block; }
   #tabcheck3:checked ~ #tabcontent3 { display: block; }
   #tabcheck4:checked ~ #tabcontent4 { display: block; }
   #tabcheck5:checked ~ #tabcontent5 { display: block; }
