@charset "UTF-8";
/*
 * layout.css
 *
 */
/* !HTML5 elements
---------------------------------------------------------- */
@import url(//use.fontawesome.com/releases/v5.6.1/css/all.css);
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
/* !Reseting
---------------------------------------------------------- */
html {
  font-size: 62.5%; /* -> 10px; */
}
body {
  font-family: 'Noto Sans JP', "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  /*font-size: 16px;*/
  font-size: 1.6rem; /* -> 16px; */
  -webkit-text-size-adjust: none;
  line-height: 1.5;
  color: #333;
}
p{
   margin: 5px 0!important;
}
@media screen and (max-width:767px) {
  body {
    font-family:'Noto Sans JP', "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    /*font-size: 14px;*/
    font-size: 1.4rem; /* -> 14px; */
    -webkit-text-size-adjust: none;
    line-height: 1.3;
    color: #333;
  }
}
/********************************************/
/*TOP　MP表示 */
/********************************************/
@media screen and (max-width: 768px) {
    .pc_only {
        display: none !important;
    }
}

@media print, screen and (min-width: 769px) {
    .sp_only {
        display: none !important;
    }
}

.center {
    margin: auto;
    text-align: center;
    line-height: 180%;
}

.clearfix::after {
    content: "";
    display: block;
    clear: both;
}


/********************************************/
/*main_visual */
/********************************************/
@media print, screen and (min-width: 769px) {
	.main_visual {
	    position: relative;
	}

	.main_visual .object_fit::after {
	    padding-top: 80%;
	}

	.main_visual .main_left {
	    position: relative;
	    width: 50%;
	    float: left;
	}

	.main_visual .main_left:before {
	    position: absolute;
	    content: "";
	    top: 0;
	    right: 0;
	    width: 40%;
	    max-width: 300px;
	    background: -moz-linear-gradient(right, white 83%, rgba(255, 255, 255, 0) 100%);
	    background: -webkit-linear-gradient(right, white 83%, rgba(255, 255, 255, 0) 100%);
	    background: linear-gradient(to left, white 83%, rgba(255, 255, 255, 0) 100%);
	    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
	    z-index: 2;
	}

	.main_visual .main_right {
	    width: 50%;
	    float: right;
	}

	.main_visual .main_right:before {
	    position: absolute;
	    content: "";
	    top: 0;
	    left: 0;
	   /* width: 40%;*/
	    max-width: 300px;
	    height: 100%;
	    background: -moz-linear-gradient(left, white 83%, rgba(255, 255, 255, 0) 100%);
	    background: -webkit-linear-gradient(left, white 83%, rgba(255, 255, 255, 0) 100%);
	    background: linear-gradient(to right, white 83%, rgba(255, 255, 255, 0) 100%);
	    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
	    z-index: 2;
	}

	.main_visual .main_center {
	    position: absolute;
	    top: 50%;
	    left: 50%;
	    width: 90%;
	    max-width: 280px;
	    -webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	    transform: translate(-50%, -50%);
	    text-align: center;
	    z-index: 3;
	}

	.main_visual .main_center .main_visual_logo {
	    margin-bottom: 0px;
	}
}

/********************************************/
/*main_visual */
/********************************************/
@media screen and (max-width: 768px) {
    .main_visual .object_fit:after {
        content: none;
    }
    .main_visual .object_fit img {
        position: relative;
    }
    .main_visual .main_left {
        width: 100%;
        float: none;
    }
    .main_visual .main_right {
        width: 100%;
        float: none;
    }
    .main_visual .main_center {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        max-width: 230px;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        margin: 30px auto;
    }
    .main_visual .main_center .main_visual_logo {
        display: block;
        margin: 0 auto 10px;
    }
}
.center_ttl {
    text-align: center;
}


.center_ttl span {
    display: block;
    text-align: center;
    font-size: 1em;
    font-weight: 700;
    
        
    left: calc( 50% - 125px);
    bottom: 0;
    content: "";
    height: 1px;
    
    /*border-bottom: solid 3px #51becb;*/
    margin-bottom: 40px; /* お知らせと下線の間隔を調整 */
    margin-top: 30px; /* お知らせと下線の間隔を調整 */
    text-align: center;
    color:#333;
}


.center_ttl:after {
    left: calc( 50% - 91px);
    width: 182px;
}


/*****↑******/

body, div, pre, p, blockquote, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, th, td, figure, figcaption {
  margin: 0;
  padding: 0;
}
/*input, textarea
{ margin: 0; font-size: 100%;}*/
label {
  cursor: pointer;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}
fieldset, img {
  border: 0;
}
img {
   /*max-width: 100%;width: 100%;*/ 
   /*height: auto;*/ 
  vertical-align: top;
}
address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: normal;
}
ol, ul {
  list-style: none;
}
caption, th {
  text-align: left;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}
q:after, q:before {
  content: '';
}
a[href$=".pdf"]:after {
  content: " ";
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url("../img/ico/Adobe_PDF_file_icon_24x24.png") no-repeat;
  vertical-align: middle;
}
#dropmenu li a:visited {
    color: #800080;
}
.pdf-none a[href$=".pdf"]:after {
  content: none;
　display: none;
}
.new-thumb a[href$=".pdf"]:after {
  content: none;
　display: none;
}
/*.thumbnail a[href$=".pdf"]:after {
  content: none;
}*/
.entry-content ul {
  margin: 1em 0;
  padding-left: 20px;
  list-style-type: disc !important;
}
.entry-content ol {
  margin: 1em 0;
  padding-left: 40px;
  list-style-type: decimal !important;
}
@media screen and (max-width:767px) {
  .entry-content ol {
  margin: 1em 0px;
  padding-left: 0px;
  list-style-type: decimal !important;
}
}
figcaption a {
  font-size: 85%;
}
/*.original_link a[target=_blank][rel=noopener],.link_list a[target=_blank][rel=noopener],
a[target=_blank][rel=noopener]{
	padding-right: 20px;
	background: url(../img/ico/blank_icon.png) right center/16px auto no-repeat;
	vertical-align: middle;
}
.original_link a[target=_blank][rel=noreferrer][rel=noopener],.link_list a[target=_blank][rel=noreferrer][rel=noopener],
p a[target=_blank][rel=noreferrer][rel=noopener]{
	padding-right: 20px;
	background: url(../img/ico/blank_icon.png) right center/16px auto no-repeat;
	vertical-align: middle;
}*/

.original_link a[target=_blank][rel='noopener noreferrer'], .link_list a[target=_blank][rel='noopener noreferrer'], p a[target=_blank][rel='noopener noreferrer'], figcaption a[target=_blank][rel='noopener noreferrer'], a[target=_blank][rel='noopener noreferrer'] {
  padding-right: 20px;
  background: url("../img/ico/blank_icon.png") right center/16px auto no-repeat;
  vertical-align: middle;
  font-size:2.5rem;
}
.original_link a[target=_blank][rel='noreferrer noopener'], .link_list a[target=_blank][rel='noreferrer noopener'], p a[target=_blank][rel='noreferrer noopener'], figcaption a[target=_blank][rel='noreferrer noopener'],li a[target=_blank][rel='noreferrer noopener'] {
  padding-right: 20px;
  background: url("../img/ico/blank_icon.png") right center/16px auto no-repeat;
  vertical-align: middle;
}
#headerSearch a, input {
  outline: none;
}
figure a[target=_blank][rel='noopener noreferrer'],figure a[target=_blank][rel='noreferrer noopener']{
  background: none;
}

#headerSearch input, textarea {
  border: 1px solid #CCC;
  border-radius: 6px 0 0 6px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  height: 35px;
  line-height: 30px;
  padding: 0 0 0 8px;
  vertical-align: top;
  width: 70%;
  background-color: #fff;
}
#headerSearch input[type="button"], #headerSearch input[type="submit"], #widgetSearch input[type="button"], #widgetSearch input[type="submit"] {
  -webkit-appearance: none;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}
abbr, acronym {
  border: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
/*#headerSearch button, html input[type="button"], #headerSearch input[type="reset"], #headerSearch input[type="submit"] {*/
/*#headerSearch button, #headerSearch input[type="reset"], #headerSearch input[type="submit"] {	
	/*background-color: #4C749F!important;*/
/*	border-radius: 0 6px 6px 0;
	color: #fff;
	font-size: small;
	height: 30px;
	text-align: center;
	vertical-align: top;
	width: 30%;
}*/
/*#widgetSearch button, html input[type="button"], #widgetSearch input[type="reset"], #widgetSearch input[type="submit"] {*/
#widgetSearch button, #widgetSearch input[type="reset"], #widgetSearch input[type="submit"] {
  /*background-color: #4C749F!important;*/
  border-radius: 6px;
  color: #fff;
  font-size: small;
  height: 30px;
  text-align: center;
  vertical-align: top;
  width: 30%;
  display: block;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #fff;
  margin-top: 5px;
}
/* !Clearfix
---------------------------------------------------------- */
.clearfix, #header, #contents, section, .box_layout01, .box_column01, .list_inline01 {
  display: block;
  min-height: 1%;
}
.clearfix:after, #header:after, #contents:after, #contents-body:after, section:after, .box_layout01:after, .box_column01:after, .list_inline01:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
/*上部に固定*/
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
  z-index: 10000;
}
/* !Layout
---------------------------------------------------------- */
html {
  overflow-y: scroll;
}
/*body { text-align: center;}*/
@media print {
  html, html body {
    *zoom: 0.65;
  }
}

