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

/* Initialize //////////////////////////////////////////////////////////////////////////////////////////////// */

/* HTML, Body, Anchor
-------------------------------------------------------------- */
 @import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
 @import url(https://use.fontawesome.com/releases/v5.4.2/css/all.css);
 html,body{
	 width: 100%;
	height: 100%;
}

body {
	color: #333;
	font-size: 16px;
	font-family:"Mplus 1c", "Mplus 1p","ヒラギノ丸ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "sans-serif";
	font-weight:300;
	line-height:1.4em;
}
h1, h2, h3, h4, h5, h6 {
	font-weight:400;
}

a:link	{
	outline:none;
	color: #0e82c7;
	text-decoration: none;
	}
a:visited	{
	color: #B2BDD6;
	text-decoration: none;
	}

a:hover{
	text-decoration: underline;
	color: #F69;
	}

a:link,
a:visited { color: #069; text-decoration: none; }

a:hover,
a:active  {
	color: #069;
	text-decoration: underline;
}


img{
	vertical-align: top;
	border: none;
	margin-top: 0px;
	}


blockquote {
	width: 90%;
	margin: 30px auto;
	position: relative;
	padding: 16px 20px;
	box-sizing: border-box;
	color: #fff;
	border: 3px solid #41ABDB;
	border-radius: 4px;
	line-height: 1.5em;
	background-color: #80C7E6;
	font-size: 1.3em;
}

blockquote:before{
    display: inline-block;
    position: absolute;
    top: -20px;
    left: -20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    vertical-align: middle;
    text-align: center;
    content: "\f10d";
    font-family: FontAwesome;
    background: #72ccf4;
    color: #FFF;
    font-size: 22px;
}

blockquote:after{
    display: inline-block;
    position: absolute;
    bottom: -20px;
    right: -20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    vertical-align: middle;
    text-align: center;
    content: "\f10e";
    font-family: FontAwesome;
    background: #72ccf4;
    color: #FFF;
    font-size: 22px;
}

blockquote p {
    padding: 0;
    margin: 10px 0;
    line-height: 1.7;
}

blockquote cite {
    display: block;
    text-align: right;
    color: #fff;
    font-size: 0.9em;
}

	
img.br50 {
	border-radius: 50%;
}
/*--------------------------------------------------
	イメージロールオーバー
--------------------------------------------------*/

.rollover a { display: block; }
.rollover a:hover img { visibility: hidden; }
.rollover a:hover { background-color: transparent; }

/*==================================================
	レイアウト


/* Head, Form
-------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 { line-height: 1.2;margin:1.5em 0; }
h1{display:inline-block;}

	
h2 {
	color: #888;
	position: relative;
	font-size: 1.3rem;
	border: 1px dashed #587DBE;
  -webkit-border-radius: 4;
  -moz-border-radius: 4;
  border-radius: 4px;
	padding: 0.2em 0.5em;
}

h3 {
	font-size: 1.6em;
	clear: both;
	padding: 0.2em 0.5em;
	color: #fff;
	background: #1c4eb0;
	background-image: -webkit-linear-gradient(top, #1c4eb0, #3264c7);
	background-image: -moz-linear-gradient(top, #1c4eb0, #3264c7);
	background-image: -ms-linear-gradient(top, #1c4eb0, #3264c7);
	background-image: -o-linear-gradient(top, #1c4eb0, #3264c7);
	background-image: linear-gradient(to bottom, #1c4eb0, #3264c7);
	-webkit-border-radius: 4;
	-moz-border-radius: 4;
	border-radius: 4px;
	text-align: left;
}

h4 {
	color: #1B3C7C;
	padding:  .75em 1em;
	background-color: #e2e8f3;
	border-radius: 4px;
 }


legend { display: none; }
label { cursor: pointer; }

/*  Inline-level Elements
-------------------------------------------------------------- */
object { outline: none; }
strong { font-weight: bold; }

input,
select,
textarea {
	font: 85%;
	}

/* For IE7 Page Zoom */
*:first-child+html body,
*:first-child+html br { letter-spacing: 0; }




/* header
-------------------------------------------------------------- */
div#header {
/*	width:100%;*/
	background-color: #fff;
	margin: 0px auto;
	padding-top: 10px;
/*	border-bottom: 2px solid #667EBF;*/
/*	border-top: 4px solid #36C;*/
	}
	
div#header_inner {
	width:1200px;
	height:80px;
	margin: 0 auto;
	padding:0;
	}	

