@charset "utf-8";

/*
    Body ------------------------------------------------------------------
*/
body {
  margin: 0;
  padding: 0;
  font-size: 13px;
  font-family: "Noto Sans Japanese" !important;
  /*font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;*/
  color: #222;
  text-align: center;
  -webkit-text-size-adjust: 100%;
}

section{
  padding: 0 0 0 56px;
}

html,body,div,
ul,ol,li,dl,dt,dd,
form,fieldset,input,textarea,
h1,h2,h3,h4,h5,h6,pre,code,p,blockquote,hr,
th,td {
	margin: 0;
	padding: 0;
	word-break: normal;
	word-wrap: break-word;
}

form {
	display: inline;
}

sup{
  vertical-align: baseline;
  position: relative;
  top: -1ex;
}

.clear{clear: both;}

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

li img {vertical-align: bottom;}

a img, :link img, :visited img { border: none; }

.bn{border: none !important;}

/* margin
------------------------------ */
.mt1{margin-top:1px !important;}
.mt5{margin-top:5px !important;}
.mt10{margin-top:10px !important;}
.mt15{margin-top:15px !important;}
.mt20{margin-top:20px !important;}
.mt30{margin-top:30px !important;}
.mt40{margin-top:40px !important;}
.mt50{margin-top:50px !important;}
.mt60{margin-top:60px !important;}
.mt70{margin-top:70px !important;}
.mt80{margin-top:80px !important;}
.mt90{margin-top:90px !important;}
.mt100{margin-top:100px !important;}

.ml1{margin-left:1px !important;}
.ml5{margin-left:5px !important;}
.ml10{margin-left:10px !important;}
.ml15{margin-left:15px !important;}
.ml20{margin-left:20px !important;}
.ml30{margin-left:30px !important;}
.ml40{margin-left:40px !important;}
.ml50{margin-left:50px !important;}
.ml60{margin-left:60px !important;}
.ml65{margin-left:65px !important;}
.ml70{margin-left:70px !important;}
.ml80{margin-left:80px !important;}
.ml90{margin-left:90px !important;}
.ml100{margin-left:100px !important;}

.mr1{margin-right:1px !important;}
.mr5{margin-right:5px !important;}
.mr10{margin-right:10px !important;}
.mr15{margin-right:15px !important;}
.mr20{margin-right:20px !important;}
.mr30{margin-right:30px !important;}
.mr40{margin-right:40px !important;}
.mr50{margin-right:50px !important;}
.mr60{margin-right:60px !important;}
.mr70{margin-right:70px !important;}
.mr80{margin-right:80px !important;}
.mr90{margin-right:90px !important;}
.mr100{margin-right:100px !important;}

.mb1{margin-bottom:1px !important;}
.mb5{margin-bottom:5px !important;}
.mb10{margin-bottom:10px !important;}
.mb15{margin-bottom:15px !important;}
.mb20{margin-bottom:20px !important;}
.mb30{margin-bottom:30px !important;}
.mb40{margin-bottom:40px !important;}
.mb50{margin-bottom:50px !important;}
.mb60{margin-bottom:60px !important;}
.mb70{margin-bottom:70px !important;}
.mb80{margin-bottom:80px !important;}
.mb90{margin-bottom:90px !important;}
.mb100{margin-bottom:100px !important;}

/* padding
------------------------------ */
.pt5{padding-top:5px !important;}
.pt10{padding-top:10px !important;}
.pt15{padding-top:15px !important;}
.pt20{padding-top:20px !important;}
.pt25{padding-top:25px !important;}
.pt30{padding-top:30px !important;}
.pt40{padding-top:40px !important;}
.pt50{padding-top:50px !important;}
.pt60{padding-top:60px !important;}
.pt70{padding-top:70px !important;}
.pt80{padding-top:80px !important;}
.pt90{padding-top:90px !important;}
.pt100{padding-top:100px !important;}

.pl5{padding-left:5px !important;}
.pl10{padding-left:10px !important;}
.pl20{padding-left:20px !important;}
.pl30{padding-left:30px !important;}
.pl40{padding-left:40px !important;}
.pl50{padding-left:50px !important;}
.pl60{padding-left:60px !important;}
.pl70{padding-left:70px !important;}
.pl80{padding-left:80px !important;}
.pl90{padding-left:90px !important;}
.pl100{padding-left:100px !important;}

.pr5{padding-right:5px !important;}
.pr10{padding-right:10px !important;}
.pr20{padding-right:20px !important;}
.pr30{padding-right:30px !important;}
.pr40{padding-right:40px !important;}
.pr50{padding-right:50px !important;}
.pr60{padding-right:60px !important;}
.pr70{padding-right:70px !important;}
.pr80{padding-right:80px !important;}
.pr90{padding-right:90px !important;}
.pr100{padding-right:100px !important;}

