/* 
[main.css]  css for main content styleing */

/*********************************************/
/****************** article ******************/
/*********************************************/


/** article body area **/
article{
	margin-bottom: 15px;
}

article p{
    line-height: 1.8;
}

/** article body area **/

/*********************************************/
/******************  class  ******************/
/*********************************************/
.animation-hover{
	display: block;
	opacity: 1;
	transition: 0.2s;
}
.animation-hover:hover{
	opacity: 0.6;
	transition: 0.2s;
}

.clr-red{	color: #ff6699;	 font-size: 1.3em; font-weight: bold;}

/*** float ***/
.r-float{
	float: right;
	display: block;
	margin-left: 10px;
}

.l-float{
	float: left;
	display: block;
	margin-right: 10px;
}
/*** float ***/

/*** clearfix -float clearing set- ***/
.clearfix:after {
    content: "";
    clear: both;
    display: block;
}
/*------------------------------------------------*/
/* outboundLink                                    */
/*------------------------------------------------*/
.outboundLink{
    display:block;
    color:#48a3ff;
    font-size: 18px;
    font-weight: bold;
    text-align: right;
    font-size: 20px;
    padding: 5px;
    text-decoration: none;
    margin:0 0 1em auto;
}
.outboundLink:before{
    content:"＞＞"
}
.outboundLink:hover{
    text-decoration: underline;
    color: #ff22bb;
}
/*------------------------------------------------*/
/* inboundLink                                    */
/*------------------------------------------------*/
.inboundLink{
    display: block;
    color:#ff22bb;
    font-size: 18px;
    font-weight: bold;
    text-align: right;
    font-size: 20px;
    margin-bottom:1em;
}
.inboundLink:before{
    content:"＞＞"
}
.inboundLink:hover{
    text-decoration: none;
    color: #48a3ff;
}

/*------------------------------------------------*/
/* pagetop・pagem-btn                                      */
/*------------------------------------------------*/
.pagetop-btn{
	display: block;
	position: fixed;
	z-index: 9999;
	bottom: 50px;
	right: 30px;
	opacity: 1;
}
.pagem-btn{
    display: block;
    position: fixed;
    z-index: 9999;
    bottom: 114px;
    right: 30px;
    opacity: 1;
}
.btn_top,
.btn_mokuji{
    display: block;
    text-align: center;
    text-decoration: none;
    font-size: 11px;
    background: #fff;
    padding: 2px;
    color: #0088ba;
    width: 52px;
    height: 52px;
    border: 1px solid #ddd;
}
.btn_top::before{
    content: "\f077";
    font-family: FontAwesome;
    font-size: 35px;
    padding-left: 3px;
}
.btn_mokuji::before{
    content: "\f0ca";
    font-family: FontAwesome;
    font-size: 35px;
    padding-left: 3px;
}
.btn_top:hover,
.btn_mokuji:hover{
    background: #0088ba;
    color: #fff;
}
/*------------------------------------------------*/
/* List Class                                     */
/*------------------------------------------------*/
.list01{
	margin-bottom: 1em;
}
.list01 li{
	list-style-type: none;
	padding: 0.5em 0;
	margin-left: 1.5em;
	border-bottom: dotted 1px #ddd;
    font-weight: bold;
}
.list01 li:before {
    font-family: FontAwesome;
    content: "\f00c";
    position: absolute;
    left: 1em;
    color: #006699;
}
.list01 li > p{margin-bottom: 0; font-weight: normal;}
.list01 a{ color: #006699;}
.list01 a:hover{color: #f3bd00;}

.list01-bg{	background: #fafafa;}
.list01-rad{
	padding: 2em 2em;
	border: solid 1px #ddd;
	border-radius: 5px;
}
.list02{
	margin-bottom: 1em;
}
.list02 li{
	list-style:url("/images/icon-chkbox.png");
	padding: .5em 0;
	margin-left: 1.5em;
	border-bottom: dotted 1px #ddd;
    font-weight: bold;
}.list02 li > p{margin-bottom: 0; font-weight: normal;}
.list02 a{ color: #006699;}
.list02 a:hover{color: #f3bd00;}

.list02-bg{	background: #fafafa;}
.list02-rad{
	padding: 2em 2em;
	border: solid 1px #ddd;
	border-radius: 5px;
}

.list03{
	margin-bottom: 1em;
}
.list03 li{
    display: inline-block;
    width: 25%;
	list-style-type: none;
	padding: 0.1em 0;
	margin-left: 1.5em;
	border-bottom: dotted 1px #ddd;
    font-weight: bold;
}
.list03 li:before {
    font-family: FontAwesome;
    content: "\f00c";
    position: relative;
    left: -1em;
    color: #006699;
}

.list03-sp{
	margin-bottom: 1em;
    float:left;
}
.list03-sp li{
	list-style-type: none;
	padding: 0.4em 0;
	margin-left: 1.5em;
	border-bottom: dotted 1px #ddd;
    font-weight: bold;
}
.list03-sp li:before {
    font-family: FontAwesome;
    content: "\f00c";
    position: relative;
    left: -1em;
    color: #006699;
}

/*** list class ***/

/*** box class ***/
.box01{
    position: relative;
    background-color: #ddd;
    padding: 20px;
    border-radius: 10px;
	margin-bottom: 20px;    
}

.box01-sp{
    overflow: hidden;
    position: relative;
    background-color: #ddd;
    padding: 20px;
    border-radius: 10px;
	margin-bottom: 20px;
}

/* 01/16 add class */
.box02{
    border: 6px double #0088ba;
    margin-top: 20px;
}
.box_title{
    font-size: 19px;
    display: block;
    padding:15px 20px;
    color: #fff;
    margin-bottom: 10px;
    font-weight: bold;
    background: #0088ba;
}
/* pcver */
.inner-flex{
    padding:15px 20px 10px;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
}
.box_left{
    width: 32%;
}
.box_left img{
    width: 100%;
}
.box_right{
    width: 68%;
    padding: 5px;
}
/*pc+sp */
.box_right p,
.box_cover p{
    font-size: 14.5px;
}
.box_right .link-btn{
    width: 100%;
}
.box_right .link-btn a,
.box_cover .link-btn a{
    font-size: 17px;
}
/**/
/* spver */
.box_cover{
    padding: 15px;
}
.box_cover img{
    width: 70%;
    margin: auto;
}
/*** box class ***/

/*------------------------------------------------*/
/* point class                                    */
/*------------------------------------------------*/
.point div{ position: relative;}
.point h4{
	padding:20px 0 0 80px;
	margin-bottom: 20px;
}
.point div h4:before{
	content:"point";
	font-size: 10px;
	line-height: 4em;
	white-space: pre;
	position: absolute;
	display: block;
	width: 64px;
	height: 64px;
	left: 3px;
	top: 0px;
	background: #0080FF;
	text-align: center;
	border-radius: 32px;
	color: #fff;
}
.point div:first-of-type h4:before{	background: #72EDE1;}
.point div:nth-of-type(2) h4:before{	background: #FFB000;}
.point div:nth-of-type(3) h4:before{	background: #FF4200;}
.point div h4:after{
	counter-increment:pointcount;
	content:counter(pointcount);
	position: absolute;
	left: 25px;
	top: 20px;
	font-size: 28px;
	color: #fff;
}
.point p{
	padding: 1em;
	background: #eee;
	border-radius: 10px;
}
article{	counter-reset: pointcount;}

