@charset "UTF-8";

@media screen and (min-width:640px) {
/*
article.cset {
    width: 750px;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 20px;
    padding-bottom: 1rem;
    font-size: 1rem;
    line-height: 1.8rem;
}*/
/* Breadcrumb */
/*article.cset h1 {
    margin:0.5rem 0;
    padding: 0.2rem;
    font-weight: normal;
    font-size: 1rem;
	background-color: #F2EAE7;
}
*/
article.cset section {
    width: 100%;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:1rem;
    letter-spacing: 0.1rem;
    font-size: 1rem;
}

/* nav */
article.cset .nav01 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 1rem;
    box-sizing: border-box;
    display: flex;
	flex-wrap: wrap;
    font-size: 2rem;
    line-height: 3rem;
	justify-content: center;
	align-items: center;
}
article.cset .nav01 li a {
    display: block;
    padding: 1rem 1rem 0;
    border-radius: 10px;
    background-color: #dd6080;
    text-decoration: none;
    border: 1px solid #dd6080;
    padding-bottom: 1rem;
    word-spacing: normal;
    margin-top: 1rem;
    color: rgba(255,255,255,1.00);
    text-align: center;
    margin-bottom: 2rem;
    margin-left: 0.2rem;
    margin-right: 0.2rem;
}
/* picture */
article.cset .figture {
    width: 100%;
    padding-bottom: 1rem;
    margin: 0;
    height: auto;
    position: relative;
}
article.cset .figture90 {
    width: 80%;
    padding-bottom: 1rem;
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: auto;
    height: auto;
    position: relative;
}

article.cset .figture img ,article.cset ul.col2 li img,article.cset ul.col3 li img,article.cset .figture90 img{
    width: 100%;
    padding: 0;
    margin: 0;
    border-radius: 5px;
    height: auto;
}
article.cset .r30 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 1rem;
    border-radius: 10px;
    background-color: rgba(255,255,255,1.00);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
article.cset  em {
    font-weight: normal;
    font-style: normal;
    font-size: 1.4rem;
    border-bottom: 4px solid rgba(0,172,179,1.00);
    color: rgba(0,172,179,1.00);
}


/* btn */
article.cset .btn000 a {
    display: block;
    padding: 1rem 1rem 0;
    border-radius: 10px;
    background-color: #00ACB3;
    text-decoration: none;
    border: 1px solid #E3E3E3;
    padding-bottom: 1rem;
    word-spacing: normal;
    margin-top: 1rem;
    color: rgba(255,255,255,1.00);
    text-align: center;
    margin-bottom: 2rem;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}

article.cset .btn000 a:hover {
   background-position: right center;
	  opacity: 0.7;

}
/*bg-color*/
article.cset .col3 li .btn000 a {
margin: 0.5rem 0 ;
    width: 83%;
}
article.cset .bg_33c5c5{
    background-color: #33c5c5;
}
article.cset .bg_f6f6ef{
    background-color: #f6f6ef;
}
article.cset .bg_ffcb5a{
    background-color: #33c5c5;
}

/*heading-cat*/
article.cset section h2 {
    color: rgba(255,255,255,1.00);
    font-size: 1.6rem;
    text-align: center;
    font-weight: normal;
    padding: 0 0 1rem;
}

article.cset section h3 {
    font-size: 1.8rem;
    text-align: center;
    font-weight: normal;
    padding: 0 0 1rem;
    line-height: 1.2rem;
}
article.cset section p {
    padding-bottom: 1rem;
    padding-top: 0.5rem;
}

