@charset "utf-8";
/* CSS Document */

*{
	margin:0px;
	padding:0px;
}

html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
html {
	font-size:normal;
    -webkit-text-size-adjust: 100%;
}

html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, menu, nav, section, time, mark, audio, video, details, summary {
        margin: 0;
        padding: 0;
        font-size: 100%;
}

body {
	font-family : system-ui;
    font-size: 14px;
    line-height: 1.8;
    color:#333;
    text-size-adjust: 100%;
    -webkit-print-color-adjust: exact;
    -webkit-font-smoothing: antialiased;
    letter-spacing: 0.075em;
}


/*common
---------------------------------------------*/
/*link*/
a {
	color: #013a74;
	outline:none !important;
}
a:hover  {
    text-decoration: underline;
	opacity:0.6;
    filter: alpha(opacity=60);
    -ms-filter: "alpha( opacity=60 )";
}
/*img*/
img {
	height:auto;
	max-width:100%;
	width /***/:auto; /*IE8のみ適用*/
}
.sp_img {
	display:none !important;
}
* html img {
	display:block;
	width: auto !important;
	max-width: none;
}

.i_left {
	float:left;
	margin:0 20px 5px 0;
}
.i_right {
	float:right;
	margin:0 0 5px 20px;
}
.i_center {
	text-align:center;
	margin:10px auto;
}

.clear {
	clear:both;
}
/*font-size*/
.fs75 {	font-size:75% !important; }
.fs80 {	font-size:80% !important; }
.fs85 {	font-size:85% !important; }
.fs90 {	font-size:90% !important; }
.fs95 {	font-size:95% !important; }
.fs110 {	font-size:110% !important; }
.fs120 {	font-size:120% !important; }
.fs130 {	font-size:130% !important; }

/*margin*/
.mt0 {	margin-top:0 !important; }
.mt05 {	margin-top:0.5em !important; }
.mt1 {	margin-top:1em !important; }
.mt2 {	margin-top:2em !important; }
.mt20 {	margin-top:20px !important; }
.mt3 {	margin-top:3em !important; }
.mt4 {	margin-top:4em !important; }
.mt03 {     margin-top: 3px !important; }
.mr15 {	margin-right:15px !important; }
.mb0 {	margin-bottom:0 !important; }
.mb1 {	margin-bottom:1em !important; }
.mb2 {	margin-bottom:2em !important; }
.ml1 {	margin-left:1em !important ; }
.ml2 {	margin-left:2em !important ; }
.mlr1 {	margin-left:1em !important ; margin-right: 1em !important; }
.mb15 {	margin-bottom:15px !important; }



/*padding*/
.plr25 {	padding-left:25px; padding-right:25px ; }
.pr1 { padding-right:1em !important ;}