#header h1	{
	margin:0;
	font-size:18px;
	}

#head_info{
	float:right;
	width:300px;
	margin:0;
	padding:0 0 0 10px;
	text-align: right;
	line-height:0.8em;
	}

#head_info ul{
	padding:0;
	margin:0;
	}
	
#head_info li{
	float:right;
	display:inline;
	line-height:1.2em;
	padding-left:10px;
	background: url(/common/images/arrow01.gif) no-repeat 1px;
	}

#head_info a,#head_info a:link,head_info a:hover,head_info a:visited{
	padding-right:1em;
	}
	
#head_info .infobox:after{
	clear: both;
}


/* Groval Nav
-------------------------------------------------------------- */
#g_menu{
	clear:both;
	width:980px;
				padding: 20px 0 0 20px;
	text-align: left;
	font-size:1.2em;
	  display: flex;
  flex-direction: row;
		align-items: stretch;
	}

#g_menu li{

	font-family: meiryo;
	
	}
#g_menu li a{
padding: 0 20px;
width: 120px;
	height:30px;
/*
	background:linear-gradient(#ffffff, #f5f5f5);
	border: 1px solid #ddd;
*/
	text-decoration: none;
	color: #666;
}
#g_menu li a:hover{
	background:linear-gradient(#1e58ce, #1c4eb0);
	text-decoration: none;
	color: #fff;
}
#g_menu :after{

	clear:both;
	}


/* #topicpath / Bread Cramb
-------------------------------------------------------------- */
#topicpath {
	width: 940px;
		margin: 1em 0;
}
#topicpath ul li {
	font-size:80%;
	font-family:"Rounded Mplus 1c", "Mplus 1c", "Mplus 1p","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "sans-serif";
	display: inline;
	line-height:1.2em;
	padding-left:1em;
	background: url(/common/images/arrow01.gif) no-repeat 1px;
}

#topicpath ul li:first-child {
	font-size:80%;
	display: inline;
	line-height:1.2em;
	padding-left:0;
	background: none;
}

/* container
-------------------------------------------------------------- */
#container{
	width:940px;
	min-height: 100%;
	margin:0 auto;
	padding:20px 20px 60px 20px;
	}


html,body{
     height: 100%;
}

body > #wrap {
        height: auto;
	border-top: 4px solid #36C;
}
#wrap{
width: 100%;
  display: flex;
  flex-direction: column;
  min-height: 100vh;

}

/* #footer
-------------------------------------------------------------- */
#footer {
	clear: both;
	background:#36C url(/common/images/body_bg.gif) repeat-x;
	width:100%;
	height:30px;
	padding: 10px 5px 10px;
	line-height: 1.4;
    bottom: 0;
	  margin-top: auto;
}
#footer p {
	padding: 10px;
	font-size: 10px;
	color: #fff;	
}
#copy p{
	background: none;
	text-align: center;
}

#container div#skitter div { margin: 0px auto; }


/* #pager
-------------------------------------------------------------- */

ul.pager {
	margin: 0;
	padding: 0;
	font: 100% Arial, Helvetica, sans-serif;
	text-align: center;
}
ul.pager li {
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0;
}
ul.pager li strong {
	display: -moz-inline-box; /* firefox2 対応 */
	display: inline-block;
	padding: 0.25em 0.4em;
	background-color: #EEEEEE;
	border: 1px #CCCCCC solid;
}
ul.pager li a {
	display: -moz-inline-box; /* firefox2 対応 */
	display: inline-block;
	padding: 0.25em 0.4em;
	border: 1px #CCCCCC solid;
}

ul.pager li a:link,
ul.pager li a:visited {
	border-color: #CCCCCC;
	color: #0033FF;
}
ul.pager li a:hover,
ul.pager li a:active {
	border-color: #003399;
	background-color: #003399;
	color: #FFFFFF;
}


