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

* {
	padding: 0;
}


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

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

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

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

h1 {
	font-size: 14px;
	color: #ffffff;
	float: left;
	margin:-1px 0 0 0;
	padding: 4px 0px 4px 0;
    background-color:#00B0F0;
	height:20px;
    width:100%;
}

.grid_container {
	display: grid;/* グリッドコンテナであることを定義 */
    grid-template-areas: "header header header"/* 1行目 */
                         "nav main aside"/* 2行目 */
                         "footer footer footer";/* 3行目 */
    grid-template-rows: 720px 1fr auto; /* 行の高さ */
    grid-template-columns: 0% 1fr 0%; /* 列の幅 */
    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:10%;
}
.grid_aside {
    grid-area: aside;
}

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

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

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

.col_pos_e {
 margin:0;	
 padding:0;
}

.col_h_pos {
 padding-bottom: 1.4em;
}

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

.text_red{
 color: red;
}

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

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

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

#footer_link {
   text-align:center;
}

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

.com_name{
   font-size:18px;
   padding-left:60px;
}

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

.alignright {
	float:right;
}

.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 #3770AD;
}
#page-top a {
    background: #ffffff;
    text-decoration: none;
    color: #3770AD;
    width: 90px;
    padding: 31px 0;
    text-align: center;
	display: block;
}
#page-top a:hover {
    text-decoration: none;
    background:#F8EFEF;
}

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

hr {
  width:85%;	
}

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

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

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

.footer_copy {
	width:99%;
	margin-top:20px;
	background:#00B0F0;
    text-align: center;
	color:#FFFFFF;
    padding:4px;
}

.accbox {
    margin: 2em 0;
    padding: 0;
    max-width: 100%;
}

.accbox label {
    display: block;
    margin: 1.5px 0;
    padding : 13px 12px;
/*    color: #ffba47;*/
    font-weight: bold;
    background: #ffffff;
    cursor :pointer;
    transition: all 0.5s;
}

.accbox label:before {
/*    font-family: "Font Awesome 5 Solid";
	content: "\f1570";*/
    padding-right: 8px;
	color:#79796a;
}

/*ラベルホバー時*/
.accbox label:hover {
    background :#ffffff;
}

/*チェックは隠す*/
.accbox input {
    display: none;
}

/*中身を非表示にしておく*/
.accbox .accshow {
    height: 0;
    padding: 0;
    opacity: 0;
    transition: 0.8s;
	overflow: hidden;
    width:100%;
}

/*クリックで中身表示*/
.cssacc:checked + label + .accshow {
    height: auto;
    padding: 5px;
    background: #ffffff;
    opacity: 1;
}

