@charset "utf-8";
@import url(https://use.fontawesome.com/releases/v5.6.1/css/all.css);

.txt_small {
    font-size: 80%;
}
.txt_red {
    color: #ff0000;
}
.txt_small02 {
    font-size: 70%;
    margin-bottom: 10px;
    text-indent: -20px;
    display: inline-block;
}

/*759px以下*/
@media screen and (max-width: 759.9px) {
#wrapper {line-height: 1.4;}
.spnone{display:none;}
main * { font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;}

/* CSS */
#dirPathBlock,
#anchorLinkBlock {
	font-size: 10px;
	margin: 1% 1% 0 1%;
}
#dirPathBlock p,
#anchorLinkBlock a{font-size: 10px;}
h1 {
	font-size: 10px;
	margin: 0 1%;
}
.floatMenu.fixed2 nav{
	width: 100%;
    background: #3567ca;
    height: 56px;
}

.fixed2{
    position: fixed!important;
    top: 0;
	left:0;
	right:0;
    z-index: 9999;
	margin-top: 0!important;
}

.floatMenu{
    width: 100%;
	background:#fff!important;
	margin:0 auto;
	text-align:center;
}

.gnav{
	width: 100%;
    background: #3567ca;
    height: 50px;
}

.gnav ul li,
.floatMenu li{
    float: left;
    width: 20%;
    line-height: 1.5;
    font-size: 10px;
    margin-top: 8px;
	text-align: center;
}

.gnav ul li a,
.floatMenu li a{
	color:#fff;
	font-weight: bold;
}

#how_to_use,
.howtogoto_cp_div .howtogoto_cp_div {
    border-bottom: 8px dotted #f0f5ff;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.howtogoto_cp_div .howtogoto_cp_div:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.cmpBox {
    /*border: 5px solid #3567ca;*/
	background: #f0f5ff;
    padding: 15px;
}

/*----------------------------------------------------------------
  Common Set
----------------------------------------------------------------*/
a.over:hover {
	opacity: 0.7;
}

.spnone,.smpnone {
	display: none!important;
}

.disnone {
	display:none !important;
}

/*----------------------------------------------------------------
  Module Set
----------------------------------------------------------------*/

/* layout
----------------------------------------------- */
.inner {
	margin: 0 auto 2em;
	width:94%;
}
#wrapper {
	margin:0 auto;
	-webkit-text-size-adjust: 100%;
	font-size:16px;
}
#middleArea {
	width: 100% !important;
	padding: 0;
}
.headerbg {
	background: #43280b;
}
#headline {
	overflow: hidden;
	position: relative;
	background: #25aaf5;
}

div#dirPathBlock {
    display: block;
    margin: 5px 5px 0!important;
    font-size: 10px!important;
    width: auto!important;
}

/* Headline
----------------------------------------------- */
h1 {
	width:100%;
	margin:0 auto;
	padding: 2px 5px;
	font-size:10px;
	font-weight:normal;
	box-sizing: border-box;
}
h2 {
    font-weight: bold;
}
ul#main-slider {
	margin: 0;
	padding: 0;
}
#main-slider img {
	float: left;
	min-width: 320px;
	width: 100%;
}

/*pamlist*/
#pastlist {
	padding: 5px;
}

/*title*/
#title {
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: relative;
    text-align: center;
    height: 200px;
    background: url(../images/bg.jpg) 50% 0;
    background-size: cover;
}

#title > img {
	margin: 20px auto 0;
	color: #FFF;
	font-weight: bold;
	display: block;
	height: 120px;
}

#title > div {
    width: 100%;
}

#title > div > div {
    width: 70%;
    margin: auto;
}

#title > div > div > p {
	background: rgba(255,255,255,0.8);
    color: #222;
    line-height: 1.4;
    font-size: 12px;
    font-weight: bold;
    margin: 5px;
    padding: 5px;
}

#title > div > div > p span {
    color: #F00;
    font-size: 16px;
}

#title > div > div > p img {
	width: 36px;
    height: 36px;
    float: left;
    filter: drop-shadow(2px 2px 1px rgba(255,255,255,0.9));
}