/*---------------------------------------------------------- 
!header
---------------------------------------------------------- */
#header {
  width: 100%;
  padding-top: 0px;
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 15px;
  background-color: #FFFFFF;
}
#header-top {
  background-color: #3371CB;
  padding: 5px 0;
}
.header-topIn {
  margin: 0 auto;
  max-width: 1320px;
  /*max-width: 90%;*/
  font-size: 90%;
}
.header-top-content {
  text-align: left;
  color: #FFF;
  width: 90%;
  float: left;
}
/*		.btn_en {
			width:10%;
			float: right;
		}
		.btn_en a {
			background-color: #FFF;
			text-decoration: none;
			color: #3371CB;
			text-align: center;
			display: block;
			line-height:1.5em;
			padding:2px 5px;
		}
		.btn_en a::before {
			content: "\f0da";
			font-family: "Font Awesome 5 Free";
			padding-right: 5px;
			font-weight: 900;
		}
		.btn_en a:hover {
			text-decoration: none;
			background: #DDF5FD;
		}*/
#headerIn {
  /*padding-bottom:5px;*/
  padding-top: 15px;
  margin: 0 auto;
  max-width: 1320px;
  /*max-width: 90%;*/
  text-align: left;
}
#headerLogo {
  float: left;
  width: 280px;
}
#headerUtility {
  float: right;
  /*width: 360px;*/
  margin-top: 10px;
}
#headerSearch {
  float: right;
}
.screen-reader-text {
  display: none;
}
/*---layout.cssへ-------*/
.search-field input[type="text"] {
  width: 200px;
  height: 30px;
  line-height: 30px;
  border: #10C0C5 solid 1px !important;
  ;
  border-radius: 2px 0 0 2px;
  vertical-align: top;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 4px;
  padding-right: 4px;
}
#searchsubmit {
  background-color: #3371CB !important;
  border-radius: 0 6px 6px 0;
  color: #fff;
  /*font-size: small;*/
  height: 35px;
  padding: 3px;
  text-align: center;
  vertical-align: top;
  width: 30%;
}
#searchsubmit:hover {
  background-color: #10C0C5 !important;
}
#headerSearch input[type="button"] {
  width: 90px;
  height: 30px;
  padding: 3px;
  text-align: center;
  background-color: #4C749F;
  color: #fff;
  border-radius: 0 2px 2px 0;
  vertical-align: top;
}
#headerLinks {
  float: left;
  text-align: left;
  color: #3371CB;
  margin-top: 5px;
}
#headerLinks li {
  display: inline-block;
  font-size: 90%;
}
#headerLinks li:first-child {
  /*	border-left: 1px solid #515151;*/
}
#headerLinks li a {
  color: #96A7B7;
  font-weight: bold;
  text-decoration: none;
  padding: 0 0 0 3px;
  margin: 0 15px 0 0px;
}
/*#headerLinks li a:before {
content: "\f0da";
font-family:"Font Awesome 5 Free";
padding-right: 5px;
font-weight: 900;
					}*/
#headerLinks li a:hover {
  color: #10C0C5;
  text-decoration: underline;
}

@media screen and (max-width:767px) {
  #headerIn {
    padding: 10px 25px 0 25px;
    text-align: center;
  }
  /*初期値767px*/
  #header {
    width: 100%;
  }
  /*	#headerIn {
	text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 300px;
}*/
  .header-topIn {
    text-align: center;
    margin: 0 auto;
    width: 80%;
  }
  .header-top-content {
    text-align: center;
    color: #FFF;
    width: 100%;
    font-size: 80%;
  }
  /*		.btn_en {
			width: 120px;
			margin: 0 auto;
			}*/
  #headerLogo {
    /*width: 280px;
			margin-bottom: 10px;*/
    float: none;
    margin: 0 auto;
  }
  #headerUtility {
    /*			float: none;
			width: 300px;*/
  }
  #headerLinks {
    /*				text-align: center;
				float: none;
				width: 300px;
				margin-left: 0px;
				margin-right: 0px;*/
  }
  #headerLinks li {
    padding: 0 5px;
  }
}
@media screen and (max-width:767px) {
  /*初期値767px*/
  #headerLinks {
    float: none;
    text-align: center;
    color: #3371CB;
    margin: 10px 0;
  }
  #headerUtility {
    float: none;
  }
  #headerSearch {
    float: none;
  }
}
/* ----------------------------------------------------------
menu ※smartmenu
---------------------------------------------------------- */
/*****グローバルメニュー****/
#main-nav {
  background-color: #3371CB;
  /*	font-size:20px;*/
  font-weight: bold;
  margin-bottom: 1px;
}
#menu-inner {
  /*width: 1320px;
    width: 1024px;*/
  height: 50px;
  margin: 0 auto;
  background: #3371CB;
  /*width:70%;*/
}
#menu-btn {
  display: none;
}
#menu-content {
  padding-left: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  /*height:200px;
	overflow-y: scroll;
	※スマホでもし見れない場合はここで調節する*/
  list-style-type: none;
}
#menu-content > li > a {
  position: relative;
  display: block;
  height: 100%;
  padding-left: 0px;
  padding-right: 0px;
  line-height: 50px;
  background: #3371CB;
  color: #fff;
  font-size: 70%;
  text-decoration: none;
  z-index: 2;
}
#menu-content > li > a:current, #menu-content > li > a:hover {
  background: #10C0C5;
  color: #fff;
}
#menu-content li a.active {
  background: #10C0C5;
  color: #fff;
}
#menu-content > li > a > .blogicon-chevron-down {
  margin-right: 5px;
}
/*２階層目*/
#menu-content > li > ul.second-content {
  visibility: hidden;
  position: absolute;
  top: 0;
  margin: 10px 0 0;
  padding-left: 0;
  list-style-type: none;
  z-index: -1;
}
#menu-content > li:hover > ul.second-content {
  visibility: visible;
  top: 40px;
  z-index: 20;
  transition: all .3s;
}
#menu-content > li > ul.second-content > li {
  text-align: center;
  width: 180%;
  height: 40px;
  background: #CCC;
}
#menu-content > li > ul.second-content > li > a {
  display: block;
  line-height: 40px;
  background: #3371CB;
  color: #fff;
  font-size: 70%;
  text-decoration: none;
}
#menu-content > li > ul.second-content > li > a:current, #menu-content > li > ul.second-content > li > a:hover {
  background: #10C0C5;
  color: #fff;
}