.accbox .accshow p {
	padding-left: 5px;
	padding-top:2px;
	line-height: 21px;
	color: #000000;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

/*アイコンを入れ替える*/
.cssacc:checked + label:before {
/*    content: "\f078";*/
	color: #79796a;
}

.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:80%;
margin-left:100px;
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 {
    width:70%;
	margin: 2em 15%;
    padding: 0.5em 1em;
    color: #000000;
    background: #FFFF00;
}
.box3 p {
    margin: 0; 
    padding: 0;
}

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

.cp_box *, .cp_box *:before, .cp_box *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.cp_box {
	width: auto;
	margin: -1.0em auto 1em auto;
}
.cp_box label {
	font-weight: bold;
	position: relative;
	display: block;
	width: 20%;
	margin:0 50%;
	padding: 0.3em 0.5em;
	cursor: pointer;
	transition: all 0.3s;
	text-align: center;
	color: #da3c41;
	border: 2px solid #da3c41;
	border-radius: 3px;
}
.cp_box label:hover {
	transition: all 0.3s;
	color: #ffffff;
	background: #da3c41;
}
.cp_box label::after {
/*	font-family: 'FontAwesome';
	content: ' \f067';*/
	color: #da3c41;
}
.cp_box label:hover::after {
	color: #ffffff;
}
.cp_box input:checked ~ label::after {
/*	font-family: 'FontAwesome';
	content: ' \f068';*/
	color: #da3c41;
}
.cp_box input:checked ~ label:hover::after {
	color: #ffffff;
}
.cp_box input {
	display: none;
}
.cp_box .cp_container {
	position: relative;
	z-index: 10;
	overflow: hidden;
	height: 0;
	margin-top: -1px;
	transition: height 0.3s ease-in-out,box-shadow 0.6s linear;
/*background: rgba(255, 255, 255, 0.5);*/
}
.cp_box input:checked ~ div {
	transition: height 0.5s ease-in-out,box-shadow 0.1s linear;
}
/* 続きを読むを押すと表示されるテキストの高さ */
.cp_box input:checked ~ div.cp_container {
	height: 860px;
}
.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: 94%;
  margin:0 3%;
  padding: 0.8rem;
  position: relative;
  background: linear-gradient(to right, #F0E7C3, #D5BB58);
/*  padding: 3px;*/
}

.box_mod {
  background: #FFFFE2;
  color: #000000;
  padding: 2rem;
}

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

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

.phonehbox {
	width:968px;
	padding: 0.2em 0;
    margin: -0.5em calc((100% - 968px) / 2)  1.0em calc((100% - 968px) / 2);
	color: #000000;
    background: #FAC5CF;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;     
    font-size:2.6em;
    line-height:1.6em;
    text-align:center;
	font-weight:bold;
}

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

.phonebox {
	width:968px;
    margin: -1.6em calc((100% - 968px) / 2)  1.0em calc((100% - 968px) / 2);
    background: -moz-linear-gradient(#FEFDAC, #FDF55A);
    background: -webkit-linear-gradient(#FEFDAC, #FDF55A);
    background: linear-gradient(to bottom, #FEFDAC, #FDF55A);
    color: #000000;
    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;
}

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

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

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

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

.develop_com {
border:solid 4px #00B0F0;
border-radius:6px; 	
}

.k1_3 {
background: #00B0F0;
box-shadow: 0px 0px 0px 5px #00B0F0;
/*border: dashed 1px #ffffff;*/
padding: 0.2em 0.5em;
color: #ffffff;
margin-top:-20px;
margin-right:0px;
font-size:2.6em;
font-weight:bold;	
text-align:center;
}

.box6 {
    padding: 0.5em 1em;
    margin: 0.5em 2em 1.0em 2em;
    color: #FFFFFF;
    background: #00B0F0;
}
.box6 p {
    margin: 0; 
    padding: 0;
}

.kawaraimg {
/*border:solid 2px #E9DA94;	
border-radius: 10px;*/
padding:0.2em;	
border: double 5px #4ec4d3;background: #FCF9F0;
box-shadow:  -10px 10px 20px #d6d4cc, 
             10px -10px 20px #ffffff;
}

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

.kbox {
  width:60%;	
  margin:0.5em 20% 1.0em 20%;
  padding: 0.4em 0.5em;/*文字の上下 左右の余白*/
  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;
  color: #FFFFFF;/*文字色*/
  background: #22387A;/*背景色*/
  border-bottom: solid 3px #d7d7d7;/*下線*/
}
.promo_h {
background: #00B0F0;
box-shadow: 0px	0px 0px 0px #007FFF;
/*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 #007FFF;
margin-right:60px;
margin-left:60px;
margin-top:20px;
}
.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;
}
.balloonbf {
  position: relative;
  display: inline-block;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #FFFDEE;
  border: solid 3px #F9EDBF;
  box-sizing: border-box;
/*  border-radius: 15px;*/
}

.balloonbf p {
  margin: 0.2em 0;
  padding: 0.3em 0;
}
.bf_box {
	position: relative;
	background: #F9EDBF;
	border: 4px solid #F9EDBF;
}
.bf_box:after, .bf_box:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.bf_box:after {
	border-color: rgba(249, 237, 191, 0);
	border-top-color: #F9EDBF;
	border-width: 30px;
	margin-left: -30px;
}
.bf_box:before {
	border-color: rgba(249, 237, 191, 0);
	border-top-color: #F9EDBF;
	border-width: 36px;
	margin-left: -36px;
}
.bf_box p {
  margin: 0.2em 0;
  padding: 0.3em 1.0em;
  font-size:2.0em;
  font-weight:700;	
}
.bfcom_box {
	position: relative;
	background: #F9EDBF;
}
.bfcom_box:after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(249, 237, 191, 0);
	border-left-color: #F9EDBF;
	border-width: 30px;
	margin-top: -30px;
}
.bfcom_box p {
  margin: 0.2em 0;
  padding: 0.3em 1.0em;
  font-size:1.8em;
  font-weight:bold;
  line-height:1.2em;	
}
.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: repeating-linear-gradient(-56deg, rgba(0, 176, 80, 1), rgba(0, 176, 80, 1) 10px, rgba(0, 200, 90, 1) 0, rgba(0, 200, 90, 1) 20px);*/
	background:#00B0F0;
	box-shadow: 0px 0px 0px 5px #00B0F0;
	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;
}


/*----------------------------*/

.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;
/*	font-size:1.4em;
	line-height:1.4em;*/
}
.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;
/*	font-size:1.4em;
	line-height:1.4em;*/
}
.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: 40px;
    grid-row-gap: 4px;
    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;
 }
