@charset "utf-8";
/* CSS Document */

/* =========================================================
============================================================
============================================================
Swidge.com
============================================================
============================================================
========================================================= */




/* =========================================================
    Key Colors
    color: #4d4480;
    background-color: #a1dcfa;
    background-color: #9e5797;
 ========================================================= */   
 
 
 
 
    
/* =========================================================
============================================================
============================================================
  Common
============================================================
============================================================
========================================================= */



.sp {/* PCレイアウトでSPを消す*/
    display: none;
}
.pc {/* PCレイアウトでPCを表示*/
    display: block;
}
.parent{/* 上下センター*/
	display: flex;
	align-items: center;
}
.col{/* 横並び*/
	display: inline-flex;
	line-height: 2.0rem;
}
@media screen and (max-width: 960px) {
.col{/* 横並びを解除*/
    display: block;
 }
}
.col-between{/* 横並び*/
    display: inline-flex;
    display: flex;
    justify-content: space-between;
}
@media screen and (max-width: 960px) {
.col-between{/* 横並びを解除*/
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
 }
}

.google_map {/* GoogleMapレスポンシブ化*/
position: relative;
width: 100%;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
.google_map iframe,
.google_map object,
.google_map embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


html, body {
  height: 100%;
}
body {
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    word-wrap: break-word;/* 英字折り返し */

    color: #53657f;
}

		
img{/* 画像の隙間をなくす */
    vertical-align: top;
}

a img:hover  {
	opacity: 0.5 ;
	transition: 0.8s ;
		}
a.ovimg{
	background-color:#FFF;
	display:inline-block;
	}
a.ovimg:hover img,
a.ovimg:active img{
    -moz-opacity: 0.7;
    opacity: 0.7;
    filter: alpha(opacity=70);
}
a img {/* リンク画像のボーダーを消す*/
	border: none;
}
a {/* FireFoxで点線を消す */
	outline: none;
}
.float-l {/* 回り込み左 */
	float: left;
}
.float-r {/* 回り込み右 */
	float: right;
}
.clear-both {/* 回り込み解除 */
	clear: both;
}
.center {/* 配置－中央 */
	text-align: center;
}
.right {/* 配置－右 */
	text-align: right;
}
.sp_t10 {/* 上にマージン */
	margin-top: 10px;
}
.sp_t20 {/* 上にマージン */
	margin-top: 20px;
}
.sp_t30 {/* 上にマージン */
	margin-top: 30px;
}
.sp_t40 {/* 上にマージン */
	margin-top: 40px;
}
.s_b180 {/* 上にマージン */
	margin-bottom:180px;
}
.sp_b20 {/* 下にマージン */
	margin-bottom: 20px;
}
.sp_b30 {/* 下にマージン */
	margin-bottom: 30px;
}
.sp_b40 {/* 下にマージン */
	margin-bottom: 40px;
}
.sp_b80 {/* 下にマージン */
	margin-bottom: 80px;
}
.sp_tb20 {/* 上下にマージン */
	margin-bottom: 20px;
	margin-top: 20px;
}
.sp_tb30 {/* 上下にマージン */
	margin-bottom: 30px;
	margin-top: 30px;
}
.sp_tb40 {/* 上下にマージン */
	margin-bottom: 40px;
	margin-top: 40px;
}
.sp_left_1 {/* 左にマージン */
	margin-left: 1.5rem;
}
.al-mid {/* 上下のセンタリング */
	display: table-cell;
	vertical-align: middle;
}

/*==========================================================
  両端揃え
========================================================= */
.justify dl {
  display: grid;
  grid-template-columns: auto 1fr;
  width: max-content;
  max-width: 100%;
  padding: 2rem;
  line-height: 2;
}
.justify dt {
  padding-right: 1em;
  text-align-last: justify;
}
.justify dt:nth-of-type(n + 2),
.justify dd:nth-of-type(n + 2) {
}
@media screen and (max-width: 960px) {
.justify dl{/* 横並びを解除*/
    display: block;
 }
}
.img_100 img {
	width: 100%;
}
.img_80 img {
	width: 80%;
}
.img_50 img {
	width: 50%;
}
.img_40 img {
	width: 40%;
}
/*==========================================================
  Font
========================================================= */

.txt_serif {/* セリフ体 */
    font-family: 'Shippori Mincho', serif;
}

.weight500   {
    font-weight:500
} 
.weight700   {
    font-weight:700
} 

a {
	color: #0087ff;
	text-decoration: underline;
	font-weight: normal;
	transition: .3s;
}
a:visited {
    color: #0087ff;
}
a:hover {
    color: #00d3ff;
    font-weight: normal;
    text-decoration: none;
    transition: .3s;
}
h2 {
    font-size: 2.5rem;
    font-weight: 300;
    letter-spacing: 0.15rem;
    color: #9e5797;
    padding-top: 48px;
}

h3 {
	position: relative;
	font-size: 1.5rem;
	border-bottom: 1px solid #D6C9D0;
	color: #4d4480;
	line-height: 2.8rem;
	letter-spacing: 0.1rem;
	padding-top: 0.5rem;
	padding-bottom: 0.8rem;
	margin-top: 2.0rem;
	font-weight: 500;
}

h3:before {
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 20%;
    height: 5px;
    content: '';
    background-color: #9e5797;
}
h4 {
	font-size: 1.1rem;
	line-height: 1.5rem;
	color: #292929;
	font-weight: bold;
	margin-top: 1.4rem;
	margin-bottom: 1.2rem;
	border-left: 3px solid #744E62;
	padding-top: 0.8rem;
	padding-bottom: 0.8rem;
	padding-left: 1.5rem;
	background-color: #ECECEC;
}
h5 {
    font-size: 1.1rem;
    font-weight: bold;
    color: #163156;
    margin-bottom: 0px;
    margin-top: 2rem;
}

h6 {
    font-size: 1.0rem;
    color: #FFFFFF;
    line-height: 1.6rem;
    margin-top: 15px;
    padding: 6px;
    background-color: #519043;
    margin-bottom: 15px;
}
.txt_size_sss {/* 極小小の文字サイズ */
	font-size: 0.6rem;
	line-height: 1.4rem;
	letter-spacing: 0.1rem;
	padding-top: 1em;
}
.txt_size_ss {/* 極小の文字サイズ */
	font-size: 0.72rem;
	line-height: 1.4rem;
	letter-spacing: 0.1rem;
	padding-top: 1rem;

}
.txt_size_s {/* 小の文字サイズ */
	font-size: 0.8rem;
	line-height: 1.6rem;
	padding-top: 1rem;

}
.txt_size_m {/* 中の文字サイズ */
	font-size: 1.0rem;
	line-height: 2.0rem;
	padding-top: 0.8rem;
	letter-spacing: 0.15rem;
}
.txt_size_l {/* 大の文字サイズ */
	font-size: 1.2rem;
	line-height: 2.2rem;
	padding-top: 0.8rem;
	letter-spacing: 0.15rem;
}
.txt_size_ll {/* 大の文字サイズ */
	font-size: 1.4rem;
	line-height: 2.0rem;
	padding-top: 0.8rem;
	font-weight: 300;
	letter-spacing: 0.15rem;
}

.txt_li {/* リスト項目 */
	line-height: 1.8rem;
	text-indent: 0rem;
	padding-left: 1.5rem;
	list-style-type: disc;
}
.mi {/* 冒頭にスペース */
	text-indent: 1rem;
}
.mt {/* 2行目からスペース */
	line-height: 1.8rem;
	text-indent: -1rem;
	padding-left: 1rem;
}
.txt_ol {
    font-size: 1.0rem;
    line-height: 2.0rem;
    padding-top: 0.8rem;
    margin-left: 1rem;
}
.txt_ol li {
    margin-bottom: 0.5rem;
}
.txt_color_red {
	color: #F72608;
}
.txt_color_orange {
	color: #F78608;
}
.txt_color_white {
	margin: 5px;
	color: #FFFFFF;
}
.txt_color_gray {
	color: #B3B3B3;
}
.txt_color_blue {
	color: #008ccf;
}
.txt_color_green {
	color: #448773;
}
.txt_day {
	font-size: 1.3rem;
	line-height: 2.0rem;
	padding-top: 1rem;
	padding-left: 0.4rem;
	color: #FF6E00;
	font-weight: bold;
}
/*  マーカー====== */
.txt-marker {
    text-decoration: underline;
    text-decoration-thickness: 0.6rem;
    text-decoration-color: rgba(255, 218, 0, 0.4);
    text-underline-offset: -0.4rem;
    text-decoration-skip-ink: none;
}
/*  マーカー(赤)====== */
.txt-marker-red {
    text-decoration: underline;
    text-decoration-thickness: 0.6rem;
    text-decoration-color: rgba(255, 0, 0, 0.4);
    text-underline-offset: -0.4rem;
    text-decoration-skip-ink: none;
}
/*  二重取り消し線====== */
.del {
    background-image: linear-gradient(transparent 0.5em, #fe3464 0, #fe3464 calc(0.5em + 1px), transparent 0, transparent calc(0.5em + 3px), #fe3464 0, #fe3464 calc(0.5em + 4px), transparent 0);
    color: #888;
    text-decoration: none;
}


.nav_new {
	animation: flash 1s linear infinite;
	background-color: #E0450F;
	color: #FFFFFF;
	font-size: 9px;
	display: inline-block;
	padding-top: 4px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 4px;
	line-height: 0.8rem;
	margin-top: 6px;
	text-align: center;
	margin-bottom: 6px;
	border: 2px solid #FFF;
	border-radius: 20px;
	margin-left: 0.4rem;
}
.nav_pre {
	background-color: #FF2300;
	color: #FFFFFF;
	font-size: 9px;
	display: inline-block;
	padding-top: 4px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 4px;
	line-height: 0.8rem;
	margin-top: 6px;
	text-align: center;
	margin-bottom: 6px;
	border: 2px solid #E0450F;
	border-radius: 20px;
	margin-left: 0.4rem;
}
.nav_stxt {
	color: #FFFFFF;
	font-size: 11px;
	display: inline-block;
	padding-top: 4px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 4px;
	line-height: 0.8rem;
	margin-top: 6px;
	text-align: center;
	margin-bottom: 6px;
	border: 2px solid #FFF;
	border-radius: 20px;
	margin-left: 0.0rem;
}
.nav_pdf {
	margin-right: 2rem;
	padding-right: 2rem;
	background-repeat: no-repeat;
	background-position: 10% no-repeat;
	background-image: url(../images/icon_pdf.svg);
	background-size: 20px 20px;
	height: 30px;
	display: inline-block;
	margin-bottom: -0.8rem;
	margin-left: 0.4rem;
}
blockquote {/* 引用文*/
    font-style: italic;
    color: #848484;
}
/* 点滅アニメーション
---------------------------------------------------- */
@keyframes flash {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }
  
  
  100% {
    opacity: 1;
  }
}
/*==========================================================
  テキストリンクアイコン
========================================================= */
.windowicon {
	margin-right: 2px;
	padding-right: 30px;
	background: url(../images/w-icon.png) 100% 0.1em no-repeat;
	background-size: 15px 12px;
}
.downloadicon {
	margin-right: 2px;
	padding-right: 30px;
	background: url(../images/d-icon.png) 100% 0.2em no-repeat;
	background-size: 15px 12px;
}
.icon_pdf {
	margin-right: 2rem;
	padding-right: 2rem;
	background-repeat: no-repeat;
	background-position: 100% no-repeat;
	background-image: url(../images/icon_pdf.svg);
	background-size: 30px 30px;
	height: 30px;
	display: inline-block;
	margin-bottom: -0.6rem;
}
.icon_word {
	margin-right: 2rem;
	padding-right: 2rem;
	background-repeat: no-repeat;
	background-position: 100% no-repeat;
	background-image: url(../images/icon_word.svg);
	background-size: 30px 30px;
	height: 30px;
	display: inline-block;
	margin-bottom: -0.6rem;
}












/* =========================================================
============================================================
============================================================
  BTN
============================================================
============================================================
========================================================= */


/*==========================================================
  BTN-large
========================================================= */

.btn_large {
	height: 80px;
	position: relative;
	text-align: center;
	border-radius: 5px;
	transition: .3s;
	font-size: 1.1rem;
	letter-spacing: 0.04rem;
}
.btn_large a {
    color: #FFFFFF;
    text-decoration: none;
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 0px;
    border-radius: 16px;
    line-height: 4.8rem;
}

.btn_large:after{
	content:"";
	position:absolute;
	top:0;
	bottom:.1em;
	right:8%;
	margin:auto;
	width: .5em;
	height: .5em;
	border-top: .1em solid #fff;
	border-right: .1em solid #fff;
	transform: rotate(45deg);
	transition:.3s;
}
.btn_large:hover:after{
	border-top: .1em solid #fff;
	border-right: .1em solid #7f6c40;
	right:5%;
}
.btn_large-none {
	height: auto;
	top: 0px;
	padding-top: 1.5rem;
	padding-right: 1rem;
	padding-left: 1rem;
	padding-bottom: 1.5rem;
	text-align: center;
	position: relative;
	border-radius: 5px;
	transition: .3s;
	line-height: 1.2rem;
	font-size: 1.1rem;
	letter-spacing: 0.04rem;
	background-color: #CBCACA;
	color: #949494;
}





/*==========================================================
  BTN-large50
========================================================= */

.btn_large50 {
    height: 80px;
    position: relative;
    text-align: center;
    border-radius: 5px;
    transition: .3s;
    font-size: 1.1rem;
    letter-spacing: 0.04rem;
    width: 48%;
}
.btn_large50 a {
    color: #FFFFFF;
    text-decoration: none;
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 0px;
    border-radius: 16px;
    line-height: 4.8rem;
}

.btn_large50:after{
	content:"";
	position:absolute;
	top:0;
	bottom:.1em;
	right:8%;
	margin:auto;
	width: .5em;
	height: .5em;
	border-top: .1em solid #fff;
	border-right: .1em solid #fff;
	transform: rotate(45deg);
	transition:.3s;
}
.btn_large50:hover:after{
	border-top: .1em solid #fff;
	border-right: .1em solid #7f6c40;
	right:5%;
}



/*==========================================================
  BTN-small
========================================================= */

.btn_small {
    height: 60px;
    position: relative;
    text-align: center;
    border-radius: 5px;
    transition: .3s;
    font-size: 1.1rem;
    letter-spacing: 0.04rem;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
}
.btn_small a {
    color: #FFFFFF;
    text-decoration: none;
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 0px;
    border-radius: 8px;
    line-height: 3.8rem;
}
.btn_small a:hover {
    color: #FFFFFF;
    background-color: #FFAD00;
    transition: 0.8s;
}
.btn_small-none {
	height: auto;
	top: 0px;
	padding-top: 1.5rem;
	padding-right: 1rem;
	padding-left: 1rem;
	padding-bottom: 1.5rem;
	text-align: center;
	position: relative;
	transition: .3s;
	line-height: 1.2rem;
	font-size: 1.1rem;
	letter-spacing: 0.04rem;
	background-color: #CBCACA;
	color: #949494;
}
.btn_blue {
	background-color: #0066F0;
}
.btn_green {
	background-color: #239848;
}
.btn_orange {
	background-color: #F85C00;
}
.btn_orange:hover {
    color: #FFFFFF;
    background-color: #FFAD00;
    transition: 0.8s;
}













/*==========================================================
  問い合わせBOX
========================================================= */
.contact_box {
    padding: 24px;
    background-color: #F3F3F3;
    border-radius: 8px;
    border: 1px solid #FFFFFF;
}
/*==========================================================
  注意のBOX
========================================================= */
.caution_box {
    padding: 32px 15px;
    background-color: #9e5797;
    border-radius: 8px;
    text-align: center;
    font-weight: bold;
    line-height: 2rem;
    color: #F3F3F3;
}
/*==========================================================
  注意のBOX2
========================================================= */
.caution_box2 {
    padding: 15px;
    background-color: #FDFBEE;
    border-radius: 8px;
    border: 3px solid #FF6E0E;
}
/*==========================================================
  tableのcss
========================================================= */

.table_wrap {/* 横スクロールさせる場合はdivでくくる */
  overflow-x: scroll;
}
.line_table {
  width: 100%;
  min-width: 600px;
	margin: 0px;
	border: 1px solid #D0D0D0;
	border-collapse: collapse;
	background-color: #D0D0D0;  /* 背景色指定 */
}
.line_table th {
    padding: 15px;
    margin: 0px;
    border: 1px solid #D0D0D0;
    background-color: #53657f;  /* 背景色指定 */
    color: #F8F5E7;
}
.line_table td {
	padding: 15px;
	border: 1px solid #D0D0D0;
	background-color: #FFF;  /* 背景色指定 */
}
/*==========================================================
  table(プログラム用)のcss
========================================================= */
.line_table-program {
	margin: 0px;
	border: 1px solid #D0D0D0;
	border-collapse: collapse;
	background-color: #D0D0D0;  /* 背景色指定 */
}
.line_table-program th {
    padding: 4px;
    margin: 0px;
    border: 1px solid #D0D0D0;
    background-color: #E4EDE3;  /* 背景色指定 */
    text-align: left;
}
.line_table-program td {
    padding: 4px;
    border: 1px solid #D0D0D0;
    background-color: #FFF;  /* 背景色指定 */
    text-align: left;
}
/*カラーボックス各種
========================================================= */
.color_box1 {
	padding-top: 5px;
	padding-right: 24px;
	padding-left: 24px;
	padding-bottom: 24px;
	border: 0px solid #d2d1c2;
	box-shadow: 0px 8px 11px -10px #777777;
	border-radius: 12px;
	background-color: #F1F1F1;
}
.color_box2 {
	padding-top: 5px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	background-color: #F4F4F4;
	border-radius: 20px;
	border: 2px solid #d2d1c2;
}

.color_box3 {
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	background-color: #ED590D;
	border-radius: 20px;
	border: 2px solid #CB2C00;
	text-align: center;
	color: #FFFFFF;
}


/*==========================================================
  リンクアイコン
========================================================= */
.windowicon {
	margin-right: 2px;
	padding-right: 2.5rem;
	background: url(../images/icon_window-wh.svg) 100% 0.1em no-repeat;
	background-size: 20px 24px;
	margin-left: 0px;
	margin-bottom: 24px;
	margin-top: 1px;
	padding-top: 1px;
}
.windowicon-black {
    margin-right: 2px;
    padding-right: 2.5rem;
    background-repeat: no-repeat;
    background-position: 20px 10px;
    background-image: url(../images/w-icon-black.svg);
    background-size: 20px 24px;
    margin-left: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    padding-top: 0px;
    height: 32px;
    width: 32px;
    display: inline-block;
}
.downloadicon {
    margin-right: 2px;
    padding-right: 30px;
    background: url(../images/d-icon.png) 100% 0.2em no-repeat;
    background-size: 15px 12px;
}
.icon_pdf {
    padding-right: 2rem;
    background-repeat: no-repeat;
    background-position: 100% no-repeat;
    background-image: url(../images/icon_pdf.svg);
    background-size: 30px 30px;
    height: 30px;
    display: inline-block;
    margin-left: 12px;
}
.icon_word {
    margin-left: 2rem;
    padding-right: 2rem;
	background-repeat: no-repeat;
	background-position: 100% no-repeat;
	background-image: url(../images/icon_word.svg);
	background-size: 30px 30px;
	height: 30px;
	display: inline-block;
}
.icon_ptt {
    margin-left: 2rem;
    padding-right: 2rem;
    background-repeat: no-repeat;
    background-position: 100% no-repeat;
    background-image: url(../images/icon_ppt.svg);
    background-size: 30px 30px;
    height: 30px;
    display: inline-block;
}





/* =========================================================
============================================================
============================================================
  ここからページレイアウト
============================================================
============================================================
========================================================= */


/* =========================================================
  wrap
========================================================= */

#wrap {
    width: 1120px;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    z-index: 100;
    margin-top: 48px;
    background-image: url(../images/wrap.png);
    background-repeat: repeat-y;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 15px -5px #ddc5dd;
    border-radius: 10px;
}