nav {
	width: 350px;
	margin: auto;
    display: block;
	height: 62%;
	position: relative;
}

/* Contents
----------------------------------------------- */
h2 {
	color: #000000;
	text-align: center;
	font-size: 28px;
    font-weight: normal;
    margin: 3% auto;
    z-index: 1;
    padding-top:6px;
    box-sizing: border-box;
}
h2 span.icon01 {
    background: url(../images/icon_ope.png) no-repeat;
    background-size: 46px 46px;
    background-position: 0 0px;
    padding-top: 5px;
    padding-left:55px;
    height: 54px;
    display: inline-block;
}
h2 span.icon02 {
    background: url(../images/icon_cale.png) no-repeat;
    background-size: 46px 46px;
    background-position: 0 0px;
    padding-top: 5px;
    padding-left:55px;
    height: 54px;
    display: inline-block;
}
h2,h3,h4 {
	color:#43280b;
	text-align: center;
	font-size: 20px;
    margin: 3% 0 5%;
}

h2.title_bar {
    letter-spacing: 3px;
	color: #3567ca;
    border-top: 2px solid #3567ca;
    border-bottom: 2px solid #3567ca;
    padding: 5px 0 8px;
}

h3.title_bar {
    letter-spacing: 3px;
	color: #3567ca;
    font-size: 18px;
    padding: 5px 0 0;
}

img {
	border: none;
	vertical-align: bottom;
}
ol, ul, li {
	list-style-type: none;
	margin: 0;
}

main {
	display: block;
	padding: 0 0 0 0;
}

/* section
----------------------------------------------- */
section {
	display: block;
	overflow: hidden;
	background: #fff;
}

section#ancerlink01 .inner{
	width:98%;
    border: 4px solid #3567ca;
    box-sizing: border-box;
	margin: 1%;
    padding: 0 0 15px;
}

section#ancerlink01 .inner h2{
    display: block;
    background: #3567ca;
    color: #FFF;
    margin: auto;
    letter-spacing: 5px;
    text-align: center;
}

main article section:nth-of-type(n+8) {
	background: #f0f5ff;
}

section p.title_under_txt{
	text-align: center;
	margin-bottom: 2%;
	padding: 0 5px;
	font-size: 12px;
}
section h2 {
	font-size: 20px;
    font-weight: bold;
    padding: 5px 0;
    display: block;
    text-align: center;
    overflow: hidden;
}

.cmpBox dl {
	border-bottom: 1px solid #CCC;
    font-size: 16px;
    overflow: hidden;
    position: relative;
    background: #eeeeee;
}

.cmpBox dl:last-child {
 border: none;
}

.cmpBox dt {
	width: 24%;
    padding: 10px 5px;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
}
.cmpBox dd {
	margin: 0 0 0 28%;
	padding:10px;
	background:#FFF;
	line-height: 1.5;
}
.cmpBox dd strong {
	color:#F00;
}
.cmpBox dd span {
	font-size:16px;
	display:block;
}

section .inner {
	margin: 0 auto;
	width:100%;
}


/*  =================================
buttom_new
=================================  */
.planBtn {
	margin: 0 0 10px 0 !important;
	clear: both;
	display: block;
	width: 100%;
	padding: 8px 10px;
	text-decoration: none;
	text-align: center;
	font-weight: normal;
	border-radius: 15px;
	background: #ff9800 url("/shared2015/common/images/im_arrow.png") no-repeat scroll 5% center;
	font-size: 18px;
	text-decoration: none !important;
	box-sizing: border-box;
}

.planBtn a {
	color: #FFF !important;
}

.planBtn a:after {
	display: inline-block;
}

/*add plan*/
section {
	padding: 10px 0;
}


/**/
.inner ul:not(#ouenlink) {
    width: 98%;
    margin: 0 auto;
}

.inner ul:not(#ouenlink) li {
    list-style: disc;
    list-style-position: inside;
    list-style-type: none;
}


