@charset "utf-8";

/****************************

  reset css

****************************/
* {
  background: transparent;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  font-size: 100%;
  color: #222;
  box-sizing: border-box;
}
body {
  font-family: "Lucida Grande", Meiryo, "メイリオ", sans-serif;
  line-height: 1.0;
  -webkit-text-size-adjust: 100%; /* スマホ横向きでも文字サイズ同じ */
  word-wrap: break-word;
  margin: 0;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
p,
dt,
dd {
  font-size: 14px;
  line-height: 1.4;
}
a {
  text-decoration: underline;
  transition: .3s;
}
a:hover {
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
}
input,
select {
  border: 1px solid #ddd;
  padding: 10px;
}
textarea {
  border: 1px solid #ddd;
  padding: 10px;
}
::-webkit-input-placeholder {
  color: #aaa;
}
:-moz-placeholder {
  color: #aaa;
}
::-moz-placeholder {
  color: #aaa;
}
:-ms-input-placeholder {
  color: #aaa;
}

/****************************

  clearfix

****************************/
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}

/****************************

  header

****************************/
.page_header {
  background: #f5f5f5;
}
.page_header .head_in {
  width: 1200px;
  margin: 0 auto;
position: relative;/**/
}
.page_header nav {
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 2px;
  padding: 10px 0;
  position: relative;
}
.page_header nav ul {
  position: absolute;
  top: 24px;
  right: 32px;
}
.page_header nav li {
  float: left;
  margin-right: 40px;
}

.page_header .logo {
  float: left;
  margin: 8px 0;
}

/***********************************/
/* bing 翻訳 */
a.btn_lang {
	width: 120px;
	height: auto;
	display: block;
	padding: 5px 5px 8px;
	line-height: 1;
	background: #a41936;
	color: #fff;
	text-decoration: none;
	text-align: center;
	position: absolute;
	top: 15px;
	left: 250px;
}	

#MicrosoftTranslatorWidget {
position: absolute;
top: 10px;
left: 245px;
opacity: 0;
padding: 0;
}

/****************************

  index

****************************/
article {
  width: 1200px;
  margin: 0 auto;
}
h2 {
  color: #9d1d36;
  font-size: 28px;
  margin-top: 24px;
  padding: 40px 0 16px;
}
h3 {
  font-size: 20px;
  padding: 16px 0;
}
.main {
  width: 1200px;
  margin: 0 auto;
}
.main div {
  width: 30%;
  float: left;
  margin: 0 5% 10px 0;
}
.main div.last {
  margin-right: 0;
}
.ad_title {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 0 0 10px;
}
.main dt {
  text-align: center;
  margin-top: 10px;
}

/****************************

  breadcrumb

****************************/
.breadcrumb {
  border-bottom: 1px solid #dedede;
}
.breadcrumb ul {
  width: 1200px;
  margin: 0 auto;
}
.breadcrumb li {
  font-size: 13px;
  float: left;
  padding: 8px 0;
}
.breadcrumb li::after {
  content: '\003e';
  padding: 0 24px;
  color: #555;
}
.breadcrumb li:last-child::after {
  content: '';
}
.breadcrumb li a span {
  color: #00376f;
  transition: .3s;
}
.breadcrumb li a:hover {
  color: #666;
  text-decoration: underline;
}

/****************************

  page

****************************/
.page {
  color: #fff;
  font-size: 26px;
  font-weight: normal;
  text-align: center;
  background: url(images/h1_bg.jpg);
  background-size: cover;
  padding: 72px 0;
}
.head_txt {
  font-size: 20px;
  font-weight: bold;
  padding: 8px 0 24px;
}

.cap {
  display:block;
  font-size: 12px;
  width:100%;
    float:none;
}
.table_box {
  width: 90%;
  margin: 10px auto;
}
.red,
.bld {
  color: #9d1d36;
}
.bld {
  font-size: 32px;
  font-weight: bold;
}
.img_center {
  text-align: center;
}
.table_box table {
  width: 100%;
  margin: 5px 0;
  border: 1px solid #9d1d36;
}
.table_box thead th {
  color: #9d1d36;
  background: #ffd9e0;
  padding: 10px 0;
  border-bottom: 1px solid #9d1d36;
}
.table_box tbody th,
.table_box td {
  padding: 8px;
  border: 1px dotted #777;
}
.table_box td {
  text-align: right;
}
.table_box .center {
  text-align: center;
}

