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

@-ms-viewport
{
	width: 414px;
}

@-webkit-viewport
{
	width: 414px;
}

@-o-viewport
{
	width: 414px;
}

@-moz-viewport
{
	width: 414px;
}

@viewport
{
	width: 414px;
}

.html
{
	background-color: #7F7F7F;
}

#page
{
	z-index: 1;
	width: 414px;
	min-height: 550px;
	background-image: none;
	border-style: none;
	border-color: transparent;
	background-color: #FFFFFF;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    fpnt-size:14px;
}

* {
	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: "ヒラギノ角ゴ 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;
/*	padding: 0px 50px 0px 50px;*/
}
header {
    background-color: #FFFFFF;
}
footer {
    background-color: #00B200;
}
main {
    background-color: #FFFFFF;
}
nav {
    background-color: #FFFFFF;
}
aside {
    background-color: #FFFFFF;
}

h1 {
	margin-top:1px;
	padding:5px 15px;
	text-align: left;
    font-size:14px;
	line-heght: 20px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	color:#ffffff;
	background-color:#00B200;
}

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

.col_pos {
 padding-top: 0px;
}

.col_h_pos {
 padding-bottom: 0px;
}

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

.text_p {
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;     
font-size:12px;
line-height:22px;
padding-left:10px;
}

.text_bs {
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;     
font-size:14px;
line-height:1.0em;
text-align:center;
}

.text_b {
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;     
font-size:16px;
line-height:1.0em;
text-align:center;
}

.text_bp {
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;     
font-size:20px;
line-height:36px;
text-align:center;
font-weight:bold;
}

.text_pe {
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;     
font-size:1.0em;
line-height:1.2em;
text-align:center;
font-weight:bold;
}

.text_bpe {
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;     
font-size:1.2em;
line-height:1.5em;
text-align:center;
}

.text_bbpe {
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;     
font-size:1.5em;
line-height:1.3em;
text-align:center;
font-weight:bold;
}

.text_bpc {
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;     
font-size:1.6em;
line-height:1.2em;
text-align:center;
font-weight:bold;
}

.text_bbpc {
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;     
font-size:34px;
line-height:36px;
text-align:center;
font-weight:bold;
}

.text_bp_t {
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;     
font-size:20px;
line-height:36px;
text-align:center;
font-weight:bold;
margin-top:-15px;
}

.text_lp {
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;     
font-size:18px;
line-height:32px;
text-align:center;
font-weight:bold;
}

.text_lpe {
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;     
font-size:1.2em;
line-height:1.3em;
text-align:left;
}

.text_lpb {
margin-top:-0.1em;
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;     
font-size:17px;
line-height:32px;
text-align:left;
font-weight:bold;
}

.text_lpbe {
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;     
font-size:1.5em;
line-height:1.7em;
text-align:left;
font-weight:bold;
}

.text_lpbbe {
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;
font-weight:bold;
}

.text_lpl {
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;     
font-size:20px;
line-height:32px;
text-align:left;
padding-left:6px;
padding-right:5px;
}

.text_lple {
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;     
font-size:1.5em;
line-height:1.2em;
text-align:left;
font-weight:bold;
}

.text_lpf {
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;     
font-size:16px;
line-height:30px;
text-align:left;
padding-left:6px;
padding-right:5px;
}

.text_mp {
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;     
font-size:14px;
line-height:24px;
padding-left:10px;
padding-right:10px;
text-align:left;
}

.text_mpe {
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;     
font-size:1.2em;
line-height:1.4em;
padding-left:10px;
padding-right:10px;
text-align:left;
}

.text_mpp {
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;     
font-size:14px;
line-height:24px;
padding-left:15px;
padding-right:10px;
text-align:left;
}

.text_sp {
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;     
font-size:12px;
line-height:24px;
padding-left:10px;
padding-right:10px;
text-align:left;
}

.text_spe {
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;     
font-size:1.0em;
line-height:1.2em;
text-align:left;
/*font-weight:bold;	*/
}

.text_sspe {
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;     
font-size:1.2em;
line-height:1.2em;
text-align:left;
font-weight:bold;	
}

.text_ssse {
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;     
font-size:1.0em;
line-height:1.2em;
text-align:left;
}


.text_red{
 color: red;
}

.flex_cont {
 display: flex;
 flex-direction: row;
 justify-content: space-around;
 text-align:left;
 padding-top:20px;
}

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