/*******トグルメニュ*********/
@media screen and (max-width:767px) {
  .sm-blue ul ul a, .sm-blue ul ul a:hover, .sm-blue ul ul a:focus, .sm-blue ul ul a:active {
    border-left: 16px solid transparent;
    /*  background: #DDF5FD;*/
    background: #CFEEF1;
  }
  #menu-inner {
    width: 95%;
    height: auto;
  }
  #btn-content {
    text-align: right;
  }
  #menu-btn {
    display: inline-block;
    padding: 8px 15px;
    margin: 5px;
    cursor: pointer;
    /*background: rgba(0, 0, 0, 0.1);*/
    background: #E5E5E5;
    color: #666;
    border-radius: 20px;
  }
  #menu-content {
    display: none;
    width: 100%;
  }
  #menu-content > li {
    width: 100%;
    height: 40px;
    float: none;
  }
  #menu-content > li > a {
    width: 100%;
    line-height: 40px;
    padding: 0;
    text-decoration: none;
  }
  /*２階層目*/
  #menu-content > li > ul.second-content {
    visibility: visible;
    position: relative;
    top: 0;
    margin: 10px 0 0;
    padding-left: 0;
    list-style-type: none;
    z-index: 2;
    display: block;
  }
  #menu-content > li > ul.second-content > li {
    text-align: center;
    width: 100%;
    height: 40px;
    display: block;
  }
  #menu-content > li > ul.second-content > li > a {
    display: block;
    line-height: 40px;
    color: #fff;
    font-size: 70%;
    text-decoration: none;
  }
  #menu-content > li:hover > ul.second-content {
    visibility: visible;
    top: 40px;
    z-index: 20;
  }
  #menu-content > li > ul.second-content > li {
    text-align: center;
    width: 100%;
    height: 40px;
  }
  #menu-content > li > ul.second-content > li > a:hover {
    background-color: #BEEBFA;
    color: #fff;
  }
  #menu-content > li > ul.second-content {
    display: none;
  }
  #menu-content > li:hover > ul.second-content {
    display: none;
  }
  #menu-content > li > a > .blogicon-chevron-down {
    display: none;
  }
}
/* ================================================================================
	3階層目の右メニュー（Side Menu）
================================================================================ */
.sidetitle {
  /*background-color: #3371CB;*/
  text-align: left;
  padding: 0px;
  color: #3371CB;
  line-height: 1.5em;
  /*margin-top:45px;*/
  box-shadow: 0px 3px 8px rgba(0, 0, 0, .3);
  -webkit-box-shadow: 0px 3px 8px rgba(0, 0, 0, .3);
  -moz-box-shadow: 0px 3px 8px rgba(0, 0, 0, .3);
  /*    box-shadow: 0px 9px 3px -3px rgba(0,0,0,0.4);
  -webkit-box-shadow: 0px 9px 3px -3px rgba(0,0,0,0.4);
  -moz-box-shadow: 0px 9px 3px -3px rgba(0,0,0,0.4);*/
  margin: 0px 0px 25px 0px;
}
.sptitle {
  font-size: 2.0rem;
  line-height: 1.5em;
  font-weight: bold;
  padding: 15px;
  margin-top: 25px;
}
.sptitle a {
  color: #3371CB !important;
  text-decoration: none;
}
.sptitle a:hover {
  color: #50BECB !important;
  text-decoration: none;
}
.side {
  background-color: #FFF;
  text-align: left;
  /*border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;*/
  margin-top: 15px;
}
#dropmenu {
  list-style-type: none;
}
#dropmenu li {
  position: relative;
}
#dropmenu li a {
  display: block;
  padding-left: 2em;
  text-indent: -1em;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #CCC;
  /*font-weight: bold;*/
  line-height: 1.5em;
  text-decoration: none;
  /*color: #707070;*/
}
/*2階層目*/
#dropmenu li ul {
  list-style: none;
}
#dropmenu li ul li a {
  padding-left: 3em;
  text-indent: -1em;
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #CCC;
  /*border-bottom: none;*/
  font-size: 90%;
  font-weight: normal;
}
/*3階層目*/
#dropmenu li ul li ul {
  padding: 10px 0;
  border-bottom: 1px solid #CCC;
}
#dropmenu li ul li ul li a {
  padding-left: 4em;
  text-indent: -1em;
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: none;
  font-size: 80%;
  font-weight: normal;
  color: #3371CB;
}
#dropmenu li a:hover {
  background-color: #99DAE1;
  color: #444;
}
#dropmenu li a:current {
    background-color: #99DAE1;
    color: #FFF;
}
#dropmenu li a:before, #dropmenu ul li a:before {
  content: "\f138";
  font-family: "Font Awesome 5 Free";
  color: #3371CB;
  font-size: 1.2rem;
  padding-right: 5px;
  font-weight: 900;
}
/*#dropmenu ul li ul li a {
  list-style: inside;
  list-style-type: disc;
}*/
/*#dropmenu ul li ul li a:before {
  display: none;
}*/
/*#dropmenu li ul li ul li a:before {
    list-style: inside;
  list-style-type: disc;
}*/
/* ----------------------------------------------------------
!breadcrumb 
---------------------------------------------------------- */
#breadcrumbWrap {
  width: 100%;
  padding: 5px 0;
  background-color: #EAF0F6;
}
.breadcrumbs {
  max-width: 1320px;
  margin: 10px auto;
  overflow: hidden;
  text-align: left;
}
@media screen and (max-width:767px) {
  #breadcrumbWrap {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .breadcrumbs {
    background-color: #f5f5f5;
    border-radius: 4px;
    list-style: outside none none;
    margin-bottom: 20px;
    padding: 8px 15px;
    width: 360px;
  }
}
/* ----------------------------------------------------------
!mainimg ※トップページ：メインイメージ（仮）Wordpressスライダーにするため
---------------------------------------------------------- */
.malls-group {
  position: relative;
}
#mainimg {}
@media screen and (max-width: 768px) {
  #mainimg span {
    font-size: 200%;
  }
}
/*----------------------------------------------------------
header_image ※次ページメインイメージ
---------------------------------------------------------- */
.malls-group {
  position: relative;
}
#header_image {
  max-width: 1320px;
}h1.header_image {
  position: absolute;
  top: 50%;
  left: 15%;
  font-weight: bold;
  font-size: 3.6rem;
  z-index: 1;
}
#header_image span {
  position: absolute;
  top: 60%;
  left: 15%;
  font-weight: bold;
  font-size: 1.4rem;
margin-top: 10px;
}
#header_image img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #header_image span {
    position: absolute;
    top: 60%;
    left: 15%;
    font-weight: bold;
    font-size: 1.4rem;
    margin: 20px 45px;
  }
}
@media screen and (max-width: 768px) {
  #header_image {
    position: static;
    margin-bottom: 0px;
  }
  h1.header_image {
    position: absolute;
    top: 30%;
    left: 5%;
    font-weight: bold;
    font-size: 2.4rem;
    z-index: 2;
  }
  #header_image span {
    position: absolute;
    top: 40%;
    left: 2%;
    font-weight: bold;
    font-size: 1.2rem;
  }
}
/*----------------------------------------------------------
!contents
---------------------------------------------------------- */
.container {
  max-width: 1320px;
  /*max-width: 1024px;*/
}
@media screen and (max-width: 768px) {
  .container {
    padding-right: 10px;
    padding-left: 10px;
  }
}
#primary {
  margin: 25px auto 45px;
}
/*----------------------------------------------------------
!pagetop
---------------------------------------------------------- */
#pagetop {
  position: fixed;
  bottom: 20px;
  right: 50px;
  /*font-size: 140%;*/
  z-index: 1000;
}
#pagetop a {
  background: #10C0C5;
  text-decoration: none;
  color: #fff;
  padding: 10px 20px;
  text-align: center;
  display: block;
}
#pagetop a:hover {
  text-decoration: none;
  background: #999;
}
@media screen and (max-width: 768px) {
  #pagetop {
    /*position: static;*/
    position: fixed;
    bottom: 20px;
    right: 50px;
    /*background: #fff;*/
    text-align: center;
    padding: 5px 0;
  }
  #pagetop a {
    background: #10C0C5 none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    display: block;
    line-height: 1.5em;
    padding: 8px 0;
    text-align: center;
    text-decoration: none;
    width: 50px;
  }
}
/*----------------------------------------------------------
!footer
---------------------------------------------------------- */
#footer {
  width: 100%;
  /*padding-top: 16px;*/
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0px;
  height: auto;
  background-color: #FFF;
  font-size: 90%;
}
.footer-block-content {
  max-width: 1320px;
  margin: 0 auto;
}
.footer-block-in {
  margin: 65px;
  float: right;
  font-size: 110%;
}
.footer-logo {
  margin-bottom: 15px;
}
.footer-block p {}
/*お問い合わせボタン*/
.btn_contact {
  margin-top: 10px;
  width: 100%;
}
.btn_contact a {
  background-color: #3371CB;
  text-decoration: none;
  color: #FFF;
  text-align: center;
  display: block;
  line-height: 1.5em;
  padding: 10px;
}
.btn_contact a::before {
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding-right: 5px;
}
.btn_contact a:hover {
  color: #FFF;
  text-decoration: none;
  background: #10C0C5;
}
#copyright-link {
  background-color: #3371CB;
  padding: 10px 0px;/*※取るとレイアウト崩れる*/
}
#copyright-link-in {
  max-width: 1320px;
  margin: 0 auto;
  padding: 18px;/*※取るとレイアウト崩れる*/

}
.copyright {
  color: #fff;
}
.footer-Links {
  text-align: right;
}
.footer-Links ul li {
  display: inline;
  color: #FFF;
  border-left: 1px #FFF solid;
  padding: 0 10px;
}
.footer-Links ul li:last-child {
  border-right: 1px #FFF solid;
}
.footer-Links ul li a {
  text-decoration: none;
  color: #FFF;
}
.footer-Links ul li a:hover {
  color: #A1D5E3;
}
.footer-banner {
  background: #FFF;
  max-width: 1320px;
  margin: 0 auto;
  padding: 25px;
  font-size: 90%;
}
.cybertrust {
  text-align: center !important;
  border-left: 1px solid;
}
@media (max-width: 980px) {
  .footer-Links {
    text-align: left;
  }
  .copyright {
    margin: 10px 0;
  }
  .footer-Links {
    margin: 10px 0;
  }
  .p-mark {
    margin-bottom: 25px;
  }
  .cybertrust {
    border-left: none;
  }
}
.footer-block {
  background-image: url("../img/footer_proassist_back.jpg");
  height: 360px;
}
.tel-number {
  color: #000 !important;
}
@media screen and (max-width: 768px) {
  .footer-block-content {
    max-width: 1320px;
    margin: 0 auto;
    text-align: center;
    width: 70%;
    /*padding: auto;*/
    padding-top: 45px;
  }
  .footer-block-in {
    margin: 0px auto;
    float: none;
    font-size: 110%;
  }
}
/*----------------------------------------------------------
!heading
---------------------------------------------------------- */
.prod-title { /*NEWタイトル*/
  text-align: center;
  margin: 45px auto;
}
.prod-title span.m-title-policy { /*品質基本方針*/
  color: #3371CB;
  font-size: 1.5rem;
}
.prod-title span.m-title {
  color: #CCC;
  font-size: 1.2rem;
}
.m-read {
  margin: 45px;
}
h1 {
  font-size: 3rem;
  font-weight: bold;
}
h2{
  font-size: 3rem;
  font-weight: bold;
}
h2.main-ttl { /*両端にブルーのあるやつ*/
  position: relative;
  text-align: center;
  color: #3371CB;
}
h2.main-ttl span {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin: 0 2.5em;
  padding: 0 2em;
  background-color: #fff;
  text-align: left;
}
h2.main-ttl::before {
  position: absolute;
  top: 50%;
  z-index: 1;
  content: '';
  display: block;
  width: 100%;
  height: 10px;
  background-color: #3371CB;
}
h2.entry-title { /*背景ブルー*/
  font-size: 1.8rem;
  font-weight: bold;
  background-color: #3371CB;
  color: #FFF;
  padding: 10px 25px;
  text-align: left;
  margin: 25px auto;
}
h2.entry-title a{
    color:#FFF;
    text-decoration: none;
}
h2.entry-title a:hover{
    color:#68ABFC;
    text-decoration: none;
}
h2.entry-title::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: " \f105";
  padding-right: 5px;
}
h3 {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.8em;
}
h3.entry-title a {
  margin-top: 0px;
  margin-bottom: 15px;
  line-height: 1.5;
  font-weight: bold;
  padding: 4px 0 10px 0px;
}
h1.line-ttl {
  border-bottom: solid 4px #CCCCCC; /*[1]線の太さと地の色を指定*/
  position: relative;
  margin: 50px auto;
  text-align:left;
  font-weight: bold; /* または font-weight: 700; */
  color:#333;
}
h1.line-ttl:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 4px #1C78DF; /*[2]アクセントの色を指定（太さは上記[1]に揃える）*/
  bottom: -4px; /*[3]太さの分だけ線の位置を調整*/
  width: 23%; /*[4]アクセントカラーの幅を指定*/
  text-align:left;
}

