@charset "UTF-8";
@media (max-width: 575px) {
	body{
		font-family: 'YuGothic', 'Yu Gothic','游ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo',sans-serif;
		font-size:14px;
		line-height:1.9;
		color:#000;
	}
}

a {
	color:#05589C;
	text-decoration: underline!important;
}
a:hover {
	color:#000;
	text-decoration: underline!important;
}

@media (min-width: 576px) {
	body{
		font-family: 'YuGothic', 'Yu Gothic','游ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo',sans-serif;
		font-size:18px;
		line-height:1.9;
		color:#000;
	}
}
.w100 {
	width:100%;
	box-sizing:border-box;
}
.w50 {
	width:50%;
}
.widthauto {
	width: auto;
	margin:0 auto;
}
.center {
	text-align: center !important;
}
.relative {
	position: relative;
}
.absolute {
	position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
}
.button01 { width: 100%;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	outline: none;
	margin:0 auto;
	padding: .65em 1em;
	font-weight: bold; border-radius: 15px;
	background-color: #0B348E;
	color:#FFF;
}
.button01::before,
.button01::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button01,
.button01::before,
.button01::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button01:hover {
	background-color: #0000FF;
	color: #FFF;
	text-decoration: none !important;
}
.button02 {
	width:100%;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	outline: none;
	margin:0 auto;
	padding: .85em 0;
	font-weight: bold;
	background-color: #D9561C;
	color:#FFF;
}
.button02::before,
.button02::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button02,
.button02::before,
.button02::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button02:hover {
	background-color: #FF0000;
	color: #FFF;
	text-decoration: none !important;
}
.button03 {
	width:100%;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	outline: none;
	margin:0 auto;
	padding: .85em 0;
	font-weight: bold;
	background-color: #2C84C4;
	color:#FFF;
}
.button03::before,
.button03::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button03,
.button03::before,
.button03::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button03:hover {
	background-color: #0000FF;
	color: #FFF;
	text-decoration: none !important;
}
.button04 {
	width:100%;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	outline: none;
	margin:0 auto;
	padding: .85em 0;
	font-weight: bold;
	background-color: #D13C92;
	color:#FFF;
}
.button04::before,
.button04::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button04,
.button04::before,
.button04::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button04:hover {
	background-color: #B100FF;
	color: #FFF;
	text-decoration: none !important;
}
.button05 {
	width:100%;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	outline: none;
	margin:0 auto;
	padding: .85em 0;
	font-weight: bold;
	background-color: #529F4F;
	color:#FFF;
}
.button05::before,
.button05::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button05,
.button05::before,
.button05::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button05:hover {
	background-color: #00FF00;
	color: #FFF;
	text-decoration: none !important;
}
.button06 {
	display: inline-block;
	text-align: center;
	text-decoration: none;
	outline: none;
	margin:0 auto;
	padding: .85em;
	font-weight: bold;
	background-color: #000;
	color:#FFF;
}
.button06::before,
.button06::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button06,
.button06::before,
.button06::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button06:hover {
	background-color: #363636;
	color: #FFF;
	text-decoration: none !important;
}