.flex_cont_l {
 display: flex;
 flex-direction: row;
/* justify-content: space-around;*/
 text-align:baseline;
 align-content:center;
 height:42px;
 padding-left:10px;
}

.flex_cont_lb {
 display: flex;
 flex-direction: row;
 justify-content: space-around;
 text-align:baseline;
 align-content:left;
 padding-left:10px;
}

.flex_cont_lc {
 display: flex;
 flex-direction: row;
 justify-content:flex-start;
 text-align:baseline;
 align-content:center;
}

.flex_cont_m {
 display: flex;
 flex-direction: row;
 justify-content: space-around;
 text-align:baseline;
 align-content:center;
 height:18px;
}

.flex_cont_v {
 display: flex;
 flex-direction: row;
 justify-content: space-around;
 text-align:baseline;
 align-content:left;
}

.main_contents {
    margin-left:340px;
}

.blk_contents {
    margin-left:340px;
    padding-top:20px;
}

.car_com   {  
padding: 10px 20px;
text-align:center;
width:260px; 
height:130px;
border:solid 2px forestgreen;
border-radius: 0.5em;
}  

.car_com_l   {  
margin-right:20px;
padding: 10px;
text-align:center;
width:260px; 
/*height:130px;*/
border:solid 2px forestgreen;
border-radius: 0.5em;
}  

.car_com_m   {  
margin-left:190px;
padding: 10px;
text-align:center;
width:260px;
height:130px;
border:solid 2px forestgreen;
border-radius: 0.5em;
}  

.voice_com {
border:solid 3px #00B200;
margin-right:4px;
margin-left:4px;
border-radius: 10px;
}

.voice_t {
 margin-left:1px;
 padding:10px 16px;
 background:#F6F2E8;	
font-size:14px;
}

.voice_vt {
 padding:20px 5px 20px 90px; 
}

.voice_name {
margin-top:0px;
width:320px;
text-align:center;
font-size:14px;
}

.voice_bg {
border:solid 2px orange;
background:orange;
border-radius: 10px;	
margin-top:70px;
padding:10px;
font-size:14px;
}

.voice_bg_m {
border:solid 2px orange;
background:orange;
border-radius: 10px;	
margin-top:20px;
padding:10px;
font-size:14px;
}

.reason_t {
 padding:10px;
}

.video_p {
 margin-left:414px;
 text-align:center;
}

#footer_link {
   text-align:center;
   font-size:12px;
}

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

.nav_listim{
    margin-bottom:-15px;
}

.alignright {
	float:right;
}

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

.center{
	text-align: center;
}

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

#page-top {
    position: fixed;
    bottom: 90px;
    right: 10px;
    width:40px;
    height:40px;
    color: #3770AD;
/*    border:solid 6px #3770AD;*/
}
#page-top a {
/*    background: #ffffff;*/
    text-decoration: none;
    color: #3770AD;
    width: 40px;
    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:90%;
  margin-left:20px;
}

.footer_copy {
	width:auto;
	margin-top:20px;
	background:#00B200;
    text-align: center;
	color:#FFFFFF;
    padding:10px;
    font-size:11px;
}

.box_orange {
    padding: 0.5em 0.5em;
    margin: 2em 0;
    border: solid 3px orange;
}
.box_orange p {
    margin: 0; 
    padding: 10px 0px 10px 0px;
}

.box_orange img {
	margin-left:-8px;
    padding:0;
}
.line_grey {
	border-bottom: solid 2px grey;
}

/* oyakata prof */
.line_silver {
	border-bottom: solid 1px silver;
}

.oyakata_h {
    padding: 10px 10px;
	font-size:20px;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	font-weight:bold;
}

.prof_q {
margin:10px 10px;
padding: 0.5em;
color: #ffffff;
background: #00B050;
border-bottom: solid 3px #516ab6;
font-size:16px;
text-align:center;
}

.line-bc {
  padding: 10px 10px;
  max-width: auto;
  margin: 15px auto;
  text-align: right;
  font-size: 14px;
}


.text_mp_o {
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;     
font-size:16px;
line-height:24px;
padding:0.5em 0.5em 0.5em 1.0em;
text-align:left;
width:40%;
}

.text_mp_oy {
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;     
font-size:16px;
line-height:24px;
padding:0.5em 0.5em 0.5em 1.0em;
text-align:left;
width:60%;
}