.ankerLink{
	font-size: 12px;
	text-align: left;
	padding:10px;
	border-bottom:1px dashed rgba(0,0,0,0.2);
}
.ankerLink:last-child{
	border-bottom:none;
}
.openBox{
	padding-top:10px;
}
.ankerLink span{
	display:inline-block;
	padding:3px 5px;
	background:#3567ca;
	color: #fff;
	font-size:12px;
	margin:0 10px 3px 0;
}
.ankerLink strong{
	font-weight:normal;
}


/*-------------
API
---------------*/
.campaign_plan_box {
    margin-top: 8%;
	padding-bottom: 15px;
}

.area_bnr{
    background: #FFF;
    width: 49%;
    float: left;
    overflow: hidden;
    padding: 8px;
    margin: 1% 0.5%;
    box-sizing: border-box;
    position: relative;
}

.slick_area.cFix .area_plan_hotel{
    background: #FFF;
    width: 230px;
    float: left;
    overflow: hidden;
    padding: 8px;
    margin: 0 10px;
    box-sizing: border-box;
    position: relative;
}



.area_bnr img{
	width: 100%!important;
    height: 100%!important;
}


.campaign_plan_btn a{
    display: block;
    background: #ff7e00 url(/shared2015/common/images/im_arrow.png) no-repeat scroll 3% center;
    display: block;
    margin: 3% auto 5%;
    display: block;
    text-align: center;
    text-decoration: none!important;
    font-size: 14px;
    padding: 8px 0 10px;
    width: 100%;
    color: #FFF!important;
}


a.plan_btn {
	background: #ff9800 url(/shared2015/common/images/im_arrow.png) no-repeat scroll 5% center;
    font-size: 16px;
    display: block;
    width: 80%;
    margin: 2% auto 5%;
	padding:5px 0;
    line-height: 1.5;
    color: #FFF;
    text-align: center;
}

.orangeBtn a {
    color: #FFF!important;
    display: block;
    background: #ff9800 url(/shared2015/common/images/im_arrow.png) no-repeat scroll 5% center;
    display: block;
    clear: both;
	margin:0 auto 3%;
    color: #FFF;
    display: block;
    text-align: center;
    text-decoration: none!important;
    font-size: 16px;
    position: relative;
    padding: 5px 5px 8px;
    width: 85%;
}

/*.green a {
    background: #3567ca url(/shared2015/common/images/im_arrow.png) no-repeat scroll 5% center;
}

.pink a {
    background: #f2647c url(/shared2015/common/images/im_arrow.png) no-repeat scroll 5% center;
}

.blue a {
    background: #39C url(/shared2015/common/images/im_arrow.png) no-repeat scroll 5% center;
}*/

.font-small a{font-size:14px!important;}




.soudan{
	margin: 50px 0 0 0;
}
.soudan_detail{
	margin: 0 0 0 0;
}

.soudan{
	overflow-x: auto;
	padding:0 0 10px 0;
	-webkit-overflow-scrolling: touch;
}

.soudan::-webkit-scrollbar {
  height: 4px;
}

.soudan::-webkit-scrollbar-track {
  background: #eee;
}


.soudan::-webkit-scrollbar-thumb {
  background: #aaa;
  border: none;
}


.soudan::-webkit-scrollbar-thumb:hover {
  background: #999;
}


.soudanin{
	display: flex;
    flex-wrap: nowrap;
    justify-content: unset;
    overflow-x: auto;
    overflow-y: hidden;
	padding: 0 0 20px 0;
}

.soudanbox{
	width:85%;
    margin: 0 30px 0 30px;
	flex-shrink: 0;
	position: relative;
}


.scrolltxt{
	text-align: center;
	margin: 10px 0;
	font-weight: bold;
}

.tit_soudan{
	font-size: 18px;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	background-image: url("../images/im_underber.png");
	background-position: bottom;
	background-repeat: no-repeat;
	text-align: center;
}

.im_soudan{
	margin: 0 auto 20px auto;
	max-width: 304px;
}

.im_soudan img{
	width: 100%;
}

.txt_soudan{
	margin: 0 0 20px 0;
	    font-size: 14px;
    line-height: 28px;
	height: 85px;
	
}

.btn_soudan a{
	display: block;
	border: 1px solid #004edc;
	color: #004edc;
	text-align: center;
	padding: 20px;
	text-decoration: none;
	font-size: 16px;
}

