@charset "UTF-8";

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

.pcimg {
	display: none;
}
.spimg {
	display: block;
}
	
	
/*----------------------------------

header
 
---------------------------------- */

#mainvisual {
	background-image:url("../images/bg01.jpg");
	background-size: cover;
	
	
}
.contet_wrap {
	width: auto;
	margin: auto 10px;
}
.main_wrap {
	width: auto;
	margin: auto;
	background-color:#fff;
}


.pcmain {
	background-image:url("../images/sp_fv.gif");
	background-size: cover;
	width: auto;
	height: auto;
	display: none;
}
.spmain {
	display: block;
}

.appbutton01 {
	padding-top: 500px;
	margin-left: 120px;
	display: none;
}
	
.s01_kome {
	font-size: 12px;
	text-align: center;
	margin-bottom: 50px;
	margin-right: 0px;
}

h2 {
	font-size: 6vw;
	font-weight: normal;
	text-align: center;
	line-height: 160%;
	letter-spacing: 0.05em;
	margin-bottom: 10px;
}
h3.t02 {
	font-size: 5vw;
	font-weight: normal;
	text-align: center;
	line-height: 160%;
	letter-spacing: 0.05em;
	margin-bottom: 20px;
}
h3.t03 {
	font-size: 6.5vw;
	font-weight: normal;
	text-align: center;
	line-height: 160%;
	letter-spacing: 0.05em;
	margin-bottom: 20px;
	color: #5e5da0;
}
h3.t04 {
	font-size: 6.5vw;
	font-weight: normal;
	text-align: center;
	line-height: 160%;
	letter-spacing: 0.05em;
	margin-bottom: 10px;
	color: #362e2b;
}


#cont01 {
	background-image:url("../images/bg02.jpg");
	background-size: cover;
	padding: 40px 0 10px 0;
	
}

#cont02 {
	background-color: #fff;
	padding: 80px 0 50px 0;
}
#cont03 {
	background: -moz-linear-gradient(left, #e9effc, #d5e1fa);
  background: -webkit-linear-gradient(left, #e9effc, #d5e1fa);
  background: linear-gradient(to right, #e9effc, #d5e1fa);
	padding: 20px 0 30px 0;
}
#cont04 {
	background-color: #edeae4;
	padding: 10px 0 30px 0;
}
#cont05 {
	background-color: #fff;
	padding: 15px 0 15px 0;
}



.title01 {
	background-color: #5e5da0;
	color: #fff;
	font-size: 5vw;
	text-align: center;
	padding: 15px;
	border-radius: 60px;
	letter-spacing: 0.05em;
	margin-bottom: 30px;
}

ul.benri {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	margin-bottom: 30px;
}

.benri li {
	color: #fff;
	font-size: 4.5vw;
	padding-left: 50px;
	border-bottom: 1px dotted #fff;
	padding-bottom: 20px;
	margin-bottom: 20px;
	line-height: 150%;
}
.benri li:nth-child(1){
	background-image:url("../images/icon01.png");
	background-size: 40px;
	background-position: 0 -8px;
	background-repeat: no-repeat;
}
.benri li:nth-child(2){
	background-image:url("../images/icon02.png");
	background-size: 50px;
	background-position: 0 -8px;
	background-repeat: no-repeat;
}
.benri li:nth-child(3){
	background-image:url("../images/icon03.png");
	background-size: 50px;
	background-position: 0 -8px;
	background-repeat: no-repeat;
}
.benri li:nth-child(4){
	background-image:url("../images/icon04.png");
	background-size: 50px;
	background-position: 0 -8px;
	background-repeat: no-repeat;
}
.benri li:nth-child(5){
	background-image:url("../images/icon05.png");
	background-size: 50px;
	background-repeat: no-repeat;
}
.benri li:nth-child(6){
	background-image:url("../images/icon06.png");
	background-size: 50px;
	background-position: 0 -8px;
	background-repeat: no-repeat;
}
.img02 {
	margin-top: -180px;
	margin-bottom: 30px;
}


.kinou {
	display:block;
	justify-content: space-between;
}

.kinoubox {
	width: 100%;
	display:flex;
	justify-content: space-between;
}
.kinouph {
		width: 30%;
}
.kinoutx {
		width: 67%;
	font-size: 4vw;
}
.kinoubox img {
	width: 100%;
	height: 120px;
	margin-bottom: 15px;
	object-fit: cover; /* この一行を追加するだけ！ */
}


.kinou_title {
	font-size: 5.5vw;
	color:#5352a0;
	margin-bottom: 5px;
}
.kinoubox p {
	font-size: 3.5vw;
	line-height: 150%;
}