/* Page Layout	 //////////////////////////////////////////////////////////////////////////////////////////////// */


/* ---------------------------------------------------------------------------------------------------------
	#sitetop / top page
--------------------------------------------------------------------------------------------------------- */


#sitetop{
	clear:both;
	padding:10px 0;	
}

#sitetop .banner { 
	width: 860px;
	margin:0 auto;
}

#sitetop h2{
	padding-top:10px ;
	color:#666;
	border:none;
	text-align: left;
	font-size:140%;
}



/* #slide / slideshow
-----------------------------*/

#slide {
	width: 940px;
	height: 300px;
	position: relative;
	margin: 0 auto;
	border: 1px solid #ddd;
	background:#efefef;
}

#slide #list li {
	position: absolute;
	top: 0;
	left: 0;
}

#slide #navi {
	position: absolute;
	bottom: -18px;
	left: 0;
	font-size: 10px;
	color:#ccc;
}

#slide #navi li {
	float: left;
	margin-right: 5px;
}

#slide #navi li a {
	display: block;
	padding: 0 ;
	line-height: 1.3em;
	color: #ccc;
	text-decoration: none;
}

#slide #navi li a.current,
#slide #navi li a:hover {
	color: #f93;
}


/* #postbox / recommend
-----------------------------*/

#postbox{
	width:940px;
	margin:10px auto;
	overflow:hidden;
}

#postbox .post{
	background:#fff;
	padding:10px;
	width:425px;
	border:1px solid #ccc;
	margin:10px;
	overflow:hidden;
	float:left;
}
#postbox.post a:link{
	display:block;
	position: relative;
	width:425px;
}

#postbox .post a{
	display: blok;
	position: absolute;
	height: 100%;
	width: 100%;
	text-indent: -99999px;
	left: 88px;
	top: 991px;
}
#postbox .post:hover{
	background-color: #efefef;
	border: 1px solid #81ACEE;
}

#postbox .post p{
	margin: 0;
	padding:0;
}

#postbox .post h4{
	font-size: 120%;
	padding: 0;
	float: right;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}

#postbox .post img{
	width:100px;
	float:left;
	padding:5px;
	background:#fff;
	margin-right:10px;
}

p.more {
	text-align:right;
	float:right;
	width:200px;
}


/* #topics / what's news
-----------------------------*/

#topics {
	clear:both;
	width:910px;
	height:auto;
	margin: 10px auto;
	text-align: left;
	padding: 0;

	}

#topics dl { 
	margin: 5px 0;
	padding:0;
	font-size:90%;
	}

#topics dl dt {
	float: left;
	margin: 0px 20px 0px 0px;
	padding: 0px;
	color: #999;
	clear: left;
	line-height:1.8em;
	}

#topics dl dd {
	margin: 0px 0px 0px 5px;
	padding: 0px;
	line-height:1.8em;
	border-bottom:1px dotted #eee;
	}
	
#topics p {
	margin: 1em;
	font-size: 0.8em;
	text-align: right;
	padding: 0 10px 0 0;
	background: url(/common/images/arrow01.gif) no-repeat right;
	clear: both;
}





/* ---------------------------------------------------------------------------------------------------------
	What's new page
--------------------------------------------------------------------------------------------------------- */
	
	#whatsnew p {
	margin-right: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 300px;
}

#whatsnew p.time {
	width: 700px;
	text-align: right;
	margin-right: auto;
	margin-left: auto;
}

#whatsnew dl{
	clear:both;
	overflow:hidden;
	border-top:solid 1px #999;
	width:700px;
	margin:0 auto;
	text-align:left;
	padding:2px;
}

#whatsnew dt{
	width:90px;
	padding:0;
	margin:0;
	float:left;	
}

#whatsnew dd{
	width:570px;
	float:left;	
	margin-left:1em;
}

._del{
	color:#CCC;
	text-decoration: line-through;
}


/* ---------------------------------------------------------------------------------------------------------
	siemap page
--------------------------------------------------------------------------------------------------------- */