.btn_soudan a:hover{
	cursor:pointer;
	opacity:0.8;
	background-color: #004edc;
	color: #ffffff !important;
	text-decoration: none !important;
	
}
.btn_area{
	margin: 0 0 0px 0;
	/*border-bottom: 1px solid #000000;*/
	padding: 0 0 10px 0;
}
.btn_area2 {
    margin: 20px 0 0px 0;
    padding: 0 0 0 0;
}
.btn_area ul,
.btn_area2 ul{
	list-style: none;
}
.btn_area ul li,
.btn_area2 ul li{
	max-width: 405px;
	margin: 0 auto 10px;
}
.btn_area2 p {
    padding-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
}
.btn_area3 ul{
    width:98%;
}
.btn_area3 ul li {
    float:left;
    width:100%;
}
.btn_area3 ul li.kanto a {
    margin: 0 2% 10px 2%;
    width: 96%;
    border-radius: 15px;
    background: #e1edf5;
    color: #5a88d3;
    font-weight: bold;
    text-align: center;
    padding: 1rem;
    font-size: 1.2rem;
    display: block;
    justify-content: center;
    align-items: center;
    position: relative;
    box-sizing: border-box;
    border:2px solid #5a88d3;
}
.btn_area3 ul li.kansai a {
    margin: 0 2% 15px 2%;
    width: 96%;
    border-radius: 15px;
    background: #fbe8df;
    color: #f9682f;
    font-weight: bold;
    text-align: center;
    padding: 1rem;
    font-size: 1.2rem;
    display: block;
    justify-content: center;
    align-items: center;
    position: relative;
    box-sizing: border-box;
    border:2px solid #f9682f;
}
.btn_area3 ul li.kyushu a {
    margin: 0 2% 15px 2%;
    width: 96%;
    border-radius: 15px;
    background: #cef0d3;
    color: #199716;
    font-weight: bold;
    text-align: center;
    padding: 1rem;
    font-size: 1.2rem;
    display: block;
    justify-content: center;
    align-items: center;
    position: relative;
    box-sizing: border-box;
    border:2px solid #199716;
}
.btn_area3 ul li.kanto a:hover {
    color: #5a88d3!important;
    text-decoration: none!important;
}
.btn_area3 ul li.kansai a:hover {
    color: #f9682f!important;
    text-decoration: none!important;
}
.btn_area3 ul li.kyushu a:hover {
    color: #199716!important;
    text-decoration: none!important;
}
 .btn_area3 ul li i {
    float: right!important;
    position: absolute;
    right: 15px;
    top:35%;
    font-family:"Font Awesome 5 Free"!important;
}
.btn_area3 p {
    padding-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
}

.fuchidori {
  color: #000;
  text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
}

.detail_area{
	/*margin: 0 0 40px 0;*/
	padding: 10px;
}

/*.detail_area dl{
	margin: 0 0 30px 0;
}*/

.detail_area dl dt{
	font-size: 16px;
	margin: 0 0 10px 0;
}

.detail_area dl dd{
	font-size: 14px;
	line-height: 24px;
	margin: 0 0 10px 0;
}

.detail_area dl dd span.red{
	color: #FF0004;
}

.soudan_foot{
	background-color: #edeaea;
	padding: 30px 0;
}
.soudan_fo_area{
	text-align: center;
	font-size: 14px;
	line-height: 30px;
}

.intro{
	padding: 10px;
	font-size: 14px;
	margin: 0;
	text-align: center;
	background-color: #f8e9d9;
}
.present_link {
    text-align: center;
    width: 98%;
    padding: 0;
    box-sizing: border-box;
    font-size: 20px;
    margin:10px 1% 30px;
    color: #fc36c7;
}
.present_link a {
    color: #fc36c7;
    font-weight: bold;
}
.present_link a:hover,
.present_link a:active {
    color: #fc36c7!important;
    opacity: 0.8!important;
}

/*add 20241008*/
/*fasttxt*/
#fasttxt p {
	padding: 10px 10px 10px 18px;
	font-size: 14px;
}
#fasttxt p span {margin-left: -14px;}
/*PRbanner*/
.pr_banner {
	width: 96%;
	margin: 0 2%;
}
.pr_banner a img {
	width: 100%;
	height: auto;
	display: block;
	margin: auto;
}
}

