@charset "utf-8";
/* CSS Document */

/*PC*/
@media print, screen and (min-width: 769px) {
.column2 {
border: #0098e6 2px solid;
box-sizing: border-box;
border-radius: 8px;
overflow: hidden;
}

.effTit {
background-color: #0098e6;
text-align: center;
padding: 15px;
color: #fff;
font-size: 1.2em;
font-weight: bold;
letter-spacing: 2px;
-webkit-border-radius: 6px 6px 0px 0px / 6px 6px 0px 0px;
-moz-border-radius: 6px 6px 0px 0px / 6px 6px 0px 0px;
border-radius: 6px 6px 0px 0px / 6px 6px 0px 0px;
}

.effList {
width: 80%;
margin: auto;
padding: 15px 0;
}

.effList li {
font-size: 1.2em;
padding: 15px;
}

.effList li span {
position: relative;
padding-left: 1.4em;
line-height: 1.4;
}

.effList li span:before{
font-family: FontAwesome;
content: "\f00c";
position: absolute;
font-size: 1em;
left: 0;
top: 0;
color: #df002b;
}

.effIcon {
text-align: center;
font-size: 1.5em;
margin-bottom: 10px;
}

.effTxt {
text-align: center;
font-weight: bold;
color: #df002b;
font-size: 1.3em;
padding: 0 10px 30px;
}

.effTxt span {
background: linear-gradient(transparent 60%, #ffff66 60%);
padding: 0 5px;
}


.fukuriP {
font-size: 1.2em;
font-weight: bold;
margin-bottom: 20px;
}

.fukuriWrap {
padding-bottom: 30px;
margin-bottom: 30px;
border-bottom: #ccc 1px dashed;
}

.mb30 {
margin-bottom: 30px !important;
}
.mb40 {
margin-bottom: 40px !important;
}
.mb45 {
margin-bottom: 45px !important;
}
.mb50 {
margin-bottom: 50px !important;
}

.fukuriTit {
width: 300px;
float: left;
}

.fukuriTxt {
width: 750px;
float: right;
line-height: 1.8em;
}

.comTit03 {
color: #0085c9;
font-size: 1.5em;
margin-bottom: 30px;
padding-bottom: 25px;
}

.fukuriList {
width: 100%;
}

.fukuriList li {
margin-bottom: 15px;
}

.fukuriList li {
position: relative;
padding-left: 1.3em;
line-height: 1.4;
}

.fukuriList li:before{
font-family: FontAwesome;
content: "\f00c";
position: absolute;
font-size: 1em;
left: 0;
top: 0;
color: #df002b;
}

.fukuriWaku {
border: #0085c9 2px solid;
padding: 20px;
border-radius: 60px;
text-align: center;
}

.fukuriWaku span {
font-size: 1.2em;
font-weight: bold;
}

.fukuriBold {
font-size: 1.2em;
font-weight: bold;
margin-bottom: 15px;
}


}


/*----------------------------------------------------*/


/*sp*/
@media only screen and (max-width: 768px) {
.column2 {
border: #0098e6 2px solid;
box-sizing: border-box;
margin-bottom: 30px;
border-radius: 8px;
overflow: hidden;
}

.effTit {
background-color: #0098e6;
text-align: center;
padding: 15px;
color: #fff;
font-size: 1.2em;
font-weight: bold;
letter-spacing: 2px;
-webkit-border-radius: 6px 6px 0px 0px / 6px 6px 0px 0px;
-moz-border-radius: 6px 6px 0px 0px / 6px 6px 0px 0px;
border-radius: 6px 6px 0px 0px / 6px 6px 0px 0px;
}

.effList {
width: 96%;
margin: auto;
padding: 15px 0;
}

.effList li {
font-size: 1.2em;
padding: 15px;
}

.effList li span {
position: relative;
padding-left: 1.4em;
line-height: 1.4;
}

.effList li span:before{
font-family: FontAwesome;
content: "\f00c";
position: absolute;
font-size: 1em;
left: 0;
top: 0;
color: #df002b;
}

.effIcon {
text-align: center;
font-size: 1.5em;
margin-bottom: 10px;
}

.effTxt {
text-align: center;
font-weight: bold;
color: #df002b;
font-size: 1.3em;
padding: 0 10px 30px;
}

.effTxt span {
background: linear-gradient(transparent 60%, #ffff66 60%);
padding: 0 5px;
}


.fukuriP {
font-size: 1.2em;
font-weight: bold;
margin-bottom: 20px;
}

.fukuriWrap {
padding-bottom: 30px;
margin-bottom: 30px;
border-bottom: #ccc 1px dashed;
}

.mb30 {
margin-bottom: 30px !important;
}
.mb40 {
margin-bottom: 40px !important;
}
.mb45 {
margin-bottom: 45px !important;
}
.mb50 {
margin-bottom: 50px !important;
}

.fukuriTit {
width: 100%;
float: none;
}

.fukuriTxt {
width: 100%;
float: none;
line-height: 1.8em;
}

.comTit03 {
color: #0085c9;
font-size: 1.5em;
margin-bottom: 20px;
padding-bottom: 10px;
}

.fukuriList {
width: 100%;
}

.fukuriList li {
margin-bottom: 15px;
}

.fukuriList li {
position: relative;
padding-left: 1.3em;
line-height: 1.4;
}

.fukuriList li:before{
font-family: FontAwesome;
content: "\f00c";
position: absolute;
font-size: 1em;
left: 0;
top: 0;
color: #df002b;
}

.fukuriWaku {
border: #0085c9 2px solid;
padding: 20px;
/*border-radius: 60px;*/
text-align: center;
}

.fukuriWaku span {
font-size: 1.2em;
font-weight: bold;
}

.fukuriBold {
font-size: 1.2em;
font-weight: bold;
margin-bottom: 15px;
}





}