.top-main-box {
    background-color: #a1dcfa;
}
.top-main-box .inner {
    width: 100%;
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
}
.top-main-box .inner img {
    width: 100%;
}

h1 {
    text-indent: -9999px;
}

@media screen and (max-width: 1120px) {
.top-main-box .inner {
    margin-top: 80px;
}
}




/* ===================================================================
======================================================================
  固定のヘッダーはPCのみ。SPの際は非表示になりnav.css内#mobile_naviへ切り替わる。
======================================================================
====================================================================*/ 

.fix_header {
    width: 100%;
    margin: 0 auto;
    background-color: #93d5f9;
    position: fixed;
    top: 0px;
    z-index: 1000;
    box-shadow: 0px 0px 10px 2px #333;

}
.fix_header_contents {
    width: 1080px;
    height: 104px;
    margin: 0 auto;
 	display: flex;
	justify-content: space-between;
}
#fix_header_title {
    width: 200px;
    height: 16px;
    
}

#fix_header_logo img {
    height: 80px;
     margin-top: 18px;
	align-items: center;
}

/* =========================================================
============================================================
============================================================
  nav
============================================================
============================================================
========================================================= */


#left_area {
}

.page-h1box img {
    width: 255px;
}
@media screen and (max-width:  1120px) {
.page-h1box {
    display: none;
}
}

