@charset "utf-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul,li {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}
a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #ACACE3;
	text-decoration: none;
}
a img:hover {
	opacity: 0.8;
}
a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

.clearfix {
	zoom: 1;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.clear {
	clear: both;
}
/*--------------------------------------- layout  */
body {
  line-height: 1.2;
  font-size: 14px;
  color: #222;
 font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  -webkit-text-size-adjust: 100%;
  margin: 0 auto;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

.container > article > h3, .container > article > h4, .container > article > table {
  margin-left: 10px;
  margin-right: 10px;
}

.container > article > .section,
.container > article > section {
  padding: 0 10px;
  margin: 0 auto 20px auto;
}

.blog .container > article > * {
  padding-right: 10px;
  padding-left: 10px;
}

body.page-index.ctgLv1 .container > article > section {
  margin-bottom: 20px;
}
/*--------------------------------------- header  */
header {
	width: 100%;
	margin: 0 auto;
	position: relative;
	height: 40px;
	font-size: 12px;
}
header h1 img {
	margin: 5px 0 0 10px;
}
header .btn-menu {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	display: block;
	background-size: 40px 40px;
	text-indent: -9999px;
	background-image: url(../img/common/g-menu.png);
	background-repeat: no-repeat;
	background-position: left center;
}
header .btn-menu.open {
	background-size: 40px 40px;
	text-indent: -9999px;
	background-image: url(../img/common/g-menu_close.png);
	background-repeat: no-repeat;
	background-position: left center;
}
header .gnavimenu {
	position: absolute;
	width: 100%;
	top: 40px;
	left: 0;
	display: none;
	padding-bottom: 10px;
	z-index: 100;
	background-color: #333399;
}
header .open {
  display: block;
}

/*--------------------------------------- global navigation  */
.gnavimenu hr {
	margin: 15px auto 15px auto;
	border: 0;
    height: 1px;
    background: #fff;
	width: 90%;
}
header table {
	padding-bottom: 10px;
	border-bottom: solid 1px #fff;
	width: 90%;
	margin: 10px auto;
}
header table tr {
	width: 100%
}
header table td {
	table-layout: fixed;
	background: #fff;
	text-align: center;
	width: 33.33%;
	font-weight: bold;
	height: 44px;
	padding: 0 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #333399;
	border-bottom-color: #333399;
}
.gnavimenu td.border_none {
	border-bottom-style: none;
	border-right-style: none;
}
.gnavimenu td.border_none_right {
	border-right-style: none;
}
.gnavimenu td.border_none_bottom {
	border-bottom-style: none;
}
header table td a {
  padding: 8px 0;
  display: block;
	color: #333399;

}
header table td img {
	margin-bottom: 5px;
}
/*--------------------------------------- gnavimenu　角丸メニュー  */
.headmenu {
	overflow: hidden;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 5%;
	margin-top: 15px;
}
.headmenu ul {
  width: 100%;
  margin: 0 auto;
}
.headmenu ul li {
    border-radius: 14px;        /* CSS3草案 */  
    -webkit-border-radius: 14px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 14px;   /* Firefox用 */
	padding: 0;
	text-align: center;
	text-decoration: none;
	outline: none;
	background-color: #333399;
	border: 1px solid #fff;
	color:#fff;
	line-height: 24px;
    float: left;
	width: 31%;
	font-weight: bold;
}
.headmenu ul li:last-child {
    margin-right: 0;
    float: left;
}
.headmenu ul li a {
	display: block;
	padding-top: 4px;
	text-align: center;
	color: #fff;
}
/*--------------------------------------- footer  */

footer .center {
	margin: 15px 0 0 0;
}
footer .center img {
	margin: 0 0 10px 0;
}
footer .center img:hover {
	width: 100%;
}
footer .contents {
	width: 90%;
	margin: 10px auto 0 auto;
}
#gotop {
	width: 35px;
	height: 40px;
	float: right;
	text-align: center;
}
#gotop p {
	line-height: 100%;
	color: #000;
	font-size: 18px;
	margin: 5px 0 0 -3px;
	font-style: italic;
	font-family: 'Gilda Display', cursive;
}
#gotop a:hover {
	opacity: 0.7;
}
#gotop a:hover p {
	opacity: 0.7;
}
#gopc {
	background-color: #333399;
	width: 100%;
	padding: 3px 0 10px 0;
	margin: 10px 0 10px 0;
	text-align: center;
}
.gopc_btn {
    border-radius: 20px;        /* CSS3草案 */  
    -webkit-border-radius: 20px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 20px;   /* Firefox用 */
	width: 260px;
	display: inline-block;
	padding: 0 15px;
	text-align: center;
	text-decoration: none;
	outline: none;
	background-color: #333399;
	border: 1px solid #fff;
	color:#fff;
	line-height: 40px;
	font-size: 20px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.gopc_btn:hover {
	background-color: rgba(255,255,255,0.4);
	border-color: rgba(255,255,255,0.4);
	text-decoration: none;
	color:#fff;
}
.gopc_btn::before,
.gopc_btn::after  {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}

.gopc_btn,
.gopc_btn::before,
.gopc_btn::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
p.copy {
	text-align:center;
	color: #333399;
	font-size: 10px;
	font-weight: bold;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	margin-bottom: 5px;
}


/*--------------------------------------- common  */

#container {
	width: 90%;
	margin: 0 auto;
}
#container h3,
.container_sub h3 {
	line-height: 1;
	font-size:20px;
    border-bottom: 1px solid #cccccc;
    position: relative;
	font-weight: bold;
	padding-bottom: 5px;
	margin-bottom: 15px;
}
#container h3 a {
	float: right;
	display: block;
	margin-top: -7px;
}
#container h3:after,
.container_sub h3:after {
    display: block;
    content: '';
    width: 100px;
    border-bottom: 1px solid #333399;
    position: absolute;
    bottom: -1px;
  }
  
