@charset "utf-8";

.disnone{display:none;}
html {
	scroll-behavior: smooth;
	scroll-padding-top: 120px;
}
main * {font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;}

/*759px以下*/
@media screen and (max-width: 759.9px) {
#wrapper {line-height: 1.4;}
.spnone,.smpnone{display:none;}

/* CSS */
#dirPathBlock,
#anchorLinkBlock {
	font-size: 10px;
	margin: 1% 1% 0 1%;
}
#dirPathBlock p,
#anchorLinkBlock a{font-size: 12px;}
#anchorLinkBlock a{color: #FFF!important;}
h1 {
	font-size: 12px;
	margin: 0 1%;
}
article{
	width: 100%;
	background: #0c1341;
	line-height: 1.5;
	padding: 0 0 25px;
}
section {
    width: 100%;
    margin: 0 auto 25px;
    padding: 10px;
    display: block;
    font-size: 14px;
	box-sizing: border-box;
}

/*title*/
#title {
	width: 100%;
    height: 250px;
    background: #222 url(../img/bg.jpg) 70% 95% no-repeat;
    background-size: cover;
}
#title img {width: 100%;}
#title p {
	width: 96%;
    color: #FFF;
    font-size: 12px;
    margin: 0 2%;
    padding: 5px;
    box-sizing: border-box;
    background: rgba(0,0,0,0.3);
}
p.caution {
	text-align: center;
    font-size: 14px;
    font-weight: bold;
    padding: 15px 0!important;
    color: #de1163;
}

/*nav*/
.boxTab{margin: 5px auto;}
.boxTab ul {
	display:flex;
	flex-wrap: wrap;
}
.boxTab li {
    width: calc(100% / 3);
    padding: 0;
    margin: 0;
    text-align: center;
	cursor:pointer;
}
.boxTab li a {
	font-size: 11px;
    color: #2c8f8a;
    height: 50px;
    display: grid;
    align-items: center;
    margin: 0 1px;
    background: rgb(254,255,255);
    background: -moz-linear-gradient(top, rgba(254,255,255,1) 0%, rgba(189,255,252,1) 100%);
    background: -webkit-linear-gradient(top, rgba(254,255,255,1) 0%,rgba(189,255,252,1) 100%);
    background: linear-gradient(to bottom, rgba(254,255,255,1) 0%,rgb(189 255 252) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#e8fdff',GradientType=0 );
	position:relative;
}
.boxTab li.b_on a {
	background: #2c8f8a;
    color: #FFF;
    text-decoration: none!important;
}
.boxTab li.goind a:before,
.boxTab li.goind a:after {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    transform: rotate(45deg);
}
.boxTab li.goind a:before {
	background: #2c8f8a;
    position: absolute;
    bottom: 22px;
    right: 2px;
}
.boxTab li.goind a:after {
	background: #defffd;
    position: absolute;
    bottom: 22px;
    right: 4px;
}
#follow-up_nav.fixed {
    width: 100%;
    position: fixed!important;
    top: 0;
    left: 0;
    z-index: 9999;
    text-align: center;
    background: #FFF;
}