.footer_logo {
	width: 80%;
	margin: 40px auto 20px auto;
}

.footer {
	padding-top: 40px;
	padding-bottom: 40px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e5e5e5;
}

.copy {
	font-size: 12px;
	text-align: center;
}

.footerlink {
	font-size: 14px;
	text-align: center;
}
.footerlink a {
	font-size: 14px;
	text-align: center;
	color: #434343;
}



.slider {
    width: 70%;
    margin: 0 auto 0px;
	margin-bottom: 30px;
}

.slick-slide img {
    width: auto;
    height: auto;
}

.mypattern {
    width: auto;
}

.mypattern .slick-slide {
    margin: 10px;
}

/*slick setting*/

.mypattern .slick-slide:not(.slick-center) {
    -webkit-filter: opacity(70%);
    -moz-filter: opacity(70%);
    -o-filter: opacity(70%);
    -ms-filter: opacity(70%);
    filter: opacity(70%);
    transition: 0.2s linear;
}

/*slick setting*/

.slick-prev:before,
.slick-next:before {
    color: #000;
}


.voiceitem {
	background-color: #fff;
	padding: 15px;
	height: 130px;
	width: 90%;
	display: flex;
	justify-content: space-between;
	font-size: 3vw;
	line-height: 150%;
}
.vph {
	width: 25%;
	text-align: center;
}
.vph img {
	width: 100%;
	margin-bottom: 5px;
}
.vcom {
	width: 70%;
}

	
	
.app {
	width: auto;
	margin: auto;
}	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
.section_inner {
	width:auto;
	margin-left:15px;
	margin-right:15px;
	padding: 30px 0px;
	background-color: #fff;
	
	
}
	