#container h3.title_center,
h3.title_center {
	font-size:20px;
	font-weight: bold;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	text-align: center;
	border: none;
}
#container h3.title_center:after,
h3.title_center:after {
	border: none;
}
.contents {
	width: 100%;
	margin: 60px auto 0 auto;
}
.center {
	text-align: center;
}
.center img {
	margin: 0 0 20px 0;
}
.bold {
	font-weight: bold;
}
.space01 {
	margin: 10px 0 0 0;
}
.space02 {
	margin: 60px 0 0 0;
}
.space03 {
	margin: 0 0 10px 0;
}
.space04 {
	margin: 20px 0 0 0;
}

.back_gray {
	width: 100%;
	background-color: #EFF3F8;
	padding: 5px 0;
}
.cherry {
	margin: 30px 0 0 0;
	padding: 10px 0;
	text-align: center;
	height: 100%;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../../../component/img/common/cherry.jpg);
}
/*--------------------------------------- sub_common */
.container_sub {
	width: 90%;
	margin: 15px auto;
}
#breadcrumb {
	font-size: 10px;
	width: 90%;
	margin: 0 auto;
	position:relative;
	line-height: 150%;
}

#breadcrumb a {
	color: #333399;
}
#breadcrumb img {
	position: absolute;
	top: 3px;
	left: 0;
}

.table_sub {
	width: 90%;
	margin: 10px 0 0 0;
	border: none;
	table-layout:fixed
}
table.table_sub th {
	width: 30%;
	margin: 0;
	border-right: solid 1px #CCCCCC;
	padding: 10px 10px 10px 0;
	text-align: center;
	vertical-align: top;
	word-wrap:break-word;
}

table.table_sub td {
	width: 70%;
	margin: 0;
	border-right: none;
	padding: 10px 0 20px 15px;
	word-wrap:break-word;
}
table.table_sub tr {
}
#main_img {
    position:relative;
    width: 100%;
    height: 100px;
	margin: 0 auto;
}
#main_img #blue_title {
	width: 100%;
	height: 80px;
	text-align: center;
	padding: 30px 0 0 0;
}
#blue_title h2 {
	font-size: 20px;
	font-weight: bold;
	color: #333399;
	line-height: 120%;
}
#blue_title p {
	font-size: 12px;
	color: #333399;
	line-height: 150%;
	font-style: italic;
	font-family: 'Gilda Display', cursive;
}
#blue_title hr {
	width: 25px;
	margin: 10px auto 0 auto;
	border: 0;
    height: 1px;
    background: #333399;
}

