body {
    color: #333;
}
#contents {
    position: relative;
    z-index: 0;
    max-width: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-size: 1.4rem;
    background: url(../img/commonBG.png) repeat-y center 120px;
}
#contents * {
    box-sizing: border-box;
}
#pankuz {
    height: 0;
    overflow: hidden;
    padding: 0;
    margin: 0;
}
a, a img {
    -webkit-transition: 0.2s ease-in-out;  
       -moz-transition: 0.2s ease-in-out;  
         -o-transition: 0.2s ease-in-out;  
            transition: 0.2s ease-in-out;  
}
#contents img {
}
/* ////////// mobile ////////// */
@media screen and (max-width: 768px) {
    body {
    }
    #contents {
        background: none;
    }
}

/* ////////// PC ////////// */
@media screen and (min-width: 769px) {
    body {
        min-width: 960px;
    }
    #contents {
        width: 100%;
    }
    /*#pankuz ol {
        display: table;
        width: 960px;
        margin: auto;
    }*/
}




/*====================================================
     common
====================================================*/
#about_workshop {
    /*background: url(../img/bg01.png);*/
}
#teacher {
    /*background: url(../img/bg02.png);*/
}
#event_detail {
    /*background: url(../img/bg03.png);*/
}
.inner_box {
    margin: auto;
    position: relative;
    display: table;
    }
.inner_box:after {
    position: absolute;
    height: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-top: dotted 2px #d6d0bd;
    content: '';
    display: block;
}
.last_box:last-child:after {
    border-top: none;
}

/* ////////// mobile ////////// */
@media screen and (max-width: 768px) {
    #about_workshop, #teacher, #event_detail {
    }
    .inner_box {
        width: 94%;
        padding: 40px 0 20px;
    }
    #about_workshop .inner_box {
        padding-top: 5px;
    }
    .inner_box:after {
        width: 100%;
    }
}

/* ////////// PC ////////// */
@media print,
screen and (min-width: 769px) {
    .inner_box {
        min-width: 860px;
        padding: 40px 0;
    }
    #about_workshop .inner_box {
        padding-top: 5px;
    }
    .inner_box:after {
				max-width: 900px;
        width: 100%;
    }
    .last_box:last-child:after {
        border-top: none;
    }
    #contents .txt_box {
        margin: auto;
    }
}

/*--------------------------------------
	.h2_box
--------------------------------------*/

#event #contents .h2_box {
    text-align: center;
}
#event #contents .h2_img {
    position: relative;
    text-align: center;
}
#event #contents .h2_img img.title {
    z-index: 10;
}
#event #contents .h2_box h2 {
    display: none;
}
.h2_photo img {
    width: 100%;
}
.h2_photo {
    position: absolute;
}

/* ////////// mobile ////////// */

@media screen and (max-width: 768px) {
    #event #contents .h2_img {
        /*width: 118%;
        margin-left: -9%*/
				padding: 0;
    }
    .h2_photo {
        bottom: -1%;
        left: -4%;
        width: 28%;
    }
    .h2_photo img {
        height: 100%;
        width: auto;
    }
}


/* ////////// PC ////////// */

@media screen and (min-width: 769px) {
    #event #contents .h2_box {
        margin-bottom: 30px;
    }
    .h2_photo {
        bottom: -140px;
        left: -40px;
        width: 257px;
    }
}



/*--------------------------------------
	.nav_box
--------------------------------------*/

.nav_box {}
.nav_box ul {
    display: table;
    width: 100%;
}
.nav_box ul li:first-child{
    margin-right: 4%;
}
.nav_box ul li a {
    display: block;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;
    background: #ce4d4d;
    color: #ffffff;
}
.nav_box ul li a:hover {
    text-decoration: none;
    background: #f85050;
}

/* ////////// mobile ////////// */

@media screen and (max-width: 768px) {
    .nav_box {
        width: 90%;
        margin: 1.5em auto;
    }
    .nav_box ul li {
        float: left;
        width: 48%;
        text-align: center;
        line-height: 2;
    }
}


/* ////////// PC ////////// */

@media screen and (min-width: 769px) {
    .nav_box {
        width: 640px;
        margin: 40px auto 20px;
    }
    .nav_box ul li {
        float: left;
        width: 48%;
        text-align: center;
        font-size: 1.8rem;
        line-height: 2;
    }
}