#sitemap{
		width:800px;
		overflow:hidden;
}
#sitemap ul.sitemap {
    margin: 0 0 0 10px;
}
#sitemap ul.sitemap li {
    margin: 0 0 15px 0;
    list-style-type: none;
    font-size: 100%;
}
#sitemap ul.sitemap li ul {
    padding: 15px 0 0 10px;
    background-image: url(http://sachipps.byeto.jp/2011/1206/lineV.png);
    background-repeat: no-repeat;
    background-position: left bottom;
}
#sitemap ul.sitemap li ul li {
    margin: 0 0 15px 0;
    padding: 0 0 0 25px;
    font-size: 100%;
    background-image: url(http://sachipps.byeto.jp/2011/1206/lineH.png);
    background-repeat: no-repeat;
    background-position: 0 10px;
}
#sitemap ul.sitemap li ul li.last {
    background-image: none;
}

#sitemap01 {
	width: 350px;
	float: left;
	padding-left: 50px;
}

#sitemap02 {
	width: 350px;
	float: left;
	padding-right: 50px;
}


/* ---------------------------------------------------------------------------------------------------------
	contact page
--------------------------------------------------------------------------------------------------------- */


#contact table{
	border-collapse: collapse;
	padding: 5px;
	background: #5085DC;
}
#contact table td{
	border: 1px solid #36C;
	padding: 5px;
	font-size: 90%;
	color: #FFF;
}
#contact table td.l_Cel{
	width:180px;
}



/* ---------------------------------------------------------------------------------------------------------
	photo page
--------------------------------------------------------------------------------------------------------- */
.container { 

	flex-direction: row; 
	flex-wrap: wrap; 
} 

#photo { width: 940px; }

#photo h2{
	margin: 0;
	padding: 0;
	border: none;
}

#photo h2 img{
	margin: 0;
	padding: 0px;
}

#photo  ul.p_list {
	float: left;
	display: inline;
}


#photo .photoimg #flashcontent01 {
	text-indent: -9999px;
	display: block;
	height: 300px;
	width: ;
}

#flash_photo{
	clear:both;
	width:800px;
	margin:5px auto;	
}


.post {
  display: flex;
  padding: 10px;
  border: 1px solid #ccc;
}

.thumbnail {
  width: 120px;
  padding-right: 10px;
}

.title {
  font-size: 22px;
  font-weight: bold;
  margin: 0;
}

.subtitle {
  color: #899179;
  margin: 0;
}


#container #flash {
	margin: 0px auto;
	text-align: center;
}

#container .photo {
	width: 180px;
	float: left;
	padding: 0px 10px;
	margin: 0;
	text-align: left;
}

#container .photo p {
	padding: 0px;
	margin: 5px 0px 10px;
}

#photo .photo img { border: 1px solid #000; }
#photo .photo ul li a span {
	font-weight: normal;
	font-size:0.9em;
	color: #999;
	margin:0 0 5px;
	line-height: 1em;
	display: block;
}

#photo .photo ul li a { 
	font-weight: bold; 
}

#flash_photo{
	clear: both;
	width: 940px;
	margin: 0px auto;
}

#photolist a:hover {
	border-style: none;
	text-decoration: none;
}

#container .photo {
	width: 150px;
	float: left;
	padding: 0px 6px 0px 0px;
	margin: 0 5;
	text-align: left;
}



#container .photo p {
	padding: 0px;
	margin: 5px 0px 10px;
}

#container .photo img { border: 1px solid #000; }
#container .photo ul li a span {
	font-weight: normal;
	font-size:0.9em;
	color: #999;
	margin:0 0 5px;
	line-height: 1em;
	display: block;
}

#container .photo ul li a:hover { 
	font-weight: bold; 
}

/*
フォトリスト */

.arrow_r{
  position: relative;
  display: inline-block;
  padding-left: 1em;
}

.arrow_r::before{
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #5bc0de;
  border-right: solid 2px #5bc0de;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -4px;
}

.photo_list {
 display: flex;
  justify-content: center;
justify-content:space-around;
}