/*border*/
.bdrtb3 {	border-top:3px solid #f3f3f3;border-bottom:3px solid #f3f3f3; padding:15px 0; }
.bdr1 {	   border: 1px solid #B2B2B2; padding: 15px; }
.bnone {	border:none !important; }

/*text-align*/
.t_center {	text-align:center !important; }
.t_left { text-align:left !important; }
.t_right {	text-align:right !important; }

/*btn*/
.btn_r {	text-align:right; margin:10px 0 15px 0; }
.bdr .btn_r {	text-align:right; margin:10px 0 0 0; }

/*強調*/
.strong {	font-weight:bold !important ; }

/*indent*/
.ind1 {	margin-left:1em; text-indent: -1em; padding-left:5px; }

/*color*/
.org { 	color:#F26337; }
.wht { color:#fff; }
.red { color:#ff0000; }
.blue { color:#50a2cf; }

.new { background: #D0AF2D; color:#FFFFFF;}
.small {
	padding:0;
	font-size:80%;
}

/*align*/
.t_center { 	text-align:center !important; }
.t_left 	{	text-align:left !important; }
.t_right {		text-align:right !important; }

.clear {	clear:both !important ;}
.disc li { list-style:disc !important; }
.lh0 { line-height:0 !important; }
.clearn { clear:none !important; }
.w98p { width:98% !important; }
.w2em { width:2em !important; }

/*icon*/
.icon { margin:0 5px 0 0; vertical-align: middle; }

/*wsize*/
.wd05 {	width:5% !important; }
.wd10 {	width:10% !important; }
.wd20 {	width:20% !important; }
.wd30 {	width:30% !important; }
.wd40 {	width:40% !important; }
.wd50 {	width:50% !important; }
.wd60 {	width:60% !important; }
.wd70 {	width:70% !important; }
.wd80 {	width:80% !important; }
.wd90 {	width:90% !important; }
.wd98 {	width:98% !important; }


/*common
---------------------------------------------*/
.cont_width {
	width:1000px;
	margin:0 auto;
	overflow:hidden;
}


/*header
---------------------------------------------*/
header {
	padding:35px 0;
}
header h1 {
	text-align:center;
	font-size:20px;
}



/*section
---------------------------------------------*/
section {
	padding:0 0 20px 0;
}
section .h2_tit {
	font-size:20px; /* font-size:140%; から変更 */
	padding:10px 20px; /* padding:0; から変更 */
	line-height:1;
	margin:20px 0 10px 0px; /* margin:10px 0 10px 0; から変更 */
	color: #fff; /* 新規追加 */
	background:#1a3c80; /* 新規追加 */
}
section .h3_tit {
	font-size:115%;
	background:#FFE9B7;
	padding:3px 10px;
	border-bottom:2px solid #E3B141;
	margin:0 0 5px 0;
}
section .h4_tit {
	font-size:115%;
	color:#ca8b00;
	margin:0 0 5px 10px;
}



section article {
	margin:0 0 70px 0;
}
section article p {
	margin:5px 0 10px 10px;
}
section article strong {
	color:#e71e52;
}

/*aタグボタンリンク*/
.link_btn_red {
	text-align:center;
}
.link_btn_red a {
	display:inline-block;
	background:#d44178;
	text-align:center;
	color:#fff;
	padding:10px 20px;
	text-decoration:none;
	border-radius:5px;
}
.link_btn_big a {
	padding:10px 60px;
}


/*ul-sytle*/
section .ul_disc {
	background:#f7f7f7;
	padding:10px 30px; /* padding:20px 10px 20px 30px; から変更 */
	margin:10px 0;
}
@media (max-width:767px){
	section .ul_disc {
		padding:10px; /* 新規追加 */
	}
}
.ul_disc {/*disc*/
	margin-left:2em;
}
.ul_disc li {
	list-style:none;
}
.ol_num {/*number*/
	margin-left:2em;
}
.ol_num li {
	list-style: decimal;
}

/*bdr*/
.bdr_box {
	padding:10px 15px;
	border:2px solid #cccccc;
}




/*footer
---------------------------------------------*/
footer {
	background:#efefef;
	border-top:1px solid #ddd;
}
.copy {
	text-align:center;
	font-size:85%;
	padding:15px 0;
}


/*page-top
---------------------------------------------*/
#page-top {
    bottom: 20px;
    display: block;
    font-weight: bold;
    position: fixed;
    right: 20px;
}
#page-top a {
    background: #666;
    border-radius: 5px;
    color: #fff;
    display: block !important;
    padding:10px 15px;
    text-align: center;
    text-decoration: none;
}
#page-top a:hover {
    background: #ffca00;
    text-decoration: none;
}



/*size:1000px以下
----------------------------------------------------*/
@media screen and (max-width:1000px){

a {
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}


/*common
---------------------------------------------*/
.cont_width {
	width:100%;
	margin:0;
	overflow:hidden;
	padding-right:10px;
	padding-left:10px;
}


/*header
---------------------------------------------*/


/*section
---------------------------------------------*/


/*footer
---------------------------------------------*/


}



/*size:767px以下共通
----------------------------------------------------*/
@media screen and (max-width:767px){


body {
    font-size: 12px;
    line-height: 1.6;
}

.pc_img { display:none !important; }
.sp_img { display:block !important; }

.i_right,
.i_left {
	float:none;
	margin:0 0 5px 0;
	text-align:center;
}


/*common
---------------------------------------------*/


/*header
---------------------------------------------*/



/*section
---------------------------------------------*/


/*footer
---------------------------------------------*/

/*common
---------------------------------------------*/



}



/*size:480px以下共通
----------------------------------------------------*/
@media screen and (max-width:480px){




}
