@charset "utf-8";
.sp {
	display: none!important;
}
input[type="submit"] {
	-webkit-appearance: none;
}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	-webkit-box-sizing: border-box !important;
}
html {
}
body {
	font-size: 14px;
	font-family: 'Noto Sans Japanese', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Lucida Grande", Meiryo, sans-serif;
	text-align: left;
	-webkit-text-size-adjust: 100%;
	color: #fff;
	width: 100%;
	min-width: 1200px;
	word-break: break-all;
	line-height: 1.5;
	letter-spacing: 0.05em;
	background-repeat: no-repeat;
	background-position: center top;
	background-size:100%;
}
p, dt, dd, li, th, td {
	line-height: 1.5;
}
/*clearfix */
.clearfix:after {
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	min-height: 0px;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-family: inherit;
	font-weight: inherit;
	line-height: inherit;
	color: inherit;
	text-rendering: inherit;
}
h1 {
	margin-bottom: inherit;
	background: inherit;
	padding: inherit;
	border-radius: inherit;
	font-size: 2em;
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	display: inherit;
	line-height: 1;
}
.th {
    text-decoration: line-through;
}
select {
	width: 100%;
	border: 1px solid #ccc;
	background-color: #fff;
}
img {
	border: none;
	vertical-align: top;
	max-width: 100%;
	height: auto;
}
ul, ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
li {
	margin: 0px;
	padding: 0px;
}
a {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	color: #fff;
	text-decoration: none;
}
a.link01 {
	text-decoration: underline;
}
a.link01:hover {
	text-decoration: none;
}