/*760px以上*/
@media screen and (min-width: 760px),print{
/* CSS */
#wrapper {line-height: 1.231;}
main * { font-family: "Noto Sans JP", "qMmpS Pro W3", "Hiragino Kaku Gothic Pro", "lr oSVbN", sans-serif;}

#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;}
h1 {
	font-size:12px;
    width: auto;
    max-width: 970px;
	margin: 0 auto;
	font-weight:normal;
}
h2 {
    font-weight: bold;
}

.fixed2{
    position: fixed!important;
    top: 0;
	left:0;
	right:0;
    width: 100%;
    z-index: 9999;
	margin:auto;
	text-align:center;
	background:#3567ca;
	display: flex;
}

.fixed2 nav {
    width: 100%;
}

.gnav{background: #3567ca;}

.floatMenu ul{
	display: flex;
	width:1040px;
	margin:auto;
}

.gnav ul{
	display: flex;
	width:970px;
	margin:auto;
}

.gnav ul li,
.floatMenu li{
	width: 25%;
    line-height: 3.5;
    font-size: 16px;
}

.gnav ul li{
	text-align:center;
}

.gnav ul li a,
.floatMenu li a{
	color:#fff;
	font-weight:bold;
}

.gnav ul li a:hover,
.floatMenu li a:hover{
	color:#ffa400!important;
	text-decoration:none!important;
}

#how_to_use,
.howtogoto_cp_div .howtogoto_cp_div {
    border-bottom: 8px dotted #f0f5ff;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.howtogoto_cp_div .howtogoto_cp_div:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.cmpBox {
	background: #f0f5ff;
    padding: 15px;
}

#title > img{
    margin: 0 auto;
    display: block;
}

.inner950{width:950px;margin:auto;}

/*----------------------------------------------------------------
  Common Set
----------------------------------------------------------------*/
.pcnone {
	display:none !important;
}
.disnone {
	display:none !important;
}

/* image-style
----------------------------------------------------------- */
img {
	max-width: 100%;
	height: auto;
	margin: 0;
}

/*----------------------------------------------------------------
  Module Set
----------------------------------------------------------------*/
/* layout
----------------------------------------------- */
.inner {
	margin: 0 auto;
}

#wrapper {
	margin: 0 auto;
	-webkit-text-size-adjust: 100%;
}

#wrapper #middleArea {
	width: 100% !important;
	padding: 0;
}

/*#dirPathBlock {
    margin-bottom: 10px !important;
}*/

/* Headline
----------------------------------------------- */
ul#main-slider {
	margin: 0;
	padding: 0;
}
#main-slider img {
	float: left;
	min-width: 970px;
	width: 100%;
}

/*pamlist*/
#pastlist {
	width:970px;
	margin: auto;
	padding: 5px 0 0 0px;
}

/*title*/
#title {
    margin: 0;
    padding: 0;
    height: 479px;
    overflow: hidden;
    position: relative;
    text-align: center;
    background: url(../images/bg.jpg) no-repeat 50% 0%;
    /*background-size: cover;*/
}

.titarea{
	background-color: #f8eada;
}

#title h1 img {
	height: 271px;
}

#title > div {
    width: 100%;
    position: absolute;
    bottom: 1%;
}

#title > div > div {
	width: 100%;
	max-width:970px;
	min-width:760px;
	margin: auto;
}

#title > div > div > p {
    color: #222;
    line-height: 32px;
    font-size: 18px;
    font-weight: normal;
    margin: 1% auto;
    padding: 10px;
    width: 97%;
    /* float: left; */
    box-sizing: border-box;
    position: relative;
    display: block;
	    letter-spacing: -0.8px;
}
@media screen and (max-width: 959px) {
#title > div > div > p {
    line-height: 20px;
    font-size: 16px;
}
}

#title > div > div > p span {
    color: #F00;
    font-size: 26px;
	margin:0 5px;
}