#main_img #white_title {
    width: 100%;
	height: 80px;
	text-align: center;
	padding: 30px 0 0 0;
}
#white_title h2 {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	line-height: 120%;
}
#white_title p {
	font-size: 12px;
	color: #fff;
	line-height: 150%;
	font-style: italic;
	font-family: 'Gilda Display', cursive;
}
#white_title hr {
	width: 25px;
	margin: 10px auto 0 auto;
	border: 0;
    height: 1px;
    background: #fff;
}
/*--------------------------------------- 角丸タグ */

.muryo {
    border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */
	width: 70px;
	height: 20px;
	background-color: #61AE4A;
	color: #fff;
	display: inline-block;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	margin-bottom: 13px;
}

.uketuke {
    border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */
	width: 70px;
	height: 20px;
	background-color: #E1629B;
	color: #fff;
	display: inline-block;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	margin-bottom: 13px;
}

.kaiinnnomi {
    border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */
	width: 70px;
	height: 20px;
	background-color: #223a70;
	color: #fff;
	display: inline-block;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	margin-bottom: 13px;
	
	}
.itibuyuuryou{
    border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */
	width: 70px;
	height: 20px;
	background-color:#FF8E01;
	color: #fff;
		display: inline-block;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	margin-bottom: 13px;
}
.gray {
	width: 60px;
	height: 24px;
	background-color: #F0F0F0;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	padding: 2px 5px;
}
.syuryo {
    border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */
	width: 110px;
	height: 20px;
	background-color: #333;
	color: #fff;
	display: inline-block;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
}
/* IE対応 *****/
.muryo {
	padding-top: 2px 0;
	height: 18px 0;
 }
.uketuke {
	padding-top: 2px 0;
	height: 18px 0;
 }
.gray {
	display: inline-block 0;
	padding-top: 1px 0;
}
.gray {
	display: inline-block 0;
	padding-top: 2px 0;
	height: 18px 0;
}  
.syuryo {
	padding-top: 2px 0;
	height: 18px 0;
 }

/*--------------------------------------- btn */
.btn {
	margin-top: 20px;
	text-align: center;
}
.btn p {
	margin-bottom: 6px;
}
/* a//背景・ボーダー・文字カラーをふわっと変更する
--------------------------- */
/* black02 */

.btn_black_wrap .btn_black02 {
	margin: 10px 0 0 0;
	display: table;
	padding: 0 5px 0 20px;
	width: 49.3%;
	height: 50px;
	float: left;
	text-align: left;
	text-decoration: none;
	outline: none;
	background-color: transparent;
	border: 1px solid #333333;
	color: #333333;
	line-height: 1.2;
	font-size: 14px;
	background-image: url(../img/common/arrow_01.png);
	background-size: 6px 8px;
	background-repeat: no-repeat;
	background-position: left 8px center;
}
.btn_black_wrap  .last {
	margin: 10px 0 0 0;
	float: right;
}
.btn_black_wrap .btn_black02 a {
	display: table-cell;
	vertical-align: middle;
}
.btn_black_wrap .btn_black02 a:hover  {
	color: #333;
}
.btn_black_wrap .btn_black02:hover {
	background-color: #ACACE3;
	border-color: #ACACE3;
	color: #333;
	text-decoration: none;
}
.btn_black_wrap .btn_black02::before,
.btn_black_wrap .btn_black02::after  {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}

.btn_black_wrap .btn_black02,
.btn_black_wrap .btn_black02::before,
.btn_black_wrap .btn_black02::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
/* black02 */
.btn_black02 {
	display: inline-block;
	padding: 0 13px;
	height: 34px;
	text-align: center;
	text-decoration: none;
	outline: none;
	background-color: transparent;
	border: 1px solid #333333;
	color:#333333;
	line-height: 34px;
	font-size: 14px;
}
.btn_black02 img {
	vertical-align: middle;
	margin: -3px 0 0 0;
}
.btn_black02:hover {
	background-color: #ACACE3;
	border-color: #ACACE3;
	color: #333;
	text-decoration: none;
}
.btn_black02::before,
.btn_black02::after  {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}

