@charset "utf-8";
@media print, screen and (min-width: 751px) {
/*----------------------------------------

	title
	(spaceT : margin)

----------------------------------------*/
/* common */
.titleL {
	clear: both;
	font-weight: 400;
	font-size: 2.4rem;
	color: #0d0d0d;
	margin-top: 60px;
	padding-top: 10px;
	padding-bottom: 12px;
	border-top : 4px solid #333;
	border-bottom : solid 4px #F9F9F8;
	box-shadow: 0px -1px 0px 0px #e7e7e7 inset;
}
.titleM {
	font-weight: 400;
	font-size: 2.0rem;
	color: #0d0d0d;
	margin-top: 40px;
	padding-top: 0;
	padding-left: 22px;
	background-image: url(/commons/v1/img/titleM.svg);
	background-position: left 8px;
	background-repeat: no-repeat;
	-webkit-background-size: 16px 16px;
	-moz-background-size: 16px 16px;
	background-size: 16px 16px;
}
.titleM .sizeS {
	font-size: 1.5rem;
}
.titleM_W {
	font-weight: 400;
	font-size: 1.6rem;
	color: #FFF;
	padding: 11px 8px 13px 34px;
	background-image: url(/commons/v1/img/titleM_W.svg);
	background-position: 11px 12px;
	background-repeat: no-repeat;
	-webkit-background-size: 16px 16px;
	-moz-background-size: 16px 16px;
	background-size: 16px 16px;
}
.titleS {
	font-weight: 500;
	font-size: 1.8rem;
	color: #06C;
	margin-top: 40px;
	padding-top: 0;
	padding-left: 21px;
	background-image: url(/commons/v1/img/titleS.svg);
	background-position: left 5px;
	background-repeat: no-repeat;
	-webkit-background-size: 16px 16px;
	-moz-background-size: 16px 16px;
	background-size: 16px 16px;
}
.titleSS {
	font-weight: 600;
	font-size: 1.6rem;
	color: #0d0d0d;
	line-height: 1.500;
	margin-top: 20px;
}
.titleSS.underline {
	display: inline-block;
	text-decoration: none;
	padding-bottom: 2px;
	border-bottom: 1px solid #333;
}
/* original */
.titleL.spaceM_pc {
	margin-top: 40px;
}
.titleS.spaceM_pc {
	margin-top: 30px;
}
.titleSS.spaceM_pc {
	margin-top: 10px;
}
/*----------------------------------------

	boxLine (spaceT : margin)

----------------------------------------*/
/* common */
.boxLine {
	clear: both;
	margin-top: 40px;
	border-top: solid 1px #CCC;
}
/*----------------------------------------

	table

----------------------------------------*/
/* common */
th,
td {
	font-weight: normal;
	padding: 10px 5px 0 0;
}
.boxTable table {
	width: 100%;
	margin-top: 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #C0C0C0;
	border-right-color: #C0C0C0;
}
.boxTable th,
.boxTable td {
	font-weight: normal;
	font-size: 1em; /* 14px */
	line-height: 1.571em; /* 22px/14px */
	padding: 12px 15px 11px 15px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #C0C0C0;
	border-left-color: #C0C0C0;
}
.boxTable th {
	background-color: #E0DFDC;
}
.boxTable th.header1 {
	background-color: #4493ED;
	color: #FFF;
}
.boxTable .center {
	text-align: center;
}
/* original */
.boxTable table.spaceM_pc {
	margin-top: 10px;
}
#mainContents .box_pc.spaceP_pc {
	padding-top: 20px;
}
#mainContents .box_pc.spaceM_pc {
	padding-top: 0;
}
#mainContents .box_pc > li {
	padding-top: 10px;
}
/*----------------------------------------

	icon (<a>の親要素にクラスをつける)

----------------------------------------*/
/* common */
.basicBtn li,
.basicBtn div {
	margin-right: 15px;
	background-color: #ffffff;
}
.basicBtn li:last-child,
.basicBtn div:last-child {
	margin-right: 0;
}
.basicBtn a {
	display: block;
	text-align: center;
	padding: 15px 45px 15px 25px;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 1;
	color: #000000 !important;
	text-decoration: none !important;
	border: solid 1px #666666;
	overflow: hidden;
	background-size: 8px auto;
	background-image: url(/commons/v1/img/linkIcon_g.png);
	background-position: right 20px center;
	background-repeat: no-repeat;
	transition: all 0.2s linear !important;
}
.basicBtn a .sFont {
	font-size: 1.3rem;
	vertical-align: baseline;
}
.basicBtn a:hover {
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
.pdfIcon a {
	display: inline-block;
	padding-left: 31px;
	background-image: url(/commons/v1/img/pdf.svg);
	background-position: left 3px;
	background-repeat: no-repeat;
	-webkit-background-size: 26px 15px;
	-moz-background-size: 26px 15px;
	background-size: 26px 15px;
}
.wordIcon a {
	display: inline-block;
	padding-left: 31px;
	background-image: url(/commons/v1/img/word.svg);
	background-position: left 3px;
	background-repeat: no-repeat;
	-webkit-background-size: 26px 15px;
	-moz-background-size: 26px 15px;
	background-size: 26px 15px;
}
.excelIcon a {
	display: inline-block;
	padding-left: 31px;
	background-image: url(/commons/v1/img/excel.svg);
	background-position: left 3px;
	background-repeat: no-repeat;
	-webkit-background-size: 26px 15px;
	-moz-background-size: 26px 15px;
	background-size: 26px 15px;
}
.soundIcon a {
	display: inline-block;
	padding-left: 31px;
	background-image: url(/commons/v1/img/sound.svg);
	background-position: left 3px;
	background-repeat: no-repeat;
	-webkit-background-size: 26px 15px;
	-moz-background-size: 26px 15px;
	background-size: 26px 15px;
}
.linkIconWG2 a {
	display: inline-block;
	padding: 0 0 1px 21px;
	background-image: url(/commons/v1/img/linkIconWG2.svg);
	background-position: left 5px;
	background-repeat: no-repeat;
	-webkit-background-size: 16px 16px;
	-moz-background-size: 16px 16px;
	background-size: 16px 16px;
}
.versatileBtn a {
	font-weight: 400;
	font-size: 1.2rem;
	line-height: 1;
	display: block;
	color: #333;
	background-color: #f4f4f4;
	border: solid 1px #CCC;
	background-image: url(/commons/v1/img/linkIconWG.svg);
	background-repeat: no-repeat;
	background-position: right 6px center;
	-webkit-background-size: 20px 20px;
	-moz-background-size: 20px 20px;
	background-size: 20px 20px;
	border-radius: 16px;
	padding: 10px 40px 11px 14px;
}
.versatileBtn a:hover {
	opacity: 0.7;
	text-decoration: none;
}
.backBtn {
	padding-top: 40px;
}
.backBtn a {
	font-weight: 400;
	font-size: 1.2rem;
	line-height: 1;
	display: block;
	color: #FFF;
	width: 8.5em;
	background-color: #06C;
	background-image: url(/commons/v1/img/linkIconWB_back.svg);
	background-position: 5px center;
	background-repeat: no-repeat;
	-webkit-background-size: 20px 20px;
	-moz-background-size: 20px 20px;
	background-size: 20px 20px;
	border-radius: 16px;
	padding: 10px 10px 11px 35px;
}
.backBtn a:hover {
	text-decoration: none;
	opacity: 0.7;
}
/*----------------------------------------

	flat (spaceT : padding)

----------------------------------------*/
/* original */
#mainContents .flat_pc {
	padding-top: 30px;
}
/*----------------------------------------

	p / ul / dl (spaceT : padding)

----------------------------------------*/
/* common */
#mainContents p {
	font-size: 1.6rem;
	padding-top: 10px;
}
#mainContents p.annotation {
	font-size: 1.2rem;
}
#mainContents ul,
#mainContents ol,
#mainContents dl {
	padding-top: 8px;
}
#mainContents li,
#mainContents dt,
#mainContents dd {
	font-size: 1.6rem;
	padding-top: 2px;
}
#mainContents ul.annotation li,
#mainContents ol.annotation li,
#mainContents dl.annotation dt,
#mainContents dl.annotation dd {
	font-size: 1.2rem;
}
#mainContents ul.annotationSymbol li,
#mainContents ol.annotationSymbol li,
#mainContents dl.annotationSymbol dt,
#mainContents dl.annotationSymbol dd {
	font-size: 1.2rem;
	padding-left: 1em;
	text-indent: -1em;
}
#mainContents ul.annotationKome li,
#mainContents ol.annotationKome li,
#mainContents dl.annotationKome dt,
#mainContents dl.annotationKome dd {
	font-size: 1.2rem;
	padding-left: 2em;
	text-indent: -2em;
}
#mainContents .list_disc > li {
	background: url(/commons/v1/img/list_disc.svg) no-repeat 0.3em 0.65em transparent;
	padding-left: 1em;
}
#mainContents .list_decimal {
	margin-left: 1.5em;
}
#mainContents .list_decimal > li {
	list-style-type: decimal;
}
#mainContents .caption {
	font-size: 1.2rem;
}
/* original */
#mainContents p.spaceP_pc {
	padding-top: 20px;
}
#mainContents ul.spaceP_pc,
#mainContents ol.spaceP_pc {
	padding-top: 18px;
}
#mainContents dl.spaceP_pc {
	padding-top: 20px;
}
#mainContents p.spaceM_pc,
#mainContents ul li.spaceM_pc,
#mainContents ol li.spaceM_pc,
#mainContents dl.spaceM_pc,
#mainContents dl dt.spaceM_pc,
#mainContents dl dd.spaceM_pc {
	padding-top: 0;
}
/* font size */
.annotation {
	font-size: 1.2rem;
	line-height: 1.4;
}
/* table */
/*----------------------------------------

	box

----------------------------------------*/
/* original */
.box_pc:before,
.box_pc:after {
	content: "";
	display: table;
}
.box_pc:after {
	clear: both;
}
.box_pc {
	zoom: 1;
	padding-top: 10px;
}
.box_pc img {
	width: 100%;
	height: auto;
}
/* column */
/* 右余白15px */
.box1_1_pc {
	width: 100%;
	float: none;
	margin-right: 0;
}
.box2_1_pc {
	width: calc(50% - 7.5px);
	width: -webkit-calc(50% - 7.5px);
	margin-right: 15px;
}
.box3_1_pc {
	width: calc(33.333% - 10px);
	width: -webkit-calc(33.333% - 10px);
	margin-right: 15px;
}
.box3_2_pc {
	width: calc(66.666% - 5px);
	width: -webkit-calc(66.666% - 5px);
	margin-right: 15px;
}
.box4_1_pc {
	width: calc(25% - 11.25px);
	width: -webkit-calc(25% - 11.25px);
	margin-right: 15px;
}
.box4_3_pc {
	width: calc(75% - 3.75px);
	width: -webkit-calc(75% - 3.75px);
	margin-right: 15px;
}
.box5_1_pc {
	width: calc(20% - 12px);
	width: -webkit-calc(25% - 12px);
	margin-right: 15px;
}
.box5_4_pc {
	width: calc(80% - 3px);
	width: -webkit-calc(80% - 3px);
	margin-right: 15px;
}
.box6_1_pc {
	width: calc(16.666% - 12.5px);
	width: -webkit-calc(16.666% - 12.5px);
	margin-right: 15px;
}
.box6_5_pc {
	width: calc(83.33% - 2.5px);
	width: -webkit-calc(83.33% - 2.5px);
	margin-right: 15px;
}
.box8_1_pc {
	width: calc(12.5% - 13.125px);
	width: -webkit-calc(12.5% - 13.125px);
	margin-right: 15px;
}
.box8_7_pc {
	width: calc(87.5% - 1.875px);
	width: -webkit-calc(87.5% - 1.875px);
	float: left;
	margin-right: 15px;
}
.float > .box2_1_pc:last-child,
.float > .box3_1_pc:last-child,
.float > .box3_2_pc:last-child,
.float > .box4_1_pc:last-child,
.float > .box4_3_pc:last-child,
.float > .box5_1_pc:last-child,
.float > .box5_4_pc:last-child,
.float > .box6_1_pc:last-child,
.float > .box6_5_pc:last-child,
.float > .box8_1_pc:last-child,
.float > .box8_7_pc:last-child,
.float_pc > .box2_1_pc:last-child,
.float_pc > .box3_1_pc:last-child,
.float_pc > .box3_2_pc:last-child,
.float_pc > .box4_1_pc:last-child,
.float_pc > .box4_3_pc:last-child,
.float_pc > .box5_1_pc:last-child,
.float_pc > .box5_4_pc:last-child,
.float_pc > .box6_1_pc:last-child,
.float_pc > .box6_5_pc:last-child,
.float_pc > .box8_1_pc:last-child,
.float_pc > .box8_7_pc:last-child,
.row > .box2_1_pc:last-child,
.row > .box3_1_pc:last-child,
.row > .box3_2_pc:last-child,
.row > .box4_1_pc:last-child,
.row > .box4_3_pc:last-child,
.row > .box5_1_pc:last-child,
.row > .box5_4_pc:last-child,
.row > .box6_1_pc:last-child,
.row > .box6_5_pc:last-child,
.row > .box8_1_pc:last-child,
.row > .box8_7_pc:last-child,
.row_pc > .box2_1_pc:last-child,
.row_pc > .box3_1_pc:last-child,
.row_pc > .box3_2_pc:last-child,
.row_pc > .box4_1_pc:last-child,
.row_pc > .box4_3_pc:last-child,
.row_pc > .box5_1_pc:last-child,
.row_pc > .box5_4_pc:last-child,
.row_pc > .box6_1_pc:last-child,
.row_pc > .box6_5_pc:last-child,
.row_pc > .box8_1_pc:last-child,
.row_pc > .box8_7_pc:last-child {
	margin-right: 0px;
}
.boxCenter > .box2_1_pc,
.boxCenter > .box3_1_pc,
.boxCenter > .box3_2_pc,
.boxCenter > .box4_1_pc,
.boxCenter > .box4_3_pc,
.boxCenter > .box5_1_pc,
.boxCenter > .box5_4_pc,
.boxCenter > .box6_1_pc,
.boxCenter > .box6_5_pc,
.boxCenter > .box8_1_pc,
.boxCenter > .box8_7_pc,
.boxCenter_pc > .box2_1_pc,
.boxCenter_pc > .box3_1_pc,
.boxCenter_pc > .box3_2_pc,
.boxCenter_pc > .box4_1_pc,
.boxCenter_pc > .box4_3_pc,
.boxCenter_pc > .box5_1_pc,
.boxCenter_pc > .box5_4_pc,
.boxCenter_pc > .box6_1_pc,
.boxCenter_pc > .box6_5_pc,
.boxCenter_pc > .box8_1_pc,
.boxCenter_pc > .box8_7_pc {
	margin-left: auto !important;
	margin-right: auto !important;
}
.float > .box2_1_pc,
.float > .box3_1_pc,
.float > .box3_2_pc,
.float > .box4_1_pc,
.float > .box4_3_pc,
.float > .box5_1_pc,
.float > .box5_4_pc,
.float > .box6_1_pc,
.float > .box6_5_pc,
.float > .box8_1_pc,
.float > .box8_7_pc,
.float_pc > .box2_1_pc,
.float_pc > .box3_1_pc,
.float_pc > .box3_2_pc,
.float_pc > .box4_1_pc,
.float_pc > .box4_3_pc,
.float_pc > .box5_1_pc,
.float_pc > .box5_4_pc,
.float_pc > .box6_1_pc,
.float_pc > .box6_5_pc,
.float_pc > .box8_1_pc,
.float_pc > .box8_7_pc {
	float: left;
}
.float > .right,
.float > .right_pc {
	float: right !important;
}
.last,
.last_pc {
	margin-right: 0px !important;
}
.left,
.left_pc {
	float: left !important;
	margin-right: 0 !important;
}
.right,
.right_pc {
	float: right !important;
	margin-right: 0 !important;
}
/*.box_pc > section,
.box_pc > div,
.box_pc > li {
	float: left;
	margin-right: 16px;
}
.box_pc > section:last-child,
.box_pc > div:last-child {
	margin-right: 0px;
}*/
.clear,
.clear_pc {
	clear: both !important;
}
.text_right,
.text_right_pc {
	text-align: right;
}
.text_center,
.text_center_pc {
	text-align: center;
}
/* list */
.list li,
p.list {
	padding-left: 1em;
	text-indent: -1em;
}
.list1_5 li,
p.list1_5 {
	padding-left: 1.5em;
	text-indent: -1.5em;
}
.list2 li,
p.list2 {
	padding-left: 2em;
	text-indent: -2em;
}
.list2_5 li,
p.list2_5 {
	padding-left: 2.5em;
	text-indent: -2.5em;
}
.list3 li,
p.list3 {
	padding-left: 3em;
	text-indent: -3em;
}
.list3_5 li,
p.list3_5 {
	padding-left: 3.5em;
	text-indent: -3.5em;
}
.list4 li,
p.list4 {
	padding-left: 4em;
	text-indent: -4em;
}
.list4_5 li,
p.list4_5 {
	padding-left: 4.5em;
	text-indent: -4.5em;
}
.list5 li,
p.list5 {
	padding-left: 5em;
	text-indent: -5em;
}
.list5_5 li,
p.list5_5 {
	padding-left: 5.5em;
	text-indent: -5.5em;
}
.list6 li,
p.list6 {
	padding-left: 6em;
	text-indent: -6em;
}
/* 余白 */
.mt0 {
	margin-top: 0 !important;
}
.mt0_pc {
	margin-top: 0 !important;
}
.mt5 {
	margin-top: 5px !important;
}
.mt5_pc {
	margin-top: 5px !important;
}
.mt10 {
	margin-top: 10px !important;
}
.mt10_pc {
	margin-top: 10px !important;
}
.mt15 {
	margin-top: 15px !important;
}
.mt15_pc {
	margin-top: 15px !important;
}
.mt20 {
	margin-top: 20px !important;
}
.mt20_pc {
	margin-top: 20px !important;
}
.mt25 {
	margin-top: 25px !important;
}
.mt25_pc {
	margin-top: 25px !important;
}
.mt30 {
	margin-top: 30px !important;
}
.mt30_pc {
	margin-top: 30px !important;
}
.mt35 {
	margin-top: 35px !important;
}
.mt35_pc {
	margin-top: 35px !important;
}
.mt40 {
	margin-top: 40px !important;
}
.mt40_pc {
	margin-top: 40px !important;
}
.mt45 {
	margin-top: 45px !important;
}
.mt45_pc {
	margin-top: 45px !important;
}
.mt50 {
	margin-top: 50px !important;
}
.mt50_pc {
	margin-top: 50px !important;
}
.mt55 {
	margin-top: 55px !important;
}
.mt55_pc {
	margin-top: 55px !important;
}
.mt60 {
	margin-top: 60px !important;
}
.mt60_pc {
	margin-top: 60px !important;
}
.mt65 {
	margin-top: 65px !important;
}
.mt65_pc {
	margin-top: 65px !important;
}
.mt70 {
	margin-top: 70px !important;
}
.mt70_pc {
	margin-top: 70px !important;
}
.mt75 {
	margin-top: 75px !important;
}
.mt75_pc {
	margin-top: 75px !important;
}
.mt80 {
	margin-top: 80px !important;
}
.mt80_pc {
	margin-top: 80px !important;
}
.mr0 {
	margin-right: 0 !important;
}
.mr0_pc {
	margin-right: 0 !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb10_pc {
	margin-bottom: 10px !important;
}
.ml {
	margin-left: 16px !important;
}
.ml_pc {
	margin-left: 16px !important;
}
.mr {
	margin-right: 16px !important;
}
.mr_pc {
	margin-right: 16px !important;
}
.pt0 {
	padding-top: 0px !important;
}
.pt0_pc {
	padding-top: 0px !important;
}
.pt5 {
	padding-top: 5px !important;
}
.pt5_pc {
	padding-top: 5px !important;
}
.pt10 {
	padding-top: 10px !important;
}
.pt10_pc {
	padding-top: 10px !important;
}
.pt15 {
	padding-top: 15px !important;
}
.pt15_pc {
	padding-top: 15px !important;
}
.pt20 {
	padding-top: 20px !important;
}
.pt20_pc {
	padding-top: 20px !important;
}
.pt25 {
	padding-top: 25px !important;
}
.pt25_pc {
	padding-top: 25px !important;
}
.pt30 {
	padding-top: 30px !important;
}
.pt30_pc {
	padding-top: 30px !important;
}
.pt35 {
	padding-top: 35px !important;
}
.pt35_pc {
	padding-top: 35px !important;
}
.pt40 {
	padding-top: 40px !important;
}
.pt40_pc {
	padding-top: 40px !important;
}
.pt45 {
	padding-top: 45px !important;
}
.pt45_pc {
	padding-top: 45px !important;
}
.pt50 {
	padding-top: 50px !important;
}
.pt50_pc {
	padding-top: 50px !important;
}
.pt55 {
	padding-top: 55px !important;
}
.pt55_pc {
	padding-top: 55px !important;
}
.pt60 {
	padding-top: 60px !important;
}
.pt60_pc {
	padding-top: 60px !important;
}
.pt65 {
	padding-top: 65px !important;
}
.pt65_pc {
	padding-top: 65px !important;
}
.pt70 {
	padding-top: 70px !important;
}
.pt70_pc {
	padding-top: 70px !important;
}
.pt75 {
	padding-top: 75px !important;
}
.pt75_pc {
	padding-top: 75px !important;
}
.pt80 {
	padding-top: 80px !important;
}
.pt80_pc {
	padding-top: 80px !important;
}
}