.hover01 {
	transition: 0.2s;
}
.hover01:hover {
	opacity: 0.7;
}
.hover02:hover {
	text-decoration: underline;
}
.hover:hover {
    opacity: 0.7;
    text-decoration: none;
}
.tar {
	text-align: right;
}
.tal {
	text-align: left;
}
.tac {
	text-align: center;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.serif {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", 'Noto Serif JP', serif;
	letter-spacing: 0.1em;
}
.bold {
	font-weight: bold;
}
.center {
	text-align: center!important;
}
table {
	border-collapse: collapse;
}
iframe {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.acccont {
	display: none;
	-webkit-transition: none;
	-ms-transition: none;
	-o-transition: none;
	-ms-transition: none;
	transition: none;
}
.red {
	color: #F00;
}
.blue {
	color: #2C59A6;
}
.green {
	color: #00A099;
}
.cmnwrap01 {
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
}
.cmnwrap02 {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
}
.ttlbox {
	margin-bottom: 20px;
}
.ttlbox.type02 {
	margin-bottom: 40px;
}
.ttlbox02 {
	margin-bottom: 120px;
}

.cmnttl01 {
	display: block;
	position: relative;
	padding-bottom: 20px;
	font-size: 22px;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", 'Noto Serif JP', serif;
	letter-spacing: 0.1em;
	line-height: 1;
}
.cmnttl01::after {
	content: '';
	display: block;
	position: absolute;
	bottom: 10px;
	left: 50%;
	width: 60px;
	height: 2px;
	background: linear-gradient(to right, #2C59A8 0%, #00A299 100% );
	-webkit-transform: translate(-50%,0);
	-moz-transform: translate(-50%,0);
	-o-transform: translate(-50%,0);
	transform: translate(-50%,0);
}
.cmnttl01_under {
	line-height: 1;
	font-size: 12px;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", 'Noto Serif JP', serif;
	letter-spacing: 0.1em;
}
.cmnttl02 {
	display: inline-block;
	margin-bottom: 10px;
	padding-right: 30px;
	padding-left: 30px;
	font-size: 26px;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", 'Noto Serif JP', serif;
	letter-spacing: 0.1em;
	line-height: 1.4;
	background: linear-gradient(to right, #2C59A8 0%, #00A299 100% );
}
.cmnttl02_under {
	line-height: 1;
	font-size: 14px;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", 'Noto Serif JP', serif;
	letter-spacing: 0.1em;
}
.cmnbox01 {
	padding-top: 80px;
}
.cmnbox02 {
	padding-bottom: 120px;
}
.note li {
	padding-left: 1em;
	text-indent: -1em;
	margin-bottom: 0.5em;
}
.note li:last-child {
	margin-bottom: 0;
}

/*//////////////////////////////////////////////////////////////
	header
/////////////////////////////////////////////////////////////*/

header {
	
}
.headtop {
	min-height: 90px;
	background-color: #fff;
}
.headtop01 {
	position: relative;
}
.headtop02 {
	padding-top: 18px;
	text-align: center;
}
.headtop03 {
	position: absolute;
	right: 0;
	top: 19px;
}
.headbtm {
	background: linear-gradient(to right, #2C59A8 0%, #00A299 100% );
}
.headbtm01 {
	font-size: 0;
	text-align: center;
}
.headbtm02 {
	display: inline-block;
	margin-right: 15px;
	margin-left: 15px;
}
.headbtm03 {
	display: block;
	position: relative;
	font-size: 16px;
	line-height: 1;
	padding-top: 15px;
	padding-bottom: 15px;
}
.headbtm03::after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: calc(50% - 15px);
	width: 30px;
	height: 4px;
	transition: 0.2s;
}
span.headbtm03::after {
	background-color: transparent!important;
}
.headbtm03.current::after,
.headbtm03:hover::after {
	background-color: #D11577;
}

/*//////////////////////////////////////////////////////////////
	footer
/////////////////////////////////////////////////////////////*/

.footwrap {
	padding-top: 70px;
	padding-bottom: 25px;
	background-color: #161515;
}
.footwrap01 {
	margin-bottom: 60px;
	font-size: 0;
	text-align:center;
}
.footwrap01.type02 {
	margin-bottom: 20px;
}
.footwrap02 {
	display: inline-block;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
}
.footwrap03 {
	
}
.footwrap04 {
	line-height: 1;
	text-align: center;
}
.btntop {
	position:fixed;
	right:30px;
	bottom:30px;
}



/*//////////////////////////////////////////////////////////////
	top
/////////////////////////////////////////////////////////////*/

.content {
	background-color:#000;
}
.content.top_content {
	background-image: url(../img/common/bg_01.png);
	background-size: contain;
	background-repeat: repeat-y;
}
.topcnt01 {
	padding-top: 0;
	padding-bottom: 60px;
	text-align: center;
}
.topcnt01_01 {
	margin-bottom: 80px;
}
.topcnt01_02 {
	margin-bottom: 4px;
	font-size: 30px;
}
.topcnt01_03 {
	margin-bottom: 10px;
	font-size: 16px;
	color: #787878;
}
.topcnt01_04 {
	margin-bottom: 5px;
	font-size: 20px;
	color: #0086A6;
}
.topcnt01_05 {
	font-size: 22px;
}
.topcnt02 {
	padding-bottom: 50px;
}
.topcnt02_01 {
	font-size: 18px;
	text-align: center;
}
.topcnt03wrap {
	margin-bottom: 80px;
}
.topcnt03 {
	width: 535px;
	float: left;
}
.topcnt03_01_box {
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	height: 430px;
	overflow-y: auto;
	border: 1px solid #323232;
}
.topcnt03_01 {
	
}
.topcnt03_02 {
	display: table;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 100%;
	font-size: 15px;
	border-bottom: 1px solid #676767;
}
.topcnt03_02:last-child {
	border-bottom: none;
}
.topcnt03_03 {
	display: table-cell;
	vertical-align: top;
	width: 100px;
}
.topcnt03_04 {
	display: table-cell;
	vertical-align: top;
}
.topcnt04 {
	width: 535px;
	float: right;
}
.topcnt04_01_box {
	
}
.topcnt05 {
	padding-bottom: 80px;
}
.topcnt05_01 {
	margin-right: auto;
	margin-left: auto;
	padding-top: 25px;
	padding-bottom: 25px;
	width: 445px;
	border: 1px solid #323232;
	text-align: center;
}
.topcnt05_02 {
	margin-bottom: 12px;
	font-size: 20px;
}
.txt_fs16 {
	font-size: 16px;
}

/*//////////////////////////////////////////////////////////////
	intro
/////////////////////////////////////////////////////////////*/

.content {
	background-image: url(../img/common/bg_01.png);
	background-size: 100%;
	background-repeat: repeat-y;
}
.content.itr_content {
	background-image: url(../img/common/bg_02.png);
	background-size: contain;
	background-repeat: no-repeat;
}

.breadcrumb {
	padding-top: 15px;
	line-height: 1;
	font-size: 12px;
}

.itr01 {
	font-size: 30px;
	line-height: 2;
	text-align: left;
	letter-spacing: 0.5em;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;		  
    margin-left: auto;
    margin-right: auto;
}
.itr02 {
	width: 720px;
	margin-right: auto;
	margin-bottom: 70px;
	margin-left: auto;
}
.itr02:last-child {
	margin-bottom: 0;
}
.itr03 {
	display: table;
	margin-bottom: 20px;
}
.itr03 dt {
	display: table-cell;
	width: 250px;
}
.itr03 dd {
	font-size: 22px;
	display: table-cell;
	vertical-align: middle;
	letter-spacing: 0.5em;
}
.itr04 {
	line-height: 2;
}
.itr05 {
	margin-right: auto;
	margin-left: auto;
	/*width: 720px;*/
}


/*///////////////////////////////////////////////////////////
	news
///////////////////////////////////////////////////////////*/
.news_content .cmnbox01 {
	padding-bottom: 170px;
}

.news_content .pt02 li {
	width: 100%;
	display: table;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #666666;
}
.news_content .pt02 .pt03 {
	width: 6em;
	display: table-cell;
}
.news_content .pt02 .pt04 {
	display: table-cell;
	word-break: normal;
	font-size: 16px;
}
.news_content .title {
	display: block;
	margin-bottom: 10px;
	font-size: 19px;
}

.cst01 {
	margin-bottom:60px;
}
.cst02 {
	text-align:center;
	margin-bottom:30px;
}
.cst03 {
	text-align:center;
	font-size:0;
}
.cst04 {
	display:inline-block;
	vertical-align:top;
	margin-left:7px;
	margin-right:7px;
	margin-bottom:25px;
}
.cst04 dt {
	margin-bottom:10px;	
}
.cst04 dd {
	font-size:15px;
}
.cst05 li {
	text-align:center;
	font-size:15px;
	margin-bottom:10px;	
}

.col01 {
	color:#00B0F0;
}
.col02 {
	color:#92D050;
}
.col03 {
	color:#FFFF00;
}
.col04 {
	color:#0070BF;
}
.col05 {
	color:#FF0000;
}
.col06 {
	color:#31849A;
}
.col07 {
	color:#E46C0A;
}
.col08 {
	color:#D89794;
}
.col09 {
	color:#B2A0C6;
}
.col10 {
	color:#981010;
}
.col11 {
	color:#a0dbe2;
}

.cmnbox01.typesc {
	width:800px;
	margin:0 auto;
}
.sche01 {
	font-size: 30px;
	text-align: center;
}
.sche02 {
	color: #787878;
	font-size: 16px;
	text-align: center;
	margin-bottom:15px;
}
.sche03 {
	color: #0087A7;
	font-size: 20px;
	text-align: center;
}
.sche04 {
	font-size: 22px;
	text-align: center;
	margin-bottom:45px;
}
.sche05 {
	text-align: center;
	margin-bottom: 18px;
}
.sche05 span {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", 'Noto Serif JP', serif;
	font-size: 20px;
	color: #FFF;
	background-color: #2C59A8;
	display: inline-block;
	padding-top: 3px;
	padding-right: 35px;
	padding-bottom: 3px;
	padding-left: 35px;
}
.sche05.type02 {
	margin-bottom: 25px;
}
.sche06 {
	font-size: 20px;
	text-align: center;
	margin-bottom: 18px;
}
.sche07 {
	margin-bottom:15px;
}
.sche08 {
	margin-bottom:15px;
}
.sche09 {
	margin-bottom:60px;
}
.sche09 li {
	text-indent:-1em;
	margin-left:1em;
}
.sche10 {
	text-align: center;
	margin-bottom:15px;
}
.sche11 {
}
.sche12 {
	text-align: center;
	font-size: 15px;
	line-height:2;
	margin-bottom:25px;
}
.sche13 {
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #666;
}
.sche14 {
	text-align: center;
	font-size: 15px;
	line-height:2;
}
.star01 {
	color:#2C59A6;
}
.star02 {
	color:#0BA099;
}
.itr00 {
	text-align:center;
}
.itr01 {
}


.note {
	font-size:16px;
}
.stl01 {
	text-align:center;
}
.stl02 {
	width:440px;
	display: inline-block;
	vertical-align:top;
	margin-bottom:45px;
}
.stl03 {
	font-size:22px;
	text-align:center;
	margin-bottom:25px;
}
.type01 .stl03 {
	color:#4679CE;
}
.type02 .stl03 {
	color:#10879E;
}
.stl04 li {
	font-size:18px;
	margin-bottom:25px;
	text-align:left;
	padding-left:2em;
}

/*///////////////////////////////////////////////////////////
	goods
///////////////////////////////////////////////////////////*/

.goods01 {
	max-width: 1020px;
	margin-right: auto;
	margin-left: auto;
}
.goods02 {
	float: left;
	width: 247px;
	margin-left: 139px;
	margin-bottom: 45px;
}
.goods02:nth-child(3n+1) {
	margin-left: 0;
	clear:both;
}
.goods04 {
	font-size: 14px;
	margin-top: 10px;
	text-align:center;
}
.goods05 {
	margin-top: 5px;
}
.goods05 dt {
	font-size: 14px;
	text-align:center;
}
.goods05 dd {
	font-size: 14px;
	text-align:center;
}
.goods06 {
	margin-top: 40px;
	margin-bottom: 110px;
}
.goods07 {
	text-align:center;
	font-size:0;
}
.goods08 {
	width: 247px;
	display:inline-block;
	text-align: center;
	vertical-align:top;
	margin-left:4%;
	margin-right:4%;
	margin-bottom:15px;
}

.typemg.goods07 {
	margin-bottom:45px;
}
.typemg .goods08 {
	margin-left:1%;
	margin-right:1%;
}
.goods09 {
	margin-top: 10px;
	font-size: 14px;
}
.goods10 {
	font-size: 14px;
	margin-bottom: 15px;
}
.goods11 {
	font-size: 14px;
}
.goods12 {
	max-width: 1100px;
	margin-right: auto;
	margin-left: auto;
}
.goods13 {
	font-size: 19px;
	margin-bottom: 10px;
}
.goods15 {
	padding-bottom: 60px;
}
.goods15 dt {
	margin-bottom: 20px;
}
.goods15 dd {
	
}
.goods17 {
	max-width: 1100px;
	margin:0 auto;
	margin-bottom: 25px;
}
.goods17 li {
	float: left;
	margin-right: 30px;
}
.goods17 li:last-child {
	margin-right: 0;
}
.goods18 {
	font-size: 14px;
	text-align:center;
}
.goods19 {
	margin-bottom: 60px;
}
.goods19_01 {
	margin-bottom: 20px;
	text-align: center;
	font-size: 16px;
}



.faq02 {
	padding-left: 50px;
	padding-bottom: 35px;
	margin-bottom: 35px;
	border-bottom: 1px solid #878A8A;
}
.faq02 dt {
	position: relative;
	margin-bottom: 15px;
	padding-top:7px;
}
.faq02 dt::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: -50px;
	background-image: url(../img/faq/orn_01.png);
	width: 34px;
	height: 34px;

}
.faq02 dd {
	position: relative;
	padding-top:7px;
}
.faq02 dd::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: -50px;
	background-image: url(../img/faq/orn_02.png);
	width: 34px;
	height: 34px;
}

.plctxt {
	text-align: center;
	padding: 15px;
  }
  .plctxt a {
	color: #FFF;
  }
  

.rr01 {
}
.rr02 {
	margin-bottom: 45px;
	padding-bottom: 45px;
	border-bottom: 1px solid #CCC;
}
.rr02:last-child {
	margin-bottom: 80px;
}
.rr03 {
	width:165px;
	float:left;
}
.rr04 {
	width:calc(100% - 195px);
	float:right;
}
.rr05 {
	font-size: 18px;
	font-weight: bold;
	color: #1772AA;
	margin-bottom:25px;
}
.rr06 {
	margin-bottom:25px;
}
.rr07 {
	font-size: 18px;
	font-weight: bold;
	color: #1772AA;
	margin-bottom:12px;
}
.rr08 {
	padding-top: 10px;
}
.rr08 li {
	margin-bottom:10px;
	width:300px;
}
.rr08 li a {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background-color: #325FAB;
	background-image: url(../img/release/icon_arrow.png);
	background-repeat: no-repeat;
	background-position: right 15px top 18px;
	text-align: center;
	display: block;
	padding: 15px 12px 15px;
	border-radius:50px;
}
.rr08 li.type02 a {
	background-color: #F6B600;
	padding: 5px 12px 5px;
}
.rr08 li.type03 a {
	background-color: #EC7F7F;
}
.rr08 li a:hover {
	opacity:0.8;
}
.rrbox {
	
}
.rrbox01 {
	margin-bottom: 12px;
	padding-bottom: 12px;
	font-size: 14px;
	border-bottom: 1px solid #333;
}
.rrbox02 {
	display: block;
	margin-top: 4px;
	margin-bottom: 4px;
	padding-top: 3px;
	padding-bottom: 3px;
	width: 52px;
	line-height: 1;
	font-size: 14px;
	color: #fff;
	background-color: #F60086;
	text-align: center;
}
.rrbox02.type02 {
	width: 85px;
}
.rrbox02.type03 {
	width: 150px;
}
.rrbox03 {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
}
.rrbox04 {
	padding-top: 8px;
}
.rrbox05 {
	float: left;
	margin-right: 25px;
	margin-bottom:15px;
	width: 285px;
}
.rrbox05:nth-child(3n) {
	margin-right: 0;
}
.rrbox05:nth-child(3n + 1) {
	clear: both;
}
.rrbox06 {
	position: relative;
	width: 100%;
	margin-bottom: 6px;
	padding-top: 56.25%;
}
.rrbox06 iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
.rr_center {
	text-align: center;
}