#title > div > div > p img {
    position: absolute;
    top: -20px;
    left: 25%;
    filter: drop-shadow(2px 2px 1px rgba(255,255,255,0.9));
}

/* Contents
----------------------------------------------- */
h2 {
	color: #000000;
	text-align: center;
	font-size: 28px;
    font-weight: normal;
    margin: 3% auto;
    z-index: 1;
    padding-top:6px;
    box-sizing: border-box;
}
h2 span.icon01 {
    background: url(../images/icon_ope.png) no-repeat;
    background-size: 46px 46px;
    background-position: 0 0px;
    padding-top: 5px;
    padding-left:55px;
    height: 54px;
    display: inline-block;
}
h2 span.icon02 {
    background: url(../images/icon_cale.png) no-repeat;
    background-size: 46px 46px;
    background-position: 0 0px;
    padding-top: 5px;
    padding-left:55px;
    height: 54px;
    display: inline-block;
}
h3,h4 {
	color: #000000;
	text-align: center;
	font-size: 28px;
    font-weight: normal;
    margin: 3% auto;
    z-index: 1;
}

h2.title_bar {
	letter-spacing: 5px;
    color: #3567ca;
    /* border-top: 2px solid #3567ca; */
    border-bottom: 4px dotted #3567ca;
    padding: 10px 0 15px;
}

h3.title_bar {
    letter-spacing: 5px;
	color: #3567ca;
	font-size: 24px;
    /*border-bottom: 4px dotted #3567ca;*/
    padding: 10px 0 15px;
}

main {
	display: block;
	padding: 0;
}

/* section
----------------------------------------------- */
section {
	display: block;
    overflow: hidden;
    padding: 20px 0;
	position:relative;
	background: #fff;
}

section#ancerlink01 .inner{
    border: 5px solid #3567ca;
    padding: 0 0 20px;
}

section#ancerlink01 .inner h2{
    display: block;
    background: #3567ca;
    color: #FFF;
    margin: auto;
    letter-spacing: 5px;
    text-align: center;
}

main article section:nth-of-type(n+8) {
	background: #f0f5ff;
}

section p.title_under_txt{
	text-align: center;
	margin-bottom: 3%;
}

.cmpBox dl {
	border-bottom: 1px solid #ccc;
    position: relative;
    background: #eeeeee;
}
.cmpBox dl:last-child {
	border-bottom: none;
}
.cmpBox dt {
	width: 13%;
    padding: 16px 0;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
}
.cmpBox dd {
	margin:0 0 0 15%;
	padding:10px;
	background:#FFF;
	line-height: 2;
}
.cmpBox dd strong {
	color:#F00;
}
.cmpBox dd span {
	font-size:14px;
	display:block;
}

section .inner {
	width: 100%;
	max-width:970px;
	min-width:760px;
	margin: auto;
	font-size: 18px;
}
section .inner > p {
	display: block;
    line-height: 2;
}

/**/
#useWrap {
	padding: 10px;
	margin-bottom: 30px;
}
#useWrap div {
	overflow: hidden;
	padding: 15px;
	margin: 0 0 0 0;
	background: #FFF;
	float: none !important;
	width: auto !important;
	border-bottom: 1px dashed #CCC;
}
#useWrap div p {
	float: left;
	margin: 0 20px 0 0;
	width: 150px;
	height: auto;
}
#useWrap div p img {
	width: 100%;
	height: auto;
}
#useWrap div dl {
	overflow: hidden;
	display: block;
	padding: 0 0 0 0;
}
#useWrap div dt {
	font-size: 18px;
	margin: 0 0 10px 0;
	padding: 0;
	font-weight: bold;
}
#useWrap div dd {
	font-size: 16px;
}
#useWrap div dd > span {
	display: block;
	margin: 5px 0 0 0;
 font-size:
}
#useWrap div dd > span a {
	color: #CCC;
	display: inline-block;
	background: none;
	padding: 0;
	text-align: center;
	margin-top: 0;
	font-size: 14px;
	-webkit-border-radius: 0;
	border-radius: 0;
	border-bottom: none;
}
#useWrap div dd > span span {
	color: #F69;
	display: inline;
	font-size: 14px;
}