.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: 0px;
    grid-row-gap: 0px;
    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: 0px;
    grid-row-gap: 0px;
    justify-items: center;
    align-items: center;
 }
.bangridt2 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 10px;
    justify-items: center;
    align-items: center;
 }
.bangridfo {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-items: center;
    align-items: center;
 }
.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 100px 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;
font-weight:bold;	
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_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_14te {
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;     
font-size:1.4em;
line-height:1.2em;
text-align:center;
color:#000000;	
}
.center_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:center;
font-weight:bold;	
color:#000000;	
}
.center_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:center;
font-weight:bold;
color:#000000;	
}
.center_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:center;
font-weight:bold;
color:#000000;	
}
.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.8em;
line-height:1.4em;
text-align:center;
font-weight:bold;
color:#000000;	
}
.center_30te {
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;     
font-size:3.0em;
line-height:1.5em;
text-align:center;
font-weight:bold;
color:#000000;	
}
.right_16te {
margin:0;
padding:0 2.0em 0 0; 	
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;     
font-size:1.6em;
line-height:1.4em;
text-align:right;
font-weight:bold;
color:#000000;	
}
.double_line {
  display: inline-block;
  padding: 5px;
  background: #F9F6EE;
  box-shadow: 0 0 0 2px #E8D8BC, 0 0 0 4px #fff, 0 0 0 10px #E8D8BC;
}
.h_gr_box {
    width:560px;
    margin: 1em 0;
	padding: 0.5em 0em;
    border: double 6px #FF9326;
    background: -moz-linear-gradient(#FEFCF9, #F6CF9C);
    background: -webkit-linear-gradient(#FEFCF9c, #F6CF9C);
    background: linear-gradient(to bottom, #FEFCF9, #F6CF9C);
    }
.h_gr_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.1em;
    font-weight:bold;
	text-align: center;
	color:#000000;
}
.hiybox {
	width:80%;
    padding: 0.5em;
    margin: 0.5em 10% 2.5em 10%;
    color: #000000;
    background: #FFFFFF;
    border: solid 8px #686859;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.32);/*影*/
    border-radius: 20px;
}
.hiybox p {
    margin: 0; 
    padding: 0.2em 0.5em;
    text-align:left;
	font-size:2.0em;
	line-height:1.4em;
	font-weight:bold;
}
.undery {
  background: linear-gradient(transparent 76%, #FFFF00 76%);
}
.voiceimg {
border:solid 3px #C1EEFF;
border-radius: 10px;
background: #FCF9F0;
box-shadow: 0 3px 4px rgba(0, 0, 0, 0.32);
}
.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;

}
.nagbox {
  width: 340px;       /* 適当な幅を指定 */
  height: 340px;      /* 適当な高さを指定 */
  position: relative; /* 基準位置とする */
}

/* 共通するCSS */
.nagbox img {
  position: absolute; /* 相対位置に指定 */
}

.nagbox .img_01 {
  width:80px;	
  top: 0;
  left: 0;
  z-index:20;	
}

.nagbox .img_02 {
  width:300px;	
  top: 2.5em;
  bottom: 0;
  left: 1.0em;
  z-index:10;	
}
.nagimg {
border:solid 8px #FFFFFF;
background: #FCF9F0;
box-shadow:  -10px 10px 20px #d6d4cc, 
             10px -10px 20px #ffffff;
}
.voicehback {
	margin:0;
    padding: 0.2em 0.5em;
    background: rgb(254,240,229);
/*    background: linear-gradient(180deg, rgba(254,240,229,1) 10%, rgba(255,255,255,1) 94%);*/
}
.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;
}
.nayami_pattern {
background-color: #e5e5f7;
opacity: 0.7;
background-image:  linear-gradient(#d0d0d3 1.4000000000000001px, transparent 1.4000000000000001px), linear-gradient(90deg, #d0d0d3 1.4000000000000001px, transparent 1.4000000000000001px), linear-gradient(#d0d0d3 0.7000000000000001px, transparent 0.7000000000000001px), linear-gradient(90deg, #d0d0d3 0.7000000000000001px, #e5e5f7 0.7000000000000001px);
background-size: 35px 35px, 35px 35px, 7px 7px, 7px 7px;
background-position: -1.4000000000000001px -1.4000000000000001px, -1.4000000000000001px -1.4000000000000001px, -0.7000000000000001px -0.7000000000000001px, -0.7000000000000001px -0.7000000000000001px;	
}
.nayami_pattern p {
	margin:0;
	padding:0.5em 0 0 0;
	border-bottom: solid 10px #0082B3;
}
.career ul {
/*  border: solid 2px skyblue;*/
/*  border-radius: 5px;*/
  margin:0;
  padding: 0.5em 0.1em 0.5em 1.8em;
  position: relative;
}

.career ul li {
  padding: 0.2em 0.1em 0.2em 1.8em;
  list-style-type: none!important;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;     
  font-weight:bold;	
  text-align:left;
}
.career ul li:before {
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;	
  	font: var(--fa-font-solid);
	font-weight:900;
	content: "\f303";
  	position: absolute;
  	left : 1em;
  	color: #000000;
}
.staffbox{
	width:80%;
    margin:2em 10%;
    position: relative;
    padding: 0.25em 1em;
    border: solid 4px #ffcb8a;
    border-radius: 4px 0 4px 0;
}
.staffbox:before,.staffbox:after
{
    content: '';
    position: absolute;
    width:20px;
    height: 20px;
    border: solid 4px #ffcb8a;
    border-radius: 50%;
}
.staffbox:after {
    top:-24px;
    left:-24px;
}
.staffbox:before {
    bottom:-24px;
    right:-24px;
}
.staffbox p {
    margin: 0; 
    padding: 0;
}
.staff_com {
	width:60%;
	margin:1.0em 20% 0 20%;
	position: relative;
	background: #fff3d1;
	border: 6px solid #ffcb8a;
	border-radius:14px;
}
.staff_com:after, .staff_com:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.staff_com:after {
	border-color: rgba(255, 243, 209, 0);
	border-bottom-color: #fff3d1;
	border-width: 30px;
	margin-left: -30px;
}
.staff_com:before {
	border-color: rgba(0, 0, 0, 0);
	border-bottom-color: #ffcb8a;;
	border-width: 36px;
	margin-left: -36px;
}
.staff_com p{
	margin:0;
	padding:1.0em;
}
#cs ol  {
  counter-reset:number; /*数字をリセット*/
  list-style-type: none!important; /*数字を一旦消す*/
  padding: 0.3em 0.8em;
  border: solid 4px #ffb107;
  border-radius:14px;
}
#cs ol li {
  border-bottom: dashed 1px orange;
  position: relative;
  padding: 0.5em 0.5em 0.5em 30px;
  line-height: 1.5em;
}
#cs ol li:before{
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*数字のデザイン変える*/
  display:inline-block;
  background: #ffb107;
  color: white;
  font-family: 'Avenir','Arial Black','Arial',sans-serif;
  font-weight:bold;
  font-size: 15px;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  /*以下 上下中央寄せのため*/
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#cs ol li:last-of-type {
  border-bottom: none; /*最後のliの線だけ消す*/
}
.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: 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;
}
.bkcolor {
	background-color:#FAF3E0;
}
.bshadow {
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.32);
}
table{
  border-collapse:separate;
  border-spacing: 5px;
  width: 70%;
}

