@charset "utf-8";

/* keyTtl */
.keyTtl {
	height: 300px;
	width: 100%;
	display: table;
	margin: 0 0 25px;
}
.keyTtl h1,.keyTtl p {
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	color: #fff;
	font-weight: bold;
	font-size: 30px;
}
.keyTtl.cate_greeting {
	background: url(../img/greeting/key_bg.jpg) no-repeat center center;
}
.keyTtl.cate_contactlens {
	background: url(../img/contactlens/key_bg.jpg) no-repeat center center;
}
.keyTtl.cate_purchase {
	background: url(../img/purchase/key_bg.jpg) no-repeat center center;
}
.keyTtl.cate_safely {
	background: url(../img/safely/key_bg.jpg) no-repeat center center;
}
.keyTtl.cate_contactlensday {
	background: url(../img/contactlensday/key_bg.jpg) no-repeat center center;
}
.keyTtl.cate_schoolofficials {
	background: url(../img/schoolofficials/key_bg.jpg) no-repeat center center;
}
.keyTtl.cate_common {
	background: url(../img/common/key_bg.jpg) no-repeat center center;
}

.keyTtl.cate_outline {
	background: url(../img/membership/outline/key_bg.jpg) no-repeat center center;
}
.keyTtl.cate_information {
	background: url(../img/membership/information/key_bg.jpg) no-repeat center center;
}
.keyTtl.cate_join {
	background: url(../img/membership/join/key_bg.jpg) no-repeat center center;
}
.keyTtl.cate_participatingstore {
	background: url(../img/membership/participatingstore/key_bg.jpg) no-repeat center center;
}
.keyTtl.cate_clios {
	background: url(../img/membership/clios/key_bg.jpg) no-repeat center center;
}
.keyTtl.cate_link {
	background: url(../img/membership/link/key_bg.jpg) no-repeat center center;
}

/* layout */
.tableBlock {
	display: table;
	table-layout: fixed;
	width: 100%;
	margin-bottom: 30px;
}

section .tableBlock:last-child {
	margin-bottom: 0;
}
.tableBlock > .box,
.tableBlock > li{
	display: table-cell;
	vertical-align: top;
}

/* top */
.tableBlock.top1 {
	width: 980px;
	margin: 0 auto;
}
.tableBlock .box.top1R {
	width: 300px;
	vertical-align: middle;
}
.tableBlock .box.top1L {
	padding-right: 100px;
	color: #43BAE6;
}

.tableBlock.top2 {
}
.tableBlock .box.top2L {
	padding-right:15px;
}
.tableBlock .box.top2R {
	padding-left: 15px;
}

.tableBlock.top3 {
	width: 540px;
	margin: 0 auto;
}

/* top Bnr */
.top-bnr {
	display: block;
	width: 100%;
	border: 6px solid #44BAE6;
	border-radius: 10px;
	background: #fff;
	position: relative;
	text-align: center;
	padding: 25px 28px 23px;
	color: #fff!important;
}
.top-bnr:hover {
	opacity: 0.7;
	text-decoration: none;
}
.top-bnr:after {
	content: "";
	display: block;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 10px solid #44BAE6;
    border-bottom: 10px solid #44BAE6;
    border-left: 10px solid transparent;
	position: absolute;
	right: 9px;
	bottom: 9px;	
}
.top-bnr em {
	display: table;
	table-layout: fixed;
	margin: 0 auto;
}
.top-bnr span {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	height: 108px;
}
.top-bnr span p {
	background: #44BAE6;
	padding: 0.3em;
	min-width: 10em;
	text-align: center;
	border-radius: 6px;
}
.top-bnr span:first-child {
	padding-right: 20px;
}