/*about aurora*/
.auroraArea h2 {
	font-size: 18px;
    color: #FFF;
}
.auroraArea p.img img {
	width: 300px;
    height: auto;
    margin: 15px auto;
    display: block;
}
.auroraArea p.txt {
    font-size: 13px;
    margin-bottom: 15px;
    color: #FFF;
}
.auroraArea div.column {

}
.auroraArea div.column2 {
	width: 100%;
    background-color: #f7cee8;
    background-image: linear-gradient(315deg, #f7cee8 0%, #caebfc 22%, #eefff0 99%);
    overflow: hidden;
    clear: both;
}
/*.auroraArea div.column{display:flex;}*/
.auroraArea div.column div.left,
.auroraArea div.column div.right {
	width: 100%;
	background-color: #f7cee8;
    background-image: linear-gradient(315deg, #f7cee8 0%, #caebfc 22%, #eefff0 99%);
}
.auroraArea div.column p.txt,
.auroraArea div.column2 p.txt {
    width: 100%;
    font-size: 12px;
    font-weight: normal;
    padding: 5px 10px;
    box-sizing: border-box;
    color: #222;
}
.auroraArea div.column2 p.txt {margin-bottom: 0;}
.auroraArea .titAurora {
	width: fit-content;
    background: #233587;
    color: #FFF;
    padding: 5px;
    border-radius: 0 20px 20px 0;
}

/*mapArea*/
.mapArea h2{
	text-align: center;
    font-size: 20px;
    color: #FFF;
    margin-bottom: 15px;
}
.mapArea div#map {
	position: relative;
	width: 360px;
    height: 133px;
    background: url(../img/maoarea_bg.png) no-repeat;
    margin: 0 auto 120px -10px;
    box-sizing: border-box;
    font-size: 10px;
    background-size: cover;
}
@media screen and (min-width: 361px) {
.mapArea div#map {margin: 0 auto 120px;}
}

.mapArea p.txt {
	position: absolute;
    left: 0;
    bottom: -75px;
    color: #fff;
    font-size: 10px;
    line-height: 1.7;
}
.mapArea p.txt b{
    width: 100%;
    display: inline-block;
    color: #fff;
    font-size: 12px;
    border-bottom: 1px solid #fff;
    margin-bottom: 5px;
    padding-bottom: 5px;
}
.mapArea p.txt b small{color: #fff;}
.mapArea p.saariselka {
	position: absolute;
	left: 243px;
    top: 29px;
}
.mapArea p.rovaniemi {
	position: absolute;
	left: 239px;
    top: 43px;}
.mapArea p.luosto {
	position: absolute;
    left: 0;
    top: 0;
}
.mapArea p.kiruna {
	position: absolute;
    left: 0;
    top: 0;
}
.mapArea p.tromso {
	position: absolute;
	left: 234px;
    top: 72px;
}
.mapArea p.yellowknife {
	position: absolute;
	left: 97px;
    top: 49px;
}
.mapArea p.fairbanks {
	position: absolute;
	left: 95px;
    top: 9px;
}
.mapArea p.whitehorse {
	position: absolute;
	left: 85px;
    top: 23px;
}
.mapArea p.reykjavik {
	position: absolute;
	left: 201px;
    top: 110px;
}
#map a {
    color: #FFF;
    text-shadow: 0 0 2px BLACK, 0 0 5px BLACK;
}

/* saariselka */
.w100_area-box,
.w50_area-box {
	width:98%;
	background-color: #f7cee8;
    background-image: linear-gradient(315deg, #f7cee8 0%, #caebfc 22%, #eefff0 99%);
	margin: 0 1% 50px;
	position:relative;
}
.w100_area-box .country,
.w50_area-box .country{
	font-size: 14px;
    position: absolute;
    top: 0;
    top: -30px;
    width: 150px;
    height: 38px;
    display: grid;
    align-items: center;
    background: #051a4b;
    text-align: center;
    color: #FFF;
    border: 2px solid #e9fcf2;
    box-sizing: border-box;
}
.w100_area-box dt,
.w50_area-box dt{
    padding: 15px;
    font-size: 20px;
	display: flex;
	line-height: 1;
}
.w100_area-box dt img,
.w50_area-box dt img {
	width: auto;
    height: 38px;
    margin-right: 25px;
	border: 1px solid #222;
}
.w100_area-box dt small,
.w50_area-box dt small{
    font-size: 12px;
	display: inline-block;
}
.w100_area-box dd,
.w50_area-box dd{
	padding: 10px;
}
.w100_area-box table,
.w100_area-box td,
.w100_area-box th,
.w50_area-box table,
.w50_area-box td,
.w50_area-box th {
	border: 1px solid #595959;
    border-collapse: collapse;
    font-size: 10px;
	text-align: center;
	background: #FFF;
}
.w100_area-box td,
.w100_area-box th,
.w50_area-box td,
.w50_area-box th {
	padding: 2px;
}
.w100_area-box th,
.w50_area-box th {
	width: 23%;
    background: #006699;
    box-sizing: border-box;
    color: #FFF;
}
.w100_area-box td,
.w50_area-box td {
	width: 11%;
	box-sizing:border-box;
}
.w100_area-box .basic-information,
.w50_area-box .basic-information{
    margin-bottom: 15px;
	position: relative;
}
.w50_area-box .basic-information .credit1 {
	position: absolute;
    bottom: 95px;
    left: 0;
    font-size: 10px;
}
.w100_area-box .basic-information img,
.w50_area-box .basic-information img{width:100%;}
.w100_area-box .city-txt,
.w50_area-box .city-txt {
    font-size: 14px;
	margin-bottom: 15px;
}
.w100_area-box .pointImg,
.w50_area-box .pointImg {
    padding: 10px;
    font-size: 11px;
    background: #f0e3af;
    box-sizing: border-box;
    box-shadow: 2px 2px 5px #aaa;
}
.w100_area-box .pointImg b,
.w50_area-box .pointImg b {
    color: #2f1703;
    font-size: 12px;
    text-align: center;
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
}
.w100_area-box .pointImg .month,
.w50_area-box .pointImg .month {
    color: #069;
	font-weight: bold;
}
.w100_area-box dd img,
.w50_area-box dd img{
	width: 40%;
    height: auto;
    float: left;
    margin: 0 5% 5px 0;
}
.we_quote {
	color: #fff;
	font-size: 10px;
}

/*服装*/
#shootingtips{
	background-color: #f7cee8;
	background-image: linear-gradient(315deg, #f7cee8 0%, #caebfc 22%, #eefff0 99%);
}
h2.point{
	line-height:34px!important;
/* Permalink - use to edit and share this gradient: //colorzilla.com/gradient-editor/#0070c0+0,3d89bf+100 */
background: rgb(0,112,192); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(0,112,192,1) 0%, rgba(61,137,191,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,112,192,1) 0%,rgba(61,137,191,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,112,192,1) 0%,rgba(61,137,191,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0070c0', endColorstr='#3d89bf',GradientType=0 ); /* IE6-9 */
	font-size:14px;
	font-weight:bold;
	text-align:center;
	color:#FFF;
	margin:0 0 5px 0;
	display:block;
}
.fukusouP img{
    width: 100%;
    height: auto;
}
.fukusouP dl dt{
	background:#2C94B1;
	color:#FFF;
	display:inline-block;
	padding:5px!important;
	font-size:18px;
	margin:-10px 0 0 0!important;
}
.risoTit {
	background: #2C94B1;
    color: #FFF;
    display: inline-block;
    padding: 5px!important;
    font-size: 15px;
    margin-bottom: 15px;
}

dl.fukusou {
	margin: 15px 0;
	border: solid 1px #2C94B1;
	background: #fff;
}
dl.fukusou dd {
	padding: 8px 10px 8px 12px;
}
dl.fukusou dd p {
	padding: 0 0 3px;
	overflow: hidden;
}
dl.fukusou span.left {
	float: left;
	width: 5.5em;
	margin: 0 5px 0 0;
	font-size: 12px;
	line-height: 1.7;
	font-weight: bold;
	white-space: nowrap;
}
dl.fukusou span.right {
	float: left;
	width: 785px;
	font-size: 12px;
	line-height: 1.7;
}
dl.fukusou span.left2 {
	float: left;
	width: 120px;
	margin: 0 5px 0 0;
	font-size: 12px;
	line-height: 1.7;
	font-weight: bold;
	white-space: nowrap;
}
dl.fukusou span.right2 {
	float: left;
	width: 725px;
	font-size: 12px;
	line-height: 1.7;
}

/*btn*/
.btncol2 {
    width: 98%;
    margin: auto;
    display: flex;
    background-color: #f7cee8;
    background-image: linear-gradient(315deg, #f7cee8 0%, #caebfc 22%, #eefff0 99%);
}
.btn {
	width: 98%;
    height: 48px;
    margin: 25px 1%;
    background: #222;
    color: #fff!important;
    text-align: center;
    text-decoration: none;
    display: grid;
    align-items: center;
    position: relative;
}
.btn:after {
	content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 15px 15px;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    bottom: 5px;
    right: 5px;
}







#smp_footer {margin-top: 0;}
}

/*760px以上*/
@media screen and (min-width: 760px),print {
/* CSS */
#wrapper {line-height: 1.231;}
#dirPathBlock,
h1,
#anchorLinkBlock{
	width: 100%;
	max-width:970px;
	min-width:760px;
	margin: auto;
}

/*panlist&back*/
#dirPathBlock,
#anchorLinkBlock {
	width: 100%;
	margin: 0 auto;
	display: block;
	font-size: 12px;
}
#dirPathBlock p,
#anchorLinkBlock a{font-size: 12px;}
#anchorLinkBlock a{color: #FFF!important;}
h1 {
	font-size: 14px;
    width: auto;
    max-width: 970px;
    margin: 0 auto 5px;
}
h3.tit {
	color: #FFF;
    font-size: 32px;
    margin-bottom: 80px;
    padding-bottom: 15px;
    clear: both;
    border-bottom: 2px solid #FFF;
}
h3.tit small {
	color: #FFF;
    font-size: 18px;
}
article{
	padding: 25px 0;
	background: #0c1341/* url(../images/bg.jpg) no-repeat*/;
	line-height: 1.5;
}
section{
	width: 100%;
	max-width:970px;
	min-width:760px;
	margin: 0 auto 50px;
	padding: 10px;
	display: block;
	font-size: 16px;
	box-sizing: border-box;
}

/*title*/
#title {
	width: 100%;
    height: 500px;
    background: #222 url(../img/bg.jpg) 70% 95% no-repeat;
    background-size: cover;
}
#title img {
    width: 760px;
    margin: auto;
    padding-top: 50px;
    display: block;
}
#title p {
	width: 740px;
    color: #FFF;
    font-size: 16px;
    margin: auto;
    padding: 10px;
    background: rgba(0,0,0,0.3);
    box-sizing: border-box;
}
p.caution {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 25px!important;
    color: #de1163;
}

