@charset "utf-8";
@media only screen and (max-width: 750px) {	
/*----------------------------------------

	title
	(spaceT : margin)

----------------------------------------*/
/* common */
.titleL {
	clear: both;	
	font-weight: 400;
	font-size: 2.4rem;
		color:#0d0d0d;
	margin-top: 20px;
	padding: 6px 10px 8px 10px;
	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-left: 10px;
	margin-right: 10px;
	margin-top: 20px;
	padding: 0 0 0 22px;
	background-image: url(/commons/v1/img/titleM.svg);
	background-position: 0px 4px;
	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: 2.0rem;
	color: #FFF;
	padding: 10px 8px 12px 36px;
	background-image: url(/commons/v1/img/titleM_W.svg);
	background-position: 10px 14px;
	background-repeat: no-repeat;
	-webkit-background-size: 18px 18px;
	-moz-background-size: 18px 18px;
	background-size: 18px 18px;
}
.titleS {	
	font-weight: 500;
	font-size: 1.8rem;
	color: #06C;
	margin-top: 30px;
	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;
	margin-top: 20px;
}
/* original */
.titleL.spaceP_sp {
	margin-top: 30px;
}
.titleM.spaceM_sp {
	margin-top: 10px;
}
.titleS.spaceM_sp {
	margin-top: 20px;
}
.titleSS.spaceM_sp {
	margin-top: 10px;
}
.boxLine .titleM,
.flat_sp .titleM {
	margin-left: 0;
	margin-right: 0;
}
/*----------------------------------------

	boxLine

----------------------------------------*/
/* common */
.boxLine {
	margin-top: 20px;
	margin-left: 4%;
	margin-right: 4%;
	border-top: solid 1px #cccccc;
	clear: both;
}
/*----------------------------------------

	table

----------------------------------------*/
/* common */
.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;
	padding: 12px 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;
}
/* original */
.boxTable table.spaceM_sp {
	margin-top: 10px;
}

.boxLine .box_sp {
	padding-left: 0;
	padding-right: 0;
}
.boxLine .box2_1_sp,.boxLine .box3_1_sp,.boxLine .box3_2_sp {
	margin-top: 0;
}
#mainContents li.box2_1_sp,#mainContents li.box3_1_sp,#mainContents li.box3_2_sp {
	margin-top: 0;
	padding-top: 8px;
}
.boxLine img,
.box_sp img {
	width: 100%;
	height: auto;
}
/*----------------------------------------

	icon

----------------------------------------*/
/* common */
.basicBtn li,
.basicBtn div {
	background-color: #ffffff;
	margin-top: 4vw;
}
.basicBtn a {
	display: block;
	text-align: center;
	padding-top: 14px;
	padding-bottom: 14px;
	width: calc(100% - 2px);
	width: -webkit-calc(100% - 2px);
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1;
	color: #000000 !important;
	text-decoration: none !important;
	border: solid 1px #666666;
	overflow: hidden;
	background-size: 6px auto;
	background-image: url(/commons/v1/img/linkIcon_g.png);
	background-position: right 25px center;
	background-repeat: no-repeat;
}
.basicBtn a .sFont {
	font-size: 1.12rem;
	vertical-align:baseline;
}
.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 4px;
	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 3px;
	background-repeat: no-repeat;
	-webkit-background-size: 16px 16px;
	-moz-background-size: 16px 16px;
	background-size: 16px 16px;
}
.versatileBtn a {
	color: #333;	
	font-weight: 400;
	font-size: 1.2rem;
	line-height: 1;
	text-align: center;
	display: block;
	border: solid 1px #CCC;
	background-color: #f4f4f4;
	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 40px;
}
.backBtn {
	padding-top: 20px;
}
.backBtn a {
	color: #FFF;	
	font-weight: 400;
	font-size: 12px;	
	line-height: 1;
	text-align: center;
	display: block;
	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 40px 11px 40px;
}
/*----------------------------------------

	flat (spaceT : padding)

----------------------------------------*/
/* original */
#mainContents .flat_sp {
	padding-top: 10px;
	padding-left: 4%;
	padding-right: 4%;
}
#mainContents ul.flat_sp li {
	padding-top: 10px;
}
#mainContents .flat_sp img {
	width: 100%;
	height: auto;
}
/*----------------------------------------

	p / ul / ol / dl (spaceT : padding)

----------------------------------------*/
/* common */
#mainContents p {
	font-size: 1.2rem;
	padding-top: 10px;
}
#mainContents p.annotation {
	font-size: 0.9rem;
}
#mainContents ul,
#mainContents ol,
#mainContents dl {
	padding-top: 8px;
}
#mainContents li,
#mainContents dt,
#mainContents dd {
	font-size: 1.2rem;
	padding-top: 2px;
}
#mainContents ul.annotation li,
#mainContents ol.annotation li,
#mainContents dl.annotation dt,
#mainContents dl.annotation dd {
	font-size: 0.9rem;
	line-height:1.8;
}
#mainContents ul.annotationSymbol li,
#mainContents ol.annotationSymbol li,
#mainContents dl.annotationSymbol dt,
#mainContents dl.annotationSymbol dd{
	font-size: 0.9rem;
	padding-left: 1em;
	text-indent: -1em;
	line-height:1.8;
}
#mainContents ul.annotationKome li,
#mainContents ol.annotationKome li,
#mainContents dl.annotationKome dt,
#mainContents dl.annotationKome dd {
	font-size: 0.9rem;
	padding-left: 2em;
	text-indent: -2em;
	line-height:1.8;
}
#mainContents ul.pdfIcon.spaceM_sp,
#mainContents ul.wordIcon.spaceM_sp,
#mainContents ul.excelIcon.spaceM_sp,
#mainContents ul.soundIcon.spaceM_sp,
#mainContents ul.linkIconWG2.spaceM_sp,
#mainContents ul.versatileBtn.spaceM_sp {
	padding-top: 0;
}
#mainContents ul.pdfIcon li,
#mainContents ul.wordIcon li,
#mainContents ul.excelIcon li,
#mainContents ul.soundIcon li,
#mainContents ul.linkIconWG2 li,
#mainContents ul.versatileBtn li {
	padding-top: 10px;
}
#mainContents li.pdfIcon,
#mainContents li.wordIcon,
#mainContents li.excelIcon,
#mainContents li.soundIcon,
#mainContents li.linkIconWG2,
#mainContents li.versatileBtn {
	padding-top: 10px;
}
#mainContents .list_disc > li {
	background: url(/commons/v1/img/list_disc.svg) no-repeat 0.2em 0.68em 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;
	text-align: center;
}
/* original */
#mainContents .flat_sp.spaceM_sp,#mainContents .box_sp.spaceM_sp {
	padding-top: 0;
}
#mainContents p.spaceP_sp {
	padding-top: 20px;
}
#mainContents ul.spaceP_sp,
#mainContents dl.spaceP_sp {
	padding-top: 20px;
}
#mainContents p.spaceM_sp,
#mainContents ul li.spaceM_sp,
#mainContents ol li.spaceM_sp,
#mainContents dl.spaceM_sp,
#mainContents dl dt.spaceM_sp,
#mainContents dl dd.spaceM_sp {
	padding-top: 0;
}
/*----------------------------------------

	img

----------------------------------------*/
/* original */
#mainContents .img100_sp img {
	width: 100%;
	height: auto;
}	
	