/* =========================================================
  GlobaoNavi
========================================================= */
#global_nav {
    width: 240px;
    padding: 16px 0px 48px 16px;

}

#global_nav ul {
    list-style-type: none;
    display: block;
}
#global_nav ul li a {
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-size: 1.0rem;
    letter-spacing: 0.07rem;
    line-height: 1.5rem;
    text-decoration: none;
    padding-left: 8px;
    font-weight: 500;
    color: #004ab4;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 30px;
    display: block;
    border-bottom: 1px solid #D6C9D0;
}
#global_nav ul li a:hover {
    color: #0099e9;
}
#global_nav .none {
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-size: 1.0rem;
    letter-spacing: 0.07rem;
    line-height: 1.5rem;
    text-decoration: none;
    padding-left: 8px;
    font-weight: 500;
    color: #d2d2d2;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 30px;
    display: block;
    border-bottom: 1px solid #D6C9D0;
}
#global_nav .online {
	background-color: #BE5000;
}
#global_nav .callcenter {
	background-color: #035DB0;
}




/* =========================================================
  GlobaoNavi-SNS-Area
========================================================= */
.navi_sns_area {
    display: block;
    text-align: center;

    border-bottom: 1px solid #D6C9D0;
}
.navi_sns_area img {
    padding: 8px 0px 20px 0px;
    width: 40px;
}
.navi_sns_area a {

    text-decoration: none;
}