.photo_list section{
	

}
.photo_list section ul{
	margin:5px 2px 20px;
}
.photo_list section li{
	font-size:0.9em;
	max-width;:90%;
	line-height:1.2em;
}



@media screen and (max-width: 700px) {
.photo_list {
    flex-direction: column;
  }
}



#photoList a:hover{
	text-decoration:none;	
}
#photoList{
	width: 940px;
	margin: 10px auto;
}
#photoList ul {
	overflow: hidden;
	width: 880px;
	text-align: center;
	margin: 0px auto;
}

/* サムネイルの設定 */
#photoList li {
	width: 150px;
	margin: 10px;
	float: left;
	display: inline-block;
}


#photoList img {
	margin: 0;
	padding: 3px;
	border: 1px solid #C4C4C4;
}

#photoList a img:hover{
	opacity:0.8;
}



#photomenu {
	margin: 20px auto;
	width: 940px;
	padding: 0px;
}


#photo #photomenu .ph_block {
	width: 180px;
	margin: 0px 0px 10px 0px;
	float: left;
	min-height: 50px;
	padding:4px;
}


#photomenu .ph_block ul li { line-height: 1.1em;;}

#photomenu .ph_block ul li img { margin:0px 0 5px; }

#photomenu .ph_block span{
	margin:0  5px;
}

#photomenu .l_first{
	clear:both;
	margin:0;
}


#photo .link {
	clear: both;
	width: 920px;
	padding-top: 30px;
}

#photoList .entry {
	margin:5px;
	display: inline-block;
	vertical-align:top;
}

#photoList .entry .entry-title {
	text-align: center;
	font-size: 14px;
	line-height: 18px;
	margin: 5px 0;
	padding: 0px;
}

#photoList ul li a span {
	width: 150px;
	margin-top: 5px;
	text-align: center;
}

#photo .viewer {	
	position:relative;
	width:940px;
	margin:10px auto;
}

#photo .viewer p {
	margin-top: 20px;
	clear: both;
}
#photo .viewer ul{
	display: inline-block;
	margin-top: 10px;
	margin-bottom: 20px;
	float: left;
	
}
#photo .viewer ul li{
	border: 1px solid #999;
	float:left;
}

#photo .viewer ul li:hover{
	border: 1px solid #900;	
}

 
#photo .viewer .tmb,
#photo .viewer .tmb2,
#photo .viewer .tmb3 {
	width:100px;
	height:100px;
	overflow:hidden;
	margin: 5px;
}


#photo .viewer .tmb img {
	position: relative;
	width: 200px;
	top: -20px;
	left: -40px;
}

#photo .viewer .tmb2 img {
	position:relative;
	width:150px;
	top:-50px;
	left:-30px;
}


#photo .viewer .tmb3 img {
	position:relative;
	width:180px;
	top:-40px;
	left:-30px;
}


#photo .viewer p.cap {
	height: auto;
	text-align: left;
	margin: 0px auto 10px;
	font: 13px;
	color: #333;
	padding: 5px 1em;
	min-height: 20px;
	line-height: 1.3em;
}

#photo .viewer div.photo_main {
	float: left;
		width: 70%;
	
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

#photo .viewer div.photo_main img{
	max-width: 100%;
	max-height:700px;
	border:1px solid #ccc;
	padding:5px;
	margin:1px;
}
.photo_main h4.title{
	padding-top:0;
	background: none;
	text-align: left;
}
.childBox1 {
	background-color: #fff;
	width: 458px;
	float: left;
}
.childBox2 {
	background-color: #fff;
	width: 458px;
	float: right;
}


/* photo_list */
#photo_list {
	width: 100%;
	margin:0 auto;
}
#photo_list .photo_box {
	width: 49%;
	float:left;
	overflow: hidden; 
}
#photo_list .photo_box2 {
	width: 49%;
	float: right;
	overflow: hidden; 
}


