@charset "UTF-8";


.mod-hiroshima-yougoshu-Right table{

	table-layout : fixed;
	word-break: break-all;

}


@media screen and (min-width: 768px),
print {
	/* ==========================================================================
		PC 
   ========================================================================== */

	.mod-hiroshima-yougoshu {

		display: -webkit-flex;
	    display: -moz-flex;
	    display: -ms-flex;
	    display: -o-flex;
	    display: flex;

		-webkit-justify-content: space-between !important;
		justify-content:		 space-between !important;

	}

	.mod-hiroshima-yougoshu-spLeft {
		display: none;
	}

	.mod-hiroshima-yougoshu-pcLeft {

		flex-basis:20%;
		max-width:20%;

	}
	.mod-hiroshima-yougoshu-Right {

		flex-basis:78%;
		max-width:78%;
	}

	.mod-hiroshima-yougoshu-pcLeft .mod-menuBtn {

		display: -webkit-flex;
	    display: -moz-flex;
	    display: -ms-flex;
	    display: -o-flex;
	    display: flex;

	    -ms-flex-wrap: wrap;
	    -webkit-flex-wrap: wrap;
	    flex-wrap: wrap;

	    -webkit-justify-content: flex-end;
	    justify-content: flex-end;

	    margin: 1.2rem 0;

	}

	.mod-hiroshima-yougoshu-pcLeft .mod-menuBtn:first-child {
	    margin-top: 0;
	}

	.mod-hiroshima-yougoshu-pcLeft .mod-menuBtn a {
		color: #FFFFFF;
	    background-color: #ED201F;

		-webkit-flex-basis: 100%;
	    flex-basis: 100%;
		max-width:100%;

	    display: block;
	    border-radius: 4px;
	    font-weight: bold;
	    font-family: "TsukuARdGothic-Regular", "Hiragino Kaku Gothic Pro", "Meiryo", "MS PGothic", Sans-Serif;
	    letter-spacing: 0.1em;
	    text-align: center;
	    padding: 0.8rem 1.2rem;
	    margin-bottom: 3px;
	    cursor: pointer;
	    overflow: hidden;
	    transition: 0.2s;
	}

}

@media screen and (max-width: 767px) {
	/* ==========================================================================
		SP 
   ========================================================================== */

	.mod-hiroshima-yougoshu-pcLeft {
		display: none;
	}

}