/*--------------------------------------
	#lead_copy
--------------------------------------*/

#lead_copy {
    position: relative;
		margin: 0 auto;
}

#lead_copy strong {
    font-size: 1.2em;
}
#lead_copy p {
    margin-bottom: 1.5em;
    position: relative;
}
#lead_copy li:before {
		content: '◆';
		padding-right: 5px;
}
#lead_copy li:first-child:before{
		color:#F791AE;
}
#lead_copy li:nth-child(2):before {
		color:#6FD446;
}
#lead_copy li:nth-child(3):before {
		color: #FB9C01;
}
#lead_copy li:nth-child(4):before {
		color:#D5484B;
}
#lead_copy li:nth-child(5):before {
		color: #34B889;
}
#lead_copy li:nth-child(6):before {
		color:#BF72D8;
}
#lead_copy li:nth-child(7):before {
		color: #2841A0;
}

/* ////////// mobile ////////// */

@media screen and (max-width: 768px) {
    #lead_copy {
				text-align: center;
    }
    #lead_copy:before {
        left: 30%;
        bottom: -5em;
        width: 80%;
    }
		#lead_copy ul {
				padding: 0 7px;
				margin-bottom: 10px;
		}
		#lead_copy li{
				text-align: left;
		}
}


/* ////////// PC ////////// */

@media screen and (min-width: 769px) {
    #lead_copy {
        text-align: center;
        font-size: 1.6rem;
				max-width: 960px;
				padding: 0 40px;
    }
    #lead_copy:before {
        left: 58%;
        bottom: -2em;
        width: 40%;
    }
		#lead_copy ul {
				overflow: hidden;
				margin: 0 auto 20px;
				width: 80%;
		}
		#lead_copy li {
				width: 45%;
				line-height: 2em;
		}
		#lead_copy li:nth-child(odd) {
				float: left;
		}
		#lead_copy li:nth-child(even) {
				float: right;
		}
		#lead_copy li:last-child{
				float: none;
				clear: both;
				width: 100%;
		}
}

/*--------------------------------------
	#course
--------------------------------------*/
#course {
		margin: 20px auto;
		border: solid 1px #ff8c11;
		overflow: hidden;
		font-size: 1.5rem;
		border-radius: 10px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
}
#course h2{
		width: 100%;
		background: #ff8c11;
		color:#fff;
		border: none;
		padding: 7px 0 0 20px;
}
#course h3 {
	text-align: center;
	border-bottom: solid 3px #555;
	font-weight: bold;
	color:#555;
	clear: both;
}
#course li{
		list-style: circle;
		margin-left: 20px;
}
#course div{
padding: 0 50px 20px;
}
#course .result{
		color:#67be37;
		font-weight: bold;
		position: relative;
}
#course p.detail{
		clear: both;
		width: 100%;
}


/* ////////// mobile ////////// */

@media screen and (max-width: 768px) {
	#course h2{
			margin-top: 0;
	}
	#course h3 {
			font-size: 1.5rem;
			line-height: 1.3em;
	}
	#course div {
			padding: 0 15px 20px;
	}
	#course ul {
			font-size: 1.5rem;
	}
	#course .result{
			padding-top: 30px;
			margin-bottom: 20px;
			text-align: center;
	}
	#course .result::before {
			content: '▼';
			width: 20px;
		  height: 20px;
			border: 0px;
			color: #777;
		  position: absolute;
		  top: 0%;
		  left: 48%;
			font-size: 2rem;
	}
}

/* ////////// PC ////////// */

@media screen and (min-width: 769px) {
	#course{
			max-width: 860px;
			margin: 0 auto;
	}
	#course ul{
			margin: 20px 0;
			width: 55%;
			float: left;
			border: solid 3px #777;
			padding: 10px 20px;
			position: relative;
	}
	#course ul:after{
			position: absolute;
			content: '';
			border-right: solid 5px #fff;
			height: 28px;
			right: -5px;
			top: 33%;
	}
	#course h3{
	}
	#course p.result{
			width: 40%;
			min-height: 98px;
			margin:  20px 0;
			float: right;
			position: relative;
			font-size: 1.6rem;
			padding-top: 8px;
	}
	#course .result::before {
			content: '';
			width: 20px;
		  height: 20px;
			border: 0px;
		  border-top: solid 3px #777;
		  border-right: solid 3px #777;
		  -ms-transform: rotate(45deg);
			-webkit-transform: rotate(45deg);
			transform: rotate(45deg);
		  position: absolute;
		  top: 37%;
		  left: -16.5%;
	}
}