/****************************

  about

****************************/
.about .box {
  margin-top: 24px;
  padding: 24px;
}
.about .box.left {
  float: left;
  width: 60%;
}
.about .box.right {
  float: right;
  width: 40%;
}
.about .box dt {
  font-size: 16px;
  font-weight: bold;
}
.about .box dd {
  font-size: 13px;
}
.graphcap li {
  float: left;
  margin-right: 5px;
}
.blu::before,
.org::before {
  content: '■';
  font-size: 20px;
  padding: 0 5px;
}
.blu::before {
  color: #66ccff;
}
.org::before {
  color: #fca524;
}
.bottom_info {
  text-align: center;
  padding: 32px 0 16px;
  border-top: 1px solid #9d1d36;
  position: relative;
}
.bottom_info::before {
  content: "";
  position: absolute;
  display: block;
  border-style: solid;
  border-color: #9d1d36 transparent transparent transparent;
  border-width: 16px 48px 0 48px;
  top: 0;
  right: 50%;
  margin: 0 -48px 0 0;
  width: 0;
  height: 0;
}
.bottom_info p {
  font-size: 24px;
}

/****************************

  media

****************************/
.media .box2 .box_in {
  width: 48%;
  float: left;
  margin-right: 2%;

}
.media .bld {
  font-size: 18px;
}
.movie_description {
  width:100%;
  border: 1px solid #777;
  padding: 0 10px 10px;
        
}
.media dl {
  margin: 10px 0;
    width: 100%;
    
}
.media .movie_description dt,
.media .movie_description dd {
  float: left;
}
.media .movie_description dt {
 width: 40%;
}
.media .movie_description dd {
  line-height: 1.8;
  width: 324px;
  margin: 16px 10px;
  padding: 10px;
  border: 1px solid #ccc;
  position: relative;
}

/*.media .movie_description .arrow::after {
  content: "";
  position: absolute;
  display: block;
  border-style: solid;
  border-color: #9d1d36 transparent transparent transparent;
  border-width: 24px 32px 0 32px;
  top: 140%;
  right: 50%;
  margin: 0 -32px 0 0;
  width: 0;
  height: 0;
}*/
.media .movie_plan {
  float: left;
  margin-right: 24px;
}
.media .movie_plan dt {
  color: #9d1d36;
  text-align: center;
  width: 90px;
  margin: 10px 0;
  padding: 8px 16px;
  border: 1px solid #9d1d36;
  border-radius: 5px;
}
.media .movie_plan dd {
  line-height: 1.8;
}
.media .movie_plan dd li {
  margin-left: 56px;
  list-style: disc;
}
.bottom_box {
  margin-top: 16px;
}
.box2_wrapping .left {
  width: 45%;
  float: left;
}
.box2_wrapping .right {
  width: 50%;
  float: right;
}
.media .box2_monitor .box_in {
  width: 45%;
  float: left;
  margin: 0 2.5%;
}
.media .box2_monitor .box_in p {
  text-align: center;
}
.media .box2_etc .left,
.media .box2_etc .right {
  float: left;
}
.media .box2_etc .left {
  text-align: center;
  width: 35%;
}
.media .box2_etc .right {
  text-align: left;
  width: 65%;
}
.media .box4{
  width: 60%;
  margin: 0 auto;
}

.media .box4 p {
  float: left;
  margin-right: 30px;
}
.media .box3 {
  width: 85%;
  margin: 0 auto;
}
.media .box3 div {
  text-align: center;
  float: left;
  margin: 0 3%;
  padding: 10px;
  border: 1px solid #ccc;
  position: relative;
}
.media .box3 .arrow::after {
  content: "";
  position: absolute;
  display: block;
  border-style: solid;
  border-color: transparent transparent transparent #9d1d36;
  border-width: 32px 0 24px 24px;
  top: 50%;
  right: -45px;
  margin: -32px 0 0 0;
  width: 0;
  height: 0;
}
.media .box3 .left {
  width: 21%;
}
.media .box3 .center {
  width: 30%;
}
.media .box3 .right {
  width: 30%;
}
.sasshi {
  position: relative;
}
.sasshi::before {
  content: "";
  position: absolute;
  display: block;
  border-style: solid;
  border-color: transparent #9d1d36 transparent transparent;
  border-width: 32px 24px 32px 0 ;
  top: 50%;
  left: -11%;
  margin: -32px 0 0 0;
  width: 0;
  height: 0;
}