h2.line-ttl {
  font-size: 2.0rem; 
  padding-left:0.5em; 
  border-left:solid 0.5em #1c78df; 
  margin-bottom: 10px;
  text-align: left; /* テキストを左揃えに設定 */
}
h3.line-ttl {
  font-size: 18px; 
  padding-left:0.5em; 
  margin-bottom: 10px;
  text-align: left; /* テキストを左揃えに設定 */
}
h2.line-ttl:after {
  font-size: 18px; 
  padding-left:0.5em; 
  border-left:solid 0.5em #1c78df; 
  margin-bottom: 10px;
  text-align:left;
}

dl.line-ttl {
  border-bottom: solid 4px #CCCCCC; /*[1]線の太さと地の色を指定*/
  position: relative;
  margin: 25px auto;
}
dl.line-ttl:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 4px #1C78DF; /*[2]アクセントの色を指定（太さは上記[1]に揃える）*/
  bottom: -4px; /*[3]太さの分だけ線の位置を調整*/
  width: 23%; /*[4]アクセントカラーの幅を指定*/
}

h4 {
   /* background-color: #F0F0F0; */
  color: #333333;
  font-weight: bold;
  font-size: 1.8rem;
  padding: 10px 25px;
  margin: 10px auto;
}
.clear_text {
	background-color: initial;
    padding: initial;
}
h5 {
  font-size: 1.6rem;
  line-height: 1.5em;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #1C78DF;
}
/*20230311-sol事例追加*/
h5.line-ttl-sol {
  font-size: 1.6rem;
  line-height: 1.5em;
  font-weight: bold;
 margin-left: 10px;
  margin-top: 15px;
  margin-bottom: 5px;
}
h5.line-ttl-sol::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: " \f0c8";
  padding-right: 5px;
}
h5.dx-ttl{
color: #3371CB;
border-bottom: solid 2px #3371CB;
}
h5.ai-ttl{
color: #EBA0C8;
border-bottom: solid 2px #EBA0C8;
}
h5.kikan-ttl{
color: #BAC73F;
border-bottom: solid 2px #BAC73F;
}
h5.kiki-ttl{
color: #EACA51;
border-bottom: solid 2px #EACA51;
}
h5.kumi-ttl{
color: #64D1DC;
border-bottom: solid 2px #64D1DC;
}

h6 {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.5em;
  color: #1C78DF;
  margin-top: 5px;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 3rem;
    font-weight: bold;
    margin: 0 45px;
  }
  h2.main-ttl span {
    position: relative;
    z-index: 2;
    display: inline-block;
    margin: 0 2.5em;
    padding: 0 0em;
    background-color: #fff;
    text-align: center;
  }
  h3 {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.6em;
  }
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 2.5rem;
    font-weight: bold;
    margin: 0 25px;
  }
}
.title-block {
  display: block;
  font-size: 1.6rem;
  text-align: center;
  font-weight: bold;
}
.heading {
  text-align: center;
  font-size: 2rem;
  line-height: 2;
  font-weight: bold;
}
.lead {
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .heading {
    margin-top: 20px;
    text-align: center;
    font-size: 1.5rem;
    line-height: 1.5;
    font-weight: bold;
  }
  .lead {
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.4;
  }
}
@media screen and (max-width: 768px) {
  /*初期値767*/
  h1 {
    font-size: 1.5rem;
    font-weight: bold;
  }

}
@media screen and (max-width: 768px) {
  h4 {
    padding-left: 10px;
  }
  h5 {
    font-size: 120%;
    font-weight: bold;
    line-height: 1.5em;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.page-header {
  border-bottom: none !important;
  padding-bottom: 0px;
  margin-top: 20px;
}
/* ================================================================================
	/*404 File Not Found*/
/*================================================================================ */
#notfound {
  font-size: 140%;
  color: #000;
}
#contents-body #notfound .tit_basic01 {
  font-size: 215%;
  line-height: 2em;
  font-weight: bold;
  margin-bottom: 15px;
  padding-top: 15px;
  padding-right: 0;
  padding-bottom: 2px;
  padding-left: 45px;
  border-bottom: 5px solid #3371CB;
  color: #000;
}
/* ================================================================================
	advertise 広告エリアバナー
================================================================================ */
/* 5 Columns */
.col-xs-15, .col-sm-15, .col-md-15, .col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
.col-xs-15 {
  width: 20%;
  float: left;
}
@media (min-width: 767px) {
  .col-sm-15 {
    width: 20%;
    float: none;
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left;
  }
}
@media (max-width: 480px) {
  .col-md-12.text-left .banner-ad-img .row {
    display: block;
  }
}
/*-----------------------------------------------
list-menu-content ※上部のメニュー
----------------------------------------------- */
#list-menu-content {
  text-align: left;
}
#list-menu-content ul li.list-menu a {
  text-decoration: none;
  display: block;
  border: 1px solid #ccc;
  padding: 10px 5px;
  margin-right: 5px;
  margin-top: 2px;
  margin-bottom: 3px;
  border-radius: 5px;
  font-size: 14px;
  text-indent: -1em;
  padding-left: 1.5em;
  padding-right: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
}
#list-menu-content ul li.list-menu a:hover {
  background-color: #C1EDFB;
}
#list-menu-content ul li.list-menu {
  position: relative;
  float: left;
  width: 33%;
}
#list-menu-content ul li.list-menu a::before {
  content: "\f0da";
    font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding-right: 5px;
  color: #3371CB;
}
/*----------------------------------------------------
    各ページのインデックスメニュー
----------------------------------------------------*/
.grid3 {
  margin: 0px 0px 25px 0px;
}
.grid3 p img {
  background-color: #ffffff;
  /*opacity: 0.6;*/
}
.grid3 p img:hover {
  /*opacity: 1;*/
  opacity: 0.6;
}
.grid3 .grid3-prod-title {
  top: 50%;
  bottom: 20px;
  left: 20px;
  right: 20px;
  text-align: center;
}
.grid3 .menu-ttl {
  color: #3371CB;
}
.grid3 .menu-ttl::before {
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding-right: 5px;
}
.grid3 .menu-ttl-text {
  padding-left: 25px;
}
/*----------------------------------------------------
    各ページのインデックスメニュー【Business】
----------------------------------------------------*/
.grid-business {
  margin: 0px 0px 25px 0px;
  text-align: right;
}
.grid-business p img {
  background-color: #ffffff;
}
.grid-business p img:hover {
  opacity: 0.6;
}
.grid-business-prod-title {
  /*margin-bottom: 25px;*/
  margin-bottom: 5px;
  border-bottom: dotted 2px #CCC;
}
@media only screen and (max-width:480px) {
  .grid-business {
  margin: 25px 0px 25px 0px;
  text-align: center;
}
}

h3.menu-ttl a {
  color: #3371CB;
  font-size: 2.2rem
}
h3.menu-ttl a:hover {
  color: #10C0C5;
  font-size: 2.2rem
}
.menu-ttl-text {
  color: #CCC;
  font-weight: bold;
}
.gray-box {
  background-color: #999;
  color: #FFF;
 /* line-height: 5rem;*/
}
/*----------------------------------------------------
    Table .item01
----------------------------------------------------*/
.table.item01 {
  margin-top: 25px;
  margin-bottom: 25px;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}