.btn_black02,
.btn_black02::before,
.btn_black02::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

/* navy02 */
.btn_navy02 {
	display: inline-block;
	padding: 10px 10px;
	height: 26px;
	text-align: center;
	text-decoration: none;
	outline: none;
	background-color: #333399;
	border: 1px solid #333399;
	color:#fff;
	line-height: 6px;
	font-size: 12px;
	font-weight: bold;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;

}
.btn_navy02 img {
	vertical-align: middle;
	margin: -2px 5px 0 0;
	width: 6px;
}
a.btn_navy02:hover,
.tab_box a.btn_navy02:hover {
	background-color: #ACACE3;
	border-color: #ACACE3;
	text-decoration: none;
	color:#fff;
}
.btn_navy02::before,
.btn_navy02::after  {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}

.btn_navy02,
.btn_navy02::before,
.btn_navy02::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

/* skyblue */
.btn_skyblue {
	display: inline-block;
	padding: 10px 10px;
	height: 26px;
	text-align: center;
	text-decoration: none;
	outline: none;
	background-color: #1787C9;
	border: 1px solid #1787C9;
	color:#fff;
	line-height: 6px;
	font-size: 12px;
	font-weight: bold;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;

}
.btn_skyblue img {
	vertical-align: middle;
	margin: -2px 5px 0 0;
	width: 6px;
}
a.btn_skyblue:hover,
.tab_box a.btn_skyblue:hover {
	background-color: #ACACE3;
	border-color: #ACACE3;
	text-decoration: none;
	color:#fff;
}
.btn_skyblue::before,
.btn_skyblue2::after  {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}

.btn_skyblue,
.btn_skyblue::before,
.btn_skyblue::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.btn_skyblue02 {
	display: inline-block;
	padding: 10px 10px;
	height: 26px;
	text-align: center;
	text-decoration: none;
	outline: none;
	background-color: #1787C9;
	border: 1px solid #1787C9;
	color:#fff;
	line-height: 6px;
	font-size: 12px;
	font-weight: bold;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;

}
.btn_skyblue02 img {
	vertical-align: middle;
	margin: -2px 5px 0 0;
	width: 6px;
}
a.btn_skyblue02:hover,
.tab_box a.btn_skyblue02:hover {
	background-color: #ACACE3;
	border-color: #ACACE3;
	text-decoration: none;
	color:#fff;
}
.btn_skyblue02::before,
.btn_skyblue02::after  {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}

.btn_skyblue02,
.btn_skyblue02::before,
.btn_skyblue02::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

/* red3 */
.btn_red3 {
	display: inline-block;
	height: 22px;
	text-align: center;
	text-decoration: none;
	outline: none;
	background-color: #E73223;
	border: 1px solid #E73223;
	color: #fff;
	font-size: 12px;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	padding: 3px 7px;
}
.btn_red3 img {
	vertical-align: middle;
	margin: -2px 5px 0 0;
	width: 9px;
}
.btn_red3:hover {
	background-color: #F08177;
	border-color: #F08177;
	text-decoration: none;
	color: #fff;
}
.btn_red3::before,
.btn_red3::after  {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}

.btn_red3,
.btn_red3::before,
.btn_red3::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
/* orange2 */
.btn_orange2 {
	display: inline-block;
	padding: 3px 7px;
	height: 22px;
	text-align: center;
	text-decoration: none;
	outline: none;
	background-color: #EE6F2B;
	border: 1px solid #EE6F2B;
	color: #fff;
	font-size: 12px;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
}

.btn_orange2 img {
	vertical-align: middle;
	margin: -2px 7px 0 0;
	width: 6px;
}
.btn_orange2:hover {
	background-color: #F3A074;
	border-color: #F3A074;
	text-decoration: none;
	color: #fff;
}
.btn_orange2::before,
.btn_orange2::after  {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}

