@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;
/*	padding: 0px 10px 0px 10px;
/*	padding: 0px 50px 0px 50px;*/
}
header {
    background-color: #FFFFFF;
}
footer {
    background-color: #999999;
}
main {
    background-color: #FFFFFF;
}
nav {
    background-color: #FFFFFF;
}
aside {
    background-color: #FFFFFF;
}

nav p{
  margin:0.25em 0;	
}

h1 {
	font-size: 14px;
	color: #ffffff;
	float: left;
	margin:-1px 0 0 0;
	padding: 4px 0px 4px 40px;
    background-color:#00B200;
	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: 680px 1fr auto; /* 行の高さ */
    grid-template-columns: 300px 1fr 5px; /* 列の幅 */
/*	grid-template-columns: 340px 1fr 1px; /* 列の幅 */
/*    grid-template-columns: 340px 640px 10px; /* 列の幅 */
    grid-row-gap: 0px;/* 行と行の間の余白 */
    grid-column-gap: 0px;/* 列と列の間の余白 */
/*    grid-gap: 10px 10px;*/
    grid-gap: 0;
    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 {
 padding: 1.4em  0;
}

.col_pos_c {
 padding: 0.5em  0;
}

.col_h_pos {
 padding-bottom: 1.4em;
}

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

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

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

.text_ppj {
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;     
font-size:30px;
line-height:38px;
text-align:left;
margin:0;
padding: 0.5em 0.3em 0.5em 0em;
}

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

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

.text_lplj {
width: calc(100% / 1.5);
margin-left: calc(100% / 1.5);
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;     
font-size:20px;
line-height:30px;
text-align:left;
color:orange;
}

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

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

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

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

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

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

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

.text_red{
 color: red;
}

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

.flex_cont_s {
 display: flex;
 flex-direction: row;
 justify-content:center;
/* text-align:center;*/
align-content:center;
/*padding-left:100px;	*/
}

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

.flex_cont_lb {
 display: flex;
 flex-direction: row;
 justify-content: space-around;
 text-align:baseline;
 align-content:left;
	/* height:400px;*/
 
 padding-left:100px;	
}

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

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

.flex_cont_oy {
 display: flex;
 flex-direction: row;
 justify-content: space-around;
 text-align:left;
 margin-top:-10px;
 width:70%;
 padding-left:15%;	
}

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

.footer_copy {
	width:99%;
	margin-top:20px;
	background:#999999;
    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 {
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #000000;
    background: #FFFF00;
}
.box3 p {
    margin: 0; 
    padding: 0;
}

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

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

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

.cp_box *, .cp_box *:before, .cp_box *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.cp_box {
	width: auto;
	margin: 2em 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;
}

.aparttbltdh {
  vertical-align:bottom;
  border-bottom:solid 2px #29357E;
  text-align:left;
  font-size:24px;
  font-weight:bold;
  width:400px;
  font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color:navy;
  line-height:36px;
}

.aparttbltdhr {
  vertical-align:bottom;
  text-align:left;
  font-size:24px;
  font-weight:bold;
  font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color:red;
  line-height:36px;
  width:400px;
}

.aparttbltdd {
  vertical-align:top;
  background-color:#ECEBE3;
  text-align:left;
  font-size:20px;
  font-weight:bold;
  line-height:1.4em;
  width:400px;
  font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color:#386736;
  padding:0.2em 0.5em;  
}

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

.tvcontents_m {
	height: 415px;
	background: url(../images/com_1910/red_ribbon_tvbg_1708.jpg) no-repeat center top;
}

.tvmovie {
  padding: 9px 0 0 83px;
}

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

.apartbox3 {
	width: 700px;
	height:410px;
	margin: 0px 32px;
	letter-spacing: normal;
	background-image: url(../images/com_1910/apart_img_1910_b.jpg);    
    background-repeat: no-repeat;
}

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

.bf_box {
	width:60%;
	padding: 0.5em 1.0em;
    margin: 0.5em 6.0em;
    font-weight: bold;
    border: solid 3px #FFFF00;
    background-color:#FFBF00;
    text-align:center;
    font-size:34px;
    line-height:46px;
}

.box10 {
    padding: 0.5em 0.8em;
    margin: 2em 0;
    color: #000000;
    background: #e4fcff;
    border: solid 2px #1dc1d6;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.32);
}
.box10 p {
    margin: 0; 
    padding: 0;
}

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

.linkbox {
	float: right;
	text-align: right;
	margin: 10px 0 20px;
}

#dotted {
	border-top:dotted 1px #fff;
	border-bottom:dotted 1px #fff;
}