.top-bnr span:first-child .img_jishu {
	width: 108px;
}
.top-bnr span:last-child {
	font-weight: bold;
	font-size: 24px;
	line-height: 1.4;
}
.top-bnr.jishu {
	border: 6px solid #e6ba44;
}
.top-bnr.jishu:after {
    border-right: 10px solid #e6ba44;
    border-bottom: 10px solid #e6ba44;
}
.top-bnr.jishu span p {
	background: #e6ba44;
}
.top-bnr.jishu img {
	width: 108px;
}
.top-bnr.school {
	border: 6px solid #77b866;
}
.top-bnr.school:after {
    border-top: 10px solid transparent;
    border-right: 10px solid #77b866;
    border-bottom: 10px solid #77b866;
    border-left: 10px solid transparent;
}
.top-bnr.school span p {
	background: #77b866;
}
.top-bnr.keizoku {
	border: 6px solid #7f69c4;
}
.top-bnr.keizoku:after {
    border-right: 10px solid #7f69c4;
    border-bottom: 10px solid #7f69c4;
}
.top-bnr.keizoku span p {
	background: #7f69c4;
}

.top-bnr.tekisei {
	border: 6px solid #55bb7b;
}
.top-bnr.tekisei:after {
    border-right: 10px solid #55bb7b;
    border-bottom: 10px solid #55bb7b;
}
.top-bnr.tekisei span p {
	background: #55bb7b;
}
.centerSingle a {
	width: 540px;
	margin: 0 auto;
}

/* membership top */
.tableBlock.membership1 {
	margin: 0 0 50px;
}
.tableBlock.membership1 .box:first-child {
	width: 730px;
}
.tableBlock.membership1 .box:last-child {
	width: 380px;
	padding-left: 30px;
}
.tableBlock.membership1 .box:first-child h2,.ttl-topnews {
	font-size: 18px;
	color: #51ba7b;
	font-weight: bold;
	position: relative;
	line-height: 1;
	margin: 0 0 0.8em;
	z-index: 3;
}
.ttl-topnews {
	color:#44BAE6;
}
.tableBlock.membership1 .box:first-child h2 em,.ttl-topnews em {
	background: #fff;
	display: inline-block;
	padding-right: 0.5em;
	position: relative;
	z-index: 2;
}
.tableBlock.membership1 .box:first-child h2:after,.ttl-topnews:after {
	content: "";
	display: block;
	border-bottom: 2px solid #51ba7b;
	position: absolute;
	bottom: 0.5em;
	width: 100%;
	z-index: 3em;
}
.ttl-topnews:after {
	border-bottom: 2px solid #44BAE6;
}
.tableBlock.membership1 iframe,.top-news {
	border: 2px solid #e5e5e5;
	width: 100%;
	height: 270px;
	overflow: auto;
}
.top-news {
	border: 2px solid #e5e5e5;
	height: 130px;
	margin-bottom: 3em;
}

/* 新着情報 */
.hiduke {
	font-size:15px;
	text-align:left;
	padding:30px 20px;
}
.hiduke dd a {
    color: #000;
	text-decoration: none;
}
.hiduke dd a:hover {
	text-decoration:underline;
}
.hiduke dt {
	float:left;
	margin:0 0 1.5em;
}
.hiduke dd {
	margin:0 0 1.5em 10em;
}
.tableBlock.membership1 .login {
	border: 2px solid #55bb7b;
	text-align: center;
	padding: 0 0 25px;
}
.tableBlock.membership1 .login h2 {
	background: #eee;
	color: #55bb7b;
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
	padding: 15px 0 13px;
}
.tableBlock.membership1 .login h2 em {
	display: block;
	font-size: 14px;
	margin: 8px 0 0;
}
.tableBlock.membership1 .login ul {	
	line-height: 1;
	padding: 20px 45px 0;
}
.tableBlock.membership1 .login li {
	padding: 0 0 15px;
}
.tableBlock.membership1 .login a {
	display: block;
	width: 100%;
	background: #55bb7b;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	height: 55px;
	line-height: 55px;
}