.s01 {
	background-image:url("../images/bg01.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 300px;
}
	
.main_title {
	 font-size: 6vw;
	line-height: 1.5;
	font-weight: bold;
	text-align:center;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	color: #fff;
  text-shadow: 0 0 10px rgba(255, 255, 255, .7);
	padding-top: 120px;
}
	
	
.s02 {
	background-image:url("../images/bg02.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 150px;
}


	
.p_white {
	color:#fff;
}

.p01 {
	font-size: 8vw;
	font-weight: bold;
}

.mark {
	background-image:url("../images/mark.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	
}

.left_c {
	width: auto;
	float: none;
	margin-bottom: 40px;
}
.right_c {
	width: auto;
	float: none;
}

.s03 {
	background-image:url("../images/bg03.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 150px;
}

.bgw {
	background-image:url("../images/bgw.png");
	padding: 15px;
	float: none;
	width:  auto;
}
.s04 {
	background-image:url("../images/bg03.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 150px;
}
.s05 {
	background-image:url("../images/bg04.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.cta_t {
	font-size: 6vw;
	font-weight: bold;
	text-align: center;
	color: #fff;
}



.cp_iptxt {
	position: relative;
	width: 90%;
	margin: auto;
	margin-bottom: 10px;
}
.cp_iptxt input[type=text] {
	font: 15px/24px sans-serif;
	box-sizing: border-box;
	width: 100%;
	margin: 8px 0;
	padding: 0.3em;
	transition: 0.3s;
	border: 3px solid #1b2538;
	border-radius: 4px;
	outline: none;
	font-size: 5vw;
}
.cp_iptxt input[type=text]:focus {
	border-color: #da3c41;
}
.cp_iptxt input[type=text] {
	padding: 10px;
}
.cp_iptxt i {
	position: absolute;
	top: 8px;
	left: 0;
	padding: 9px 8px;
	transition: 0.3s;
	color: #aaaaaa;
}
.cp_iptxt input[type=text]:focus + i {
	color: #da3c41;
}

.submit_btn{
    border: 0px;
    width:280px;
    height:40px;
    background: url(../images/cta_button.png) left top no-repeat;
	background-size: 280px;
	background-repeat: no-repeat;
}


#gaiyou {
	background: #f7f7f7;
	border: 1px solid #E3E3E3;
	border-top: none;
	width: 100%;
	font-size: 16px;
	line-height: 180%;
	margin-bottom: 0px;
	margin-left:auto;
	margin-right:auto;
}

dl#gaiyou dl,dl#gaiyou dt,dl#gaiyou dd {
	margin: 0;
	padding: 0;
}

dl#gaiyou dt,dl#gaiyou dd {
	padding: 15px;
}

dl#gaiyou dt {
	border-top: 1px solid #E3E3E3;
	clear: left;
	float: none;
	width: auto;
	text-align:left;
}

dl#gaiyou dd {
	background: #fff;
	border-left: 0px solid #E3E3E3;
	border-top: 1px solid #E3E3E3;
	margin-left: auto;
	text-align:left;
	
}


section p {
	font-size:4.2vw;
	line-height:200%;
	margin-bottom: 20px;
	
}



	
	

.m01 {
	background-color: #d60c18;
	text-align: center;
	color: #fff;
	font-size: 6vw;
	font-weight: bold;
	padding: 20px 0px;
}

.head_phone {
	float: none;
	text-align: center;
	width: auto;
}
.head_phone img {
	width: 80%;
}
.head_left {
	float: none;
	width: auto;
	text-align: center;
}
.head_left img {
	width: 90%;
}

.head_logo {
	margin-bottom: 30px;
	margin-top: 30px;
}
.head_button {
	margin-bottom: 10px;
}

.btmM {
	margin-bottom: 20px;
}
.longurl{word-break: break-all;}
.cp {
	text-align: left;
	font-size: 4.5vw;
	margin-bottom: 20px;
}

.codebg {
	background-color: #1b1b1b;
	text-align: center;
	color: #fff;
	padding: 15px;
}

.code {
	font-size: 5vw;
}


.title02 {
	background-color: #1b1b1b;
	text-align: center;
	color: #fff;
	padding: 15px;
	font-size: 5vw;
	font-weight: bold;
	margin-bottom: 20px;
	line-height: 180%;
}

.title03 {
	border: 1px solid #1b1b1b;
	padding: 10px;
	text-align: center;
	font-size: 4.5vw;
	margin-bottom: 20px;
	font-weight: bold;
}

.cation {
	font-size: 4vw;
	line-height: 190%;
	text-align: left;
	
}

.gimg {
	margin-bottom: 20px;
}

.box {
	margin-bottom: 40px;
}

.red {
	color:#d60c18;
}
	
ul.list {
	list-style-type: decimal;
	margin-bottom: 30px;
	font-size: 4vw;
	margin-left: -15px;
}
.list li {
	margin-bottom: 0px;
	font-size: 4vw;
	line-height: 170%;
}

ul.list-decimal {
	list-style-type: decimal;
	margin-bottom: 30px;
	font-size: 4vw;
	margin-left: -15px;
}
.list-decimal li {
	margin-bottom: 0px;
	font-size: 4vw;
	line-height: 170%;
}


.gimg700 {
	width: auto;
	margin: auto;
	margin-bottom: 20px;
	text-align: center;
}
.gimg700 img {
	width: 100%;
	margin: auto;
}
	
button{
        background-color: transparent;
        border: none;
        cursor: pointer;
        outline: none;
        padding: 0;
        appearance: none;
}
.btn-square {
  display: inline-block;
  padding:10px;
  text-decoration: none;
  background: #668ad8;/*ボタン色*/
  color: #FFF;
  border-bottom: solid 4px #627295;
  border-radius: 3px;
	width: 80%;
	font-size: 5vw;
	margin-top: 15px;
	margin-bottom: 15px;
}
.btn-square:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(4px);
  transform: translateY(4px);/*下に動く*/
  border-bottom: none;/*線を消す*/
}
	
	
.slick-prev {
display: none;
}

	
.sporder {
	margin-left: 50px;	
}

.kinou02 {
	display: flex;
	justify-content: space-between;
	background: #fff;
	padding: 15px;
	margin-bottom: 20px;
	flex-direction:column;
}
.kinou02_ph {
	width: 70%;
	margin: 10px auto 20px auto;
}
.kinou02_txt {
	width: auto;
	display: flex;
  justify-content: center;
	flex-direction:column;
	font-size: 16px;
	line-height: 1.6;
}
.kinou02_ph img {
	width: 100%;
	height: auto;
}
.voicebox {
	display: flex;
	justify-content: space-between;
	background: #fff;
	padding: 15px;
	margin-bottom: 20px;
	flex-direction:column;
}
.voice_ph {
	width: 40%;
	margin: 10px auto 20px auto;
}
.voice_ph img {
	width: 100%;
	height: auto;
}
.voice_txt {
	width: auto;
	display: flex;
  justify-content: center;
	flex-direction:column;
}
.voice_deta {
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 1.6;
}
.voice_title {
	color: #5db397;
	font-size: 5vw;;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #d2d2d2;
	line-height: 1.4;
}
.voice_txt p {
	
	font-size: 16px;
	line-height: 1.8;
}
	
	
}