.sub_category01 {
	display: inline-block;
	text-align: center;
	text-decoration: none;
	outline: none;
	margin:0 auto;
	padding: .2em .5em;
	font-weight: bold;
	background-color: #D85959;
	font-size:0.8em;
	color:#FFF;
	border-radius: 3px;
}
.sub_category02 {
	display: inline-block;
	text-align: center;
	text-decoration: none;
	outline: none;
	margin:0 auto;
	padding: .2em .5em;
	font-weight: bold;
	background-color: #4394D0;
	font-size:0.8em;
	color:#FFF;
	border-radius: 3px;
}
.sub_category03 {
	display: inline-block;
	text-align: center;
	text-decoration: none;
	outline: none;
	margin:0 auto;
	padding: .2em .5em;
	font-weight: bold;
	background-color: #ED9620;
	font-size:0.8em;
	color:#FFF;
	border-radius: 3px;
}
.sub_category04 {
	display: inline-block;
	text-align: center;
	text-decoration: none;
	outline: none;
	margin:0 auto;
	padding: .2em .5em;
	font-weight: bold;
	background-color: #35A557;
	font-size:0.8em;
	color:#FFF;
	border-radius: 3px;
}
.sub_category05 {
	display: inline-block;
	text-align: center;
	text-decoration: none;
	outline: none;
	margin:0 auto;
	padding: .2em .5em;
	font-weight: bold;
	background-color: #A09A92;
	font-size:0.8em;
	color:#FFF;
	border-radius: 3px;
}
.sub_category06 {
	display: inline-block;
	text-align: center;
	text-decoration: none;
	outline: none;
	margin:0 auto;
	padding: .2em .5em;
	font-weight: bold;
	background-color: #D9651C;
	font-size:0.8em;
	color:#FFF;
	border-radius: 3px;
}
.sub_category07 {
	display: inline-block;
	text-align: center;
	text-decoration: none;
	outline: none;
	margin:0 auto;
	padding: .2em .5em;
	font-weight: bold;
	background-color: #2C84C4;
	font-size:0.8em;
	color:#FFF;
	border-radius: 3px;
}
.sub_category08 {
	display: inline-block;
	text-align: center;
	text-decoration: none;
	outline: none;
	margin:0 auto;
	padding: .2em .5em;
	font-weight: bold;
	background-color: #D13C92;
	font-size:0.8em;
	color:#FFF;
	border-radius: 3px;
}
.sub_category09 {
	display: inline-block;
	text-align: center;
	text-decoration: none;
	outline: none;
	margin:0 auto;
	padding: .2em .5em;
	font-weight: bold;
	background-color: #529F4F;
	font-size:0.8em;
	color:#FFF;
	border-radius: 3px;
}
.member_img {
	max-height:295px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform : translate(-50%,-50%);
	transform : translate(-50%,-50%);
}

.member_img_div {
	height:315px;
	/** border: 1px solid #efefef; **/
	position: relative;
}

@media (max-width: 575px) {
	.member_img_div {
		height:auto !important;
	}
	.member_img {
		max-height: none !important;
		position: static;
		top: 50%;
		left: 50%;
		-webkit-transform : translate(0,0);
		transform : translate(0%,0%);
	}
    .res-table {
        width:100%;
        margin:2em auto;
    }
    .res-table th {
        padding:3px;
        display:block;
    }
    .res-table td {
        padding:5px;
        display:block;
    }
	
} 

/*　レスポンシブな字切り　*/

.text br {
	display: none;
}

@media only screen and (max-width: 764px) {
	.text br {
		display: inline;
	}
	.text span {
		display: none;
	}
}
@media only screen and (max-width: 380px) {
	.text {
		font-size:90%;
	}
}

/*　a　*/

#pageTop {
	position: fixed;
	bottom: 20px;
	right: 20px;
}
#pageTop a {
	display: block; text-decoration: none!important;
	z-index: 300;
	border-radius: 30px;
	width: 35px;
	height: 35px;
	background-color:#00005b;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding:4px 0 0;
}
#pageTop a:hover {
	text-decoration: none;
	opacity: 0.7;
}
#pageTop02 { position: fixed;
	bottom: 200px;
	right: 0px;
}
#pageTop02 a {
	display: block;
	z-index: 4;
	width: 80px;
	height: 350px;
	background-color:#0b348e;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	padding:8px;
}
#pageTop02 a:hover {
	text-decoration: none;
	opacity: 0.7;
}

/*　layout　*/

.header_text {
	background-color:#0B348E;
	color:#fff;
	font-size:0.8em;
}
.container {
	max-width:1200px !important;
}
.container-fluid {
	padding:0 !important;
}
footer {
	padding:2rem 0;
	background-color:#EFF9FF;
}
footer.footer01 {
	padding:2rem 0;
	background-color:#E0F4FF;
}
footer.footer02 {
	padding:2rem 0;
	background-color:#6A6A6A;
	color:#FFF;
}

.box01 {
	background-color: #eff9ff;
	background-position: bottom center;
	background-repeat: repeat-x;
	padding:3rem 0;
}
.box02 {
	border-top:20px solid #0B348E;
	border-bottom:20px solid #0B348E;
}
.box03 {
	border:8px solid #0B348E;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	background-color:#fff;
	margin:0 15px;
}
.box04 {
	background-color: #eff9ff;
	background-image: url("/new_common2025/images/box04_back02.png");
	background-position: bottom center;
	background-repeat: repeat-x;
	padding:5rem 0;
}
.box05 {
	background-image: url("/new_common2025/images/box04_back01.png");
	background-position: bottom center;
	background-repeat: repeat-x;
	padding:5rem 0;
}
.box06 {
	background-image:url("/new_common2025/images/footer_back.png");
	background-position:bottom center;
	background-repeat: repeat-x;
	padding:0 0 5rem;
}
.box07 {
	background-color:#FFF;
	border:1px solid #707070;
	margin:0 0px 1rem; border-radius: 25px;
}
.box08 {
	background-color:#EAF9FF;
	padding:5rem 0;
}
.box09 {
	background-color:#fff;
	border: 6px solid #0B348E;
	border-radius: 5px;
	padding:3em;
}