/* font size */
.annotation {
	font-size:0.9rem;
	line-height: 1.4;
}


/* table */
/*----------------------------------------

	box

----------------------------------------*/
/* original */
.box_sp:before,
.box_sp:after {
	content: "";
	display: table;
}
.box_sp:after {
	clear: both;
}
.box_sp {
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	zoom: 1;
}
.flat_sp .box_sp {
	padding-left:0;
	padding-right: 0;
}
.box1_1_sp{
	width: 100%;
}
.box2_1_sp {
	width: 48.87%;
	margin-right: 2.26%;
}
.box3_1_sp {
	width: 31.826%;
	margin-right: 2.26%;
}
.box3_2_sp {
	width: 65.912%;
	margin-right: 2.26%;
}
.float >.box2_1_sp:last-child,
.float >.box3_1_sp:last-child,
.float >.box3_2_sp:last-child,
.float_sp >.box2_1_sp:last-child,
.float_sp >.box3_1_sp:last-child,
.float_sp >.box3_2_sp:last-child,
.row >.box2_1_sp:last-child,
.row >.box3_1_sp:last-child,
.row >.box3_2_sp:last-child,
.row_sp >.box2_1_sp:last-child,
.row_sp >.box3_1_sp:last-child,
.row_sp >.box3_2_sp:last-child {
	margin-right: 0px;
}
.boxCenter >.box2_1_sp,
.boxCenter >.box3_1_sp,
.boxCenter >.box3_2_sp,
.boxCenter_sp >.box2_1_sp,
.boxCenter_sp >.box3_1_sp,
.boxCenter_sp >.box3_2_sp  {
	margin-left: auto !important;
	margin-right: auto !important;
}
.float >.box2_1_sp,
.float >.box3_1_sp,
.float >.box3_2_sp,
.float_sp >.box2_1_sp,
.float_sp >.box3_1_sp,
.float_sp >.box3_2_sp {
	float: left;
}
.float > .right,
.float > .right_sp{
	float:right !important;
}
.row > .box2_1_sp:nth-child(2n),
.row_sp > .box2_1_sp:nth-child(2n),
.float > .box2_1_sp:nth-child(2n),
.float_sp > .box2_1_sp:nth-child(2n){
	margin-right: 0px;
}
.row > .box3_1_sp:nth-child(3n),
.row_sp > .box3_1_sp:nth-child(3n),
.float > .box3_1_sp:nth-child(3n),
.float_sp > .box3_1_sp:nth-child(3n){
	margin-right: 0px;
}
.last,
.last_sp {
	margin-right: 0px !important;
}
.left,
.left_sp {
	float: left !important;
	margin-right: 0 !important;
}
.right,
.right_sp {
	float: right !important;
	margin-right: 0 !important;
}
/*.box_sp > section,
.box_sp > div,
.box_sp > li {
	float: left;
	margin-right: 8px;
}*/
/*.box_sp > section:last-child,
.box_sp > div:last-child {
	margin-right: 0px;
}*/