/* =========================================================
  GlobaoNavi-Arrow
========================================================= */
.nav-arrow {
    line-height: 1.25;
  text-decoration:none;
    color:#560072!important;
    position: relative;
  transition:.3s;
}
.nav-arrow:after{
    content:"";
    position:absolute;
    top:0;
    bottom:.1rem;
    right:8%;
    margin:auto;
    width: .5rem;
    height: .5rem;
    border-top: .2rem solid #560072;
    border-right: .2rem solid #560072;
    transform: rotate(45deg);
    transition:.3s;
}

.nav-arrow:hover:after{
	border-top: .1rem solid #0099e9;
    border-right: .1rem solid #0099e9;
    right:4%;
}


/* =========================================================
  GlobaoNavi-Banner-Area
========================================================= */

.navi_banner_area {
    padding: 20px;
    width: 200px;
    color: #448773;
    text-align: center;
}
.navi_banner_area img {
    padding: 0px 0px 20px 0px;
    width: 100%;
}
.navi_banner_area a {
    color: #448773;
    text-decoration: none;
}


/* =========================================================
  Toggle Button 
========================================================= */
#nav-toggle {
    display: none;

}
#mobile_navi {
    display: none;
    }




/* ====================================================
=======================================================
1120px以下用（タブレット／スマートフォン用）の記述
=======================================================
======================================================*/
@media screen and (max-width:  1120px) {

#pc-head{
    display: none;
}
#navi-area,
    .inner {
	width: 100%;
	padding: 0;
    }