.table.item01 th {
  background-color: #DDDDDD;
}
.table.item01 tr th {
  width: 20%;
  color: #333;
  background-color: #F2F2F2;
}
.table.item01 tr td {
  color: #333;
}
.table.item01.entry-content ul {
  margin: 1em 0;
  padding-left: 20px;
  list-style-type: disc !important;
}
.entry-content ol {
  margin: 1em 0;
  padding-left: 20px;
  list-style-type: decimal !important;
}
@media only screen and (max-width:480px) {
  table {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
  .item01 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .table.item01 tr th {
    width: 100%;
  }
  .table.item01 tr td {
    width: 100%;
  }
  .item01 th, .item01 td {
    width: 100%;
    display: block;
    border-top: none;
    padding-left: 15px;
  }
  .item01 tr:first-child th {
    border-top: 1px solid #ddd;
  }
  th, section td {
    padding: 10px;
    text-align: left;
    border: 1px solid #ddd;
  }
  th {
    background: #f4f4f4;
  }
}
/*----------------------------------------------------
    Table .item02
----------------------------------------------------*/
.table.item02 {
  margin-top: 25px;
  margin-bottom: 25px;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}
.table.item02 th {
  background-color: #DDDDDD;
}
.table.item02 tr th {
  width: 20%;
  color: #333;
  background-color: #F2F2F2;
}
.table.item02 tr td {
  width: 80%;
  color: #333;
}
@media only screen and (max-width:480px) {
  table {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
  .item02 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .table.item02 tr th {
    width: 100%;
  }
  .table.item02 tr td {
    width: 100%;
  }
  .item02 th, .item02 td {
    width: 100%;
    display: block;
    border-top: none;
    padding-left: 15px;
  }
  .item02 tr:first-child th {
    border-top: 1px solid #ddd;
  }
  th, section td {
    padding: 10px;
    text-align: left;
    border: 1px solid #ddd;
  }
  th {
    background: #f4f4f4;
  }
}
/*----------------------------------------------------
    Table .item03 Contact
----------------------------------------------------*/
.table.item03 {
  margin: 25px auto;
  text-align: left;
  table-layout: fixed;
  word-break: break-all;
  word-wrap: break-word;
}
.table.item03 th {
  background-color: #DDDDDD;
}
.table.item03 tr th {
  width: 30%;
  color: #333;
  background-color: #F2F2F2;
}
.table.item03 tr td {
  width: 70%;
  color: #333;
}
@media only screen and (max-width:480px) {
  table {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
  .item03 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .table.item03 tr th {
    width: 100%;
  }
  .table.item03 tr td {
    width: 100%;
  }
  .item03 th, .item03 td {
    width: 100%;
    display: block;
    border-top: none;
    padding-left: 15px;
  }
  .item03 tr:first-child th {
    border-top: 1px solid #ddd;
  }
  th, section td {
    padding: 10px;
    text-align: left;
    border: 1px solid #ddd;
  }
  th {
    background: #f4f4f4;
  }
}
.tbl-r05 th {
  background: #929292;
  border: solid 1px #ccc;
  color: #fff;
  padding: 10px 5px;
  font-weight: bold;
  font-size: 90%;
}
.tbl-r05 td {
  border: solid 1px #ccc;
  padding: 10px 5px;
}
.tbl-r05 td:first-child {
  background: #fbf5f5;
}
@media screen and (max-width: 768px) {
  .tbl-r05 {
    width: 100%;
    font-size: 90%;
  }
  .tbl-r05 .thead {
    display: none;
  }
  .tbl-r05 tr {
    width: 100%;
  }
  .tbl-r05 td {
    display: block;
    text-align: right;
    width: 100%;
  }
  .tbl-r05 td:first-child {
    background: #929292;
    color: #fff;
    font-weight: bold;
    text-align: center;
  }
  .tbl-r05 td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    margin-right: 10px;
  }
}
/* ------------------------------------------------------------

	contact style お問い合わせ

------------------------------------------------------------ */
/* ----------　姓名の入力欄のサイズ調整　---------- */
.wpcf7 input[name="your-name"], .wpcf7 input[name="your-name2"], .wpcf7 input[name="your-kana"], .wpcf7 input[name="your-kana2"], .wpcf7 input[name="i-your-name"], .wpcf7 input[name="i-your-name2"], .wpcf7 input[name="i-your-kana"], .wpcf7 input[name="i-your-kana2"], .wpcf7 input[name="t-your-name"], .wpcf7 input[name="t-your-name2"], .wpcf7 input[name="t-your-kana"], .wpcf7 input[name="t-your-kana2"] /*.wpcf7 input[name="your-email"],
.wpcf7 input[name="your-subject"]*/ {
  width: 40%;
  margin-right: 10px;
  /*	height: 35px !important;*/
}
/* ----------　郵便番号、都道府県の入力欄のサイズ調整　---------- */
.wpcf7 input[name="zip"], .wpcf7 input[name="pref"] {
  width: 40%;
}
/* ----------　確認ボタン、送信ボタン　---------- */
.wpcf7-form input[type=submit] {
  width: 250px;
  height: 50px;
  font-size: 20px;
  font-weight: bold;
  margin-top: 5px;
  background: #F90;
  color: #FFF;
  border: 1px solid #ffae13;
}
.wpcf7-form input[type=submit]:hover {
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}
/* ----------　戻って編集ボタン　---------- */
.wpcf7-form .wpcf7c-btn-back {
  background-color: #ddd;
  color: #000;
  float: left;
  font-size: 20px;
  font-weight: bold;
  height: 50px;
  width: 250px;
}
/*・-------入力欄のレスポンシブ対応---------・*/
.form-width {
  max-width: 100%;
}
/*・-------テキストエリアの高さ調整---------・*/
.wpcf7-form textarea {
  height: 350px;
}
/*・-------修正・送信ボタンの調整---------・*/
.btn-area {
  text-align: center !important;
  width: 60%;
  margin: 0 auto;
}
.wpcf7-form .wpcf7c-btn-back:hover {
  background-color: #EEE;
  color: #000;
  float: left;
  font-size: 20px;
  font-weight: bold;
  height: 50px;
  width: 250px;
}
.form-contact {
  margin: 20px 0 0 0;
  font-size: 100%;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
/* ----------　入力エラー　---------- */
.wpcf7 .wpcf7-not-valid {
  background: pink;
}
/* ----------　入力エラーテキスト出力　---------- */
.wpcf7 .wpcf7-response-output {
  margin: 10px 0 0;
  padding: 8px 35px 8px 14px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
/* ----------　入力エラーテキスト　---------- */
.wpcf7 .wpcf7-validation-errors {
  background-color: pink;
  border: 1px solid #eed3d7;
  color: #db0000;
  font-size: 140%;
  font-weight: bold;
  text-align: center;
}
/* ----------　メール送信成功時　ちなみにメール送信失敗時wpcf7-mail-sent-ng---------- */
.wpcf7 .wpcf7-mail-sent-ok {
  font-size: 140%;
  font-weight: bold;
  text-align: center;
  color: #3A87AD;
  background-color: #D9EDF7;
  border: 1px solid #BCE8F1;
}
/* ----------　入力エリアの見た目設定　---------- */
.wpcf7 input, .wpcf7 textarea {
  padding: 10px;
  border: solid 1px #ccc;
  margin: 0 0 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
/*.form-contact dl dd textarea{
	margin: 0;
	max-width: 95%;
		}*/
/* ----------　入力エリアのマウスオーバ　---------- */
.wpcf7 input:focus, .wpcf7 textarea:focus {
  border: 1px solid #0099FF;
}
/* ----------　入力エリアフォント指定したらwidthが広がったので調整　---------- */
.wpcf7-text, .wpcf7-textarea {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  width: 80%;
}
.wpcf7-select {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  width: 90%;
}
/* ----------　確認画面でForm系要素スタイルの初期化　---------- */
.form-contact .wpcf7c-conf {
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  overflow: hidden
}
/*selectのIE対策　IE10以前は放置*/
select.wpcf7c-conf::-ms-expand {
  display: none;
}
/*必須の調整*/
.haveto {
  padding: 5px;
  background: #D14271;
  color: #fff;
  margin-right: 5px;
  position: relative;
  bottom: 1px;
  float: right;
  border-radius: 10px;
  font-size: 1.4rem;
}
/*必須の調整*/
.havetonone{
  padding: 5px;
  background: #D14271;
  color: #fff;
  margin-right: 5px;
  position: relative;
  bottom: 1px;
  border-radius: 10px;
  font-size: 1.4rem;
}
/*個人情報保護方針同意*/
.agree_policy {
  padding: 10px 20px;
  margin: 20px 25px;
  font-size: 120%;
  font-weight: bold;
  background-color: #f2f2f2;
  text-align: center;
}
/*////////　送信内容確認ボタンの設定追加　////////*/
input[type="submit"][disabled] {
  filter: alpha(opacity=30);
  -moz-opacity: 0.3;
  opacity: 0.3;
}
/*@media screen and (max-width:640px){
.apply-list {
    margin-bottom: 25px;
    margin-left: 10px;
    margin-right: 10px;
    width: 95%;
}
}*/
.wpcf7c-conf {
  background-color: #eeeeee !important;
  border: 1px solid #333333;
  color: black;
}
input.color {
  color: #4797BC;
  font-weight: bold;
  width: 100%;
}
input::-webkit-input-placeholder {
  color: #BBB;
  font-weight: normal;
}
input:-ms-input-placeholder {
  color: #BBB;
  font-weight: normal;
}
input::-moz-placeholder {
  color: #BBB;
  font-weight: normal;
}
/* !Pagenation
----------------------------------------------------------- */
.pagination {
  clear: both;
  padding: 20px 0;
  position: relative;
  font-size: 120%;
  line-height: 1em;
}
.pagination span, .pagination a {
  display: block;
  float: left;
  margin: 2px 2px 2px 0;
  padding: 6px 9px 5px 9px;
  text-decoration: none;
  width: auto;
  background: rgb(248, 248, 248);
  border: 1px solid rgb(230, 230, 230);
  color: rgb(180, 180, 180);
  border-radius: 3px;
}
.pagination a:hover {
  border: 1px solid #3371CB;
  color: #3371CB;
  border-radius: 3px;
}
.pagination .current {
  border: 1px solid #3371CB;
  color: #3371CB;
  border-radius: 3px;
}
/* ================================================================================
	#post section.entry-content
================================================================================ */
/*div.posts,
section.entry-content {
	padding: 0 10px;
	text-align: left;
}*/
div.posts section.entry-content {
  padding: 0;
  line-height: 2em;
  text-align: left;
}
ul.post-categories li {
  font-size: 1.4rem;
}
ul.post-categories li a{
  color:#FFF;
  text-decoration: none
}
ul.post-categories li a:hover{
  color:#99DAE1;
  text-decoration: none
}
/*ニュース詳細（S)*/
.entry-content p {
  line-height: 2.2rem;
  text-align:left;
}
.entry-content .post-meta {
  color: #3371CB;
  font-weight: bold;
  list-style: none;
}
.entry-content .post-meta::before {
  content: "\f073";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding-right: 5px;
  color: #3371CB;
}
.original_link {
  margin: 25px 0;
  float: right;
  border: 2px solid #3371CB;
}
.original_link a {
  display: block;
  color: #3371CB;
  font-weight: bold;
}
.entry-content ul {
  list-style-position: inside;
  margin: 0;
  /*padding:0 0 0 4em;
	margin: 25px auto;*/
}
.entry-content ul li {
  list-style-type: disc;
  padding-left: 2em;
  text-indent: -1em;
  padding-top: 5px;
  font-size:3rem;
}
/*ニュース詳細（E)*/
.entry-content img, .comment-content img, .widget img {
  margin-bottom: 10px;
}
.entry-content-in {
  border-bottom: solid 3px #ddd;
    padding: 25px 0px;
}
.entry-content-in img {
  border: solid 1px #ddd;
    width: 240px;
    height: 160px;
    object-fit: cover;
    /*検索結果のサムネイル表示がいまいちだったため追加nakamura*/
}
.entry-content-in .thumbnail {
  max-width: 100%;
  /*float: left;*/
}
.entry-content-in:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.entry-day {
  margin: 0;
    color:#3371CB;
    font-weight: bold;
    font-size:1.6rem;
}
/*.entry-content img{
	max-width: 100%;
	background-color: #fff;
	padding: 4px;
	margin: 25px 0 ;
}*/
@media screen and (max-width: 768px) {
/*  .entry-content {
   text-align: center;
  }*/
  .entry-content-in {
    /*text-align: center;*/
    text-align: left;
  }
  .entry-content img {
    width: 100%;
    background-color: #fff;
    /*padding: 4px;*/
    /*border: solid 1px #ddd;*/
    float: none;
    margin: 0px auto 0 auto;
  }
  .entry-summary {
    float: none;
  }
  .entry-content ul {
    list-style-position: inside;
    padding: 0 0 0 0em;
    margin: 0;
  }
  .entry-day {
    margin-top: 10px;
  }
}
/* column */
.archive article.entry, .search article.entry {
  background-color: #fff;
  padding: 20px;
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
}
.archive article.entry .attachment-large_thumbnail, .search article.entry .attachment-large_thumbnail {
  background-color: #fff;
  padding: 4px;
  border: solid 1px #ddd;
  float: left;
}
.archive article.entry .entry-header, .archive article.entry .entry-content, .search article.entry .entry-header, .search article.entry .entry-content {
  margin-left: 150px;
}
.archive article.entry time, .search article.entry time {
  position: relative;
  top: -4px;
}
span.author {
  font-size: 80%;
  display: block;
  float: right;
}
.archive article p, .search article p {
  margin: 0;
  text-align: left;
}
ul.social_buttons {
  margin: 10px 0 0;
}
ul.social_buttons:after {
  clear: both;
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden;
}
.social_buttons li {
  float: left;
  list-style: none;
  padding-right: 10px;
}
#content_date_author {
  width: 650px;
}
#content_date_author ul {
  list-style-type: none;
}
.event-info dl {
  border-bottom: 1px #CCCCCC dotted;
  padding: 5px 0px;
  position: relative;
  top: 0;
  left: 0em;
  width: 90%;
  height: auto;
  line-height: 1.5em;
  margin: 25px 0;
}
.event-info dl dt {
  text-align: left;
  padding-right: 5px;
  height: auto;
  width: 10em;
  float: left;
}
.event-info dl dd {
  text-align: left;
  /*padding-left: 18em;*/
  padding-left: 11em;
  padding-right: 5px;
  height: auto;
}

/* ----------------------------------------------------------
entry-footer※前の記事へ、次の記事へ
---------------------------------------------------------- */
.post-navigation {
  overflow: hidden;
  padding: 12px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
    margin-top: 3em!important;
}
.prev a {
  position: relative;
  float: left;
  width: 50%;
}
.next a {
  position: relative;
  float: right;
  width: 50%;
  text-align: right;
} /*

/* Larger devices */
@media (min-width: 600px) {
  .prev-next-link {
    display: flex;
  }
  .prev-next-link a {
    flex: 1;
  }
  .prev-next-link a, .prev-next-link a:first-child {
    border: none;
  }
  .next-link {
    text-align: right;
  }
}
/* Responsive */
@media (min-width: 600px) {
  .prev-next-link {
    display: flex;
  }
  .prev-next-link a {
    flex: 1;
  }
  .prev-next-link a, .prev-next-link a:first-child {
    border: none;
  }
  .next-link {
    text-align: right;
  }
}

/* ----------------------------------------------------------
OL/UL/List共通設定
---------------------------------------------------------- */
.entry-content ol.upper-roman {
  list-style-position: inside;
  list-style-type: upper-roman !important;
  font-weight: bold;
  color: #3371CB;
}
.entry-content ol.upper-roman ol {
  font-weight: normal;
  color: #333;
}
/*OL 数字あり*/
.nocount {
  list-style-type: decimal;
  list-style-position: inside;
  padding: 0 0 0 2em;
  margin: 0;
}
.nocount li {
  position: relative;
  padding-left: 2em;
  text-indent: -1em;
}
/*OL 数字あり インデントなし*/
.noindent {
  list-style-type: decimal;
  list-style-position: inside;
  padding: 0 0 0 0em;
  margin: 0;
}
.noindent li {
  position: relative;
  padding-left: 2em;
  text-indent: -1em;
}
/*OL 数字あり青太---一寸法師*/
.n-count-bb {
  list-style-type: decimal;
  list-style-position: inside;
  padding: 0 0 0 1em;
  margin: 0;
  font-size: 2rem;
  font-weight: bold;
  color: #3371CB;
}
.n-count-bb li {
  position: relative;
  padding-left: 1em;
  text-indent: -1em;
}
ol.list_parentheses {
    text-indent: -2em;
    font-weight: normal;
}
/*OL カッコつき（1）数字あり*/
.list_parentheses {
  padding: 0 0 0 2em;
  margin: 0;
}
.list_parentheses li {
  list-style-type: none;
  list-style-position: inside;
  counter-increment: cnt;
  padding-left: 2em;
  text-indent: -2em;
}
.list_parentheses li:before {
  /*display: marker;*/
  content: "("counter(cnt) ") ";
}
/*○*/
.list_circled {
    margin: 0 0 0 4em;
    padding: 0;
    position: relative;
    text-indent: -1em;
}
.list_circled li  {
list-style: none;
list-style-position:outside;
margin:0;
padding-left:1.25em
}
.list_circled li span {
position: absolute;
left:0;
margin:0
}


/*OL 健康宣言-アンダーライン付き青文字*/
ol.unline-list {
  padding-right: 40px;
}
.unline-list li {
  border-bottom: 1px #CCC solid;
  list-style-position: inside;
  font-weight: bold;
  color: #3371CB;
  margin: 25px 0;
}
@media screen and (max-width: 768px) {
    ol.unline-list {
  padding-right: 0px;
}
}
/*UL ノーマルタイプ*/
.n_list {
  padding: 0 0 0 2rem;
  margin: 0;
}
.n_list li {
  list-style-type: disc;
  list-style-position: inside;
  position: relative;
  padding-left: 1rem;
  text-indent: -1rem;
  line-height: 2rem;
}
.n_list li ul {
  padding: 0 0 0 2rem;
  font-size: 1.4rem;
  margin: 10px 0;
}
.n_list li ul li {
  list-style-type: disc;
  list-style-position: inside;
  position: relative;
  padding-left: 1rem;
  text-indent: -1rem;
  line-height: 2rem;
  color: #333;
  font-weight: normal;
}
/*UL ノーマルタイプ※インデントなし*/
#techno-table .n_noindent {
  padding: 0;
  margin: 0;
}
#techno-table .n_noindent li {
  list-style-type: disc!important;
  list-style-position: inside!important;
  position: relative!important;
  padding-left: 1rem;
  text-indent: -1rem;
  line-height: 2rem;
}
#techno-table .n_noindent li ul {
  padding: 0;
  font-size: 1.4rem;
  margin: 10px 0;
}
#techno-table .n_noindent li ul li {
  list-style-type: disc!important;
  list-style-position: inside!important;
  position: relative!important;