/**/
/*  =================================
buttom_new
=================================  */
.planBtn {
	margin: 0 0 10px 0 !important;
}
.planBtn a {
	display: block;
	width: 100%;
	margin: 0px auto 5px;
	padding: 8px 0;
	color: #FFF !important;
	text-decoration: none;
	text-align: center;
	font-weight: normal;
	border-radius: 35px;
	background: #ff9800 url("/shared2015/common/images/im_arrow.png") no-repeat scroll 5% center;
	font-size: 24px;
	text-decoration: none !important;
}

.planBtn a:after {
	display: inline-block;
}

#middleArea a:hover {
filter:alpha(opacity=80); /* IE 6,7*/
-ms-filter: "alpha(opacity=80)"; /* IE 8,9 */
-moz-opacity:0.8; /* FF , Netscape */
-khtml-opacity: 0.8; /* Safari 1.x */
opacity:0.8;
zoom:1; /*IE*/
}

/**/
#anchorlinks {
	margin: 20px auto!important;
	padding-top: 15px;
}
#bnlinks {
	padding: 10px 0 0 !important;
}

/**/
.backAnker p {
    padding: 18px;
	background-color:#FFF;
}

.backAnker{
	margin:20px auto 20px;
	padding:10px 10px 20px;
	width:980px;
/*    overflow-y: scroll;
    height: 280px;*/
}

.ankerLink{
	font-size: 14px;
	font-family: "Noto Sans Japanese";
	text-align: left;
	padding:10px;
	border-bottom:1px dashed rgba(0,0,0,0.2);
	overflow:hidden;
}

.ankerLink:last-child{
	border-bottom:none;
	padding-bottom:5px;
	margin-bottom:0;
}

.ankerLink span{
	display:inline-block;
	padding:5px;
	background:#3567ca;
	color: #fff;
	font-size:12px;
	margin-right:10px;
	float:left;
	width:95px;
	text-align:center;
}
.ankerLink strong{
	font-weight:normal;
	overflow:hidden;
	display:block;
	position:relative;
	top:3px;
	line-height: 2;
}

a.plan_btn {
	background: #ff9800 url(/shared2015/common/images/im_arrow.png) no-repeat scroll 5% center;
    font-size: 20px;
    display: block;
    width: 64%;
    margin: 3% auto 5%;
    padding: 10px 0 12px;
    color: #FFF;
    text-align: center;
}

.orangeBtn a {
	color: #FFF!important;
    display: block;
    background: #ff9800 url(/shared2015/common/images/im_arrow.png) no-repeat scroll 5% center;
    display: block;
    clear: both;
    margin: 3% auto 5%;
    color: #FFF;
    display: block;
    text-align: center;
    text-decoration: none!important;
    font-size: 20px;
    position: relative;
    padding: 10px 0 15px;
    width: 85%;
}

.font-small a{font-size:15px!important;}

p.infectioncontrol a:hover,
p.campaign_plan_btn a:hover,
a.plan_btn:hover,
.orangeBtn a:hover,
.pink a:hover,
.blue a:hover{
    text-decoration:none!important;
	cursor:pointer;
	opacity:0.8;
}

.soudan,
.soudan_detail{
	margin: 50px 60px 0 60px;
}