.menu_icon{
	color:#FFFFFF;
	font-size:0.8em;
	margin:-12px 0px 0px 0px;
	padding:5px 5px 20px 5px;
}

.menu_icon_bg {
	background: #00B200;
    color:#2A2A2A;
}

.fm11{
	font-size:10px;
}

.t_red {
	color:red;
}

.line_t_red {
	border-top: solid 6px red;	
	border-left: solid 6px red;	
	border-right: solid 6px red;	
    font-weight:bold;
}

.line_tbl_red {
	border-left: solid 6px red;	
	border-right: solid 6px red;	
    font-weight:bold;
}

.line_b_red {
	border-left: solid 6px red;	
	border-right: solid 6px red;	
	border-bottom: solid 6px red;	
    font-weight:bold;
}

#footerFloatingm {
    display: block;
    width: 100%;
    position: fixed;
    left: 0px;
    bottom: 22px;
    z-index: 9999;
    text-align: center;
    padding: 0 auto;
}
 
#footerFloatingm img {
    max-width: 99%;
}

.box28 {
    position: relative;
/*    margin: 2em 0;*/
/*    padding: 25px 10px 7px;*/
    height: 26px;
    border: solid 2px #FFC107;
    background: #FFC107;
}
.box28 .box-title {
    position: absolute;
    display: inline-block;
    top: -2px;
    left: -2px;
    padding: 0 9px;
    height: 26px;
    line-height: 25px;
    vertical-align: middle;
    font-size: 17px;
    border: solid 2px #FFC107;
    background: #FFFFFF;
    color: #FFC107;
    font-weight: bold;
}
.box28 p {
    margin: 0; 
    padding: 0;
}

.box282 {
    position: relative;
/*    margin: 2em 0;*/
/*    padding: 25px 10px 7px;*/
    height: 52px;
    border: solid 2px #FFC107;
    background: #FFC107;
}
.box282 .box-title {
    position: absolute;
    display: inline-block;
    top: -2px;
    left: -2px;
    padding: 0 9px;
    height: 52px;
    line-height: 25px;
    vertical-align: middle;
    font-size: 17px;
    border: solid 2px #FFC107;
    background: #FFFFFF;
    color: #FFC107;
    font-weight: bold;
}
.box282 p {
    margin: 0; 
    padding: 0;
}

.box283{
position: relative;
padding: 0.5em;
background: #FFC107;
color: white;
width:90%;
margin-left:0px;
text-align: center;
font-size:32px;
font-weight:bold;
}

.box283::before {
position: absolute;
content: '';
top: 100%;
left: 0;
border: none;
border-bottom: solid 15px transparent;
border-right: solid 20px rgb(149, 158, 155);
}

.box3 {
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #000000;
    background: #FFFF00;
}
.box3 p {
    margin: 0; 
    padding: 0;
}

.box4 {
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #FFFFFF;
    background: #00B200;
}
.box4 p {
    margin: 0; 
    padding: 0;
}

.box5 {
  background: #6575E0;
  padding: 0.1em 0.5em;
  color: white;
  border-radius: 0.5em;
}

.box5 p {
    margin: 0 0.5em; 
    padding: 0 0.5em;
}

.box6 {
    padding: 0.2em;
    margin: 1em 0.5em;
    color: #FFFFFF;
    background: #00B200;
}
.box6 p {
    margin: 0; 
    padding: 0;
}


.k1_3 {
background: #00B200;
box-shadow: 0px 0px 0px 5px #00B200;
padding: 0.2em;
color: #ffffff;
margin-top:-20px;
margin-right:0px;
font-size:1.8em;
text-align:center;
font-weight:bold;	
}

.under {
  border-bottom: dotted 6px #FF4D4D;
  line-height:1.8em;
  font-size:1.0em;	
}

.mmtext {
  line-height:1.4em;
  font-size:1.1em;	
}

.nayami_line{
 border-top:solid 6px #52837F;
}

#nayami ul {
/*  border: solid 2px skyblue;*/
/*  border-radius: 5px;*/
  margin:0 0 0 0;
  padding: 0.5em 0.1em 0.5em 0.5em;
  position: relative;
}

#nayami ul li {
  line-height: 1.2em;
  padding: 0.5em 0.1em 0.5em 1.3em;
  list-style-type: none!important;
}

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

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