#navi-area {
    margin-top: 0px;
    }
    /* Fixed reset */
#navi-area.fixed {
    margin-top: 0px;
	padding-top: 0px;
    background: transparent;
	z-index: 300;
    }
#mobile_navi {
    display: block;
    top: 0px;
    position: fixed;
    z-index: 300;
    width: 100%;
    height: 80px;
    box-shadow: 0px 0px 10px 2px #000;
    background-color: #FFFFFF;
    }
/* =========================================================
  Header-Logo
========================================================= */
h1.logo{
    background-image: url(../images/sp-logo.svg);
    background-repeat: no-repeat;
    white-space: nowrap;
    background-size: 32% auto;
    background-position: 0px;
    padding: 0px;
    margin-top: 8px;
    margin-left: 3%;
    height: 60px;
}


#global_nav {
    position: fixed;
    top: -1480px;
    width: 96%;
    height: calc(100% - 120px);/* 展開時にmobile_naviの高さを引き算 */
    z-index: 999;
    padding: 0px 0px 0px 0px;
    overflow-y: scroll;
    background-color: #FFF;
    margin-top: 80px;
    padding-bottom: 80px;
    margin-left: 2%;
    margin-right: 2%;
    }
#global_nav ul {
    background-color: #FFFFFF;
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    }
#global_nav ul li {
    width: 100%;
    background-color: #FFFFFF;
    padding-top: 0px;
    font-size: 19px;

    }
#global_nav ul li a {
     padding-right: 4rem;
    }
#global_nav .none {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
}	
#global_nav .online a {
	color: #FFFFFF;
}
#global_nav .callcenter a {
	color: #FFFFFF;
}
/* =========================================================
  GlobaoNavi-Banner-Area
========================================================= */

.navi_banner_area {
    width: 100%;
}
.navi_banner_area img {
    width: 60%;
}

/* =========================================================
  Toggle Button 
========================================================= */
#nav-toggle {
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 34px;
    height: 37px;
   padding: 8px;
    cursor: pointer;
    z-index: 101;
    background: #9e5797;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #FFF;/* ３本線の色 */
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 9px;
}
#nav-toggle span:nth-child(3) {
    top: 18px;
}	
#nav-toggle .toggle-title {
    font-size: 8px;
    color: #FFF;
    padding-top: 30px;
    }
    /* #nav-toggle 切り替えアニメーション */
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
    /* #global_nav スライドアニメーション */
    .open #global_nav {
        /* #global_nav top + #mobile_navi height */
        -moz-transform: translateY(1500px);
        -webkit-transform: translateY(1500px);
        transform: translateY(1500px);
		    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    }
}