.box10 {
	background-image:url("/new_common2025/images/mirai_footer_pic01.png");
	background-position:bottom center;
	background-repeat: repeat-x;
	padding:2rem 0 8rem !important;
}
.box11 {
	background-color:#FFF;
}
.box12 {
	background-image:url("/new_common2025/images/mirai_header_pic01.png");
	background-position:bottom center;
	background-repeat: repeat-x;
	padding:2rem !important;
	background-color:#BAE2F8;
}
.box13 {
	background-color:#F0F8FF;
	padding:30px;
}
.box14 {
	text-align:center;
}
.box15 {
	background-color:#ff0000; color:#fff; font-weight: bold; line-height: 120%;
}

.box16 { border: 3px solid #ff0000; border-radius: 15px;  
}



.box17 {
	background-color:#0B348E; color:#FFFF00; font-weight: bold; line-height: 120%; border-radius: 30px; 
}

.box18 {
  padding-left: 25px;
}

.box18::before {
  content: "●";
  display: inline-block;
  color: #014099;
  font-weight: bold;
  margin-right: 5px;
  vertical-align: middle;
}

.box19 {
	background-color:#F0F8FF; color: #014099; font-weight: bold;
}

.box20 {
	background-color:#014099; color:#fff; font-weight: bold;
}

.box21 {
	background-color:#ff0000; color:#fff; font-weight: bold;
}
.box22 {
	background-color:#0B348E; color:#fff; font-weight: bold;
}
.box23 {
  border-top: 15px dashed #0B348E; /* 点線の上部境界 */
}
.box_donetion {
	background-image:url("/new_common2025/images/body_back.png");
	background-size: cover;
	background-repeat: repeat-x;
	padding:0 0 5rem;
}
.w75 {
	width:75%;
}
.w1066 {
	max-width:1066px;
	margin:0 auto;
}
.m15 {
	margin: 0 15px;
}
.navbar-nav .nav-link {
    color: rgba(255, 255, 255, 1) !important;
}

/*　h1　*/

h1.h101 {
	font-size:2.28em;
	color:#d50000;
	text-align:center;
	font-weight:bold;
}
.header_text h1 {
	color:#fff;
	font-size:0.8em !important;
}

/*　h2　*/

