@charset "utf-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css?family=Sawarabi+Mincho");

.wrap.page{
line-height: 1.5;
	display:flex;
	align-items:flex-start;
    justify-content: space-between;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.wrap.page:after,
.wrap.page:before{
display: none;
}
.wrap.page section.contents{
-webkit-box-ordinal-group:1;
-ms-flex-order:1;
-webkit-order:1;
order:1;
}

.wrap.page aside{
-webkit-box-ordinal-group:2;
-ms-flex-order:2;
-webkit-order:2;
order:2;
}
.wrap.page section.contents.page.second{
-webkit-box-ordinal-group:3;
-ms-flex-order:3;
-webkit-order:3;
order:3;
}

.contents.page section p,
.contents.page section{
line-height: 1.75;
font-size: 15px;
}

.contents.page h3{
font-size: 1.8rem;
font-weight: bold;
line-height: 2;
color: #444;
padding: 0 1em;
border-bottom: 2px solid #c80f0f;
border-left: 5px solid #c80f0f;
margin-bottom:1.5em;
}
.contents.page.flow h3,
.contents.page.qanda h3,
.contents.page h4{
font-size: 1.6rem;
font-weight: bold;
line-height: 2;
color: #444;
background-color: #f9e7e7;
padding: 0 1em;
border-bottom: none;
border-left: 5px solid #c80f0f;
margin-bottom:1.5em;
}
.contents.page h5{
font-size: 1.6rem;
font-weight: bold;
line-height: 2;
color: #444;
padding: 0 1em;
border-top: 1px solid #c80f0f;
border-bottom: 1px solid #c80f0f;
margin-bottom:1.5em;
}
.contents.page h6{
font-size: 1.6rem;
font-weight: bold;
line-height: 2;
color: #444;
padding: 0 1em;
border-bottom: 1px solid #c80f0f;
margin-bottom:1.5em;
}
.contents.page p{
margin-bottom:2em;
}

.contents.page > section a:visited,
.contents.page > section a:link,
.contents.page > section a{
  color: #F57A7A;
}
.contents.page > section a:active,
.contents.page > section a:hover,
.contents.page > section a:focus {
  border-bottom: 1px solid;
}


.contents.page > section{
padding:0 0 2vw 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.contents.page > section > section{
padding:0 1vw 1vw 1vw;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

.contents.page > section .orange{
font-size: 18px;color:#ff0000;
}


.page.policy .pink_box{
padding: 20px;
line-height: 1.5;
font-size: 16px;
}
.page.policy .pink_box p{
margin-bottom:2em;
}
.page.policy .pink_box p u{
font-weight: bold;
}


/*===============================
ファクタリング事業
================================*/
ul.service_box{
	width:750px;
	display:block;
	margin:3em auto;	
}
ul.service_box:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

ul.service_box li{
	width:240px;
	height:205px;
	padding:35px 0 0 0;
	background-color:#c80f0f;
	display:block;
	float:left;
	text-align:center;
	margin:0 15px 15px 0;
	border-radius:7px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}
ul.service_box li a{
	display:block;
	width:240px;
	height:205px;
	
}
ul.service_box li p{
	margin:2em 0 0 0;
	color:#FFF;
	font-size:1.6rem;
	line-height:2rem;
	font-weight:bold;
}
ul.service_box li:hover{
	opacity:0.7;
}
ul.service_box li:nth-of-type(3),
ul.service_box li:nth-of-type(6){
	margin:0 0 15px 0;	
}
ul.service_box li:nth-of-type(4){
	clear:both;
}
ul.service_box img{
margin-bottom: 0;
}

/*===============================
お客様の声
================================*/
.contents.page > section.voice-box{
background-color: #fff;
box-shadow: 0 0 5px 5px #eee;
padding: 55px 60px;
margin-bottom: 50px;
}
.contents.page > section.voice-box ul.per {
margin: 25px 0;
display: -webkit-box;
display: -moz-box;
display: -webkit-flexbox;
display: -moz-flexbox;
display: -ms-flexbox;
display: -webkit-flex;
display: -moz-flex;
display: flex;
justify-content: space-between;
}

.contents.page > section.voice-box p.year {
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 4px;
}
.contents.page > section.voice-box h3 {
  padding: 0.5em 1.5em;
  border-bottom: none;
    font-size: 1.6rem;
  font-weight: bold;
  line-height: 2;
  color: #444;
  background-color: #f9e7e7;
  padding: 0 1em;
  border-left: 5px solid #c80f0f;
  margin-bottom: 1.5em;
}
.contents.page > section.voice-box ul.datail {
display: -webkit-box;
display: -moz-box;
display: -webkit-flexbox;
display: -moz-flexbox;
display: -ms-flexbox;
display: -webkit-flex;
display: -moz-flex;
display: flex;
justify-content: space-between;
width:100%;
}
.contents.page > section.voice-box ul.datail img {
width: 100% !important;
}
.contents.page > section.voice-box ul.datail .li-img {
width: 280px;
padding-left: 20px;
display: -webkit-box;
display: -moz-box;
display: -webkit-flexbox;
display: -moz-flexbox;
display: -ms-flexbox;
display: -webkit-flex;
display: -moz-flex;
display: flex;
justify-content: space-between;
padding-right: 0;
}
.contents.page > section.voice-box ul.datail .li-img picture:nth-of-type(1) {
margin-right: 20px;
}
.contents.page > section.voice-box ul.datail .li-img picture {
max-width: 225px;
}

.contents.page > section.voice-box section h4.s-ttl {
  font-size: 18px;
  font-weight: 600;
  padding-left: 1.5em;
  position: relative;
  background-color: transparent;
  border: none;
  	display:flex;
	justify-content:flex-start;
	align-items: center;
    margin-bottom:0.5em;
}
.contents.page > section.voice-box section h4.s-ttl:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "■";
  color: #c60000;
  font-size:18px;
  margin-right: 5px;
}

/*===============================
フリーランス　メインビジュアル
================================*/
.l-mv {
  width: 100%;
  margin-top:0;
  padding:30px 0 60px 0;
  line-height:1;
	position:relative;
	display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;

}
.l-mv .l-mv-area p.head{
font-size:18px;
margin:1.5em 0;
}
.l-mv .l-mv-area p.head strong{
color: #be0d0e;
}

.l-mv .l-mv-area h2{
font-size: 50px;
margin: 0.5em 0 0.25em 0;
font-family:'Sawarabi Mincho';
}
.l-mv .l-mv-area h2 strong{
color: #be0d0e;
}

.l-mv .l-mv-area img{
margin:3em auto;
display: block;
width: auto;
height: auto;
}
.l-mv .l-mv-area .read{
font-size: 26px;
margin-bottom: 1.5em;
}
.l-mv .l-mv-area .read strong{
color: #be0d0e;
}

.l-mv a{
width: 394px;
height: 45px;
font-size: 20px;
color: #fff;
display: flex;
  justify-content: center;
  align-items: center;
margin: 0 auto;
background-color:#c80f0f;
border-radius: 5px;
}
.l-mv a:hover,
.l-mv a:hover img{
	opacity:1 !important;	
}





/*---------------------------------------------*
* blog h2-h5
*----------------------------------------------*/
.column.wrap .contents .pink_box{
padding-right: 1em;
}
.column.wrap .contents .pink_box > h2{
font-size:2rem;
font-weight: bold;
color: #444;
padding: 0 1em;
line-height:2;
background-color: #f9e7e7;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin-bottom: 1em;
border-left: 5px solid #c80f0f;
}



.column.wrap .contents .pink_box > h3{
font-size: 1.8rem;
font-weight: bold;
line-height: 2;
color: #444;
padding: 0 1em;
border-bottom: 2px solid #c80f0f;
border-left: 5px solid #c80f0f;
margin-bottom:1.5em;
}
.column.wrap .contents .pink_box > h4{
font-size: 1.6rem;
font-weight: bold;
line-height: 2;
color: #444;
background-color: #f9e7e7;
padding: 0 1em;
border-left: 5px solid #c80f0f;
margin-bottom:1.5em;
}
.column.wrap .contents .pink_box > h5{
font-size: 1.6rem;
font-weight: bold;
line-height: 2;
color: #444;
padding: 0 1em;
border-top: 1px solid #c80f0f;
border-bottom: 1px solid #c80f0f;
margin-bottom:1.5em;
}

.column.wrap .contents .pink_box > h6{
font-size: 1.6rem;
font-weight: bold;
line-height: 2;
color: #444;
padding: 0 1em;
border-bottom: 1px solid #c80f0f;
margin-bottom:1.5em;
}
.column.wrap .contents .pink_box > h2:nth-child(n+2),
.column.wrap .contents .pink_box > h3:nth-child(n+2),
.column.wrap .contents .pink_box > h4:nth-child(n+2),
.column.wrap .contents .pink_box > h5:nth-child(n+2),
.column.wrap .contents .pink_box > h6:nth-child(n+2){
margin:2em 0 1em 0;
}

.column.wrap .contents ul.s-cat{
	display:flex;
	justify-content:flex-start;
	align-items: center;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.column.wrap .contents ul.s-cat li{
padding: 0.125em;
}
.column.wrap .contents ul.s-cat li a{
background-color: #F57A7A;
border: 1px solid #F57A7A;
color: #fff;
padding: 0 0.5em;
display: inline-block;
}
.column.wrap .contents ul.s-cat li a:hover{
background-color:#fff;
color:#F57A7A;
}


.column.wrap .contents p{
font-size: 15px;
line-height: 1.75;
margin-bottom: 1em;
}

aside.related{
padding-top: 3em;
}

aside.related > h2{
color: #C90F0F;
margin-bottom: 1em;
font-weight: bold;
}
ul.related-list{
width:100%;
	display:flex;
	justify-content:flex-start;
	align-items: center;
justify-content: space-between;    
-ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
ul.related-list li{
width:100%;
border-top: 1px solid #c9c9c9;
}
ul.related-list li a{
display: block;
padding: 27px 50px 27px 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
line-height:2;
font-size: 1.6rem;
position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}
ul.related-list li a:after{
content: "";
width: 10px;
height: 18px;
display: block;
background-image: url("../images/icon-right-solid-bk.svg");
background-size: cover;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
  position: absolute;
  right: 0;
  top:50%;
  margin: -9px 30px 0 0;
}
ul.related-list li a:hover:after{
  margin: -9px 20px 0 0;
}
ul.related-list li a:hover{
background-color: #F7F7F7;
}

ul.related-list li:nth-last-child(1){
border-bottom: 1px solid #c9c9c9; 
}
ul.related-list li h3.title{
text-align: left;
font-size: 1.6rem;

font-weight: normal;
}

ul.related-list p{
overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:2;    
font-size: 1.4rem;
line-height: 1.86;
letter-spacing: .07rem;
margin: 0;
}
ul.related-list .data-area{
	display:flex;
	justify-content:flex-start;
	align-items: center;
    font-size: 1.1rem;
color: #6d6d6d;
}
ul.related-list .data-area time{
    color: #F57A7A;
    font-weight: bold;
    padding-right:1em;
}
ul.related-list .data-area .cat span{
text-decoration: underline;
}

ul.related-list h3{
margin: 0;
}
ul.related-list li a{
    display: block;
    padding:0.5em 0;
}





/*==============================

スタッフ募集　お問い合わせ

==============================*/

.page-module .ttl-entry {
	background: url(../img/page/entry/title-entry.png) no-repeat center;
}

.page-module .ttl-contact {
	background: url(../img/page/contact/contact_main.jpg) no-repeat center;
}
.l-entry {
	padding-bottom: 70px;
}


.l-entry .contact-bnr {
    padding:1em 1.5em;
    background: #bd0000;
display: flex;
  align-items: center;
  justify-content: space-between;
    -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-entry .contact-bnr p {
    display:  inline-block;
    color: #fff;
    font-size:20px;
    font-weight:  bold;
        -webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

.l-entry .contact-bnr p.tel {
	padding: 0;
    color: #fff;
    min-width: 49%;
    max-width: 49%;
}
.l-entry .contact-bnr p.tel img{
display: block;
float: left;
margin-right: 1em;
height: 68px;
width: auto;
}
.l-entry .contact-bnr p.tel strong{
font-size:32px;
font-weight: bold;
display: block;
float: left;
letter-spacing: 2px;
padding-top: 0.25em;
}
.l-entry .contact-bnr p.tel span{
font-size: 16px;
display: block;
float: left;
margin-top: 0.25em;
letter-spacing: 4px;
}
.l-entry .contact-bnr p.tel a{
color: #fff;
}
.l-entry .contact-bnr p.tel a:hover{
opacity: 0.8;
}


.l-entry .contact-bnr p.time {
    font-size:  16px;
}
.l-entry p.attention {
    margin:  30px 0px;
}
.l-entry .form-area {
    padding: 35px 55px;
    width: 100%;
    border: 5px solid #e4f7ff;
}

.l-entry table {
    display:  block;
    table-layout:  fixed;
}
.l-entry table tr th {
    min-width: 310px;
    vertical-align:  top;
}
.l-entry table tr th span {
    display:  inline-block;
    margin-right:  30px;
    padding: 1px 13px;
    font-size: 12px;
    background: #ddd;
    color:  #fff;
}
.l-entry table tr th span.alart {
    background:  #d51212;
}
.l-entry table tr th span.any {
    background: #2e2e2e;
}
.l-entry table tr {
    display:  block;
    width:  100%;
    padding: 20px 0;
}
.l-entry table tr td {
    width: 100%;
}
.l-entry tbody {
    display:  block;
    width:  100%;
}
.l-entry table tr td input[type="text"] {
    padding: 0 15px;
    width: 100%;
    height:  40px;
    border: 0;
    background:  #e5e5e5;
    box-shadow: inset 1px 2px 3px 0px rgba(0,0,0,.12);
}
.l-entry table tr td label {
    margin-right:  60px;
}
.l-entry table tr td label input[type="radio"] {
    border: 1px solid #e5e5e5;
    background:  none;
}
.l-entry table tr td input[type="text"].age {
    width: 100px;
    margin-right: 15px;
}
.l-entry table tr td select.time {
    background:  #e5e5e5;
}
.l-entry table tr td input[type="text"],

.l-entry table tr td select.time,

.l-entry table tr td textarea {
    border: 0;
    background:  #e5e5e5;
    box-shadow: inset 1px 2px 3px 0px rgba(0,0,0,.12);
}
.l-entry table tr td select.time {
	padding: 5px 15px;
    width:  100px;
    height:  40px;
    margin-right:  15px;
}
.l-entry table tr td textarea {
	padding: 10px 15px;
    width:  100%;
    height:  200px;
}
.l-entry .form-area .submit-area {
    padding:  40px 0 0;
    text-align:  center;
}
.l-entry .form-area .submit-area input[type="submit"] {
    width: 180px;
    padding: 8px 0;
    font-weight:  bold;
	font-size: 16px;
    color:  #fff;
    border: 0;
    background: #bd0000 url(../img/module/arrow01.png)no-repeat right 4% center;
    transition-duration:  .2s;
	-webkit-appearance: none;
}
.l-entry .form-area {
	box-sizing: border-box;
}

/*.l-entry .form-area .submit-area input[type="submit"]:hover {
    background: #2e2e2e url(../img/page/entry/arrow.png)no-repeat right 8% center;
}*/
.l-entry table tr td input[type="text"],

.l-entry table tr td select.time,

.l-entry table tr td textarea,

.l-entry input[type="submit"] {
	font-size: 16px;
	font-family: inherit;
}
/*MW WP Form*/

.mw_wp_form_input .preview-show{
	display: none!important;
}

.mw_wp_form_input .input-show {
	display: block!important;
}

.mw_wp_form_preview .input-show{
	display: none!important;
}

.mw_wp_form_preview .preview-show {
	display: block!important;
}


@media screen and (max-width:1200px) {



}
@media screen and (max-width:1000px) {
.l-entry .contact-bnr p.tel {
	padding: 0 20px;
    color: #fff;
    max-width:inherit;
    max-width:450px;
}


}
@media screen and (max-width:768px) {

.contents.page h3,.contents.page.flow h3, .contents.page.qanda h3, .contents.page h4 {
  line-height:1.5;
}

ul.service_box {
    width:95%;
    display: block;
    margin: 3em auto;
}

ul.service_box li {
    width:25vw;
	min-width:190px;
    height:25vw;
	min-height:190px;
    padding:3vw 0 0 0;
    background-color: #c80f0f;
    display: block;
    float: left;
    text-align: center;
    margin: 0 2vw 2vw 0;
    border-radius: 7px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
ul.service_box li a {
    display: block;
    width:100%;
    height:100%;
}

.contents.page > section.voice-box ul.datail {
  display: block;
  width: 100%;
}
.contents.page > section.voice-box ul.datail li{
width:100%;
display:block;
clear:both;
margin-bottom:0.5em;
}
.contents.page > section.voice-box ul.datail li.li-img {
  width:100%;
  padding:1em 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: block;
  justify-content: space-between;
  padding-right: 0;
}
.contents.page > section.voice-box ul.datail .li-img picture {
  max-width:30%;
}
.contents.page > section.voice-box ul.datail li.li-img img,
.contents.page > section.voice-box ul.datail li.li-img source{
width:30% !important;
height:auto;
}
.contents.page > section.voice-box ul.per {
  margin:1em 0;
  display: block;
}
.contents.page > section.voice-box ul.per li {
margin-bottom:0.5em;
}


/*==============================

スタッフ募集　お問い合わせ

==============================*/

.page-module .ttl-entry {
	background: url(../img/page/entry/title-entry.png) no-repeat center;
}

.page-module .ttl-contact {
	background: url(../img/page/contact/contact_main.jpg) no-repeat center;
}
.l-entry {
	padding-bottom:2em;
}


.l-entry .contact-bnr {
    padding:10px;
    background: #bd0000;
}
.l-entry .contact-bnr p {
    display:  inline-block;
    color: #fff;
    font-size:16px;
    line-height: 1.5;
    font-weight:  bold;
}

.l-entry .contact-bnr p.tel {
	padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.l-entry .contact-bnr p.tel img{

max-width: 100%;
}

.l-entry .contact-bnr p.time {
    font-size:  16px;
}
.l-entry p.attention {
    margin:  30px 0px;
}
.l-entry .form-area {
    padding:1em;
    width: 100%;
    border: 5px solid #e4f7ff;
    -webkit-box-sizing: border-box;

-moz-box-sizing: border-box;

box-sizing: border-box;
}

.l-entry table {
    display:  block;
    table-layout:inherit;
}
.l-entry table tr th {
    min-width: 310px;
    vertical-align:  top;
    padding-bottom: 1em;
}
.l-entry table tr th span {
    display:  inline-block;
    margin-right:  30px;
    padding: 1px 13px;
    font-size: 12px;
    background: #ddd;
    color:  #fff;
}
.l-entry table tr th span.alart {
    background:  #d51212;
}
.l-entry table tr th span.any {
    background: #2e2e2e;
}
.l-entry table tr {
    display:  block;
    width:  100%;
    padding: 20px 0;
}
.l-entry table tr td {
    width: 100%;
    display: block;
    clear: both;
}
.l-entry tbody {
    display:  block;
    width:  100%;
}
.l-entry table tr td input[type="text"] {
    padding: 0 15px;
    width: 100%;
    height:  40px;
    border: 0;
    background:  #e5e5e5;
    box-shadow: inset 1px 2px 3px 0px rgba(0,0,0,.12);
    -webkit-box-sizing: border-box;

-moz-box-sizing: border-box;

box-sizing: border-box;
}
.l-entry table tr td label {
    margin-right:  60px;
}
.l-entry table tr td label input[type="radio"] {
    border: 1px solid #e5e5e5;
    background:  none;
}
.l-entry table tr td input[type="text"].age {
    width: 100px;
    margin-right: 15px;
}
.l-entry table tr td select.time {
    background:  #e5e5e5;
}
.l-entry table tr td input[type="text"],

.l-entry table tr td select.time,

.l-entry table tr td textarea {
    border: 0;
    background:  #e5e5e5;
    box-shadow: inset 1px 2px 3px 0px rgba(0,0,0,.12);
    -webkit-box-sizing: border-box;

-moz-box-sizing: border-box;

box-sizing: border-box;
}
.l-entry table tr td select.time {
	padding: 5px 15px;
    width:  100px;
    height:  40px;
    margin-right:  15px;
}
.l-entry table tr td textarea {
	padding: 10px 15px;
    width:  100%;
    height:  200px;
}
.l-entry .form-area .submit-area {
    padding:  40px 0 0;
    text-align:  center;
}
.l-entry .form-area .submit-area input[type="submit"] {
    width: 180px;
    padding: 8px 0;
    font-weight:  bold;
	font-size: 16px;
    color:  #fff;
    border: 0;
    background: #bd0000 url(../img/module/arrow01.png)no-repeat right 4% center;
    transition-duration:  .2s;
	-webkit-appearance: none;
}
.l-entry .form-area {
	box-sizing: border-box;
}

/*.l-entry .form-area .submit-area input[type="submit"]:hover {
    background: #2e2e2e url(../img/page/entry/arrow.png)no-repeat right 8% center;
}*/
.l-entry table tr td input[type="text"],

.l-entry table tr td select.time,

.l-entry table tr td textarea,

.l-entry input[type="submit"] {
	font-size: 16px;
	font-family: inherit;
}
/*MW WP Form*/

.mw_wp_form_input .preview-show{
	display: none!important;
}

.mw_wp_form_input .input-show {
	display: block!important;
}

.mw_wp_form_preview .input-show{
	display: none!important;
}

.mw_wp_form_preview .preview-show {
	display: block!important;
}
.l-entry .contact-bnr p,
.l-entry .contact-bnr p.tel{
text-align: center;
width: 100%;
margin: 0.5em 0;
max-width: inherit;
}
.l-entry .contact-bnr p.tel strong{
font-size:26px;
letter-spacing: normal;
padding: inherit;
}
.l-entry .contact-bnr p.tel span{
font-size: 16px;
letter-spacing: normal;
margin: inherit;
}
.l-entry .contact-bnr p.tel a{
display:block;
width: 300px;
height: auto;
margin:0 auto;
}

.column.wrap .contents .pink_box {
  padding-right:0;
}
/*---------------------------------------------*
* blog h2-h5
*----------------------------------------------*/
.column.wrap .contents .pink_box > h2,
.column.wrap .contents .pink_box > h3,
.column.wrap .contents .pink_box > h4,
.column.wrap .contents .pink_box > h5,
.column.wrap .contents .pink_box > h6{
line-height: 1.5;
}

.column.wrap .contents .pink_box > h2{
font-size:1.8rem;
}
.column.wrap .contents .pink_box > h3,
.column.wrap .contents .pink_box > h4,
.column.wrap .contents .pink_box > h5,
.column.wrap .contents .pink_box > h6{
font-size: 1.6rem;
}


}
@media screen and (max-width:640px) {


.l-mv img.sp,
section img.sp{
display:block;
}
.l-mv img.pc,
section img.pc{
display:none;
}


  .l-mv {
  }
  .l-mv .wrap{
    width: 100%;
	padding:0;
	margin:0 auto;
}

.l-mv a {
    width:90%;
    height: 45px;
    font-size: 16px;
    margin-top:1em;
}

	.fsize18 {
		font-size: 1.6rem;
		line-height:2.8rem;
	}
	.fsize18 br{
		display:none;
	}
	.pink_box h3{
		font-size:1.6rem;
	}
	.red_box h3{
		font-size:1.8rem;
	}
    .red_box article ul.characteristic li h4,
	.red_box article dl.characteristic dt{
	font-size:1.6rem;
	}


	ul.service_box {
		width:30vw;
		min-width:200px;
		text-align:center;
		display:block;
		margin:1em auto;
	}
	ul.service_box li {
		float:none;
		margin:1em auto;
		width:100%;		
	}
    

.contents.page > section.voice-box {
  background-color: #fff;
  box-shadow: 0 0 5px 5px #eee;
  padding:1em;
  margin-bottom:3em;
}
.contents.page > section.voice-box p.year {
  font-size:16px;
 }
.contents.page > section.voice-box ul.datail h3{
  font-size:16px;
padding: 0.5em 1.5em;
border-bottom: 2px solid #c60000;
  width:100%;
  line-height:2em;
  display: inline;
}
.contents.page > section.voice-box ul.per {
font-size:1.2rem;
  margin: 1em 0;
  display: block;
}



	.fsize18 {
		font-size: 1.6rem;
		line-height:2.8rem;
	}
	.fsize18 br{
		display:none;
	}

}
@media screen and (max-width:480px) {
}

.supervisor {
    padding: 20px 30px;
    border: 10px solid #f2f2f2;
    margin-top: 30px;
}

.supervisor-heading {
    display: flex;
    align-items: center;
    gap: 40px;
    padding: 0 10px;
}

.supervisor-heading img {
    margin-bottom: 0;
}

.supervisor-heading .name {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.supervisor-heading .name label {
    padding: 3px 10px;
    background: #F57A7A;
    color: #fff;
    font-weight: bold;
    width: 63px;
    text-align: center;
    text-wrap: nowrap;
}

.supervisor-heading .name h3 {
    font-size: 1.2em;
}

.supervisor-content {
    margin-top: 10px;
    font-size: 1.1em;
}

.supervisor-content .qualification {
    margin-top: 8px;
}

@media screen and (max-width:480px) {
    .supervisor-heading {
        gap: 20px;
    }
}

.column .pink_box a {
    text-decoration: underline;
}

.contents ul.list {
    list-style: disc;
    padding-left: 1.5em;
}

.contents ul.num-list {
    list-style: decimal;
    padding-left: 1.5em;
}

.box-point {
    background: #fff;
    border: 2px solid #c80f0f;
    border-radius: 10px;
    padding: 20px;
    font-size: 1.1em;
}

.box-point label {
    font-weight: bold;
    color: #c80f0f;
    display: flex;
    justify-content: center;
    font-size: 1.2em;
}

.box-faq {
    background: #fff;
    border: 2px solid #c80f0f;
    border-radius: 10px;
    padding: 20px;
    font-size: 1.1em;
}

.box-faq label {
    font-weight: bold;
    color: #c80f0f;
    font-size: 1.2em;
    background: #f9e7e7;
    border-bottom: 2px solid #c80f0f;
    border-radius: 3px;
    padding: 10px 20px;
    margin-bottom: 20px;
    display: flex;
}

.box-faq .question {
    font-weight: bold;
    color: #F57A7A;
    margin-bottom: 5px;
    padding: 0 0 1em 0;
}

.box-faq .answer {
    margin-left: 1em;
    margin-bottom: 20px;
}