/*  padding-left: 1rem;
  text-indent: -1rem;
  line-height: 2rem;*/
  color: #333;
  font-weight: normal;
}

/*UL 四角と青色*/
.link_list {
  padding: 0 0 0 2em;
  margin: 0;
}
.link_list li {
  position: relative;
  list-style-type: square;
  color: #3371CB;
  list-style-position: inside;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 2em;
}
.link_list li a {
  font-weight: bold;
}
/*UL まると青色とせまい*/
.link_list_s {
  padding: 0 0 0 2em;
  margin: 0;
}
.link_list_s li {
  position: relative;
  list-style-type: disc;
  color: #3371CB;
  list-style-position: inside;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.5em;
}
.link_list_s li a {
  font-weight: bold;
}
/*UL ノーマルタイプ typeなし*/
.n_listno {
  padding: 0 0 0 0em;
  margin: 0;
}
.n_listno li {
  list-style-type: none;
  list-style-position: inside;
  position: relative;
  padding-left: 1em;
  text-indent: 0em;
  line-height: 2em;
}

/*UL ノーマルタイプ※インデントなし*/
.n_noindent {
  padding: 0;
  margin: 0;
}
ul.n_noindent li {
  list-style-type: disc;
  list-style-position: inside;
  position: relative;
/*  padding-left: 1rem;
  text-indent: -1rem;
  line-height: 2rem;*/
}
ul.n_noindent li ul {
  padding: 0;
  font-size: 1.4rem;
  margin: 10px 0;
}
ul.n_noindent li ul li {
  list-style-type: disc;
  list-style-position: inside;
  position: relative;
/*  padding-left: 1rem;
  text-indent: -1rem;
  line-height: 2rem;*/
  color: #333;
  font-weight: normal;
}