h2.h201 {
	font-size:1.2em;
	font-weight:bold;
	text-align: center;
	border-radius: 25px 25px 0 0;
	background-color:#0B348E;
	color:#fff; 
}
h2.h202 {
	font-size:1.2em;
	font-weight:bold;
	text-align: center;
	border-radius: 25px 25px 0 0;
	background-color:#17A0DD;
	color:#fff;
}
h2.h203 {
	font-size:2em;
	font-weight:bold;
	text-align: center;
	background-image:url("/new_common2025/images/h203_back.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	color:#0B348E;
	padding:0 0 50px;
}
h2.h204 {
	font-size:1.6em;
	font-weight:bold;
	text-align: left;
	color:#0B348E;
	border-bottom:5px solid #0B348E;
}
h2.h205 {
	font-size:1.5em;
	font-weight:bold;
	text-align: left;
}
h2.h206 {
	font-size:2em;
	font-weight:bold;
	color:#FFE45F;
	font-weight: bold;
	text-align: center;
	background-color:#1480CB;
	border-radius:24px;
}
h2.h207 {
	font-size:2.3125em;
	font-weight: bold;
	text-align:center;
	background-image: url("/new_common2025/images/idea_h201.png");
	background-position: bottom center;
	background-repeat: no-repeat;
	padding:0 0 15px;
}
h2.h208 {
	font-size:1.73em;
	font-weight: bold;
	text-align: center;
}
h2.h209 {
	font-size:2.46em;
	font-weight:bold;
	text-align: center;
	border-top:5px solid #004BB1;
	position: relative;
	display: inline-block;
	max-width: 100%;
	width:100%;
	border-bottom:5px solid #004BB1;
	padding:15px 0;
}
h2.h209:before {
	content: "";
	position: absolute;
	bottom: -24px;
	left: 50%;
	margin-left: -15px;
	border: 14px solid transparent;
	border-top: 14px solid #FFF;
	z-index: 2;
}

h2.h209:after {
	content: "";
	position: absolute;
	bottom: -30px;
	left: 50%;
	margin-left: -15px;
	border: 14px solid transparent;
	border-top: 14px solid #004BB1;
	z-index: 1;
}
h2.h210 {
	font-size:2.46em;
	font-weight:bold;
	color:#FFF;
	font-weight: bold;
	text-align: center;
	background-color:#004BB1;
	border-radius:24px;
	padding:15px 0;
}


h2.h211 {
	font-size:2.46em;
	font-weight:bold;
	text-align: center;
	border-top:15px solid #004BB1;
	max-width: 100%;
	width:100%;
	border-bottom:15px solid #004BB1;
	padding:15px 0;
}

h2.h212 {
	font-size:2.46em; line-height: 160%;
	font-weight:bold;
	text-align: left;
	border-top:15px solid #004BB1;
	max-width: 100%;
	width:100%;
	border-bottom:15px solid #004BB1;
	padding:15px 0;
}


h2.h2kamei01 { 
	color: #FF0000; 
	font-weight: bold;
	text-align: center; 
}
h2.h2kamei02 {
	color:#004BB1;
	font-weight: bold;
	text-align: center; border: 3px solid #004BB1; border-radius: 15px;
	background-color:#fff;
}

/*　h3　*/

h3.h301 {
	font-weight:bold;
	font-size:1.28em;
}
h3.h302 {
	font-size:1.2em;
	font-weight:bold;
	border-bottom:1px solid #000;
}
h3.h303 {
	font-size:1.2em;
	font-weight:bold;
}
h3.h304 {
	font-size:1.5em;
	font-weight:bold;
	background-color:#E3F1FF;
}
h3.h305 {
	font-size:1.75em;
	font-weight: bold;
	text-align:center;
	background-image: url("/new_common2025/images/idea_h301.png");
	background-position: bottom center;
	background-repeat: no-repeat;
	padding:0 0 15px;
}
h3.h306 {
	font-size:1.86em;
	font-weight:bold;
	color:#004BB1;
	background-color:#E0EDFF;
	border-radius:25px;
	padding:15px;
}
h3.h307 {
	font-size:1.86em;
	font-weight:bold;
	color:#004BB1;
	text-align:center;
	background-color:#FFF;
	border-radius:15px;
	padding:15px;
}
/*　h4　*/

h4.h401 {
	font-size:1.28em;
	font-weight:bold;
	color:#20437c;
}
h4.h402 {
	font-size:1.75em;
	font-weight:bold;
	color:#20437c;
}

/*　装飾　*/

.redg{
	color: #ff0000;
}
.p-4 {
	font-size: 85%!important;
}
p {
	margin-bottom:0 !important;
}
.f22b {
	font-size:1.3;
	font-weight:bold;
	color:#0B348E;
}
.f22b2 {
	font-size:1.3;
	font-weight:bold;
	color:#17A0DD;
}
.f24 {
	font-size:1.5em;
	font-weight:bold;
}
.f24_2 {
	font-size:1.3;
	font-weight:bold;
}
.f24_3 {
	font-size:1.3;
}
.f24b {
	font-size:1.2em;
	font-weight:bold;
}
.f28 {
	font-size:1.75em;
}
.f29b {
	font-size:1.45em;
	font-weight:bold;
}
.f31 {
	font-size:2.06em;
	font-weight: bold;
}
.q {
	background-image: url("/new_common2025/images/q.png");
	background-repeat: no-repeat;
	background-position: top left;
	padding:0 0 15px 50px;
}
.a {
	background-image: url("/new_common2025/images/a.png");
	background-repeat: no-repeat;
	background-position: top left;
	padding:0 0 30px 50px;
}
.blueb {
	font-weight:bold;
	color:#1480CB;
}
.blue02 {
	color:#004BB1;
}

@media (max-width: 575px) {
	p.f2 {
		font-size:1.3em!important;
		line-height:1.9;
		font-weight:bold;
		color:#0B348E;
		text-align: center;
	}
}
@media (min-width: 576px) {
	p.f2 {
		font-size:2em;
		line-height:1.9;
		font-weight:bold;
		color:#0B348E;
		text-align: center;
	}
}

p.f2n {
	font-size:1.25em;
	font-weight:bold;
	text-align: center;
}
.f2red {
	font-size:2em;
	font-weight:bold;
	color:#d90000;
}
ul {
    list-style: none;
	margin:0 !important;
	padding:0 !important;
}
ol {
	margin:0 0 0 1.5em !important;
	padding:0 !important;
}
ul li {
	margin:0 !important;
	padding:0 !important;
}
ol li {
	margin:0 !important;
	padding:0 !important;
}
ul.side_ul li:before {
    content: "● ";
}
.dan {
	padding-left:1em;
	text-indent:-1em;
}
.dan02 {
	padding-left:1em;
}
.firstStr:first-letter {
	color:#1480CB;
}
/*　table　*/

.th01 {
	background-color:#0B348E;
	color:#fff;
}
.th02 {
	background-color:#17A0DD;
	color:#fff;
}
.th03 {
	background-color:#EFEFEF;
}
td {
	background-color:#fff;
}

@media (max-width: 766px) {
.box09_c {
	background-color:#fff;
	border: 6px solid #0B348E;
	border-radius: 5px;
	padding:3em;
}
	.center {
		text-align: left !important;
	}
	.box_donetion01 {
		background-color:rgba(255,255,255,0.60);
		padding:.75em .75em;
		margin-top: 40px;
		position: relative;
	}
	footer {
		font-size: 80%;
	}
	.minitable{
		font-size: 80%;
	}
	.container {
		padding:0 15px !important;
	}
	.row {
		margin-right: -30px;
		margin-left: -30px;
	}
	.mr-2,.mx-2 {
		margin-right: 0.01rem !important; 
	}
	.ml-2,.mx-2 {
		margin-left: 0.01rem !important;
	}
    .res-table {
        width:100%;
    }
    .res-table th {
        display:block;
    }

    .res-table td {
        display:block;
    }
	.w50 {
		width:100%;
	}
	.w75 {
		width:90%;
	}
	.w1066 {
		width:100%;
	}
	h1.h101 {
		font-size:1.8em;
		color:#d50000;
		font-weight:bold;
		text-align:left;
	}
	h2.h201,h2.h202,h2.h203,h209 {
		font-size:1.5em;
	}
h2.h2kamei01 {
		font-size:.95em; text-align: center; vertical-align: middle;
	}
h2.h2kamei02 {
		font-size:1.2em; padding: .25em 1em;
	}
	h2.h206 {
		text-align:left !important;
	}
	h2.h207 {
		text-align:left !important;
		font-size:1.7em;
	}
	h2.h208 {
		font-size:1.4em;
		text-align: left;
	}
	h2.h210 {
		font-size:1.6em;
	}
	h2.h211 {
		font-size:1.6em;
	}
	h2.h212 {
		font-size:1.6em;
	}
	h3.h301 {
		font-size:1.2em;
		background-color: #FDF0F0;
		text-align: left;
	}
	h3.h305 {
		font-size:1.5em !important;
	}
	h3.h306,h3.h307 {
		font-size:1.4em !important;
	}
	p.f12 {
		font-size:1.1em;
	}
	p.f15 {
		font-size:1.2em;
		font-weight:bold;
	}
	p.f16 {
		font-size:1.3em;
		font-weight:bold;
	}
	p.f205 {
		font-size:1.2em;
		font-weight:bold;
	}
	p.f22b,p.f22b2 {
		font-size:1.2em;
	}
	.f24,.f24_2,.f24_3 {
		font-size:1.2em;
	}
	.f25 {
		font-size:1em;
		font-weight:bold;
		color:#0B348E;
	}
	.f28 {
		font-size:1.2em;
	}
	.f31 {
		font-size:1.2em;
	}
	p.f2,p.f2n {
		font-size:1.5em;
		text-align: left;
	}
	.f2red {
		font-size:1.5em;
		font-weight:bold;
		color:#d90000;
	}
	.arrowac .arrowac_title {
		font-size:1.4em !important;
	}
	.box14 {
		text-align:left;
	}
.box15 {
		font-size:1.2em; 	padding:.25em 1em; 
	}
.box16 { padding:.25em 1em; 
	}

.box17 {
		font-size:1.2em; 	padding:.45em .25em ; 
	}
.box18 {
		
	}
.box19 {
		font-size:1.2em; padding:.25em 1em; 
	}
.box20 {
		padding:.25em 1em; 
	}
.box21 {
		font-size:1.2em; 	padding:.0em 1em; width: 120px;
	}
.box22 {
		font-size:1.2em; padding:.75em 1em; line-height: 120%;
	}
}




@media (max-width: 767px) {
	.container {
		padding:0 15px !important;
	}
}



@media (min-width: 767px) {
.box09_c {
	background-color:#fff;
	border: 6px solid #0B348E;
	border-radius: 5px;
	padding:3em; min-height: 230px;
}
	.box_donetion01 {
		background-color:rgba(255,255,255,0.60);
		padding:1.5em 1em;
		margin-top: 100px;
		position: relative;
	}
h2.h2kamei01 {
		font-size:1.3em;  text-align: center!important; 
	}
h2.h2kamei02 {
		font-size:2.3em; padding: .25em 1em;
	}
.box15 {
		font-size:2em;  padding:.25em 1em;
	}
.box16 { padding: 1em; font-size:1.2em;
	
	}

.box17 {
		font-size:1.8em; padding:.25em 1em;
	}
.box18 {
		font-size:1.2em;
	}
.box19 {
		font-size:1.4em;  padding:.25em .75em;
	}
.box20 {
		padding:.25em 1em; 
	}
.box21 {
		font-size:1.8em;  padding:.0em 1em; width: 200px;
	}
.box22 {
		font-size:1.8em;  padding:.50em 1em; line-height: 120%;
	}	
}

/* アコーディオン */

.arrowac {
	padding:0;
	list-style:none;
}
.arrowac .arrowac_title {
	background:#fff;
	border:1px solid #ccc;
	text-align:center;
	padding:0.5em 40px 0.5em 0.5em;
	position:relative;
	border-radius: 10px;
	text-align:left;
	font-size:1.8em;
	font-weight:bold;
	color:#0B348E;
}
.arrowac .arrows_content {
	padding:40px;
	border:1px solid #ccc;
}
.arrowac .arrowac_title:before {
	content:"";
 	display:inline-block;
 	width:20px;
 	height:20px;
 	border-right:1px solid #aaa;
 	border-bottom:1px solid #aaa;
 	transform:rotateZ(45deg);
 	position:absolute;
 	right:20px;
 	top:5px;
}
.arrowac .arrowac_title.active:before {
	content:"";
 	display:inline-block;
 	width:20px;
 	height:20px;
 	border-right:1px solid #aaa;
 	border-bottom:1px solid #aaa;
 	transform:rotateZ(-135deg);
 	position:absolute;
 	right:20px;
 	top:15px;
}
.arrowac .arrowac_content {
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:30px;
	margin-bottom:10px;
	display:none;
}
.arrowac .arrowac_content.active {
	display:block;
}
.shopping_box{
	border-width: 1px 0 0 0;
	border-style: dashed;
	border-color: #85D4FB;
}
.shopping_box:nth-child(odd){
	background-color: #fff!important;
}


@media (min-width: 576px) {
.idea_ttl{
font-size: 3em; font-weight: bold; text-align: center;
	}
}

@media (max-width: 575px) {
.idea_ttl{
font-size: 1.3em; font-weight: bold; text-align: center;
	}
}



 .mini-carousel img {
            width: 100%;
            height: 100px; /* 高さを統一 */
            cursor: pointer;
            transition: transform 0.3s;
            object-fit: cover;
        }

        /* ホバー時のエフェクト */
        .mini-carousel img:hover {
            transform: scale(1.1);
        }

        /* ミニカルーセルの枠 */
        .mini-carousel {
            max-width: 600px; /* 横幅調整 */
            margin: auto;
        }

        /* ミニカルーセルの左右ボタン */
        .mini-carousel .carousel-control-prev, 
        .mini-carousel .carousel-control-next {
            width: 10%;
        }
.custom-btn {
    background: linear-gradient(45deg, #ffcc00, #ff6600); /* ゴールド→オレンジ */
    color: black;     font-size: 1.3em;     padding: .75em 2.5em;
    border-radius: 20px; /* 角丸 */
    font-weight: bold;
}

.custom-btn:hover {
    box-shadow: 0 0 15px rgba(255, 215, 0, 0.8); /* ゴールドの光 */
}