/* ====================================================
=======================================================
 767px以下用（スマートフォン用）の記述
=======================================================
======================================================*/
@media screen and (max-width: 767px) {
	
/* =========================================================
  Header-Logo
========================================================= */
#mobile_navi {
    margin-top: 0px;
    padding-top: 0px;
    position: fixed;
    z-index: 300;
    width: 100%;
    height: 53px;
    }
#global_nav {
    width: 100%;
    margin-top:34px;
    height: calc(100% - 50px);/* 展開時にmobile_naviの高さを引き算 */
    margin-right: 0px;
    margin-left: 0px;
    }
h1.logo {
    background-image: url(../images/sp-logo.svg);
    background-size: 180px auto;
    margin-top: 0px;
}

}


























/* =========================================================
============================================================
============================================================
  main
============================================================
============================================================
========================================================= */
#main_area {
    width: 880px;
    margin-left: 0px;
    margin-top: 0px;
}

/* =========================================================
  mainの中身(TOPページ)
========================================================= */
#main_area .top_inner {
    padding: 1px 32px 80px 32px;
    background-color: #FFFFFF;
    margin-top: 0px;
}

/* =========================================================
  mainの中身(コンテンツページ)
========================================================= */
#main_area .inner {
    padding: 32px 40px 80px 40px;
    margin-top: 60px;
}
/* =========================================================
  mainの中身(コンテンツページマージンとるタイプ)
========================================================= */
#main_area .inner_top_margin {
    padding: 100px 0px 0px 0px;
}
/*==========================================================
トップページお知らせArea
========================================================= */
#top_action_box {
	width: 92%;
	margin-left: auto;
	margin-right: auto;
	border: 4px solid #E8AE74;
	padding: 10px;
	background-color: #F7F5EF;
	margin-bottom: 30px;
}

/*==========================================================
トップページNewsArea 
========================================================= */
#news_box {
    padding: 0px;
    height: 700px;
    overflow-x: hidden;
    overflow-y: scroll;
    margin-top: 20px;
    margin-right: 0px;
    margin-bottom: 50px;
    margin-left: 0px;

}
#news_box ul {
    margin-top: 20px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding: 0px;
}
#news_box li {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 9rem;
    margin-bottom: 10px;
    font-size: 0.9rem;
    list-style: none;
    letter-spacing: 0.1rem;
    background-repeat: no-repeat;
    padding-top: 8px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    line-height: 200%;
    background-position: 0px 0px;
    text-indent: -9rem;
    width: 530px;
}
#news_box strong {
    font-weight: normal;
    color: #fff;
    background-color: #9e5797;
    margin-top: 10px;
    margin-right: 10px;
    margin-left: 15px;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 13px;
    font-family: 'Roboto', sans-serif;
    border-radius: 10px;
}





/*==========================================================
企業バナーエリア
========================================================= */
.banner-area  {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    margin-top: 20px;      
}
.banner-area li  {
    list-style: none;
    border: 1px solid #E0E0E0;
}
.banner-area li img  {
    width: 100%;
}
@media screen and (max-width: 768px) {
.banner-area  {
    display: block;
    row-gap: 20px;
}
.banner-area li  {
    margin-bottom: 20px;
}
}







/*==========================================================
  footer
========================================================= */
#footer {
    width: 100%;
    clear: both;
    bottom: 0px;
    padding: 0px 0px 32px 0px;
    margin: 32px 0px 0px 0px;
    background-color: #a1dcfa;
}
#footer .inner {
	width: 956px;
    display:flex;
	margin-right: auto;
	margin-left: auto;
	padding-top: 72px;
	padding-bottom: 80px;
	color: #4d4480;
}
#footer .inner a {
    color: #0087ff;
}