/* =Widgets
----------------------------------------------- */
aside {
  margin-bottom: 10px;
}
.widget {
  margin: 0 0 1.5em;
}
.widget-title {
  background: #3371CB;
  color: #FFF;
  padding: 0.7em;
  font-size: 120%;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
/*最近の投稿*/
.widget_meta ul, .widget_archive ul, .widget_pages ul, .widget_recent_entries ul {
  list-style: disc;
  margin: 0 10px;
}
.widget_meta li, .widget_archive li, .widget_pages li, .widget_recent_entries li {
  position: relative;
  list-style-type: square;
  color: #3371CB;
  list-style-position: inside;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.5em;
}
/*カテゴリ*/
.widget_categories {
  text-align: center;
}
/*検索*/
.widget_search {
  text-align: center;
}
.widget_search .search-field {
  width: 100%;
}
.widget_calendar .calendar_wrap {
  text-align: center;
}
.calendar_wrap caption {
  caption-side: top;
  text-align: center;
  color: #3371CB;
}
.widget_calendar .calendar_wrap table td, .widget_calendar .calendar_wrap table th {
  border: none;
  text-align: center;
}
.widget_calendar .calendar_wrap a {
  text-decoration: underline;
}
/*≪ 前の記事へ 次の記事へ ≫
taxonomy-notice_category.php*/
posts-navigation {
  margin-top: 3em;
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.nav-links {
    /*border-top: 1px solid #ccc;*/
  padding: .5em 0;
  margin: 25px 0px;
}
.nav-links:after {
  content: "";
  display: block;
  clear: both;
}
.nav-previous {
  float: left;
}
.nav-next {
  float: right;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}


#n2-ss-2 {
    background: RGBA(255,255,255,0);
    opacity: 1;
    padding: 0px 0px 0px 0px;
    box-shadow: none;
    border: 0px solid RGBA(0,0,0,1);
    border-radius: 0px;
}

#n2-ss-2 {
    font-family: 'Arial';
    color: #ffffff;
    font-size: 300%;
    text-shadow: 2px 2px 2px RGBA(0,0,0,0.59);
    line-height: 1.3;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    font-weight: 700;
}
.news_list li {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 15px;
    border-bottom: solid 1px #c4c4c4;
}

.news_list li .date {
    width: 6em;
}

.news_list li .cat {
    width: 10em;
    padding: 0.2em 2em 0.3em;
    border-radius: 20px;
    color: #fff;
    text-align: center;
    font-size: 1rem;
    line-height: 1;
    font-size: 1.3rem;
}

.cat {
    width: 10em;
    padding: 0.2em 2em 0.3em;
    border-radius: 20px;
    color: #fff;
    text-align: center;
    font-size: 1rem;
    line-height: 1;
    font-size: 1.3rem;
}



/* レスポンシブ対応 */
@media screen and (min-width: 640px) {
    .news_list li .cat {
        width: 15em; /* 幅を広げる値に調整 */
        font-size:1.75rem;
    }
}
.news_list li .cat.event {
    background: #44aca1;
}

.news_list li .cat.topics {
    background: #e9b1b1;
}

.news_list li .cat.seminar {
    background: #3768b8;
}

.news_list li .ttl {
    width: calc(100% - 18em);
    font-size: 1.5rem;
}

.news_list li .ttl a {
    text-decoration: underline;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.news_list li .ttl a:hover {
    color: #51becb;
}

/*お問合せ　ボタン*/
.custom-button {
    text-align: center; /* テキストを中央に配置 */
    margin: 0 auto; /* 水平方向にセンターリング */
    display: inline-block; /* 垂直方向にセンターリングするために追加 */
    line-height: 40px; /* 垂直方向にセンターリングするために追加（ボタンの高さに合わせて調整） */
    border-radius:0px; 
    background-color:#ff7f50;
    width:55%;
    font-weight: 400;
    position: relative; /* 相対位置指定 */
    top: 60%; /* 上端から中央へ移動 */
    left: 40%; /* 左端から中央へ移動 */
    transform: translate(-70%, -0%); /* ボタンを中央揃えにする */
}

.custom-button a {
    text-decoration: none; /* リンクの下線を削除 */
    color: #ffffff; /* テキストの色を白に設定 */
}

@media (max-width: 768px) {
    .custom-button {
        padding: 8px 16px; /* スモールスクリーン用の余白 */
        fo
    }
}

.custom-button a:hover {
    text-decoration: none; /* マウスオーバー時にリンクの下線を削除 */
    /* その他のスタイルを追加（オプション） */
}


/* お知らせ一覧*/

.news_list {
  list-style: none;
  padding: 0;
}

.news_list li {
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
}


.news-title {
  text-align: left; /* タイトルを左寄せに設定 */
}

.news-title a {
  color: #0083ca; /* 青色に設定 */
  text-decoration: underline; /* タイトルに下線を追加 */
  font-weight: bold; /* 太文字に設定 */
}

/* レスポンシブ対応 */
@media screen and (max-width: 768px) {
  .main_width {
    width: 100%;
  }

  .news-date {
    font-size: 14px;
  }

  .news-title a {
    font-size: 16px;
  }
}

/* 詳細記事のスタイリング */
.news-content {
  margin-top: 20px; /* タイトルからのマージンを設定 */
  font-size: 16px; /* 詳細記事のフォントサイズを設定 */
  line-height: 1.6; /* 行間を調整 */
}

/* リンクのスタイリング */
.news-content a {
  color: blue; /* リンクの色を設定 */
  text-decoration: underline; /* リンクに下線を追加 */
}

/* 詳細記事の画像スタイリング */
.news-content img {
  max-width: 100%; /* 画像の幅をコンテナに合わせる */
  height: auto; /* アスペクト比を保持 */
  margin: 10px 0; /* 画像の上下のマージンを設定 */
}

/* 詳細記事内の段落のスタイリング */
.news-content p {
  margin-bottom: 10px; /* 段落間のマージンを設定 */
  font-size:1.75rem;
  color:#333;
}

/* 詳細記事内の見出しのスタイリング（任意） */
.news-content h2, .news-content h3 {
  font-size: 24px; /* 見出しのフォントサイズを設定 */
  font-weight: bold; /* 見出しを太字に設定 */
  margin-top: 20px; /* 見出しからのマージンを設定 */
  margin-bottom: 10px; /* 見出し後のマージンを設定 */
}

/* お知らせ一覧 */
.news_list {
  list-style: none;
  padding: 0;
}

.news_list li {
  display: flex; /* 上下の要素を横並びにする */
  flex-direction: column; /* 上下の要素を縦に配置する */
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
}

.news-date {
  color: #333333; /* 青色に設定 */
  font-size: 2.0rem; /* 大きいサイズに設定 */
  font-weight: bold; /* 太文字に設定 */
  width: 100%; /* 幅を100%に設定 */
  text-align:left; /* テキストを左揃えにする */
}

.news-title {
  text-align: left; /* タイトルを左寄せに設定 */
  color: #3371cb; /* 青色に設定 */
  font-size: 2rem; /* 大きいサイズに設定 */
  font-weight: bold; /* 太文字に設定 */
  width: 100%; /* 幅を100%に設定 */
  margin-top: 5px;
  margin-bottom: 5px;
}

.news-content {
  margin-top: 10px; /* タイトルからのマージンを設定 */
  font-size: 16px; /* 詳細記事のフォントサイズを設定 */
  line-height: 1.6; /* 行間を調整 */
  width: 100%; /* 幅を100%に設定 */
  text-align:left; /* テキストを左揃えにする */
}

/* リンクのスタイリング */
.news-title a {
  text-decoration: underline; /* リンクに下線を追加 */
}


/* TOPのお知らせ */
#news {
  margin-top: 50px; /* 上部にマージンを追加 */
}

