
img {
    image-rendering: -webkit-optimize-contrast;
}
.mainimagesp {
	display: none !important;
}
.hero {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.mincho-text {
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    text-align:center;margin:20px 0;
    font-weight:bold;
    font-size:20px;
    line-height:1.9;
}
.past_box {
    margin:20px 0;
    text-align:right;
}
.past_box img {
    width:320px;
}
.past_box a:hover {
    text-decoration: none;
    opacity: 0.7;
}
.container_bg {
	margin:20px auto;
	padding:20px;
	background-color: #e2dac0;
}
/* Flexbox コンテナの設定 */
.container_2025 {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	height: auto;
	gap: 20px;
}
/* ボックス全体スタイル */
.box_2025 {
	padding: 10px;
	color: #000000;
	text-align: center;
	line-height: 100%;
	border-radius: 5px;
}
/* 左ボックス（広め） */
.box-left {
	flex: 5;
	background-color: #e2dac0;
	width:443px;
	padding:0;
}
.box-left img {
	width:440px;
}
.box-left-text {
    font-size:12px;
    text-align:left;
    line-height:1.3;
    padding-top:5px;
    padding-left: 20px;
}
/* 右ボックス（狭め） */
.box-right {
    flex: 4;
    background-color: #FFFFFF;
    height: 430px;
}
.box-right img {
    width:367px;
    margin-top: 10px;
}
/*--　　Green　　--*/
.container_green {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    height: auto;
    gap: 5px;
}
.box_green {
    padding: 10px;
    color: #000000;
    text-align: center;
    line-height: 100%;
    border-radius: 5px;
}
/* 左ボックス（広め） */
.box_green-left {
    flex: 1;
    width:80px;
    padding:0;
}
.box_green-left img {
    width:80px;
}
.box_green-left-text {
    font-size:14px;
    text-align:left;
    padding-top:5px;
}
/* 右ボックス（狭め） */
.box_green-right {
    flex: 9;
    font-size:15px;
    line-height:1.5;
    color:#000000;
    text-align:left;
}
.box_green-right img {
    width:367px;
    margin-top: 10px;
}
/*--　　Green　　--*/

.container_info {
    margin:20px auto;
    text-align:left;
    font-size:16px;
    line-height:1.6;
}
.button2025 {
    width:640px;
    display: inline-block;
    padding: 24px 24px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    background-color: #ad8d5d;
    border-radius: 8px;
    transition: opacity 0.3s ease;
    color: #FFFFFF !important;
    text-decoration: none !important;
}
.button2025:hover {
    opacity: 0.8;
}
/* ボタンを中央に配置 */
.button2025-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px auto;
}
.oubobox a {
  display: block;
  justify-content: space-between;
  align-items: center;
  border-radius: 10px;
  margin:10px auto;
  padding:30px 10px;
  width: 100%;
  color: #FFF;
  font-size: 22px;
  font-weight: bold;
  background-color: #ad8d5d;
  transition: 0.3s;
  text-align:center;
}
.oubobox a:hover {
  text-decoration: none;
  background-color: #c9a773;
}
.attentionbox {
	font-size:13px;
}
.indentback{
  text-indent: -1em;
  padding-left: 0.8em;
  line-height:1.8em !important;
  font-size:12px;
  list-style:none;
}

@media (max-width: 769px){
.mainimage { display: none !important; }
.mainimagesp { display: block !important; }

#main-box .mt28_resp_7 .form_buttons2020bu a:hover {
    color: #fff;
    text-decoration: underline;
}
.mincho-text {
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	text-align:center;margin:20px 0;
	font-size:16px;
	font-weight:bold;
	line-height:1.9;
}
.container_bg {
	margin:20px auto;
	padding:20px 10px;
	background-color: #e2dac0;
}
.past_box {
	margin:20px 0;
	text-align:center;
}
.past_box img {
	width:95%;
}
.container_2025 {
	flex-direction: column;
	height: auto;
}
.box_2025 {
	/*--flex: 1;--*/
	margin-bottom: 10px;
}
.box_2025:last-child {
	margin-bottom: 0;
}
.container_green {
	display: flex;
	flex-direction: row;
}
/* 左ボックス（広め） */
.box-left {
	flex: 5;
	background-color: #e2dac0;
	width:100%;
	padding:0;
}
.box-left img {
	width:100%;
}
.box-left-text {
    font-size:12px;
    text-align:left;
    line-height:1.3;
    padding-top:5px;
}
/* 左ボックス（広め） */
.box_green-left {
    /*--flex: 1;--*/
    width:80px;
    padding:0;
}
.box_green-left img {
    width:80px;
}
.box_green-left-text {
    font-size:14px;
    text-align:left;
    padding-top:5px;
}
/* 右ボックス（狭め） */
.box_green-right {
    flex: 5;
    font-size:14px;
    line-height:1.6;
    color:#000000;
    text-align:left;
}
.box_green-right img {
    width:367px;
    margin-top: 10px;
}
.button2025 {
    width:95%;
    display: inline-block;
    padding: 24px 24px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    background-color: #ad8d5d;
    border-radius: 8px;
    transition: opacity 0.3s ease;
    color: #FFFFFF !important;
    text-decoration: none !important;
}
}