/****************************

  contact

****************************/
.contact {
  margin-top: 48px;
}
.contact table {
  width: 780px;
  margin: 8px auto;
}
.contact th,
.contact td {
  vertical-align: middle;
  padding: 24px 0;
}
.contact th {
  font-weight: normal;
}
.contact .required {
  color: #9d1d36;
  font-size: 13px;
}
.contact input {
  width: 450px;
}
.contact .submit input {
  color: #fff;
  font-size: 18px;
  text-align: center;
  background: #9d1d36;
  width: 33%;
  padding: 16px 0;
  border-radius: 5px;
  cursor: pointer;;
  -webkit-appearance: none;
  transition: .3s;
}
.contact .submit input:hover {
  background: #6d091c;
}
.contact p {
  text-align: center;
}

.main_top_txt {
  text-align: center;
  padding: 40px 0;
}

/****************************

  footer

****************************/
footer {
  background: #f6f6f6;
  margin-top: 72px;
}
.foot_in {
  width: 1200px;
  margin: 0 auto;
}
.foot_top {
  background: #00376f;
  padding: 16px 0;
}
.foot_top dl {
  float: left;
}
.foot_top dt {
  padding: 5px 0;
}
.foot_top dd {
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
}
.foot_bottom {
  background: #f1f1f1;
  padding: 16px 0;
}
.group_logo {
  float: left;
}
.foot_bottom ul {
  width: 450px;
  float: right;
}
.foot_bottom li {
  float: left;
  margin-right: 24px;
}
footer small {
  font-size: 10px;
}
.copyright {
  text-align: center;
}


/*修正 20250417*/
.flexbox{
    width:90%;
    margin:0 auto;
    background-color: #fff;     /* 背景色指定 */
    padding:  10px;             /* 余白指定 */
    height: auto;              /* 高さ指定 */
    display: flex;              /* フレックスボックスにする */
    flex-wrap:nowrap;            /* 折り返し指定 */
    justify-content:center;      /* 折り返し時の配置指定 */

}
.abox{
    padding: 10px;
    color:  #fff;               /* 文字色 */
    margin:  10px;              /* 外側の余白 */
    border-radius:  5px;        /* 角丸指定 */
    font-size:  1.1em;           /* 文字サイズ */
    width: 33%;               /* 幅指定 */
    text-align:  center;        /* 文字中央揃え */
    border:3px dotted orange;
}
.a1box{
    background-color:#F5F6E3;
    opacity:0.7;
    padding: 10px;
    color:  #fff;               /* 文字色 */
    margin:  10px;              /* 外側の余白 */
    border-radius:  5px;        /* 角丸指定 */
    font-size:  1.1em;           /* 文字サイズ */
    width: 33%;               /* 幅指定 */
    text-align:  center;  
    border:1px dotted orange;/* 文字中央揃え */
}
.ad_img{
    display:block;
    width: 55%;
    float:left;
}
.ad_img img{
    width: 100%;
    margin:10px;
}
.ad_txt{
    display:block;
    width: 33%;
    font-size:  0.8em;
    margin:8px 20px;
    padding: 0px;
    line-height: 160%;
    text-align:left;
    float:left;
}
.side{
width:100%;
padding:0 20px;
    
}
/*フロートなし*/
.ad_img_none{
    display:block;
    width: 100%;
    float:none;
}
.ad_img_none img{
    width: 100%;
}
.ad_txt_none{
    display:block;
    margin:15px auto;
    width: 90%;
    font-size:  1.0em;
    padding: 30px;
    line-height: 160%;
    text-align:left;
    float:none;
}