#newsIN{
 float: center;
}

.backnumber {
  width: 100%;
  text-align: center; /* ボタンを中央に配置するために追加 */
  /*margin: 25px 0;*/
}
.backnumber a {
  display: inline-block; /* ボタンをインラインブロック要素に変更 */
  color: #fff;
  padding: 15px 30px; /* パディングを大きく */
  margin: 30px 10px;
  text-decoration: none;
  border: 2px solid #3768B8;
  background: #3768B8; /* 背景色を白に設定 */
  padding: 10px 40px; /* パディングを増やしてボタンサイズを大きく */
  font-size: 2rem; /* 文字サイズを大きく */
  font-weight: bold; /* フォントの太さを変更 */
}
.backnumber a:before {
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  padding-right: 5px;
  font-weight: 900;
}
.backnumber a:hover {
  background: #7d95be;
    color:#FFF;
  text-decoration: none;
    border: 2px solid #7d95be;
}

 
.backnumber_orenge a {
  display: inline-block; /* ボタンをインラインブロック要素に変更 */
  color: #fff;
  margin: 20px 10px;
  text-decoration: none;
  border: 2px solid #ff7f50;
  background: #ff7f50; /* 背景色を白に設定 */
  padding: 10px 10px; /* パディングを増やしてボタンサイズを大きく */
  font-size: 1.75rem; /* 文字サイズを大きく */
  font-weight: bold; /* フォントの太さを変更 */
  /*white-space: nowrap;*/ /* テキストを折り返さないように設定 */
  height:70px;
  width:350px;
}
.backnumber_orenge a:before {
 /* content: "\f0da";
  font-family: "Font Awesome 5 Free";*/
  padding-right: 5px;
  font-weight: 900;
}
.backnumber_orenge a:hover {
  background: #fc9772;
    color:#FFF;
  text-decoration: none;
    border: 2px solid #fc9772;
}


.inner form .item01 {}

@media screen and (max-width: 768px) {
.backnumber {
  width: 100%;
  float: none;
  margin-top:0px;
  color:
}
.backnumber a {
  display: inline-block; /* ボタンをインラインブロック要素に変更 */
  color: #fff;
  /*margin: 30px 10px;*/
  text-decoration: none;
  border: 2px solid #3768B8;
  background: #3768B8; /* 背景色を白に設定 */
  padding: 10px 40px; /* パディングを増やしてボタンサイズを大きく */
  font-size: 1.5rem; /* 文字サイズを大きく */
  font-weight: bold; /* フォントの太さを変更 */
  /*white-space: nowrap;*/ /* テキストを折り返さないように設定 */
}
.backnumber a:before {
  /* content: "\f0da";
  font-family: "Font Awesome 5 Free";*/
  padding-right: 5px;
  font-weight: 900;
}
.backnumber a:hover {
  background: #007bff;
    color:#FFF;
  text-decoration: none;
    border: 2px solid #007bff
}

.backnumber_orenge a {
  display: inline-block; /* ボタンをインラインブロック要素に変更 */
  color: #fff;
  margin: 20px 10px;
  text-decoration: none;
  border: 2px solid #ff7f50;
  background: #ff7f50; /* 背景色を白に設定 */
  padding: 10px 10px; /* パディングを増やしてボタンサイズを大きく */
  font-size: 1.5rem; /* 文字サイズを大きく */
  font-weight: bold; /* フォントの太さを変更 */
  /*white-space: nowrap;*/ /* テキストを折り返さないように設定 */
  width:95%;
}
.backnumber_orenge a:before {
 /* content: "\f0da";
  font-family: "Font Awesome 5 Free";
  padding-right: 5px;
  font-weight: 900;*/
}
.backnumber_orenge a:hover {
  background: #fc9772;
    color:#FFF;
  text-decoration: none;
    border: 2px solid #fc9772
}

}

  #news {
    margin: 0px 0px;
margin-left: 25px;
margin-right: 25px;
  }
  .news-content img {
    width: 100%;
  }
  /*#notice{
	margin: 50px 0px;
	text-align: center;
}*/
  
  #news dt {
   /* width: 100%;*/
    float: none;
    margin-bottom:10px;
    font-size:1.75rem;
  }
  #news dd {
    padding-left: 0em;
  }
  #news dd.indent01{
    text-indent: 0em;
    padding-left: 0em;
    }

  #news .nat_tag {
    margin: 5px 0;
    float: none;
  }
    
  #news_and_topics dl {}
  #news_and_topics dt {
    width: 100%;
    float: none;
  }
  #news_and_topics dd {
    padding-left: 0em;
  }
  #news_and_topics dd.indent01{
    text-indent: 0em;
    padding-left: 0em;
    }

  #news_and_topics .nat_tag {
    margin: 5px 0;
    float: none;
  }
  }
 
/*TOPのMPメインイメージ*/
  div#block-mp{
  /*font-family: 'Arial';*/
  color: #ffa500;
  font-size: 3.5rem;
  /*text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.59);*/
  line-height: 1.3;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
  text-align: center;
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  }
  
  /* 640px未満の画面幅に対するスタイル */
@media screen and (max-width: 768px) {

  div#block-mp{
  /*font-family: 'Arial';*/
  color: #ffa500;
  font-size: 300%;
  /*text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.59);*/
  line-height: 1.3;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
  text-align: center;
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  }  
  
}



  div#block-mp-explan{
  /*font-family: 'Arial';*/
  color: #000;
  font-size: 200%;
  /*text-shadow: 2px 2px 2px RGBA(0,0,0,0.59);*/
  line-height: 1.3;    
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  text-align: center;
  letter-spacing: normal;
  word-spacing: ormal;
  text-transform: none;
  font-weight: 700;"
  width:100px;
  height:100px;
  }
  
  /* 600px未満の画面幅に対するスタイル */
@media screen and (max-width: 768px) {
  div#block-mp-explan {
   font-size: 1.75rem; /* 画面幅が狭い場合のフォントサイズ */
  }
}

/* 600px以上の画面幅に対するスタイル */
@media screen and (min-width: 641px) {
  div#block-mp-explan {
    font-size: 2.5rem; /* 画面幅が広い場合のフォントサイズ */
  }
}


#mp-background {
     display: flex; /* 上下の要素を横並びにする */
      max-width: 20%;
      height: auto;
      display: flex;
      min-height: 430px;
      align-items: center;
    }
    
@media screen and (max-width: 768px) {
      
      #mp-background {
        max-width: 20%;
        margin-right: 0;
      }
    }
    
    
div#bblock-mp {
      display: flex;
      justify-content: center; /* 横方向のセンターリング */
      align-items: center; /* 縦方向のセンターリング */
      height: 100vh; /* コンテナをビューポートの高さに設定 */
    }
    
 
 /* スマートフォン向けのフォントサイズ */
@media screen and (max-width: 768px) {
    .h6, h1, h2, h3, h4, h5, h6 {
        font-size: 0.8rem; /* スマートフォン向けのフォントサイズ */
    }
}

/* タブレット向けのフォントサイズ */
@media screen and  (max-width: 640px) {
    .h6, h1, h2, h3, h4, h5, h6 {
        font-size: 1rem; /* タブレット向けのフォントサイズ */
    }
}