/*heading-item*/
article.cset .midashi {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    padding-top: 3rem;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 1rem;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

article.cset .midashi .c2 {
    width: 15%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0rem;
    box-sizing: border-box;
}
article.cset .midashi .c2 img {
    width: 100%;
    height: auto;
}
article.cset .midashi .c8 {
    width: 85%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0.5rem;
    box-sizing: border-box;
    text-align: center;
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 2.0rem;
}
/*colum*/
article.cset ul.col3, article.cset ul.col2 {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
article.cset ul.col2 li  {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin: 0 ;
     margin: 0 0.5rem;
    box-sizing: border-box;
    border-radius: 5px;
    width: calc(50% - 1rem);
    color: rgba(0,0,0,1.00);
    align-self: stretch;
    font-size: 1rem;
}
article.cset ul.col3 li  {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin: 0 ;
     margin: 0 0.5rem;
    box-sizing: border-box;
    border-radius: 5px;
    width: calc((100% / 3) - 1rem);
    color: rgba(0,0,0,1.00);
    align-self: stretch;
    font-size: 1rem;
}
/*uservoice*/
article.cset .box {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    padding: 1rem;
    background-color: rgba(255,255,255,1.00);
    border: 5px solid rgba(0,172,179,1.00);
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
article.cset .box .c8 h4 {
    padding-bottom: 1rem;
}
article.cset .box .c2 {
    width: 30%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0rem;
    box-sizing: border-box;
}
article.cset .box .c2 img {
    width: 100%;
    height: auto;
}
article.cset .box .c8 {
    width: 70%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 1rem;
    box-sizing: border-box;
    text-align: left;
    font-size: 1rem;
    font-weight: normal;
}
}
@media screen and (max-width:639px) {

article.cset {
    width: 100%;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 0px;
    padding-bottom: 1rem;
    font-size: 1rem;
    line-height: 1.8rem;
}
/* Breadcrumb */
article.cset h1 {
    font-size: 0.9rem;
    padding: 0.2rem;
    font-weight: normal;
    background-color: #F2EAE7;
    margin: 0.5rem 0;

}
article.cset section {
    width: 100%;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 1rem 1rem 1.5rem;

   /* letter-spacing: 0.1rem;*/
    font-size: 1rem;
}
/* nav */
article.cset .nav01 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 1rem;
    box-sizing: border-box;
    display: flex;
	flex-wrap: wrap;
    font-size: 1.2rem;
    line-height: 2rem;
	justify-content: center;
	align-items: center;
}
article.cset .nav01 li a {
    display: block;
    padding: 0.5rem;
    border-radius: 10px;
    background-color: #dd6080;
    text-decoration: none;
    border: 1px solid #dd6080;
    word-spacing: normal;
    margin: 0.2rem;
    color: rgba(255,255,255,1.00);
    text-align: center;
    white-space: nowrap;
}
/* picture */
article.cset .figture {
    width: 100%;
    padding-bottom: 1rem;
    margin: 0;
    height: auto;
    position: relative;
}
article.cset .figture90 {
    width: 80%;
    padding-bottom: 1rem;
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: auto;
    height: auto;
    position: relative;
}

article.cset .figture img ,article.cset ul.col2 li img,article.cset ul.col3 li img,article.cset .figture90 img{
    width: 100%;
    padding: 0;
    margin: 0;
    border-radius: 5px;
    height: auto;
}
article.cset .r30 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 1rem;
    border-radius: 10px;
    background-color: rgba(255,255,255,1.00);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
article.cset  em {
    font-weight: normal;
    font-style: normal;
    font-size: 1.2rem;
    border-bottom: 4px solid rgba(0,172,179,1.00);
    color: rgba(0,172,179,1.00);
}


/* btn */
article.cset .btn000 a {
    display: block;
    padding: 0.5rem;
    border-radius: 10px;
    background-color: #00ACB3;
    text-decoration: none;
    border: 1px solid #E3E3E3;
    word-spacing: normal;
    margin-top: 1rem;
    color: rgba(255,255,255,1.00);
    text-align: center;
    margin-bottom: 2rem;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}
	article.cset li .btn000 a {
    display: block;
    padding: 0.5rem;
    border-radius: 10px;
    background-color: #00ACB3;
    text-decoration: none;
    border: 1px solid #E3E3E3;
    word-spacing: normal;
    margin-top: 1rem;
    color: rgba(255,255,255,1.00);
    text-align: center;
    margin-bottom: 2rem;
    width: 88%;
    margin-left: auto;
    margin-right: auto;
		font-size: 0.85rem;
		line-height: 1rem;
}

article.cset .btn000 a:hover,article.cset li .btn000 a:hover {
   background-position: right center;
	  opacity: 0.7;

}
/*bg-color*/


article.cset .bg_33c5c5{
    background-color: #33c5c5;
}
article.cset .bg_f6f6ef{
    background-color: #f6f6ef;
}
article.cset .bg_ffcb5a{
    background-color: #33c5c5;
}

/*heading-cat*/
article.cset section h2 {
    color: rgba(255,255,255,1.00);
    font-size: 1.4rem;
    text-align: center;
    font-weight: normal;
    padding: 0 0 1rem;
}

article.cset section h3 {
    font-size: 1.0rem;
    text-align: center;
    font-weight: normal;
    padding: 0 0 1rem;
    line-height: 1.4rem;
}
article.cset section p {
    padding-bottom: 1rem;
    padding-top: 0.5rem;
}

/*heading-item*/
article.cset .midashi {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    padding-top: 3rem;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 1rem;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

article.cset .midashi .c2 {
    width: 20%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0rem;
    box-sizing: border-box;
}
article.cset .midashi .c2 img {
    width: 100%;
    height: auto;
}
article.cset .midashi .c8 {
    width: 80%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 1rem;
    box-sizing: border-box;
    text-align: center;
    font-size: 1.0rem;
    font-weight: normal;
    line-height: 2rem;
}
/*colum*/
article.cset ul.col3, article.cset ul.col2 {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
article.cset ul.col2 li  {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin: 0 ;
     margin: 0 0.1rem;
    box-sizing: border-box;
    border-radius: 5px;
    width: calc(50% - 0.2rem);
    color: rgba(0,0,0,1.00);
    align-self: stretch;
    font-size: 1rem;
}
article.cset ul.col3 li  {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin: 0 ;
     margin: 0 0.1rem;
    box-sizing: border-box;
    border-radius: 5px;
    width: calc(50% - 0.2rem);
    color: rgba(0,0,0,1.00);
    align-self: stretch;
    font-size: 1rem;
}
/*uservoice*/
article.cset .box {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*display: flex;
    align-items: center;*/
    padding: 1rem;
    background-color: rgba(255,255,255,1.00);
    border: 5px solid rgba(0,172,179,1.00);
    margin-left: auto;
    margin-right: auto;
    /*width: 90%;*/
}
article.cset .box .c8 h4 {
    padding-bottom: 1rem;
}
article.cset .box .c2 {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0rem;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
	    text-align: center;
}
article.cset .box .c2 img {
    width: 60%;
    height: auto;
    margin: 0 auto;
    text-align: center;
}
article.cset .box .c8 {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 1rem;
    box-sizing: border-box;
    text-align: left;
    font-size: 1rem;
    font-weight: normal;
}
}