.arrow_box {
	position: relative;
	background: #88b7d5;
	border: 3px solid #c2e1f5;
    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: #88b7d5;
	border-width: 30px;
	margin-left: -30px;
}
.arrow_box:before {
	border-color: rgba(194, 225, 245, 0);
	border-top-color: #c2e1f5;
	border-width: 36px;
	margin-left: -36px;
}

.balloon2 {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 0; /*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.5em;
}

.balloon3 {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 0px;
  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.5em;
}

.box_oranger {
    padding: 0.5em 1em;
    margin: 2em 0;
    font-weight: bold;
    border: solid 3px orange;
}

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

.box_grey {
    padding: 0.5em 1em;
    margin: 2em 0;
    font-weight: bold;
	background:#BFBFBF;
    border: solid 3px #BFBFBF;
	border-radius: 5px;
}
.box_grey p {
    margin: 0; 
    padding: 10px 0px 10px 0px;
	color:#ffffff;
}

.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;
}

.voice_box{
    padding: 0.2em 0.5em;
    margin: 2em 0;
    background: #FCF9F0;
    box-shadow: 0px 0px 0px 10px #FCF9F0;
    border-bottom: dashed 1px #F4EDC9;
}

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

.gj_box {
	background-image: url("../../../sp/images/gj_sp_back3.jpg");
}

.box_n {
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #FFFFFF;
    background: #192640;/*背景色*/
}
.box_n p {
    margin: 0; 
    padding: 0;
}

.box_c {
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #FFFFFF;
    background: #272729;/*背景色*/
}
.box_c p {
    margin: 0; 
    padding: 0;
}

.box_g {
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #FFFFFF;
    background: #998675;/*背景色*/
}
.box_g p {
    margin: 0; 
    padding: 0;
}

.white {
	color:#EEF1F5;
}

.car_box {
    padding: 0;
    margin: 2em 0;
    color: #000000;
    background: #FFFFFF;/*背景色*/
    border: solid 3px #F3F3F3;/*線*/
    border-radius: 10px;/*角の丸み*/
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
}
.car_box p {
    margin: 0.5em; 
    padding: 0;
}

.price_box {
    padding: 0.5em 0;
    margin: 1.0em 0;
    font-weight: bold;
    color: #FF8000;/*文字色*/
    background: #FEF3E4;
    border: solid 3px #FF8000;/*線*/
    border-radius: 10px;/*角の丸み*/
}
.price_box p {
    margin: 0; 
    padding: 0;
}

.po_box {
    padding: 0.5em 1em;
    margin: 2em 0;
    font-weight: bold;
    color: #7E807F;/*文字色*/
    background: #E4E4E4;
    border: solid 3px #E4E4E4;/*線*/
    border-radius: 10px;/*角の丸み*/
}
.po_box p {
    margin: 0; 
    padding: 0;
}

.pup_te {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;     
    font-size:1.2em;
	font-weight:bold;
	color:#FF0000;
	padding:0 0 0 0.4em;
	float:right;
}