/*====================================================
	#schedule
=====================================================*/

#schedule dl{
		overflow: hidden;
		display: table;
		width: 100%;
}
#schedule dt{
		width: 20%;
		float: left;
		background: #67be37;
		padding:7px 0 5px;
		text-align: center;
		color: #fff;
		font-weight: bold;
		font-size: 1.7rem;
		clear: both;
		display: table-cell;
		margin-bottom: 20px;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
}
#schedule dd{
		width: 77%;
		float: right;
		margin-bottom: 20px;
		font-size: 1.7rem;
}
#schedule dd i{
		font-style: normal;
		font-size: 3rem;
		font-family: Arial, Helvetica, "sans-serif";
}
#schedule dd span{
		font-weight: bold;
		font-size: 2.1rem;
}
#schedule dd span.dnone {
		margin: 0;
		font-weight: normal;
		font-size: 1.7rem;
}
#schedule .t_right a {
		width: auto;
		padding: 5px 10px 3px;
		background: #9b0032;
		color:#fff;
		border-radius: 20px;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		display: inline-block;
}
	
	/* ////////// MOBILE ////////// */

@media screen and (max-width: 768px) {
		#schedule{
				width: 95%;
				margin: 0 auto;
		}
		#schedule dt {
				font-size: 1.4rem;
		}
		#schedule dd {
				font-size: 1.55rem;
		}
		#schedule dd i {
				font-size: 2.4rem;
		}
		#schedule dd span{
				font-weight: bold;
				font-size: 2rem;
				display: block;
		}
		#schedule dd span.dnone{
				display: none;
		}
		#schedule dd.iframe_outer {
				width: 100%;
		}
		#schedule dd:nth-child(4) {
				font-size: 1.3rem;
		}
		#schedule dd b {
				display: block;
				font-size: 1.5rem;
		}
}


	/* ////////// PC ////////// */

@media screen and (min-width: 769px) {
	#schedule {
			max-width: 860px;
			margin: 0 auto;
	}
	#schedule dd span {
			margin-right: 20px;
	}
}

/*====================================================
	#teacher
=====================================================*/
#teacher .inner_box {
}
#contents #teacher .txt_box {
				border: solid 1px #ff8c11;
				border-radius: 10px;
				-webkit-border-radius: 10px;
				-moz-border-radius: 10px;
				overflow: hidden;
		}
.teacher_txt {
    display: table;
}
#teacher h2{
		width: 100%;
		background: #ff8c11;
		color:#fff;
		border: none;
		padding: 7px 0 0 20px;
}
.profile_detail p {
    position: relative;
    font-size: 1.3rem;
    margin-bottom: 1em;
    z-index: 10;
}
.teacher_comment{
				background: #67be37;
				color: #fff;
				padding: 10px;
				font-size: 1.5rem;
				max-width: 270px;
				border-radius: 10px;
				-webkit-border-radius: 10px;
				-moz-border-radius: 10px;
				position: relative;
}
.teacher_comment:after{
				content: '▼';
				position: absolute;
				right:10%;
				bottom: -30%;
				color: #67be37;
				display: block;
				font-size: 3rem;
}
.teacher_txt p a{
				width: auto;
				background: #67be37;
				font-size: 1.7rem;
				color: #fff;
				padding: 5px 40px 3px 20px;
				border-radius: 20px;
				-webkit-border-radius: 20px;
				-moz-border-radius: 20px;
				position: relative;
		}
		.teacher_txt p a:hover{
				background: #359400;
				text-decoration: none;
		}
		.teacher_txt p a:after {
				content: '▼';
				display: inline-block;
				position: absolute;
				right: 10px;
				top: -1px;
				transform: rotate(-90deg);
				-webkit-transform: rotate(-90deg);
				-moz-transform: rotate(-90deg);
				width: 27px;
				height: auto;
		}
h3 {
    border: 0;
    font-weight: normal;
}
/* ////////// mobile ////////// */