.clear,
.clear_sp {
	clear: both !important;
}
 .text_right,
.text_right_sp {
	text-align: right;
}
.text_center,
.text_center_sp {
	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_sp {
	margin-top: 0 !important;
}
.mt5 {
	margin-top: 1.33vw !important;
}
.mt5_sp {
	margin-top: 1.33vw !important;
}
.mt10 {
	margin-top: 2.66vw !important;
}
.mt10_sp {
	margin-top: 2.66vw !important;
}
.mt15 {
	margin-top: 4vw !important;
}
.mt15_sp {
	margin-top: 4vw !important;
}
.mt20 {
	margin-top: 5.33vw !important;
}
.mt20_sp {
	margin-top: 5.33vw !important;
}
.mt25 {
	margin-top: 6.66vw !important;
}
.mt25_sp {
	margin-top: 6.66vw !important;
}
.mt30 {
	margin-top: 8vw !important;
}
.mt30_sp {
	margin-top: 8vw !important;
}
.mt35 {
	margin-top: 9.33vw !important;
}
.mt35_sp {
	margin-top: 9.33vw !important;
}
.mt40 {
	margin-top: 10.66vw !important;
}
.mt40_sp {
	margin-top: 10.66vw !important;
}
.mt45 {
	margin-top: 12vw !important;
}
.mt45_sp {
	margin-top: 12vw !important;
}
.mt50 {
	margin-top: 13.33vw !important;
}
.mt50_sp {
	margin-top: 13.33vw !important;
}
.mt55 {
	margin-top: 14.66vw !important;
}
.mt55_sp {
	margin-top: 14.66vw !important;
}
.mt60 {
	margin-top: 16vw !important;
}
.mt60_sp {
	margin-top: 16vw !important;
}
.mt65 {
	margin-top: 17.33vw !important;
}
.mt65_sp {
	margin-top: 17.33vw !important;
}
.mt70 {
	margin-top: 18.66vw !important;
}
.mt70_sp {
	margin-top: 18.66vw !important;
}
.mt75 {
	margin-top: 20vw !important;
}
.mt75_sp {
	margin-top: 20vw !important;
}
.mt80 {
	margin-top: 21.33vw !important;
}
.mt80_sp {
	margin-top: 21.33vw !important;
}
.mr0 {
	margin-right: 0 !important;
}
.mr0_sp {
	margin-right: 0 !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb10_sp {
	margin-bottom: 10px !important;
}
.ml {
	margin-left: 1.5% !important;
}
.ml_sp {
	margin-left: 1.5% !important;
}
.mr {
	margin-right: 1.5% !important;
}
.mr_sp {
	margin-right: 1.5% !important;
}
.pt0 {
	padding-top: 0 !important;
}
.pt0_sp {
	padding-top: 0 !important;
}
.pt5 {
	padding-top: 1.33vw !important;
}
.pt5_sp {
	padding-top: 1.33vw !important;
}
.pt10 {
	padding-top: 2.66vw !important;
}
.pt10_sp {
	padding-top: 2.66vw !important;
}
.pt15 {
	padding-top: 4vw !important;
}
.pt15_sp {
	padding-top: 4vw !important;
}
.pt20 {
	padding-top: 5.33vw !important;
}
.pt20_sp {
	padding-top: 5.33vw !important;
}
.pt25 {
	padding-top: 6.66vw !important;
}
.pt25_sp {
	padding-top: 6.66vw !important;
}
.pt30 {
	padding-top: 8vw !important;
}
.pt30_sp {
	padding-top: 8vw !important;
}
.pt35 {
	padding-top: 9.33vw !important;
}
.pt35_sp {
	padding-top: 9.33vw !important;
}
.pt40 {
	padding-top: 10.66vw !important;
}
.pt40_sp {
	padding-top: 10.66vw !important;
}
.pt45 {
	padding-top: 12vw !important;
}
.pt45_sp {
	padding-top: 12vw !important;
}
.pt50 {
	padding-top: 13.33vw !important;
}
.pt50_sp {
	padding-top: 13.33vw !important;
}
.pt55 {
	padding-top: 14.66vw !important;
}
.pt55_sp {
	padding-top: 14.66vw !important;
}
.pt60 {
	padding-top: 16vw !important;
}
.pt60_sp {
	padding-top: 16vw !important;
}
.pt65 {
	padding-top: 17.33vw !important;
}
.pt65_sp {
	padding-top: 17.33vw !important;
}
.pt70 {
	padding-top: 18.66vw !important;
}
.pt70_sp {
	padding-top: 18.66vw !important;
}
.pt75 {
	padding-top: 20vw !important;
}
.pt75_sp {
	padding-top: 20vw !important;
}
.pt80 {
	padding-top: 21.33vw !important;
}
.pt80_sp {
	padding-top: 21.33vw !important;
}
}