.h_box {
    width:96%;
    margin: 1em 1%;
	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:1.6em;
	line-height: 1.2em;
    font-weight:bold;
	text-align: center;
	color:#000000;
}
.hiybox {
	width:90%;
    padding: 0.5em;
    margin: 0 2%;
    color: #000000;
    background: #FFFFFF;
    border: solid 5px #686859;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.32);/*影*/
    border-radius: 20px;
}
.hiybox p {
    margin: 0; 
    padding: 0.2em;
    text-align:center;
	font-size:2.0em;
	line-height:1.2em;
	font-weight:bold;
}
.undery {
  background: linear-gradient(transparent 76%, #FFFF00 76%);
}
.promo_te {
margin:-0.4em 0 0 0;	
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;     
font-size:1.6em;
line-height:1.6em;
text-align:center;
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: 4px;
    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 340px;
    grid-template-rows: 1fr;
    grid-column-gap: 4px;
    grid-row-gap: 20px;
    justify-items: left;
    align-items:start;
 }
.bangridwvl {
    display: grid;
    grid-template-columns: 80px 1fr;
    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: 100px 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 4px;
    grid-row-gap: 10px;
    justify-items: center;
    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;
 }
.left_12te {
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;     
font-size:1.2em;
line-height:1.4em;
text-align:left;
font-weight:bold;	
color:#000000;
}
.left_14te {
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;     
font-size:1.4em;
line-height:1.4em;
text-align:left;
color:#000000;	
}
.left_14nte {
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;     
font-size:1.4em;
line-height:1.4em;
text-align:left;
color:#000000;	
}
.left_16te {
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;     
font-size:1.6em;
line-height:1.4em;
text-align:left;
font-weight:bold;	
color:#000000;	
}
.left_18te {
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;
color:#000000;	
}
.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_20nte {
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;
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;	
}
.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;	
}
.center_13te {
	margin:0;
	padding:0;
	font-size:1.3em;
	font-weight:bold;
	text-align:center;
}
.center_14te {
	margin:0;
	padding:0;
	font-size:1.4em;
	font-weight:bold;
	text-align:center;
}
.center_14nte {
	margin:0;
	padding:0;
	font-size:1.4em;
	text-align:center;
}
.center_16te {
	margin:0;
	padding:0;
	font-size:1.6em;
	font-weight:bold;
	text-align:center;
}
.center_18te {
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;     
font-size:1.8em;
line-height:1.4em;
text-align:center;
font-weight:bold;	
color:#000000;	
}
.center_188te {
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;     
font-size:1.8em;
line-height:1.4em;
text-align:center;
font-weight:bold;	
color:#000000;	
}
.center_20te {
	margin:0;
	padding:0;
	font-size:2.0em;
	font-weight:bold;
	text-align:center;
}
.center_22te {
font-family: "游明朝 Medium", osaka, sans-serif;     
font-size:1.6em;
line-height:1.4em;
text-align:center;
font-weight:bold;
color:#000000;	
}
.center_24te {
	margin:0;
	padding:0;
	font-size:2.4em;
	font-weight:bold;
	text-align:center;
}
.center_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:center;
font-weight:bold;
color:#000000;	
}
.center_28te {
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;     
font-size:2.4em;
line-height:1.4em;
text-align:center;
font-weight:bold;
color:#000000;	
}
.right_12te {
	margin:0 0 0 10.0em;
	padding:0;
	font-size:1.2em;
	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.4em;
}
.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: 1.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: 1.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);
}

.bkcolor {
	background-color:#FAF3E0;
}
.bk_box {
    padding: 0.5em 1.0em;
    margin: 1.0em 0;
    color: #000000;
    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;
}
.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: 0 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: 0.8em;
  font-weight:bold;	
  line-height: 1.2em;
  text-align:center;	
}

.ribbon:after {

  position: absolute;
  content: '';
  z-index: 1;
  top: 0;
  right: 0;
  width: 0px;
  height: 0px;
  border-width: 20px 15px 20px 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;
}
.h_g_box {
    width:70%;
    margin: 1em 15%;
	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_g_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;
}
.itmh {
  background-color: #FFFFFF;
  border:solid 1px #FFFFFF;
}
.check_com {
border:solid 3px #FFC000;
margin-right:6px;
margin-left:6px;
margin-top:10px;
border-radius: 10px;
box-shadow: 0 3px 4px rgba(0, 0, 0, 0.32);
}
.check_box {
background: #FFC000;
box-shadow: 0px 0px 0px 5px #FFC000;
/*border: dashed 1px #ffffff;*/
padding: 0.2em 0.5em;
color: #000000;
margin-top:-20px;
margin-right:0px;
font-size:1.6em;
text-align:center;
font-weight:bold;	
}
.bk_call {
    background-color: #00B0F0;
}
.bk_mail {
    background-color: #4C3A26;
}
.bk_sns {
    background-color: #50B033;
}
.center_06te {
	margin:0;
	padding:0;
	font-size:1.0em;
	font-weight:bold;
	text-align:center;
}
.tvcontents {
	height: 258px;
	background: url("../../../sp/images/i2312/tvbacksp.png") no-repeat center top;
}

.tvmovie {
  padding: 9px 0 0 83px;
}
.bangridml {
    display: grid;
    grid-template-columns: 60px 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 20px;
    justify-items: center;
    align-items: flex-start;
 }
.em-vline {
	margin:0;
	padding:0 0 0 1.0em;
	border-left:solid 1px #E3E3E3;
}
.hori-line {
	margin:0;
	padding: 0.5em 0;
	border-bottom:solid 1px #E3E3E3;
}