@media screen and (max-width: 768px) {
		#teacher h2{
				margin-top: 0;
		}
		.teacher_comment {
				width: 90%;
				margin: 0 5%;
				max-width: inherit;
		}
    .teacher_photo {
        width: 90%;
        margin: 20px 5% 0;
    }
    .teacher_txt .teacher_name {
        font-size: 2.0rem;
        margin-top: 10px;
        text-align: center;
    }
		#teacher p{
				width: 90%;
				margin: 20px 5%;
		}
		.teacher_txt p a {
				margin-top:20px;
				font-size: 1.5rem;
				width: 100%;
				text-align: center;
				padding: 8px 20px 7px;
				display: inline-block;
		}
		.teacher_txt p a:after {
				content: '';
				width: 0;
				display: none;
		}
    .accordion {
        display:table;
        position: relative;
        width: 96%;
        margin: 10px auto;
        height: auto;
        overflow: hidden;
    }
    .acco-h {
        display:block;
        position: relative;
        padding: 0.5em 1.5em;
        text-decoration: none;
        z-index: 3;
        background: #ce4d4d;
        color: #fff;
        cursor: pointer;
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
        -ms-border-radius: 100px;
        border-radius: 100px;
        text-align: center;
        
    }
    .acco-p {
        padding: 0 ;
        position: relative;
        display: inline-block;
        width: 100%;
        float: left;
        clear: both;
        margin-top: -280%;
        z-index: 10;
        /*opacity: 0;
        filter: alpha(opacity=0);
        -moz-opacity: 0;*/
        -webkit-transition: all 2s;
        -moz-transition: all 2s;
        -ms-transition: all 2s;
        -o-transition: all 2s;
        transition: all 2s;
        background: #fff;
    }
    .acco-p p {
        margin-bottom: 1em;
    }
    input[type="checkbox"].acco{
        display: none;/* チェックボックスの非表示 */
    }

    input[type="checkbox"].acco:checked + .acco-p {
        margin-top: -40px;
        opacity: 1;
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -webkit-transition: all 0.8s;
        -moz-transition: all 0.8s;
        -ms-transition: all 0.8s;
        -o-transition: all 0.8s;
        transition: all 0.8s;
    }
}


/* ////////// PC ////////// */

@media screen and (min-width: 769px) {
		#teacher .inner_box{
				width: 860px;
				margin:  0 auto;
		}
		#teacher_image{
				max-width: 270px;
				float: left;
				padding-left: 20px;
		}
    .teacher_photo {
        float: left;
        max-width: 270px;
        position: relative;
        z-index: 10;
				margin-top: 30px;
    }
		.teacher_photo img{
				width: 100%;
		}
    .teacher_txt {
        text-align: justify;
        padding: 20px 30px;
    }
		.profile_detail p {
				font-size: 1.4rem;
		}
    .teacher_txt .teacher_name {
        font-size: 2.4rem;
        border-bottom: double 3px #333;
        margin-bottom: 20px;
    }
		.accordion label, .accordion input {
        display: none;
    }
}



/*====================================================
	#event_detail
=====================================================*/

#event_detail .txt_box {
}
#event_detail .txt_box ul li {
    margin-bottom: 10px;
    line-height: 1.4;
    position: relative;
    z-index: 10;
}
#event_detail .txt_box .detail {
    width: 100%;
    margin-bottom: 30px;
}
#event_detail .txt_box .mark {
    text-align: center;
    line-height: 1.8;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    background: #eab866;
    color: #fff;
    font-weight: bold;
}
#event_detail .txt_box dd {
    margin-bottom: 10px;
		font-family: Arial, Helvetica, "sans-serif","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
#event_detail .txt_box dd.price {
    margin-bottom: 0px;
}
.book_tit {
    line-height: 1.3;
}
#event_detail ul li .u_line {
    /*border-bottom: double 3px;*/
    background: linear-gradient(transparent 50%, #fdd5ff 10%);
    border-bottom: solid 3px #fff;
    padding: 0 0.2em;
}
#event_detail .txt_box .detail .member {
    font-size: 0.7em;
    margin-top: 0.3em;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    background: #ddd;
    display: block;
    float: left;
    width: 140px;
    text-align: center;
}
#event_detail .txt_box .detail .tax {
    font-size: 1.4rem;
}
#event_detail .txt_box .detail .off_100 span {
    display: block;
    text-align: center;
    font-size: 1.8rem;
    color:  #a00000;
    font-weight: bold;
    margin-bottom: 5px;
    line-height: 1.2;
}
#event_detail .txt_box .circle {
    display: block;
    text-align: center;
    font-size: 1.8rem;
    background:  #a00000;
		color: #fff;
    font-weight: bold;
    margin-bottom: 5px;
    line-height: 1.2;
    }