.pb5{padding-bottom:5px !important;}
.pb10{padding-bottom:10px !important;}
.pb20{padding-bottom:20px !important;}
.pb30{padding-bottom:30px !important;}
.pb40{padding-bottom:40px !important;}
.pb50{padding-bottom:50px !important;}
.pb60{padding-bottom:60px !important;}
.pb70{padding-bottom:70px !important;}
.pb80{padding-bottom:80px !important;}
.pb90{padding-bottom:90px !important;}
.pb100{padding-bottom:100px !important;}

/*
    Heading --------------------------------------------------------------------------
*/

h1{}

h2{}

h3{}

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

/*
    list ----------------------------------------------------------------------
*/

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

/*
    Table --------------------------------------------------------------------------
*/
table.type01 {
	width: 100%;
	margin: 40px auto;
	border-collapse: collapse;
}
table.type01 th {
	width: 30%;
	padding: 20px 25px;
	border: solid 1px #ccc;
	vertical-align: top;
	text-align: left;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
}
table.type01 td {
	width: 70%;
	padding: 20px 25px;
	border: solid 1px #ccc;
	text-align: left;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
}

@media screen and (max-width: 767px) {
table.type01 {
	width: 100%;
	margin: 30px auto 20px auto;
	border-collapse: collapse;
}
table.type01 th {
    display: block;
	width: 100%;
	padding: 10px 15px;
	border: solid 1px #ccc;
    background: #f2f2f2;
	vertical-align: top;
	text-align: left;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
}
table.type01 td {
    display: block;
	width: 100%;
    margin: 0 0 10px 0;
	padding: 10px 15px;
    border-top: none;
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	text-align: left;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
}
}

/*
    タイトル ----------------------------------------------------------------------
*/
.title01{
	width: 100%;
	margin: 0 auto 40px auto;
	font-family: "Rounded Mplus 1c" !important;
	font-size: 36px;
	font-weight: bold;
	color: #222;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.title02{
	width: 100%;
	margin: 0 auto 10px auto;
	font-family: "Rounded Mplus 1c" !important;
	font-size:185% !important; line-height:34px !important;
	font-weight: bold;
	color: #222;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.title03{
	width: 100%;
	margin: 0 auto 25px auto;
	padding: 0 0 10px 0;
	border-bottom: dotted 4px #e1242a;
	font-family: "Rounded Mplus 1c" !important;
	font-size:185% !important; line-height:34px !important;
	font-weight: bold;
	color: #e1242a;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

@media screen and (max-width: 767px) {
.title01{
	width: 100%;
	margin: 0 auto 20px auto;
	font-family: "Rounded Mplus 1c" !important;
	font-size:200% !important; line-height:38px !important;
	font-weight: bold;
	color: #222;
    text-align: center;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.title02{
	width: 100%;
	margin: 0 auto 10px auto;
	font-family: "Rounded Mplus 1c" !important;
	font-size:170% !important; line-height:34px !important;
	font-weight: bold;
	color: #222;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.title03{
	width: 100%;
	margin: 0 auto 15px auto;
	padding: 0 0 10px 0;
	border-bottom: dotted 4px #e1242a;
	font-family: "Rounded Mplus 1c" !important;
	font-size:170% !important; line-height:34px !important;
	font-weight: bold;
	color: #e1242a;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
}

/*
    img --------------------------------------------------------------------------
*/
.img200L{
	width: 200px;
	margin: 0 20px 0 0;
	float: left;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.img200R{
	width: 200px;
	margin: 0 0 0 20px;
	float: right;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.img300L{
	width: 300px;
	margin: 0 20px 0 0;
	float: left;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.img300R{
	width: 300px;
	margin: 0 0 0 20px;
	float: right;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.imgtxt300L{
	width: 660px;
	float: right;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.imgtxt300R{
	width: 660px;
	float: left;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.img300R-azilect{
	width: 300px;
	margin: 0 100px 0 0;
	float: right;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.imgtxt300R-azilect{
	width: 540px;
	float: left;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.img300R-record{
	width: 300px;
	margin: 0 20px 0 0;
	float: right;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

@media screen and (max-width: 767px) {
.img200L{
	width: 120px;
	margin: 10px 10px 0 0;
	float: left;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.img200R{
	width: 120px;
	margin: 10px 0 0 10px;
	float: right;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.img300L{
	width: 80%;
	margin: 0 auto 20px auto;
	float: none;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.img300R{
	width: 80%;
	margin: 0 auto 20px auto;
	float: none;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.imgtxt300L{
	width: 100%;
	float: none;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.imgtxt300R{
	width: 100%;
	float: none;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.img300R-azilect{
	width: 45%;
	margin: 0 0 0 0;
	float: right;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.imgtxt300R-azilect{
	width: 50%;
	float: left;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.img300R-record{
	width: 45%;
	margin: 0 0 10px 0;
	float: right;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
}
