/* CSS Document */
.base_morning{
	background-color: #0C3449;
	color: #fff;
}
.underline {
    padding-bottom: 5px;
    border-bottom: 1px #D6D6D6 solid;
}
.deep_red{
	color: #aa222a;
}
.camp_contents a:link {
    text-decoration: underline;
}
/*--------------------------------
クーポンページ用
-------------------------------*/
/* Tooltip */
.tooltip::after {
    content: 'クーポンコードをコピーしました';
    background: #555;
    display: inline-block;
    color: #fff;
    border-radius: .4rem;
    position: absolute;
    left: 50%;
    bottom: -.8rem;
    transform: translate(-50%, 0);
    font-size: .75rem;
    padding: 4px 10px 6px 10px;
    animation: fade-tooltip .5s 1s 1 forwards;
}

/* Animation */
@keyframes fade-tooltip {
  to { opacity: 0; }
}
/*--------------------------------
クーポンページ用ここまで
-------------------------------*/
@media screen and (min-width: 0px) and (max-width: 750px) {
h4 {
    width: 100%;
    font-family: source-han-serif-japanese, sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 23px;
    color: #fff;
    background: #0C3449;
    padding: 10px 0;
    margin-bottom: 25px;
    margin: 0 auto 25px;
}
	.lead{
		margin: 1em auto;
	}
li.atn_ico::before{
	font-family: "Font Awesome 5 free";
	content: "\f05a";
	font-weight: bold;
	color: #aa222a;
	margin-right: 0.2em;
	margin-left: -1.3em;
	}
	.lead{
		font-size: 4.375vw;
		text-align: left;
		margin-top: 1em;
	}
	.sub_title_text{
		text-align: left;
	    font-weight: bold;
	}
.contents_wrap ul {
    padding-left: 1.5em;
    color: #4d4d4d;
    line-height: 1.8;
    font-size: 4vw;
    margin-bottom: 1.5em;
}
}

@media screen and (min-width:751px) and (max-width: 1024px) {
.contents_box{
		margin-top: 0!important;
	}
.sub_title_text {
    text-align: left;
    font-weight: bold;
    background-color: #eee;
}
	.lead{
		text-align: left;
	}
h4 {
    width: 100%;
    font-family: source-han-serif-japanese, sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 23px;
    color: #fff;
    background: #0C3449;
    padding: 10px 0;
    margin-bottom: 25px;
    margin: 0 auto 25px;
}
.contents_wrap ul {
    padding-left: 1.5em;
    color: #4d4d4d;
    line-height: 1.8;
}
	li.atn_ico::before{
	font-family: "Font Awesome 5 free";
	content: "\f05a";
	font-weight: bold;
	color: #aa222a;
	margin-right: 0.2em;
	margin-left: -1.3em;
	}
	.camp_contents {
    margin-bottom: 60px;
}
.contents_wrap {
    padding: 0 15px;
}
.lead {
    text-align: left;
    margin-bottom: 50px;
}
img.align-center {
    margin: 0 auto;
    display: block;
}
.one_item_wrap{
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
}
	.one_item_tit{
		width: 5%;
		margin-right: 1%;
		background: #0C3449;
		color: #fff;
		height: 100%;
	}
	.one_item_flow{
		width: 94%;
	}
}

@media screen and (min-width:1025px), print, tv {
	.contents_box{
		margin-top: 0!important;
	}
	.sub_title_text{
		text-align: left;
	    font-weight: bold;
	}
	.lead{
		text-align: left;
	}
	.slider_box_base {
    width: 100%;
    max-width: 2000px;
    margin: 0 auto;
}
	h4 {
    width: 100%;
    font-family: source-han-serif-japanese, sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 23px;
    color: #4d4d4d;
    background: #eee;
    padding: 10px 0;
    margin-bottom: 25px;
    margin: 0 auto 25px;
}
.contents_wrap ul {
    padding-left: 1.5em;
    color: #4d4d4d;
    line-height: 1.8;
}
	li.atn_ico::before{
	font-family: "Font Awesome 5 free";
	content: "\f05a";
	font-weight: bold;
	color: #aa222a;
	margin-right: 0.2em;
	margin-left: -1.3em;
	}
.camp_contents {
    margin-bottom: 60px;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto 60px;
}
.contents_wrap {
    padding: 0 15px;
}
.lead {
    text-align: left;
    margin-bottom: 50px;
}
img.align-center {
    margin: 0 auto;
    display: block;
}
.one_item_wrap{
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
}
.one_item_tit{
	width: 5%;
	margin-right: 1%;
	background: #0C3449;
	color: #fff;
	height: 100%;
}
.one_item_flow{
	width: 94%;
}
.item_flow_box{
	background: #eee;
	padding: 20px;
}
.flow_next{
	text-align: center;
	color: #ddd;
}
.flow_next {
    text-align: center;
    color: #4d4d4d;
    font-size: 25px;
}
div#obj_fade_slider_box {
    background-color: #07364b;
}
.slider_box_base img {
    display: block;
    margin: 0 auto;
}
}