#event_detail .txt_box .detail .attention {
    font-size: 1.4rem;
    line-height: 1.2;
}
/* ////////// mobile ////////// */

@media screen and (max-width: 768px) {
    #event_detail .txt_box .detail {
        font-size: 2.0rem;
        font-weight: normal;
    }
    #event_detail .txt_box .mark {
        display: block;
        margin-bottom: 5px;
    }
    #event_detail .txt_box .detail dd {
        padding: 0 3%;
    }
    #event_detail .txt_box .detail .circle{
        top: 0;
        bottom: 0;
        left: 500px;
        margin: 10px auto;
        min-width: inherit;
        font-size: 1.4rem;
        padding: 1em 1.5em;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 20px;
        display: block;
        background: #a00000;
        box-shadow: 0px 3px 8px #ccc;
        line-height: 1.4;
    }
    #event_detail .txt_box .detail .book_box {
        text-align: center;
    }
    #event_detail .txt_box .detail .book_tit {
        font-size: 1.6rem;
        padding-top: 0.5em;
    }
    #event_detail .txt_box .detail .book {
        max-width: 150px;
        margin: 10px auto;
    }
    #event_detail .txt_box .detail .book01 {
        margin-bottom: 20px;
    }
    #event_detail .txt_box .detail .attention {
        display: block;
    }
}


/* ////////// PC ////////// */

@media screen and (min-width: 769px) {
    #event_detail .txt_box {}
    #event_detail .txt_box .detail {
        font-size: 2.4rem;
        font-weight: normal;
        position: relative;
    }
    #event_detail .txt_box .detail dt {
        float: left;
    }
    #event_detail .txt_box .mark {
        display: inline-block;
        width: 140px;
        margin-right: 10px;
        font-size: 0.8em;
        vertical-align: 1px;
    }
    #event_detail .txt_box .detail dd {
        /*min-width: 810px;*/
        margin-left: 150px;
    }
    /*#event_detail .txt_box .detail dd.price {
        display: inline-block;
        width: auto;
        margin-left: 0;
    }*/
    #event_detail .txt_box .detail .circle {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 500px;
        margin: auto;
        width: 380px;
        min-width: inherit;
        font-size: 1.6rem;
        padding: 60px ;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        display: block;
        background: #a00000;
        box-shadow: 0px 3px 8px #ccc;
        line-height: 1.4;
        text-align: center;
    }
    #event_detail .txt_box .detail .book_box {
        display: block;
        width: 30%;
        max-width: 350px;
        float: left;
        text-align: center;
        margin-right: 1%;
    }
    #event_detail .txt_box .detail .book_box:first-child {
        width: 37%;
    }
    #event_detail .txt_box .detail .book_tit {
        font-size: 1.6rem;
        height: 3em;
        padding-top: 0em;
    }
    #event_detail .txt_box .detail .book {
        max-height: 250px;
        width: auto;
        margin: 0 auto 10px;
    }
    #event_detail .txt_box .detail .book_box:last-child {
    }

    #event_detail ul li .li_br {
        margin-left: 130px;
        font-weight: lighter;
    }
    #event_detail .map {
        margin-left: 130px;
    }
}

    #event_detail .map iframe {
        height: 240px;
    }


/*-----------------------------------
	#rsv .inq
-----------------------------------*/
ul#rsv {
    font-size: 2.2rem;
    margin: 30px 0;
    font-weight: bold;
}
ul#rsv li a {
    padding: 1em;
    text-align: center;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;
    display: block;
    color: #fff;
    text-align: center;
    background: #c91717;
    display: block;
}
ul#rsv li.inq_att {
    font-size: 1.2rem;
    text-align: center;
    font-weight: lighter;
		margin-top: 10px;
}
ul li.inq a {
    padding: 0.5em 1em;
    font-size: 1.6rem;
    text-align: center;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;
    color: #fff;
    text-align: center;
    background: #ce4d4d;
    margin-bottom: 40px;
    display: block;
}
ul#rsv a:hover, ul li.inq a:hover {
    color: #fff;
    background: #f85050;
    text-decoration: none;
}
/* ////////// mobile ////////// */

