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

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

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

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

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

@viewport
{
	width: 350px;
}

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

#page
{
	z-index: 1;
	width: 350px;
	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: #FFBF00;
}
main {
    background-color: #FFFFFF;
}
nav {
    background-color: #FFFFFF;
}
aside {
    background-color: #FFFFFF;
}

h1 {
	margin-top:42px;
	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:#FCB400;
}

.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: 600px 1fr auto; /* 行の高さ */
    grid-template-columns: 0px 350px 0px; /* 列の幅 */
/*    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_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_bpc {
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;     
font-size:23px;
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_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_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_lpf {
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;     
font-size:18px;
line-height:24px;
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_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_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: space-around;
 text-align:baseline;
 align-content:center;
/* height:200px;*/
}

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

.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 2px #ffff26;*/
margin-right:10px;
margin-left: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:340px;
 text-align:center;
}

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

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

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

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

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

.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: 10px;
    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:80%;
  margin-left:30px;
}

.footer_copy {
	width:auto;
	margin-top:20px;
	background:#FFBF00;
    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;
}

.siken_blue {
	color: #1B1464;
	font-weight:bold;
    border-bottom: solid 2px #1B1464;
}

.apartbox {
    width:92%;
	padding: 0.5em 0.5em;
    margin: 1.0em 0.2em;
    font-weight: bold;
    border: solid 3px #6DC1FE;
    background-color:#EEFBFF;
}

.bf_box {
/*	width:80%;*/
	padding: 0.2em 0.5em;
    margin: 0.5em;
    font-weight: bold;
    border: solid 3px #FFFF00;
    background-color:#FFBF00;
    text-align:center;
    font-size:22px;
    line-height:36px;
}

.box15 {
    padding: 0.1em 0.5em;
    margin: 0.5em 1em;
    color: #565656;
    background: #FFD24D;
    box-shadow: 0px 0px 0px 10px #FFD24D;
    border-left: solid 10px #FF8000;
    border-radius: 4px;
}
.box15 p {
    margin: 0; 
    padding: 0;
}