#footer_jimukyoku {
    width: 50%;
    margin-bottom: 15px;
    border-right-width: 0px;
    padding-bottom: 30px;
}
#footer_jimukyoku img{
    width: 50%;
}
#footer_unei {
    width: 50%;
    margin-bottom: 15px;
}
.jimukyoku_unei_tite {
    background-color: #4d4480;
    color: #fff;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 16px;
    padding-right: 16px;
    display: inline;
    font-size: 0.8rem;
    font-weight: 400;
}
.footer_copyright {
    font-size: 10px;
    line-height: 18px;
    color: #4d4480;
    width: 956px;
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.pagetop {
    width: 80px;
    height: 30px;
    position: fixed;
    bottom: 50px;
    right: 0px;
    padding: 1em 3rem;
    text-align: center;
    transition: .3s;
    background: #9e5797;
    line-height: 30px;
    font-family: 'Roboto', sans-serif;
    font-size: 0.8rem;
    letter-spacing: 0.1rem;
    display: block;
    z-index: 3;
    border-radius: 50px 0px 0px 50px;
}
.pagetop a {
	color: #FFF;
    text-decoration: none;
}
.pagetop a:hover {
    color: #fff;
    text-decoration: none;
    font-weight: normal;
    display: block;
}
.pagetop:after{
    content:"";
    position:absolute;
    bottom:.1rem;
    top:15%;
	right:8%;
    margin:auto;
    width: .5rem;
    height: .5rem;
    border-top: .1em solid #FFF;
    border-right: .1em solid #FFF;
    transform: rotate(315deg);
    transition:.3s;
}
.pagetop:hover:after{
	border-top: .2rem solid #FFF;
    border-right: .2rem solid #FFF;
    top:0%;
}



/*==========================================================
 演題登録
========================================================= */
.abstract_box {
    padding: 15px 48px;
	background-color: #EDEDED;
	border-radius: 8px;
	border: 1px solid #FFFFFF;
}

/*==========================================================
  演題登録ボタン
========================================================= */
a.btn_a {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    text-align: center;
    text-decoration: none;
    width: 250px;
    margin: 24px 0px;
    padding: 2rem;
    font-weight: bold;
    background-color: #BA0D6D;
    color: #fff;
    border-radius: 16px;
    position: relative;
    transition: 0.5s;
    font-size: 1.3rem;
}
a.btn_a::before {
	content: '';
	width: 7px;
	height: 7px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
}
a.btn_a:hover {
    background-color:#D93B93;
    color: #fff;
}
a.btn_b {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    text-align: center;
    text-decoration: none;
    width: 250px;
    margin: 24px 0px;
    padding: 2rem;
    font-weight: bold;
    background-color: #3CB5D8;
    color: #fff;
    border-radius: 16px;
    position: relative;
    transition: 0.5s;
    font-size: 1.3rem;
}
a.btn_b::before {
	content: '';
	width: 7px;
	height: 7px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
}
a.btn_b:hover {
    background-color: #82D0E6;
    color: #fff;
}
.btn_none {
    width: 280px;
    color: #FFFFFF;
    text-align: center;
    text-decoration: none;
    font-size: 1.1rem;
    letter-spacing: 0.04rem;
    line-height: 4.6rem;
    background-color: #B0B0B0;
    display: block;
    left: 0;
    height: 100%;
    border-radius: 16px;
    display: block;
    margin: 32px auto;
}





/*==========================================================
 プログラム
========================================================= */

.program_day_box {
    display: block;
    justify-content: space-between;
    padding: 16px 16px 16px 16px;
    border-bottom: 1px solid #D2D2D2;
    background-color: #F3F5F6;
    margin-bottom: 16px;
}
.program_day {
    font-size: 0.9em;
    line-height: 1.8rem;
}
.program_theme_box {
    display: flex;
    padding: 8px 0px;
}
.program_theme {
    margin-right: 16px;  
    line-height: 1.8rem;  
}
.program_theme_cont {
    font-weight: bold;
    font-size: 1.1rem;
    line-height: 1.8rem;   
}
.program_name_box {
    display: flex;
    padding: 8px 0px;
}
.program_role {
    padding: 8px 8px 0px 8px;
    background-color: #4580CD;
    color: #FEFEFE;
    font-size: 0.8rem;
    height: 20px;
    line-height: 0.8rem;
    width: 80px;
    text-align: center;
    margin-right: 16px;
}
.program_number {
    padding: 8px 8px 0px 8px;
    background-color: #502E56;
    color: #FEFEFE;
    font-size: 0.8rem;
    height: 20px;
    line-height: 0.8rem;
    width: 80px;
    text-align: center;
    margin-right: 16px;
}
.program_title {
    font-size: 1.0rem;
    line-height: 1.8rem;
    font-weight: bold;
}
.program_name {
    font-size: 1rem;
    line-height: 1.8rem;
}
.program_name span{ 
    font-size: 0.85rem;
}
.program_name sup {
    font-size: 0.6rem;
    vertical-align: top;
    line-height: 1.6rem;
}













/* ============================================================================================================================
===============================================================================================================================
===============================================================================================================================
===============================================================================================================================
1120px以下用（タブレット用）の記述
===============================================================================================================================
===============================================================================================================================
===============================================================================================================================
=============================================================================================================================*/


@media screen and (max-width: 1120px) {

html, body { height: 100%;}

.fix_header {display: none;}

/* =========================================================
  wrap
========================================================= */
#wrap {
    width: 100%;
    display: block;
    margin-top: 0px;
    background-image: none;
    box-shadow: 0px 0px 0px 0px #ddc5dd;

}

h2 {
    font-size: 2.5rem;
    font-weight: 300;
    letter-spacing: 0.15rem;
    padding-top: 10%;
}

/* =========================================================
  line
========================================================= */
#head-line {
    display: none;
}
/* =========================================================
  main
========================================================= */
#main_area {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 20px;
    box-shadow: 0px 0px 15px -5px #ddc5dd;
}
#main_area .inner {
    width: 90%;
    padding: 0% 5% 10% 5%;
}

/*==========================================================
MV
========================================================= */
#mv-box {
    height: auto;
}
#mv-box a {
    height: auto;
}
/*==========================================================
トップページNewsArea 
========================================================= */
#news_box {
    width: 100%;
    height: 250px;
	}
#news_box li {
    width: 95%;
}


/*==========================================================
  footer
========================================================= */
#footer {
    width: 100%;
    clear: both;
    background-repeat: no-repeat;
    background-position: center 0%;
    background-size: auto 90%;
    z-index: -9999;
    padding-top: 32px;
    margin-top: 32px;
}
#footer .inner {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 20px;
}
.footer_images {
    left: 0;
    width: 80%;
}
#topbox_jimukyoku {
    width: 45%;
    margin-bottom: 15px;
    border-right-width: 0px;
    padding-bottom: 30px;
    float: left;
	}
#topbox_unei {
    width: 45%;
    margin-bottom: 15px;
    float: right;
}
.footer_copyright {
    width: 100%;
    margin-bottom: 32px;
}
/* =========================================================
  h2 Title
========================================================= */
h2 {
	margin-bottom: 100px;
}