.btn_orange2,
.btn_orange2::before,
.btn_orange2::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

/* green */
.btn_green {
	display: inline-block;
	padding: 3px 7px;
	height: 22px;
	text-align: center;
	text-decoration: none;
	outline: none;
	color: #fff;
	font-size: 12px;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	background-color: #639959;
	border: 1px solid #639959;
}

.btn_green img {
	vertical-align: middle;
	margin: -2px 5px 0 0;
	width: 10px;
}
.btn_green:hover {
	background-color: #83B17A;
	border-color: #83B17A;
	text-decoration: none;
	color:#fff;
}
.btn_green::before,
.btn_green::after  {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}

.btn_green,
.btn_green::before,
.btn_green::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

/* green2 */
.btn_green2 {
	display: inline-block;
	height: 22px;
	text-align: center;
	text-decoration: none;
	outline: none;
	background-color: #639959;
	border: 1px solid #639959;
	color: #fff;
	font-size: 12px;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	padding: 3px 7px;
}
.btn_green2 img {
	vertical-align: middle;
	margin: -2px 5px 0 0;
	width: 9px;
}
.btn_green2:hover {
	background-color: #83B17A;
	border-color: #83B17A;
	text-decoration: none;
	color: #fff;
}
.btn_green2::before,
.btn_green2::after  {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}

.btn_green2,
.btn_green2::before,
.btn_green2::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

/* navy05 */

.btn_navy05 {
	margin: 10px 0 0 0;
	display: table;
	padding: 0 5px 0 20px;
	width: 49.3%;
	height: 50px;
	float: left;
	text-align: left;
	text-decoration: none;
	outline: none;
	background-color: #333399;
	border: 1px solid #333399;
	color: #fff;
	line-height: 1.2;
	font-size: 14px;
	background-image: url(../img/common/arrow_03.png);
	background-repeat: no-repeat;
	background-size: 6px 8px;
	background-position: left 8px center;
}
.back_img .last {
	margin: 10px 0 0 0;
	text-align: left;
	float: right;
}
.btn_navy05 a {
	display: table-cell;
	vertical-align: middle;
	color: #fff;
}
.btn_navy05 a:hover  {
	color: #fff;
}
.btn_navy05:hover {
	background-color: #ACACE3;
	border-color: #ACACE3;
	color: #fff;
	text-decoration: none;
}
.btn_navy05::before,
.btn_navy05::after  {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}

.btn_navy05,
.btn_navy05::before,
.btn_navy05::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
/* pink2 */
.btn_pink2 {
	display: inline-block;
	height: 22px;
	text-align: center;
	text-decoration: none;
	outline: none;
	background-color: #FF80FF;
	border: 1px solid #FF80FF;
	color: #fff;
	line-height: 22px;
	font-size: 12px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 13px;
	padding-bottom: 0;
	padding-left: 13px;
}
.btn_pink2 img {
	vertical-align: middle;
	margin: -2px 5px 0 0;
	width: 6px;
}
.btn_pink2:hover {
	background-color: #FFB9FF;
	border-color: #FFB9FF;
	text-decoration: none;
	color:#fff;
}
.btn_pink2::before,
.btn_pink2::after  {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}

.btn_pink2,
.btn_pink2::before,
.btn_pink2::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
/* confirmbtn */
.confirmbtn {
	display: inline-block;
	padding: 10px 35px;
	margin: 30px 0 0 0;
	height: 40px;
	text-align: center;
	text-decoration: none;
	outline: none;
	background-color: #333399;
	border: 1px solid #333399;
	color:#fff;
	line-height: 20px;
	font-size: 12px;
	font-weight: bold;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.confirmbtn img {
	vertical-align: middle;
	margin: -3px 5px 0 0;
}
.confirmbtn:hover {
	background-color: #ACACE3;
	border-color: #ACACE3;
	text-decoration: none;
	color:#fff;
}
.confirmbtn::before,
.confirmbtn::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.confirmbtn,
.confirmbtn::before,
.confirmbtn::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

/* youtube */

.youtube iframe{
position:absolute;
top:0;
left:0;
width:100% !important;
height:100% !important;

}