#photo_list ul {
	margin: 6px;
	padding: 0px;
}
#photo_list ul li {
	list-style-type: none;
	margin-bottom: 14px;
}
#photo_list ul li a {
	display: block; 
	background-color: #fff;
	text-decoration: none;
	border: 1px solid #ccc;
	padding: 10px;
	min-height:100px;
}
#photo_list ul li a:hover {
	background-color: #efefef;
	border: 1px dotted #148EE1;
}
#photo_list ul li a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	float: left;
	margin-right: 10px;
}
#photo_list ul li .list_title {
	display: block;
	color: #336699;
	text-decoration: none;
	font-size: 16px;
}
#photo_list ul li a .list_content {
	display: block;
	color: #333;
	text-decoration: none;
	padding-top: 10px;
	line-height: 1.5;
	padding-left: 110px;
}

#photo_list ul li a .arrow {
	display: block;
	text-align:right;
	margin-top: 10px;
	padding-left: 232px;
}




/* お絵描き掲示板
----------------------------------- */

.bbs_data {
	clear:both;
	margin: 10px 20px 10px 10px;
	min-height:200px;
	border-bottom:1px dotted #d6d6d6;
	padding:10px;
	text-align:left;
}

.bbs_data img {
	float:left;
	border: 1px solid #d6d6d6;
	margin-right:20px;
}

.bbs_data p.msg {
	padding:10px 0;
}


.bbs_data dl dt,
.bbs_data dl dd{
	float:left;
	display:inline;
	
}

.bbs_data dl dd.msg h3{
	margin-top:10px;
}

.bbs_data dl dd.msg .text{
	margin-top:10px;
	margin-bottom:10px;
}

.bbs_data dl dd.msg .date{
	color:#999;
	font-size:93%;
}

.bbs_data dl dd.msg .usr{
	font-size:93%;
}



/* clearfix */ 

.clearfix:before, .clearfix:after { content: ""; display: table; }

.clearfix:after { 
	clear: both;
	display:block;
	height:0;
	line-height:0;
	visibility:hidden;
	content:".";
	font-size:0.1em;
 }

.clearfix { display:inline-block;zoom: 1; }

#photo p {
	padding-right: 10px;
	padding-left: 10px;
}

#photomenu .ph_block ul li {
	background: url(/photo/img/phlist_li.png) no-repeat left center;
	padding-left: 12px;
	line-height: 1.3em;
	border-bottom:1px dotted #eee;
}

#photomenu .ph_block ul li.first {
	background:none;
	padding-left: 0px;
	line-height: 1.3em;
		border-bottom:none;
}

/* new icon */
.icon_new{
	-webkit-animation:bigger 1s ease-in altarnate infinite;
	color:#fc0;
	display:inline-block;
	font-family:Arial, Helvetica, sans-serif;
	text-shadow:
		1px 1px 0 #fff,
		1px -1px 0 #fff,
		-1px -1px 0 #fff,
		-1px -1px 0 #fff;
}

/*flex box ----------------------------------------------------------------------*/
.flexcontainer {
  overflow: hidden;
  margin: 10px auto;

}

.column3-1,
.column3-2,
.column3-3,
.column2-1,
.column2-2,
.column70-30_1,
.column70-30_2{
	padding:1em;
}


p {
    padding: 10px;
  }
  .txt-pc {
    display: none;
  }


@media (min-width: 769px) {
	.flexcontainer {
		display: flex;
		width: 95%;
	}
	.column0_1{
		flex:auto;
		order: 1;
	}
	.column0_2{
		flex:auto;
		order: 2;
	}
	.column30_1 {
		flex: 0 0 30%;
		order: 1;
	}
	.column30_2 {
		order: 2;
		flex: 0 0 30%;
	}
	.column70_1 {
		flex: 0 0 70%;
		order: 1;
	}
	.column70_2 {
		flex: 0 0 70%;
		order: 2;
	}

.column2-1 {
	flex: 0 0 50%;
	order: 1;
	}
.column2-2 {
	flex: 0 0 50%;
		order: 2;
	}

	.column3-1 {
		flex: auto;
		order: 2;
	}
	.column3-2 {
		flex: 0 0 33%;
		order: 1;
	}
	.column3-3 {
		flex: 0 0 33%;
		order: 3;
	}
	.txt-pc {
		display: inline-block;
  }
	.txt-sp {
		display: none;
  }
}