/*==========================================================
 演題登録
========================================================= */
.abstract_box .btn_area {
    display: block;
    text-align: center;
}
a.btn_a {
    width: 80%;
}
a.btn_b {
    width: 80%;
}

.program_theme_box {
    display: block;
    padding: 8px 0px;
}

.program_name_box {
    display: block;
    padding: 8px 0px;
}
}









































/* ============================================================================================================================
===============================================================================================================================
===============================================================================================================================
===============================================================================================================================
 767px以下用（スマートフォン用）の記述
===============================================================================================================================
===============================================================================================================================
===============================================================================================================================
============================================================================================================================ */

@media screen and (max-width: 767px) {
	
.sp {
    display: block;
}

.pc {
    display: none;
}
h2 {
    margin-bottom: 26px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 1.8rem;
}
h3 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
h4 {
    padding-right: 0.5rem;
}
/* =========================================================
  main
========================================================= */
#main {/* INDEX用*/
    margin-top: 53px;

}
/*==========================================================
Inner
========================================================= */
#main .inner {
	width: 90%;

}

#photo_area {
    display: block;
    margin-top: 32px;
}
#photo_box {
    width: 80%;
    margin-bottom: 1px;
    margin-left: auto;
    margin-right: auto;
}
#photo_box img {
	width: 100%;	
}
#photo_txt {
    width: 100%;
    margin-top: 1px;

}

/*==========================================================
  footer
========================================================= */
#footer {
    width: 100%;
    clear: both;
    background-repeat: no-repeat;
    background-position: center 0%;
    background-size: auto 90%;
    z-index: -9999;
    margin-top: 32px;
    padding-top: 80px;
}
#footer .inner {
    display: block;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 42px;
    padding-bottom: 24px;
}
.footer_images {
    display: block;
    margin-left: auto;
    margin-top: -100px;
    margin-right: auto;
    width: 80%;
    text-align: center;
    position: static;
}
.footer_images img {

    width: 100%;

}
#footer_jimukyoku {
    width: 90%;
    margin-bottom: 15px;
    border-right-width: 0px;
    padding-bottom: 30px;
	}

#footer_unei {
    width: 100%;
    margin-bottom: 15px;
}
.footer_copyright {
    width: 100%;
    padding-bottom: 20px;
}
.pagetop {
    width: 100%;
    height: 30px;
    position: fixed;
    bottom: 0px;
    right: 0px;
    padding: 1rem 0rem;
}


	
/*==========================================================
トップページお知らせArea-third
========================================================= */
#top-action-box-third {
    word-wrap: break-word;
    width: 86%;
    margin-left: auto;
    margin-right: auto;
    border: 4px solid #FFDD00;
    padding-top: 20px;
    background-color: #08296B;
    margin-bottom: 30px;
    color: #FFFFFF;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
	}
#top-action-box-third a {
    color: #FFFFFF;
	}
#top-action-box-third a:hover {
    color: #FFFFFF;
	}
#top-action-box-third a:visited {
    color: #FFFFFF;
	}
/*==========================================================
  BTN-large-application-new
========================================================= */
.btn-application-new {
    height: auto;
    top: 0px;
    padding-right: 1rem;
    padding-left: 2rem;
    padding-bottom: 0.6rem;
    text-align: center;
    position: relative;
    transition: .3s;
    background-color: #FD4E00;
    line-height: 1.0rem;
    font-family: 'Roboto', sans-serif;
    font-size: 1.4rem;
    letter-spacing: 0.1rem;
    font-weight: normal;
}
/*==========================================================
トップページNewsArea 
========================================================= */
#news_box {
    width: 100%;
	}
#news_box ul {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0rem;
    padding: 0px;
}
#news_box li {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 10px;
    margin-bottom: 0px;
    font-size: 0.9rem;
    list-style: none;
    letter-spacing: 0.1rem;
    background-repeat: no-repeat;
    padding-top: 8px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    line-height: 200%;
    background-position: 0px 0px;
    text-indent: 0rem;
    width: 96%;
}
#news_box strong{
	display: table;
	text-indent: 1rem;
	margin-left: 0px;
	margin-bottom: 2px;
	font-size: 0.9em;
	line-height: 1.0rem;
	padding-top: 0.5rem;
	padding-left: 0rem;
}
.txt_size_l {
    font-size: 1.1rem;
    line-height: 2.2rem;	
}
.txt_size_m {/* 中の文字サイズ */
	font-size: 1.0rem;
	line-height: 2.0rem;
	padding-top: 1rem;
	
}

.mt {/* 2行目からスペース */
	line-height: 1.8rem;
	text-indent: -1rem;
	padding-left: 1rem;
}
/*==========================================================
comming
========================================================= */
#icon {
    width: 100%;

}
}





/*==========================================================
 北海道おすすめ観光地のご案内
========================================================= */

.tourist-photo01 img {
    max-width: 380px;
    margin-right: 16px;
}
.tourist-photo02 img {
    max-width: 550px;
    margin: auto;
}

.tourist-dounan h4 {
    color: #FFFFFF;
    background-color: #F6D166;
}

.tourist-douou h4 {
    color: #FFFFFF;
    background-color: #ED8795;
}

.tourist-douhoku h4 {
    color: #FFFFFF;
    background-color: #6BC3E8;
}

.tourist-doutou h4 {
    color: #FFFFFF;
    background-color: #71D59D;
}
@media screen and (max-width: 960px) {

.tourist-photo01 img {
    max-width: 100%;
    margin: auto;
}
.tourist-photo02 img {
    max-width: 100%;
    margin: auto;
}
}