.tableBlock.membership1 .login a:hover {
	opacity: 0.7;
	text-decoration: none;
}
.tableBlock.membership1 .login p {
	font-size: 16px;
	line-height: 1.4;
}

.contentArea.wide_bg1 {
	background: #eeeeee;
}

/* greeting */
.tableBlock.greeting {
	margin: 0;
}
.tableBlock.greeting .box.left1 {
	width: 190px;
}
.tableBlock.greeting .box.right1 p {
	margin: 0 0 1em ;
}

.tableBlock.access {
	margin: 0 auto;
	width: 910px;
}

/* contactlens */
.contactlens1 {
	max-width: 426px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.contactlens2 .box:first-child {
	padding-right: 40px;
}
.contactlens2 .box:last-child {
	width: 207px;
	vertical-align: middle;
}
.contactlens2 .box.type2:last-child {
	width: 300px;
}
.tableBlock.c2 div {
	width: 50%;
	text-align: center;
	vertical-align: middle;
}
.tableBlock.c2 div:first-child img {
	margin-bottom: 50px;
}
.tableBlock.c3 div {
	width: 33.33%;
	text-align: center;
	vertical-align: bottom;
}

/* purchase */
.purchase1 {
	background: #f4f9fd;
	width: 100%;
	padding: 40px;
	margin-bottom: 60px;
}
.purchase1 dt{
	margin: 0 0 10px;
}
.purchase1 dt .cell{
	display:table-cell;
	vertical-align: middle;
}
.purchase1 dt em{
	display: block;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	background: #3734ad;
	border-radius: 50%;
	width: 38px;
	height: 38px;
	text-align: center;
	vertical-align: middle;
	line-height: 38px;
}
.purchase1 dt h4{
	font-weight: bold;
	color: #3734ad;
	padding-left: 30px;
}
.purchase1 dd {
	border-left: dotted 2px #3734AD;
	margin-left: 19px;
	margin-bottom: 20px;
	padding-bottom: 50px;
	padding-left: 48px;
}
.purchase1 dd.last {
	border-left: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.purchase1 dd .img {
	margin-top: 20px;
}

/* safely */
.safely1 .box:last-child {
	width: 248px;
	vertical-align: middle;	
}

.disease1 {
	border-bottom: 2px solid #6A5BD7;
	padding-bottom: 50px;
}
.disease1 .box:first-child {
	padding-right: 30px;
}
.disease1 .box:last-child {
	width: 255px;
	text-align: center;
	vertical-align: middle;	
}
.disease1 .cap {
	font-size: 14px;
	margin-top: 0.8em;
	line-height: 1.4;
}
.poster {
	margin-bottom: 2em!important;
}
.poster .box:first-child {
	padding-right: 2px;
}
.poster .box:last-child {
	padding-left: 2px;
}
.poster2 .box:first-child {
	padding-right: 10px;
}
.poster2 .box:last-child {
	padding-left: 10px;
}
.poster2 .box .pdf {
	margin: 2em 0 0;
}

/* contactlensday */
.cate_contactlensday .main_ttl {
	text-align: center;
	margin: 90px 0 100px;
}

.contactlensday2 .box:first-child {
	padding-right: 110px;
}
.contactlensday2 .box:last-child {
	text-align: right;
	width: 520px;
}
.contactlensday2 .profile {
	border: 2px solid #3734ad;
	display: table;
	table-layout: fixed;
	margin-left: auto;
}
.contactlensday2 .profile dt,.contactlensday2 .profile dd {
	display: table-cell;
	vertical-align: top;
}
.contactlensday2 .profile dd {
	vertical-align: middle;
	text-align: center;
}
.contactlensday2 .profile dd p {
	display: inline-block;
	text-align: left;
	padding: 0 2em;
}
.contactlensday2 .profile dd p em {
	font-weight: bold;
	display: block;
	margin: 0 0 0.5em;
}
.contactlensday3 {
	display: block;
}
.contactlensday3 .box {
	display: block;
	text-align: center;
	margin-bottom: 50px;
}
.contactlensday3 p{
	font-size: 14px;
	margin-top: 0.8em;
	white-space: nowrap;
}
.contactlensday3 .block1 {
	float: left;
	width: 350px;	
}
.contactlensday3 .block2 {
	float: right;	
}
.contactlensday3 .block3 {
	clear: both;
}
.contactlensday3 img.left {
	margin-right: 16px;
}
.contactlensday3 img.right {
	margin-left: 16px;
}

/* management */
.soshikizu {
	border: 2px solid #3962ad;
	padding: 40px;
	margin: 0 auto;
	display: inline-block;
}
.soshikizu img {
	margin: 0 0 30px;
}
.soshikizu p {
	font-size: 12px;
	text-align: left;
	margin: 0 0 1em;
}

.yakuin {
	text-align: center;
}
.yakuin table {
	width: auto;
	margin: 0 auto;
	table-layout: auto!important;
}
.yakuin table th,.yakuin table td {
	text-align: left;
}
.yakuin table td {
	text-align: left;
	width: auto;
}
.yakuin table td.head {
	width: 20%;
}
.yakuin50on {
		margin: 0.5em auto 0;
		text-align:left;
}
@media screen and (min-width: 769px){
	.yakuin table {
		width: 600px;
	}
	.yakuin50on {
		width: 600px;
	}
}/* sp end */

.tekigou{
	text-align: center;
}
.tekigou p{
	text-align: left;
	border: 2px solid #00479d;
	padding: 20px;
	font-size: 14px;
	width: 480px;
	margin: 20px auto 0;
}
.tekigou .red{
	color: #FF0004;
}

.volun{
	table-layout: auto;
}
.volun .box:first-child{
	width: 433px;
}
.volun .box:last-child{
	padding-left: 50px;
}

/* access */
.access1 {
	text-align: center;
}
.access1 .box{
	display: block;
	margin: 0 auto;
	width: 650px;
	text-align: right;
}
.access1 .box p{
	font-size: 14px;
	margin-top: 0.8em;
}
.access1 .box p a{
	color: #e94747;
}

/* information */
.information1 {
	border-top: 2px solid #009944;
	padding: 40px 0 35px;
}
.information1 .box:last-child {
	width: 400px;
	text-align: center;
	vertical-align: middle;
}
.information1 .box:last-child .btn01 {
	width: 220px;
	font-size: 14px;
	background: #009944;
	text-align: left;
}
.information1 .box:first-child h4 {
	margin-bottom: 0.5em;
}

/* retail */
.retail1 .box:first-child {
	padding-right: 20px;
}
.retail1 .box:last-child {
	padding-left: 20px;
}

/* voluntarystandards */
.volun-m1 {
	color: #009944;
	font-weight: bold;
	margin-bottom: 0.5em;
}

/* notification */
.notification1 dt {
	font-weight: bold;
}
.notification1 dd {
	margin-bottom: 0.5em;
}

.notification2 {
	margin-bottom: 3em;
}
.notification2 dt {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 0.8em;
}
.notification2 dd {
	margin-bottom: 0.5em;
	margin-left: 2em
}

/* informationprovision */
.informationprovision1 {
	background: #e6fcf0;
	padding: 10px 20px 8px;
	width: 730px;
	margin: 0 auto;
}
.informationprovision1 dt {
	font-size: 18px;
	font-weight: bold;
}
.informationprovision1 dd {
	display: table-cell;
	padding-right: 2em;
}
.informationprovision-mini {
	width: 750px;
	margin: 0 auto 30px;
}

/* clios */
.clios1 .box:first-child {
	padding-right: 15px;
}
.clios1 .box:last-child {
	padding-left: 15px;
}
.clios1 h2 {
	color: #4c71c8;
	font-size: 16px;
	font-weight: bold;
}
.clios1 ul {
	background: #e2e9fa;
	display: table;
	width: 100%;
	padding: 15px 20px
}
.clios1 li {
	display: table-cell;
}
.clios1 a {
	display: block;
	padding: 2px;
	font-weight: bold;
	font-size: 16px;
	text-decoration: underline;
}
.clios1 em {
	font-size: 12px;
}

.clios2 dt {
	color: #fff;
	background: #b3d465;
	font-size: 16px;
	font-weight: bold;
	width: 545px;
	padding: 0.5em 1em 0.4em;
	margin-bottom: 0.8em;
}
.clios2 dt.bc1 {
	background: #32b16c;
}
.clios2 dt.bc2 {
	background: #3291b1;
}
.clios2 dd {
	font-size: 16px;
	margin-bottom: 1.8em;
}

.clios3 {
	text-align: center;
}
.clios3 dt {
	color: #fff;
	background: #4c71c8;
	font-size: 16px;
	font-weight: bold;
	width: 730px;
	padding: 1em;
	text-align: left;
	margin:0 auto;
}
.clios3.kitai dt {
	background: #8cc84c;
}
p.clios3 {
	width: 700px;
	margin:0 auto 30px;
	text-align: left;
}
.clios3 dd {
	font-size: 16px;
	font-weight: bold;
	width: 730px;
	padding: 1em;
	text-align: left;
	margin:0 auto 1.5em;
}
.clios3 dd:last-child {
	margin:0 auto 0.5em;
}

.clios4 {
	font-size: 16px;
}
.clios4 dt {
	color: #4c71c8;
}
.clios4 dd {
	color: #ff0d57;
	margin-left: 1em;
	margin-bottom: 2em;
}
.clios4 dd:last-child {
	margin-bottom: 0;
}
p.clios4 {
	font-size: 16px;
	font-weight: bold;
	color: #4c71c8;
	margin:1em 0 0;
}
p.clios4 em {
	color: #ff0d57;
}
p.clios4 span {
	color: #333;
	font-size: 14px;
	font-weight: normal;
}
.clios-contact{
	border: 1px solid #4C71C9;
	margin-bottom: 25px;
	width: 600px
}
.clios-contact th,.clios-contact td{
	padding: 10px;
	text-align: left;
	font-size: 16px;
	font-weight: normal;
}
.clios-contact td{
	padding-left: 0;
	font-weight: bold;
}
.clios-contact th em{
	color: #fff;
	background: #4C71C9;
	font-weight: bold;
	display: block;
	width: 11em;
	padding: 5px;
	text-align: center;
}
.clios-contact a  {
	text-decoration: underline;	
}
.clios-contact img  {
	vertical-align: middle;
	margin-right: 10px;
	width: 31px;
	height: 31px;
}
.clios-contact .mail  {
	margin-right: 2em;
	color: #000;
}
.clios-contact li{
	white-space: nowrap;
	display: inline-block;
}

.new-clios-area {
	margin: 0 85px 100px;
}
.login-box {
	border: 1px solid #32b16b;
	padding: 20px;
	font-size: 16px;
}
.login-box .btn {
	display:-ms-flexbox;
	display:-webkit-flex;
	-js-display: flex;
	display:flex;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.login-box .btn a {
	width: 55%;
}
.login-box .btn a:last-child {
	width: 43%;
}
.login-box ul {
	margin-top: 1em;
}
.login-box li {
	padding-left: 1em;
	text-indent: -1em;
	font-size: 14px;
}
.login-box .kome,.login-box .kome a {
	color: #fd2475;
}
.login-box li .fc {
	color: #008aff;
}
.login-box li a {
	text-decoration: underline;
}
.login-box a.button {
	position: relative;
	color: #fff;
	font-size: 18px;
	text-decoration: none;
	display: block;
	background: #32b16b;
	padding:0.5em 1em 0.4em;
	text-align: left;
	vertical-align: middle;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.login-box a.button:after {	
	content: "";
	position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    vertical-align: middle;
	right: 10px;
    width: 10px;
    height: 10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.login-box a.button.v2 {
	color: #32b16b;
	background: #fff;
	border: 1px solid #32b16b;
}
.login-box a.button.v2:after {		
    border-top: 1px solid #32b16b;
    border-right: 1px solid #32b16b;
}
.login-box a.button:hover {
	opacity: 0.7;
}


/* link */
.link {
	padding:0 80px;
}
.link a {
	color: #000;
	text-decoration: underline;
}

/* buttan */
a.arrow01 {
	padding-right: 1.5em;
	position: relative;
}
a.arrow01:after {	
	content: "";
	position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    vertical-align: middle;
	right: 0;
    width: 8px;
    height: 8px;
    border-top: 3px solid #44BAE6;
    border-right: 3px solid #44BAE6;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

a.btn01 {
	color: #fff;
	font-size: 23px;
	font-weight: bold;
	text-decoration: none;
	display: inline-block;
	background: #77b867;
	padding:1.2em 2em;
	margin: 0 auto;
	position: relative;
}
a.btn01:after {
	content: "";
	display: block;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #fff;
	position: absolute;
	right: 5px;
	top: 50%;
	margin-top: -10px;
}
a.btn01:hover {
	opacity: 0.7;
}

a.btn02 {
	position: relative;
	color: #fbaf0d;
	border: 2px solid #fbaf0d;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	background: #fdf9db;
	background-size: 12px 20px;
	padding:0.5em 1em 0.4em;
	width: 260px;
	text-align: left;
	vertical-align: middle;	
}
a.btn02:after {	
	content: "";
	position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    vertical-align: middle;
	right: 10px;
    width: 10px;
    height: 10px;
    border-top: 3px solid #fbaf0d;
    border-right: 3px solid #fbaf0d;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

a.btn02.voln-m {
	color: #009944;
	border: 2px solid #009944;
	background: #e6fcf0;
	width: 600px;
}
a.btn02.voln-m:after {	
    border-top: 3px solid #009944;
    border-right: 3px solid #009944;
}

.cate_clios a.btn02 {
	color: #4c71c8;
	border: 2px solid #4c71c8;
	background: #e8eefb;
	width: 600px;
}
.cate_clios a.btn02:after {	
    border-top: 3px solid #4c71c8;
    border-right: 3px solid #4c71c8;
}

a.btn03 {
	color: #3962ad;
	font-size: 23px;
	font-weight: bold;
	text-decoration: none;
	display: inline-block;
	background: #e6f2fc;
	padding:1.2em 2em;
	margin: 0 auto;
	border: 2px solid #3962ad;
	position: relative;
}
a.btn03:after {
	content: "";
	display: block;
    width: 0;
    height: 0;
    border-top: 10px solid #3962ad;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid transparent;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -10px;
}
a.btn03.seizou {
	color: #22ac38;
	background: #e6fcf0;
	border: 2px solid #22ac38;
}
a.btn03.seizou:after {
    border-top: 10px solid #22ac38;
}
a.btn03:hover {
	opacity: 0.7;
}

.ta-c a.btn02 {
	margin: 0 auto;
}

a.btn04 {
	color: #1f1d85;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	display: inline-block;
	background: #fff;
	padding:1.2em 3em;
	border: 2px solid #1f1d85;
}
a.btn04:hover {
	background: #F0F6FF;
}

a.btn05 {
	color: #445e1b;
	font-size: 25px;
	font-weight: bold;
	text-decoration: none;
	display: inline-block;
	background: #fff;
	padding:1.2em 2em;
	margin: 0 auto;
	position: relative;
	border: 2px solid #a2b937;
	width: 450px;
}
a.btn05 .file {
	vertical-align: middle;
	margin-right: 20px;
}
a.btn05:after {
	content: "";
	display: block;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #a2b937;
	position: absolute;
	right: 5px;
	top: 50%;
	margin-top: -10px;
}
a.btn05.sanjyo {
	color: #1e9cd6;
	border: 2px solid #1e9cd6;
}
a.btn05.sanjyo:after {
    border-left: 10px solid #1e9cd6;
}

a.btn06 {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	display: inline-block;
	background: #4c71c8;
	padding:0.5em 1em;
	margin: 0 auto;
	position: relative;
	width: 600px;
}
a.btn06:after {
	content: "";
	display: block;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #fff;
	position: absolute;
	right: 5px;
	top: 50%;
	margin-top: -10px;
}
a.btn06:hover {
	opacity: 0.7;
}

a.btn07 {
	position: relative;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	background: rgba(230,17,115,1);
	border-radius: 10px;
	padding:1em 2em;
	display: inline-block;
	vertical-align: middle;	
	-webkit-transition: all .5s ease;
    transition: all .5s ease;
}
a.btn07:hover {
	background: rgba(230,17,115,0.7);
}
a.btn07:after {	
	content: "";
	position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    vertical-align: middle;
	right: 1em;
    width: 20px;
    height: 20px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.ipdf {	
    vertical-align: middle;
	margin-left: 10px;
}

/* CL協会会員の啓発取組事例 */
.kikaku-outline {
	padding: 2em;
	margin: 0 0 2em;
	background: #fcf8cb;
	font-size: 16px;
}
.kikaku-outline h4 {
	font-weight: bold;
}
.keihatsu-txt {
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	margin: 0 0 3em;
	font-size: 16px;
}
.keihatsu-txt .txt {
	-webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.keihatsu-txt .img {
	width: 280px;
	margin-left: 3em;
}
.keihatsu-txt .cap {
	text-align: right;
	font-size: 12px;
	margin: 0.3em 0 0.5em;
}
@media screen and (max-width: 768px){
	.keihatsu-txt {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	}
	.keihatsu-txt .img {
		text-align: center;
		width: 100%;
		margin:1em 0 0;
	}
}/* sp end */

.dl-line1 dt {
	float: left	
}
.dl-line1 dd {
	margin-left: 5em;
}
.keihatsu-ttl {
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	width: 100%;
	margin: 0 0 2em;
}
h3.sho {
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	width: 100%;
	font-size: 24px;
	font-weight: bold;
	border-top: 2px solid #b4142a;
	border-bottom: 2px solid #b4142a;
	padding: 0.5em 0;	
}
.keihatsu-ttl h3.sho {
	margin-left: 0.7em;
}
.keihatsu-ttl h3.yushusho {
	border-top: 2px solid #2181c5;
	border-bottom: 2px solid #2181c5;
}
.keihatsu-ttl h3.shorei {
	border-top: 2px solid #f39800;
	border-bottom: 2px solid #f39800;
}
.keihatsu-ttl h3.sho:before {
	color: #fff;
	width: 4em;
	display: block;
	border-radius: 8px;
	text-align: center;
	padding: 0.1em 0;
	margin-right: 0.8em;
}
.keihatsu-ttl h3.taisho:before {
	content: "大賞";
	background: #b4142a;
}
.keihatsu-ttl h3.yushusho:before {
	content: "優秀賞";
	background: #2181c5;
}
.keihatsu-ttl h3.shorei:before {
	content: "奨励賞";
	background: #f39800;
}

.monster-bnr {
	text-align: center;
}
.monster-bnr img {
	width: 540px;
}
.monster-bnr a:hover {
	opacity: 0.7;
}

.monster1 {
	padding: 3em 10px 6em;
}
.monster1 .flex {
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	max-width: 600px;
	margin: 0 auto;
}
.monster1 .flex a:hover {
	opacity: 0.7;
}