.soudanin{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.soudanbox{
	    width: 27%;
    margin: 0 30px 0 30px;
}

.tit_soudan{
	font-size: 22px;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	background-image: url("../images/im_underber.png");
	background-position: bottom;
	background-repeat: no-repeat;
	text-align: center;
}

.im_soudan{
	margin: 0 auto 20px auto;
	max-width: 304px;
}

.im_soudan img{
	width: 100%;
}

.txt_soudan{
	margin: 0 0 20px 0;
	    font-size: 16px;
    line-height: 28px;
	height: 112px;
}

.btn_soudan a{
	display: block;
	border: 1px solid #004edc;
	color: #004edc;
	text-align: center;
	padding: 20px;
	text-decoration: none;
	font-size: 16px;
}

.btn_soudan a:hover{
	cursor:pointer;
	opacity:0.8;
	background-color: #004edc;
	color: #ffffff !important;
	text-decoration: none !important;
}

.btn_area{
	margin: 0 0 0px 0;
	padding: 0 0 30px 0;
}
.btn_area2{
	margin: 0px 0 0px 0;
	padding: 0 0 0px 0;
}

.btn_area ul,
.btn_area2 ul{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	list-style: none;
    margin-bottom: 20px;
}
.btn_area2 p {
    padding-bottom: 15px;
    padding-left: 60px;
    padding-right: 60px;
    text-align: center;
}

.btn_area3 ul li.kanto a {
    margin: 0 25px 10px 25px;
    width: 405px;
    border-radius: 15px;
    background: #e1edf5;
    color: #5a88d3;
    font-weight: bold;
    text-align: center;
    padding: 25px 15px;
    font-size: 24px;
    display: block;
    justify-content: center;
    align-items: center;
    position: relative;
    box-sizing: border-box;
    border:2px solid #5a88d3;
}
.btn_area3 ul li.kansai a {
    margin: 0 25px 10px 25px;
    width: 405px;
    border-radius: 15px;
    background: #fbe8df;
    color: #f9682f;
    font-weight: bold;
    text-align: center;
    padding: 25px 15px;
    font-size: 24px;
    display: block;
    justify-content: center;
    align-items: center;
    position: relative;
    box-sizing: border-box;
    border:2px solid #f9682f;
}
.btn_area3 ul li.kyushu a {
	margin: 0 25px 10px 25px;
    width: 405px;
    border-radius: 15px;
    background: #cef0d3;
    color: #199716;
    font-weight: bold;
    text-align: center;
    padding: 25px 15px;
    font-size: 24px;
    display: block;
    justify-content: center;
    align-items: center;
    position: relative;
    box-sizing: border-box;
    border: 2px solid #199716
}
.btn_area3 ul li.kanto a:hover {
    color: #5a88d3!important;
    text-decoration: none!important;
}
.btn_area3 ul li.kansai a:hover {
    color: #f9682f!important;
    text-decoration: none!important;
}
.btn_area3 ul li.kyushu a:hover {
    color: #199716!important;
    text-decoration: none!important;
}
 .btn_area3 ul li i {
    float: right!important;
    position: absolute;
    right: 15px;
    top:35%;
    font-family:"Font Awesome 5 Free"!important;
}
.btn_area3{
	margin: 0;
	padding: 0;
}
.btn_area3 ul{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	list-style: none;
    margin-bottom: 20px;
}
.btn_area3 p {
    padding-bottom: 15px;
    padding-left: 60px;
    padding-right: 60px;
    text-align: center;
}

.fuchidori {
  color: #000;
  text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
}

.btn_area ul li,
.btn_area2 ul li{
	width: 405px;
	margin: 0 25px 0 25px;
}
.detail_area{
	margin: 0 0 40px 0;
}

.detail_area dl{
	margin: 0 0 30px 0;
}

.detail_area dl dt{
	font-size: 16px;
	margin: 0 0 10px 0;
}

.detail_area dl dd{
	font-size: 14px;
	line-height: 24px;
	margin: 0 0 10px 0;
}

.detail_area dl dd span.red{
	color: #FF0004;
}

.soudan_foot{
	background-color: #edeaea;
	padding: 30px 0;
}
.soudan_fo_area{
	text-align: center;
	font-size: 14px;
	line-height: 30px;
}
.present_link {
    text-align: center;
    width: 950px;
    padding: 0;
    box-sizing: border-box;
    font-size: 24px;
    margin:30px auto 30px;
    color: #fc36c7;
}
.present_link a {
    color: #fc36c7;
    font-weight: bold;
}
.present_link a:hover,
.present_link a:active {
    color: #fc36c7!important;
    opacity: 0.8!important;
}

/*add 20241008*/
/*fasttxt*/
#fasttxt p {
	padding: 10px 10px 10px 22px;
	font-size: 18px;
}
#fasttxt p span {margin-left: -18px;}
/*PRbanner*/
.pr_banner {
	width: 100%;
    clear: both;
}
.pr_banner a img {
    width: 100%;
	height: auto;
    display: block;
    margin: 0 auto;
}
}