/*nav*/
.boxTab{
	width: 100%;
	max-width:970px;
	min-width:760px;
	margin: 15px auto;
}
.boxTab ul {display:flex;}
.boxTab li {
    width: calc(100% / 3);
    padding: 0;
    margin: 0;
    text-align: center;
	cursor:pointer;
}
.boxTab li a {
    font-size: 16px;
    color: #2c8f8a;
    height: 50px;
    display: grid;
    align-items: center;
    margin: 0 1px;
    background: rgb(254,255,255);
    background: -moz-linear-gradient(top, rgba(254,255,255,1) 0%, rgba(189,255,252,1) 100%);
    background: -webkit-linear-gradient(top, rgba(254,255,255,1) 0%,rgba(189,255,252,1) 100%);
    background: linear-gradient(to bottom, rgba(254,255,255,1) 0%,rgb(189 255 252) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#e8fdff',GradientType=0 );
    position: relative;
}
.boxTab li.b_on a {
	background: #2c8f8a;
    color: #FFF;
    text-decoration: none!important;
}
.boxTab li:not(.b_on) a:before,
.boxTab li:not(.b_on) a:after {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    transform: rotate(45deg);
}
.boxTab li:not(.b_on) a:before {
	background: #2c8f8a;
    position: absolute;
    bottom: 22px;
    right: 15px;
}
.boxTab li:not(.b_on) a:after {
	background: #defffd;
    position: absolute;
    bottom: 22px;
    right: 17px;
}
#follow-up_nav.fixed {
    position: fixed!important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    margin: 0;
    text-align: center;
    background: #FFF;
}