table th,table td{
  border-radius: 5px;
  text-align: center;
  padding: 10px;
  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:400px;	
  background-color: #F4F0E3;
  border:solid 1px #af9d85;
  font-size:1.4em;
  line-height:1.4em;	
}
.stcol {
  width:500px;
  font-size:1.6em;	
  background-color: #0082B3;
  color:#FFFFFF;	
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.32);
}
.itmh {
  background-color: #FFFFFF;
  border:solid 1px #FFFFFF;
}
.tvcontents_m {
	height: 454px;
	background: url("../../images/yanebktv.png") no-repeat center top;
}
.tvmovie {
  padding: 9px 0 0 83px;
}
.shrmbox{
    padding: 8px 19px;
    margin: 2em 0;
    color: #2c2c2f;
    background: #BAA63A;
    border-top: solid 5px #F1F1F1;
    border-bottom: solid 5px #F1F1F1;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.32);
}
.shrmbox p {
    margin: 0; 
    padding: 0;
}
#lottie{
            background-color:#ffffff;
            width:458px;
            height:114px;
	        margin-top:-8.4em;
			margin-left: calc(851px + ((100% - 1305px) / 2));
            display:block;
            overflow: hidden;
            transform: translate3d(0,0,0);
            text-align: center;
            opacity: 1;
        }
.bangridwk {
    display: grid;
    grid-template-columns: 60px 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-items: left;
    align-items:center;
 }
.kut_box {
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #232323;
    background: #FFFFFF;
    border-left: solid 1px #DADCE0;
}
.kut_box p {
    margin: 0; 
    padding: 0;
}