.chat-bc {
  padding: 20px 10px;
  max-width: 350px;
  margin: 15px auto;
  text-align: right;
  font-size: 14px;
  background: #7da4cd;
}

.chatball {
  width: 100%;
  margin: 10px 0;
  overflow: hidden;
}

.chatball .faceicon {
  float: left;
  margin-right: -50px;
  width: 50px;
}

.chatball .faceicon img{
  width: 100%;
  height: auto;
  border-radius: 50%;
}
.chatball .chatting {
  width: 100%;
  text-align: left;
}
.says {
  display: inline-block;
  position: relative; 
  margin: 0 0 0 60px;
  padding: 10px;
  max-width: 280px;
  border-radius: 12px;
  background: #edf1ee;
}

.says:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 3px; 
  left: -19px;
  border: 8px solid transparent;
  border-right: 18px solid #edf1ee;
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
}
.says p {
  margin: 0;
  padding: 0.6em;
}

.mycomm {
  margin: 10px 0;
}
.mycomm p {
  display: inline-block;
  position: relative; 
  margin: 0 10px 0 0;
  padding: 0.6em;
  max-width: 380px;
  border-radius: 12px;
  background: #B9EBB8;
}

.mycomm p:after {
  content: "";
  position: absolute;
  top: 3px; 
  right: -19px;
  border: 8px solid transparent;
  border-left: 18px solid #B9EBB8;
  -webkit-transform: rotate(-35deg);
  transform: rotate(-35deg);
}
.mycommb {
  margin: 10px 0;
}
.mycommb p {
  display: inline-block;
  position: relative; 
  margin: 0 10px 0 0;
  padding: 0.6em;
  max-width: 340px;
  border-radius: 12px;
  background: #D1DDF5;
}
.mycommb p:after {
  content: "";
  position: absolute;
  top: 3px; 
  right: -19px;
  border: 8px solid transparent;
  border-left: 18px solid #D1DDF5;
  -webkit-transform: rotate(-35deg);
  transform: rotate(-35deg);
}
.bangridchat {
    display: grid;
    grid-template-columns: 1fr 50px;
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    justify-items: center;
    align-items: baseline;
 }
.bangridchcm {
    display: grid;
    grid-template-columns: 50px 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 20px;
    justify-items: center;
    align-items: baseline;
 }
.left_12nte {
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;     
font-size:1.2em;
line-height:1.4em;
text-align:left;
color:#000000;	
}
.left_09nte {
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;     
font-size:0.8em;
line-height:1.4em;
text-align:left;
color:#000000;	
}
.bangridmv {
    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;
 }
.center_12te {
	margin:0;
	padding:0;
	font-size:1.1em;
	font-weight:bold;
	text-align:center;
}
.bnr_scale:hover {
  cursor: pointer;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
  box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.2);
  transform: scale(0.95);
}
.heading {
  align-items: center;
  display: flex;
  justify-content: center;
}
.heading::before,
.heading::after {
  background-color: #000000;
  border-radius: 5px;
  content: "";
  height: 4px;/*5px;*/
  width:80px;
  margin-top:0;	
}
.heading::before {
  margin-right: 0px;
  transform: rotate(80deg);
}
.heading::after {
  margin-left: 0px;
  transform: rotate(-80deg);
}
.heading p {
	font-size:1.4em;
	font-weight:bold;
	margin-left:-1.1em;
}
.black_h {
  background: #000000;
  margin:0;	
  padding: 0.2em 1.0em;
  color: white;
  border-radius: 1.5em;
  font-size:1.8em;
  font-weight:bold;	
}
.bangridbd {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 4px;
    grid-row-gap: 20px;
    justify-items: center;
    align-items: center;
 }
.voiceimg {
border:solid 2px #F0DDAC;
border-radius: 10px;
background: #FCF9F0;
box-shadow: 0 3px 4px rgba(0, 0, 0, 0.32);
}
.bangridtv {
    display: grid;
    grid-template-columns: 60px 1fr 60px;
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-items: center;
    align-items: center;
 }
.rowtop_0 {
	margin-top:0.5em;
	padding:0;
}
.rowtop_1 {
	margin-top:1.0em;
	padding:0;
}
.tbold {
	font-weight:bold;
}
.bangridrvw {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 4px;
    grid-row-gap: 0px;
    justify-items: center;  
    align-items: center;
 }