@media screen and (max-width: 768px) {
		ul#rsv {
				margin-top: 10px;
		}
}


/* ////////// pc ////////// */

@media print,
screen and (min-width: 769px) {
    /* pc end */
    ul li.inq a {
        width: 500px;
    }
}



/*====================================================
	other
=====================================================*/



/* ////////// mobile ////////// */

@media screen and (max-width: 768px) {
}


/* ////////// PC ////////// */

@media screen and (min-width: 769px) {
}



/* ////////// mobile ////////// */

@media screen and (max-width: 768px) {
 
}


/* ////////// pc ////////// */

@media print,
screen and (min-width: 769px) {
 
    /* pc end */
}





/*====================================================
	.contact_box
=====================================================*/


/* ////////// mobile ////////// */

@media screen and (max-width: 768px) {
  
}


/* ////////// PC ////////// */

@media screen and (min-width: 769px) {
    
}


/*====================================================
#sns_sharebox
=====================================================*/

#sns_sharebox {
    width: auto;
    height: auto;
    text-align: right;
    margin: 40px auto 0;
    padding: 0 ;
}
#sns_sharebox li {
    padding: 0.5em 0;
    text-align: center;
    -webkit-border-radius: 0.3em;
    -moz-border-radius: 0.3em;
    -ms-border-radius: 0.3em;
    border-radius: 0.3em;
    display: inline;
    float: left;
}
#sns_sharebox a {
    color: #fff;
    padding: 0 1em 0 1em;
    display: block;
}
#sns_sharebox li:hover {
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}
#sns_sharebox a:hover {
    text-decoration: none;
}
#sns_sharebox #fb_share {
    background: #3b5998;
}
#sns_sharebox #tweet {
    background: #55acee;
}
#sns_sharebox #line {
    background: #1dcd00;
}
/* ////////// mobile ////////// */

@media screen and (max-width: 768px) {
    #sns_sharebox {
        
        width: 100%;
        font-size: 1.3rem;
    }
    #sns_sharebox li {
        width: 32%;
        margin-right: 2%;
    }
    #sns_sharebox li:last-child {
        margin-right: 0;
    }
    /* mobile end */
}


/* ////////// pc ////////// */

@media screen and (min-width: 769px) {
    #sns_sharebox {
    }
    #sns_sharebox li {
        width: 32%;
        margin-right: 2%;
    }
    #sns_sharebox li:last-child {
        margin-right: 0;
    }
    /* pc end */
}








/* ////////// mobile ////////// */

/* ////////// pc ////////// */
@media screen and (min-width: 769px) {	
    /* pc end */
}


/*----------------------------------------------------
    OTHER
----------------------------------------------------*/

/* ////////// mobile ////////// */

@media screen and (max-width: 768px) {
    .noneMOB {
        display: none;
    }
}

#list {
    padding-top: 20px;    
}

attention {
    display: block;
    font-size: 1.1rem;
    line-height: 1.2;
    text-align: left;
    margin-left: 5px;
}

.clear {
    clear: both;
}

.center {
    text-align: center;
}

.none {
        display: none;
}

.small {
    font-size: 0.85em;
}
.xsmall {
    margin-top: 0.4em;
    font-size: 1.4rem;
    line-height: 1.3;
}

.strong {
    font-size:1.4em;
    font-weight: bold;
}
a.btn {
    display: inline-block;
    padding: 0.2em 0.6em;
    background: #777;
    color: #fff;
    font-size: 0.9em;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
}
a.btn:hover {
    background: #aaa;
    text-decoration: none;
}
sub {
    font-size: 0.7em;
    line-height: 1.2;
}
.inb {
    display: inline-block;
}

.arrow_icon {
    position: relative;
    display: inline-block;
    margin-left: 15px;  /*微調整*/
}
.arrow_icon:before {
    content: '';
    width: 5px;  /*任意の幅に*/
    height: 5px;  /*任意の高さに*/
    border: 0px;
    border-top: solid 3px #fff;  /*任意の線幅＆フォントカラーと同色に*/
    border-right: solid 3px #fff;  /*任意の線幅＆フォントカラーと同色に*/
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: -15px;  /*微調整*/
    margin-top: -4px;  /*微調整*/
}

	br.br320{
			display: none;
	}
@media screen and (max-width: 320px) {
		br.br320{
				display: inherit;
		}
}