/*about aurora*/
.auroraArea h2 {
	float: left;
    width: 50%;
    height: 50px;
    font-size: 28px;
    letter-spacing: 0.05em;
    padding: 0 10px;
    color: #FFF;
}
.auroraArea p.img {
	float: right;
	width: 300px;
	margin: 0 1% 3% 0;
}
.auroraArea p.txt {
	float: left;
    width: 630px;
	padding: 10px;
    line-height: 1.7;
	box-sizing: border-box;
	color: #FFF;
}
.auroraArea div.column {
	margin: 0 0 25px;
    overflow: hidden;
    clear: both;
}
.auroraArea div.column2 {
	width: 98%;
    margin: 0 auto 10px;
    background-color: #f7cee8;
    background-image: linear-gradient(315deg, #f7cee8 0%, #caebfc 22%, #eefff0 99%);
    overflow: hidden;
    clear: both;
}
.auroraArea div.column{display:flex;}
.auroraArea div.column div.left,
.auroraArea div.column div.right {
	width: 48%;
	margin: 0 1%;
	background-color: #f7cee8;
    background-image: linear-gradient(315deg, #f7cee8 0%, #caebfc 22%, #eefff0 99%);
}
.auroraArea div.column p.txt,
.auroraArea div.column2 p.txt {
	width: 100%;
    font-size: 14px;
    font-weight: normal;
    padding: 10px;
    box-sizing: border-box;
	color: #222;
}
.auroraArea .titAurora {
	width: fit-content;
    background: #233587;
    color: #FFF;
    padding: 8px 25px;
    border-radius: 0 20px 20px 0;
}

/*mapArea*/
.mapArea h2{
	height:100px;
	line-height:66px;
	text-align:center;
	font-size:32px;
	color:#FFF;
}
.mapArea div#map {
	position: relative;
    width: 100%;
    max-width: 950px;
    height: 350px;
    background: url(../img/maoarea_bg.png) no-repeat left top;
    margin: 0 auto 80px;
    border: 5px double #FFF;
    box-sizing: border-box;
    font-size: 18px;
    font-weight: bold;
}
.mapArea p.txt {
	position: absolute;
	left: 680px;
	top: 52px;
/*	width: 245px;*/
	color: #fff;
	font-size: 12px;
	line-height: 1.7;
}
.mapArea p.txt b{
	width: 100%;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    border-bottom: 1px solid #fff;
    margin-bottom: 5px;
}
.mapArea p.txt b small{color: #fff;}
.mapArea p.saariselka {
	position: absolute;
	left: 525px;
    top: 64px;
}
.mapArea p.rovaniemi {
	position: absolute;
	left: 518px;
    top: 104px;
}
.mapArea p.luosto {
	position: absolute;
    left: 0;
    top: 0;
}
.mapArea p.kiruna {
	position: absolute;
    left: 0;
    top: 0;
}
.mapArea p.tromso {
	position: absolute;
	left: 544px;
    top: 180px;
}
.mapArea p.yellowknife {
	position: absolute;
	left: 124px;
    top: 120px;
}
.mapArea p.fairbanks {
	position: absolute;
	left: 120px;
    top: 14px;
}
.mapArea p.whitehorse {
	position: absolute;
    left: 92px;
    top: 54px;
}
.mapArea p.reykjavik {
	position: absolute;
	left: 402px;
    top: 280px;
}
#map a {
    color: #FFF;
    text-shadow: 0 0 2px BLACK, 0 0 5px BLACK;
}

/* saariselka */
.w100_area-box {
	width:100%;
	background-color: #f7cee8;
    background-image: linear-gradient(315deg, #f7cee8 0%, #caebfc 22%, #eefff0 99%);
	margin: 0 0 50px;
	position:relative;
}
.w100_area-box .country,
.w50_area-box .country{
	font-size: 14px;
    position: absolute;
    top: 0;
    top: -30px;
    width: 150px;
    height: 38px;
    display: grid;
    align-items: center;
    background: #051a4b;
    text-align: center;
    color: #FFF;
    border: 2px solid #e9fcf2;
    box-sizing: border-box;
}
.w100_area-box dt,
.w50_area-box dt{
    padding: 15px;
    font-size: 24px;
	display: flex;
}
.w100_area-box dt img,
.w50_area-box dt img {
	width: auto;
    height: 38px;
    margin-right: 25px;
	border: 1px solid #222;
}
.w100_area-box dt small,
.w50_area-box dt small{
    font-size: 16px;
}
.w100_area-box dd,
.w50_area-box dd{
	padding: 10px;
	display:flex;
}
.w100_area-box table,
.w100_area-box td,
.w100_area-box th,
.w50_area-box table,
.w50_area-box td,
.w50_area-box th {
	border: 1px solid #595959;
    border-collapse: collapse;
    font-size: 9px;
	text-align: center;
	background: #FFF;
}
.w100_area-box td,
.w100_area-box th,
.w50_area-box td,
.w50_area-box th {
	padding: 2px;
}
.w100_area-box th,
.w50_area-box th {
	width: 23%;
    background: #006699;
    box-sizing: border-box;
    color: #FFF;
}
.w100_area-box td,
.w50_area-box td {
	width: 11%;
	box-sizing:border-box;
}
.w100_area-box .basic-information{
	width:31.33333%;
	margin:0 1%;
}
.w100_area-box .city-txt {
	width:31.33333%;
	margin:0 2%;
    font-size: 14px;
	line-height: 1.8;
}
.w100_area-box .pointImg{
	width:31.33333%;
    margin: -50px 0 1%;
    padding: 10px;
    font-size: 11px;
    background: #f0e3af;
    box-sizing: border-box;
	transform: rotate(1deg);
    box-shadow: 2px 2px 5px #aaa;
}
.w100_area-box .pointImg img {
    width: 45%;
    height: auto;
    margin: 0 3% 3% 0;
    float: left;
}
.w100_area-box .pointImg b {
    color: #2f1703;
    font-size: 12px;
    text-align: center;
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
}
.w100_area-box .pointImg .month {
    color: #069;
	font-weight: bold;
}
.w100_area-box dd img,
.w50_area-box dd img{
	width:100%;
	height:auto;
}
.we_quote {
	color: #fff;
	font-size: 12px;
	clear: both;
    margin: 0 1%;
}

/*w50_area*/
.w50_area-box {
	width: 48%;
	background-color: #f7cee8;
    background-image: linear-gradient(315deg, #f7cee8 0%, #caebfc 22%, #eefff0 99%);
    margin: 0 1% 50px;
	float: left;
	position:relative;
}
.w50_area-box .basic-information,
.w50_area-box .city-txt{
	width: 48%;
    height: 280px;
    margin: 0 1%;
	position: relative;
}
.w50_area-box .basic-information .credit1 {
	position: absolute;
    top: 50%;
    left: 0;
    font-size: 10px;
}
.w50_area-box .city-txt {font-size: 13px;}

/*服装*/
#shootingtips{
	width: 970px;
	background-color: #f7cee8;
	background-image: linear-gradient(315deg, #f7cee8 0%, #caebfc 22%, #eefff0 99%);
}
h2.point{
	line-height:45px!important;
/* Permalink - use to edit and share this gradient: //colorzilla.com/gradient-editor/#0070c0+0,3d89bf+100 */
background: rgb(0,112,192); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(0,112,192,1) 0%, rgba(61,137,191,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,112,192,1) 0%,rgba(61,137,191,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,112,192,1) 0%,rgba(61,137,191,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0070c0', endColorstr='#3d89bf',GradientType=0 ); /* IE6-9 */
	font-size:18px;
	font-weight:bold;
	text-align:center;
	color:#FFF;
	margin:0 0 15px 0;
	display:block;
}
.fukusouP{
	display:block;
	position:relative;
	background:url(../img/im_fuku.png) no-repeat 45% 3px;
	height:387px;
	width:100%;
}
.fukusouP dl dt{
	background:#2C94B1;
	color:#FFF;
	display:inline-block;
	padding:5px!important;
	font-size:18px;
	margin:-10px 0 0 0!important;
}
.fukusouP dl dd.fuku04 strong,
.fukusouP dl dd.fuku05 strong,
.fukusouP dl dd.fuku06 strong,
.fukusouP dl dd.fuku07 strong{
	display:block;
	float:left;
	margin:0 20px 0 0!important;
	padding: 0;
	width:65px;
	text-align:center;
	color:#FFF;
	font-size:14px;
}
.fukusouP dl dd.fuku04 span,
.fukusouP dl dd.fuku05 span,
.fukusouP dl dd.fuku06 span,
.fukusouP dl dd.fuku07 span{
	display:block;
	overflow:hidden;
}
.fukusouP dl dd.fuku01 strong,
.fukusouP dl dd.fuku02 strong,
.fukusouP dl dd.fuku03 strong{
	display:block;
	overflow:hidden;
	color:#FFF;
	font-size:14px;
}
.fukusouP dl dd.fuku01 span,
.fukusouP dl dd.fuku02 span,
.fukusouP dl dd.fuku03 span{
	display:block;
	float:left;
	text-align:left!important;
	margin:0 30px 0 0!important;
	padding: 0;
	width:76%;
	text-align:left;
	color:#000;
}
.fuku01{
	position:absolute;
	left: -4px;
	top: 37px;
	width: 389px;
	height: 40px;
}
.fuku02{
	position:absolute;
	left: 1px;
	top: 178px;
	width: 338px;
	height: 43px;
}
.fuku03{
	position:absolute;
	left: 5px;
	top: 318px;
	width: 395px;
}
.fuku04{
	position:absolute;
	left: 551px;
	top: 24px;
}
.fuku05{
	position:absolute;
	left: 559px;
	top: 94px;
}
.fuku06{
	position:absolute;
	left: 525px;
	top: 211px;
}
.fuku07{
	position:absolute;
	left: 536px;
	top: 292px;
}

@media screen and (max-width: 969.9px) {
#shootingtips {width: 100%;}
.fukusouP {
    height: auto;
	background: none;
}
.fukusouP dl {display: none;}
.fukusouP img.pcnone {
	display: block!important;
    width: 100%;
    height: auto;
}
}

dl.fukusou {
	margin: 70px 0 15px;
	border: solid 1px #2C94B1;
	background: #fff;
}
dl.fukusou dd {
	padding: 8px 10px 8px 12px;
}
dl.fukusou dd p {
	padding: 0 0 3px;
	overflow: hidden;
}
dl.fukusou span.left {
	float: left;
	width: 5.5em;
	margin: 0 5px 0 0;
	font-size: 12px;
	line-height: 1.7;
	font-weight: bold;
	white-space: nowrap;
}
dl.fukusou span.right {
	float: left;
	width: 785px;
	font-size: 12px;
	line-height: 1.7;
}
dl.fukusou span.left2 {
	float: left;
	width: 120px;
	margin: 0 5px 0 0;
	font-size: 12px;
	line-height: 1.7;
	font-weight: bold;
	white-space: nowrap;
}
dl.fukusou span.right2 {
	float: left;
	width: 725px;
	font-size: 12px;
	line-height: 1.7;
}

/*btn*/
.btncol2 {
    width: 98%;
    margin: auto;
    display: flex;
    background-color: #f7cee8;
    background-image: linear-gradient(315deg, #f7cee8 0%, #caebfc 22%, #eefff0 99%);
}
.btn {
	width: 98%;
    height: 48px;
    margin: 25px 1%;
    background: #222;
    color: #fff!important;
    text-align: center;
    text-decoration: none;
    display: grid;
    align-items: center;
    position: relative;
}
.btn:after {
	content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 15px 15px;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    bottom: 5px;
    right: 5px;
}

}