.revbox {
	width:auto;
	height:auto;
	min-width: 80px;
	mini-height:40px;
    padding: 0.5em;
    margin: 2em 0;
    color: #000000;/*文字色*/
    background: #FFFFFF;
    border: solid 1px #C8C8C8;
    border-radius: 30px;
	font-size:0.8em;
	text-align: center;
}
.revbox p {
    margin: 0; 
    padding: 0;
}
.underrev {
  background: linear-gradient(transparent 76%, #FFD85C 76%);
}
/*.reason_box {
	width:75%;
	margin:0 13%;
	background:#FFEEE8;
}

.reason_box p{
    padding:1.5em;	
}*/
.reason_box {
  border-top: 8px solid;
  border-bottom: 8px solid;
  border-image: linear-gradient(to right, rgb(162, 131, 131), #F0E66F) 1;
  background:#FFFADE;	
}
.prefc table {
	width:100%;
	border-collapse: collapse;
}
.prefc table th,.prefc table td{
  border-radius: 0px;
  text-align: center;
  color: #000000;	
  padding: 6px;
}
.prefc table th{
  background-color: #8BDAD0;
  font-size:1.0em;
  width:40%;	
  padding:4px;
  border-top: solid 1px #A8A8A8;	
  border-bottom: solid 1px #A8A8A8;
  font-weight:normal;
}
.prefc table td{
  background-color: #F4F0E3;
  font-size:1.0em;
  padding:8px;
  border-top: solid 1px #A8A8A8;	
  border-bottom: solid 1px #A8A8A8;	
  font-weight:normal;
}
.prefc .stcol {
  background-color: #97C8F7;
}
.prefc .stcold {
  background-color: #FFFFFF;
  text-align: left;
  padding-left:0.5em;	
}
.prefc .grcol {
  background-color: #A8A8A8;
}
.prefc .grcold {
  background-color: #C8C8C8;
}
.left_10te {
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;     
font-size:1.0em;
line-height:1.4em;
text-align:left;
color:#000000;
}
.bangridmd {
    display: grid;
    grid-template-columns: 100px 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 30px 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-items: center;
    align-items: center;
 }
.nagare_box {
    padding: 0.25em;
    margin: 2em 0;
    color: #6091d3;/*文字色*/
    background: #FFF;
    border: solid 3px #F3EED3;/*線*/
    border-radius: 10px;/*角の丸み*/
    width:92%;
}

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

.nagare_box i {
    margin:  0.2em 0; 
    padding: 0.5em;
}

.nagare_num {
	color: #FF8000;
}
.left_10te {
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;     
font-size:1.1em;
line-height:1.4em;
text-align:left;
color:#000000;
}
.flex-company {
	width:100%;
	margin:1.0em;
	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: 0;
	padding: 0;
	line-height:1.4em;
}
.bangridcar {
    display: grid;
    grid-template-columns: 200px 200px;
    grid-template-rows: 1fr;
    grid-column-gap: 6px;
    grid-row-gap: 10px;
    justify-items: center;
    align-items: flex-start;	
}
.bangridwli {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-items: center;
    align-items:center;
 }
.bangridwstf {
    display: grid;
    grid-template-columns: 1fr 200px;
    grid-template-rows: 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-items: center;
    align-items:center;
 }
.bangridcmp {
    display: grid;
    grid-template-columns: 120px 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 10px;
    justify-items: center;
    align-items: flex-start;
 }
.thpos {
	line-height:1.6em;
}
.left_9te {
	margin:0;
	padding:0;
	font-size:0.9em;
	text-align:left;
	color:#000000;
}
.center_9te {
	margin:0;
	padding:0;
	font-size:0.9em;
	font-weight:bold;
	text-align:center;
}
.right_13te {
	margin:0;
	padding:0;
	font-size:1.2em;
	text-align:right;
}
.underrs {
  background: linear-gradient(transparent 80%, #FF0000 80%);
}
.blur {
  color: transparent;
  text-shadow: 0 0 8px rgba(0,0,0,0.5);
}
.boxcus {
   padding: 0.5em 0;
   margin: 2em 0;
    color: #000000;/*文字色*/
    background: #FFFFFF;
    border: solid 2px #7a7a7a;/*線*/
    border-radius: 6px;/*角の丸み*/
}
.boxcus p {
    margin: 0; 
    padding: 0.5em;
}
