body,html, button, input, select, textarea{
    font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
     -webkit-text-size-adjust: 100%;
     -webkit-appearance: none;
}
button, input, select, textarea{
    color: #735259;
}

::placeholder{
  color:#ccc
}

/* 
    ヘッダー
 */


.head-wrap{
    width: 1200px;
    margin: auto;
    padding-top: 20px;
    float: left;
    padding-left: 3%;
}

h1{
    margin: 0;
    padding-bottom: 20px;
    float: left;
}
h1 img{
    width: 206px;
}
.head-wrap p {
	width: 60%;
	font-size: 16px;
	padding-left: 3%;
	margin-top: 18px;
	float: left;
	color: #735259;
}
	
.head-wrap h6 {
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	margin-top: 0px;
	margin-bottom: 16px;
	font-size: 12px;
}

.head2{
    background: #EF8A8F;
    clear: both;
}

.head3 {
	display: none;
}

.head2 .sub-sc{
    width: 1200px;
    margin: auto;
    padding: 10px 0;
    font-size: 15px;
    color: white;
}

    .sp-head3{
	    display: none;
    }


/* 
    コンテンツ
 */

#content{
	display: block;
}

#main-visual{
    display: block;
    position: relative;
    width: 1200px;
    margin: auto;
}
#pc-main-visual{
    display: block;
    position: relative;
}
#pc-main-visual img{
    width: 100%;
}
#sp-main-visual{
    display: none;
}
#pc-main-visual img.img2{
    position: absolute;
    width: 339px;
    left: 57px;
    top: 40px;
}
#pc-main-visual img.img3{   
   position: absolute;
    width: 180px;
    left: 80px;
    bottom: 38px;
}
#pc-main-visual img.img4{
    position: absolute;
    width: 150px;
    left: 290px;
    bottom: 35px;
}
#pc-main-visual img.img5{
    position: absolute;
    width: 125px;
    left: 470px;
    bottom: 30px;
}

form.formrun{
    position: absolute;
    top: 150px;
    right: 92px;
}


.form-content{
    height: 354px;
    width: 290px;
    margin: auto;
}
.wizard{
    width: unset;
}

.wizard > .content{
    text-align: center;
    background: unset;
    min-height: unset;
    margin: 0;
        background: url(../img/bg-003.png) repeat;
    /*background-color: white; */
    width: 350px;
    height: 500px;
    border-radius: 10px;
    border: 2px #FF7A88 solid;
    color: #735259;
}
.wizard > .content > .body{
    padding: 0;
    width: 100%;
}
.form-group{
    width: 290px;
    margin: auto;
}

.wizard > .steps > ul > li{
    width: 15%;
}

.wizard-head{
    background-color: #FF7A88;
    color: white;
    font-size: 20px;
    text-align: left;
    padding: 10px 0;
    padding-left: 20px;
    position: relative;
    font-family: 'M PLUS Rounded 1c', sans-serif;
}
.wizard-head img{
    width: 88px;
    position: absolute;
    right: 12px;
    top: 6px;
}

.step{
    text-align: left;
    padding-top: 10px;
}
.step p{
    margin: 0;
    color: #FF7A88;
    font-size: 15px;
}
.step .progre{
     width: 215px;
}
.step .progre img{
    width: 100%;
}
h4{
    text-align: left;
    display: block;
    margin: 0;
    font-size: inherit;
    margin-top: 35px;
    margin-bottom: 10px;
}
h4 .req{
    color: #FF5E64;
    border: 1px solid;
    padding: 3px;
    border-radius: 2px;
    margin-right: 5px;
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
}
h4 .ans{
    display: inline-block;
    padding-top: 2px;
}
h4 .no-req{
    color: #735259;
}
.multi{
     display: block;
    font-size: 12px;
    text-align: left;
    margin-top: 5px;
    margin-bottom: 15px;
}

/* OK,NGチェック */
.form-qual,.form-style,.form-period,.form-address,
.form-name,.form-ymd,.form-tel,.form-mail,.form-personal{
    position: relative;
}
.ok-ng{
    position: absolute;
    right: 11px;
    top: -27px;
    color: white;
    font-size: 13px;
    background: blue;
    padding: 2px 5px;
    border-radius: 3px;
    font-family: 'M PLUS Rounded 1c', sans-serif;
}
.form-personal .ok-ng{
    top: -15px;
}
.ok{
     display: none;
     background: #60C1B5;
  }
.ng{
    background: #FF7A88;
}
.form-personal .ok{
    display: inline-block;
}
.form-personal .ng{
    display: none;
}

label{
  cursor: pointer;
  padding:5px;
  border: 1px solid #434343;
  border-radius: 5px;
}
.check_box + .label,
.check_box2 + .label{
    color: white;
    background: #DAD4CD;
    border: none;
    width: 290px;
    padding: 10px 0;
    border-radius: 25px;
    font-size: 16px;
}

.check_box2:checked + .label,
.check_box:checked + .label {
  background-color: #FF7A88;
}

.wizard > .content > .body input[type="checkbox"] {
    display: none;
}

input[type="checkbox"]#privacy {
    display: inline-block;
    -webkit-appearance: checkbox;
}

.wizard > .steps{
    display: none;
}
.wizard > .actions{
    display: none;
}

.button-area{
    display: block;
}
.wizard > .content > .body button{
    display: inline-block;
}
.wizard > .content > .body button[type="button"]{
    -webkit-appearance: none;
    opacity: 1;
}
.wizard > .content > .body .button5,
.wizard > .content > .body .button4,
.wizard > .content > .body .button3,
.wizard > .content > .body .button2,
.wizard > .content > .body .button1{
    border: none;
    width: 290px;
    margin: auto;
    margin-top: 10px;
    padding: 10px 0;
    border-radius: 10px;
}
.wizard > .content > .body .button5-ng,
.wizard > .content > .body .button4-ng,
.wizard > .content > .body .button3-ng,
.wizard > .content > .body .button2-ng,
.wizard > .content > .body .button1-ng{
    display: inline-block;
    color: white;
    background: #DAD4CD;
   
}
.wizard > .content > .body .button5-ok,
.wizard > .content > .body .button4-ok,
.wizard > .content > .body .button3-ok,
.wizard > .content > .body .button2-ok,
.wizard > .content > .body .button1-ok{
    color: white;
    font-family: 'Font Awesome 5 Free';
    background: #60C1B5; 
    font-weight: 900;
    display: none;
}
.wizard > .content > .body .button5,
.wizard > .content > .body .button4,
.wizard > .content > .body .button3,
.wizard > .content > .body .button2{
    width: 215px;
}


.wizard > .content > .body .button5-ok{
    background: #FF5E64; 
}


.wizard > .content > .body .back-btn{
    border: none;
    background: unset;
    text-decoration: underline;
    display: inline-block;
    vertical-align: bottom;
}

/* 入力ボックス  */
.wizard > .content > .body select{
    border: none;
    padding-left: 5px;
    -webkit-appearance: auto;
}
.wizard > .content > .body input{
        display: inline-block;
    border: none;
    padding: 0;
}
.wizard > .content > .body select.check_select61,
.wizard > .content > .body select.check_select31{
    width: 290px;
    height: 35px;
}
.wizard > .content > .body input.check_text32{
    height: 35px;
    width: 83px;
}
.wizard > .content > .body input.check_text33{
    height: 35px;
    width: 108px;
}
.wizard > .content > .body input.check_text34{
    width: 213px;
    height: 35px;
    margin-top: 15px;
    font-size: 14px;
}
.wizard > .content > .body input.check_text41{
    width: 290px;
    height: 35px;
}
.form-address{
}
h5{
    margin: 0;
    font-size: inherit;
    display: block;
}
h5 .ans{
    display: inline-block;
    margin-right: 7px;
}
.wizard > .content > .body select.check_select42,
.wizard > .content > .body select.check_select43,
.wizard > .content > .body select.check_select44{
    height: 35px;
}
.wizard > .content > .body select.check_select42{
    width: 80px;
}
.wizard > .content > .body select.check_select44,
.wizard > .content > .body select.check_select43{
    width: 50px;
}


.wizard > .content > .body input.check_text52,
.wizard > .content > .body input.check_text51{
    width: 290px;
    height: 35px;
}
.wizard > .content > .body selectt.check_select61{
    height: 35px;
}

#wizard-p-5 .form-content,
#wizard-p-4 .form-content,
#wizard-p-3 .form-content,
#wizard-p-2 .form-content{
    text-align: left;
}
button.button6{
    display: inline-block;
    color: white;
    background: #FF5E64; 
    width: 307px;
    margin-top: 20px;
    padding: 10px;
    border-radius: 5px;
    border: none;
}
.form-group-pop{    
    margin-top: 10px;
    text-align: center;
}

#wizard-p-4 .form-group-pop label{
    border: none;
    font-size: 13px;
}
#wizard-p-4 .caution{
    font-size: 10px;
    padding-top: 22px;
}

.wizard > .content > .body  button[type="button"].privacy-btn{
    border: none;
    background: unset;
    margin: 0;
    padding: 0;
    color: #FF5E64;
}
/*  ポップアップ  */

.popup {
    display: none;
    height: 100vh;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0, 0.7);
}
.pop-head{
    background: #EF8A8F;
    color: white;
    text-align: center;
    font-size: 15px;
    border-radius: 10px 10px 0 0;
    padding: 10px 0;
}
.popcontent{
    background: #fff;
    width: 50%;
    border-radius: 10px;
}
.popcontent article{
    padding: 10px;
    margin: 8px;
    background: #fef2dc;
    font-size: 12px;
    overflow: scroll;
    height: 271px;
}
.show {
    display: flex;
    justify-content: center;
    align-items: center;
}
.pop-btn{
    text-align: center;
    padding: 10px 0;
}
.wizard > .content > .body .pop-btn input[type="button"]{
    border: none;
    width: 250px;
    background: #FF5E64;
    color: white;
    border-radius: 5px;
    padding: 5px 0;
}
#wizard-p-5 .step{
    padding: 0;
}
#wizard-p-5 aside{
    background: #FFECE7;
    font-size: 13px;
    padding: 10px;
    margin-top: 20px;
    border: 1px solid #FF5E64;
    border-radius: 5px;
}
#wizard-p-5 aside .last-t{
    font-size: 20px;
    color: #FF5E64;
    text-align: center;
    margin: 10px 0;
}
#wizard-p-5 h4{
    margin-top: 15px;
}

/* 
    フッター
 */
#footer{
    background: white;
}
#footer ul{
    width: 1200px;
    margin: auto;
    font-size: 13px;
    color: #EF8A8F;
    display: block;
    text-align: center;
    padding: 20px 0;
}
#footer ul li{
    display: inline-block;
    padding: 0 20px;
}
#footer ul li a{
    color: #EF8A8F;
    text-decoration: none;
}
/* 
    下層ページ
 */
#privacy header,
#agreement header,
#company header{
    border-bottom: 2px solid #FFBFB0;
} 
#privacy header .head-wrap,
#agreement header .head-wrap,
#company header .head-wrap{
    width: 1000px;
}

.c-content-wrap{
    width: 700px;
    margin: auto;
    color: #735259;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 50px;
}
.c-content-wrap h2{
    text-align: center;
    color: #735259;
    font-size: 18px;
    font-weight: 800;
    margin: 30px 0;
}
section.c-top{
    font-size: 14px;
}
.c-content-wrap h3{
    font-size: 16px;
    border-left: 2px solid #FFBFB0;
    padding-left: 10px;
}

.c-child-content{
    margin-left: 20px;
}
.c-child-content p{
    font-size: 14px;
    margin: 10px 0;
}
table.c-table{
    width: 100%;
    border: 1px solid;
    border-bottom: none;
    text-align: left;
    margin-bottom: 20px;
}
table.c-table th,table.c-table td{
    font-size: 14px;
    padding: 10px;
    
}
table.c-table th{
    border-right: 1px solid;
    border-bottom: 1px solid;
    background: #FFF0F0;
}
table.c-table td{
    border-bottom: 1px solid;
}

.p-sentense{
    margin-bottom: 40px;
}
.p-sentense h4{
    margin: 0;
    font-size: 16px;
}
.p-sentense section{
    padding: 15px 0px 15px 40px;
}

#thanks #content{
     text-align: center;
     color: #735359;
  }
#thanks .content1{
    background: url(../img/bg-003.jpg) no-repeat;
    background-size: cover;
    height: 800px;
}
#thanks h1{
    padding-top: 50px;
}
#thanks h1 img{
    width: 178px;
}
#thanks p.reg{
    color: #F05556;
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 40px;
}
 #thanks .content1 article{
    font-size: 15px;
    line-height: 2.5;
}
 #thanks .content1 article span{
    color: #F05556;
}
 #thanks .content1 img.early{
     width: 318px;
    padding-top: 40px;
    display: block;
    margin: auto;
    margin-bottom: 15px;
}
#thanks .content1 a.send{
    border-radius: 27px;
    color: white;
    text-decoration: none;
    background: #F05556;
    display: block;
    width: 290px;
    margin: auto;
    padding: 15px;
}

#thanks .content2{
     background: url(../img/bg-003.png) repeat;
     padding-bottom: 30px;
 }
#thanks .c2-head{
     font-size: 18px;
    padding: 40px 0;
    font-weight: 800;
}
  
ul.th-step{
    display: block;
    font-size: 13px;
    width: 680px;
    padding: 20px 0;
    margin: auto;
}  
ul.th-step li{
    display: inline-block;
    width: 140px;
    margin-right: 34px;
    vertical-align: top;
}
ul.th-step li:last-child{
    margin-right: 0px;
}
ul.th-step li aside{
    display: block;
}
ul.th-step li aside .num{
    display: inline-block;
    width: 25px;
    vertical-align: top;
}
ul.th-step li aside p{
    display: inline-block;
    width: 110px;
    text-align: left;
    margin: 0;
    font-size: 15px;
}  
ul.th-step li  i.detail{
    font-style: normal;
}
ul.th-step li i.detail img{
    width: 100%;
}
ul.th-step li i.detail p{
    text-align: left;
    line-height: 1.5;
}


#thanks .content3{
}
#thanks .content3 section{
     font-size: 15px;
    margin-top: 30px;
    margin-bottom: 20px;
 }
#thanks .content3 article{
     width: 555px;
    margin: auto;
    border: 1px solid #735359;
    display: block;
    border-radius: 4px;
    margin-bottom: 30px;
    padding: 15px 0;
}
#thanks .content3 article img.logo{
    width: 177px;
    display: inline-block;
    vertical-align: top;
    padding-top: 18px;
}
#thanks .content3 article .jimu{
    display: inline-block;
    padding-left: 20px;
}
#thanks .content3 article .jimu p{  
    font-size: 16px;
    margin: 0;
    text-align: left;
}
#thanks .content3 article .jimu p.tel{
    background: url(../img/tel-mark.png) no-repeat;
    background-position: left;
    padding-left: 25px;
    background-position-x: 8px;
}
#thanks .content3 article .jimu p.mail{
   background: url(../img/mail-mark.png) no-repeat;
    background-position: left;
    padding-left: 26px;
    background-position-x: 5px;
}
#thanks .content3 .line-friend{
   display: block;
    margin-bottom: 50px;
}
#thanks .content3 .line-new img{
    display: block;
    margin: auto;
    width: 260px;
    padding-bottom: 10px;
}
#thanks .content3 .line-friend a{
}

/*  下層ページ共通フッター */

#common-footer .footer1{
      background: #FFEAEB;
}
#common-footer .footer1 .f1-wrap{
     max-width: 1200px;
    margin: auto;
    display: block;
    padding: 20px 0;
}
#common-footer .footer1 .f1-wrap .f1-rogo{
    width: 200px;
    display: inline-block;
    padding-left: 20px;
}
#common-footer .footer1 .f1-wrap .f1-rogo img{
    width: 200px;
}
#common-footer ul.f-link{
    display: inline-block;
    width: 500px;
    text-align: left;
    vertical-align: top;
    padding: 0;
    padding-top: 8px;
    padding-left: 30px;
}
#common-footer ul.f-link li{
    display: block;
    padding: 2px 0;
    padding-left: 20px;
}
#common-footer ul.f-link li a{
    color: #735259;
    font-size: 10px;
}

#common-footer .footer2{
     background: #EF8A8F;
     text-align: center;
}
#common-footer .copyright{
     color: white;
    font-size: 12px;
    padding: 10px 0;
    margin: 0;
}

@media (max-width: 1024px)  {
    .head-wrap{
            width: 100%;
    } 
    h1{
            padding-left: 5%;
    }
    
	.head-wrap h6 {
		padding-left: 5%;
		font-size: 12px;
	}    
    
    
    .head2{
        padding-left: 5%;
    }
    .head2 .sub-sc{
            width: 100%;
    }
    #content{
            width: 100%;
    }
    #main-visual{
             width: 100%;
    }
    form.formrun{
            right: 5%;
    }
    .wizard > .content{
    }
    .form-content{
        width: 300px;
    }
    h4{
            margin-top: 20px;
    }
    .form-address{
        font-size: 12px;
    }
    .wizard > .content > .body select{
            background-color: white;
            border: none;
    }
   
    .wizard > .content > .body input.check_text32{
            width: 75px;
    }
     .wizard > .content > .body input.check_text33{
            width: 90px;
    }
    input[type="checkbox"]#privacy{
            -webkit-appearance: checkbox;
    }
    #footer ul{
            width: 100%;
    }
}

@media (max-width: 768px),
       screen and (max-width: 897px) and (orientation: landscape){
/*
@media (orientation: landscape){
*/

	header {
		overflow:hidden;
	}
    .head-wrap{
	    float: left;
	    	padding-top: 0px;
	    	vertical-align: middle;
/*             width: 100%; */
		    }
    h1{
        width: 26%;
/*             height: 22px; */
        padding-left: 5%;
    	padding-bottom: 0px;
        float: left;
        }
            
    h1 img{
        width: 100%;
            }
	.head-wrap p {
		width: 60%;
		font-size: 9px;
		padding-left: 5%;
		margin-top: 18px;
		float: left;
		color: #735259;
	}

    .head2{
	    display: none;
    }

	.sp-head3 {
		display: block;
		overflow:hidden;
		clear: both;
	}
	
	.sp-head3 .customer img{
		width: 100%;
		padding-top: 12px;
		overflow:hidden;
	}
	
	
	.sp-head3 .shortcut-btn {
		margin: 0 auto;
		width: 75%;
		padding-top: 12px;
		padding-bottom: 12px;
		overflow:hidden;
	}
			

	.sp-head3 .shortcut-btn a img{
/* 		padding: 8px 10%; */
		width: 100%;
		overflow:hidden;
	}
 
    .head3{
	    display: block;
        background: #EF8A8F;
        padding: 5px 0;
        overflow:hidden;
    }    
    .head3 .sub-sc{
	    color: white;
        margin: 0 auto;
        width: 95%;
            font-size: 12px;
            padding: 2px 0;
            overflow:hidden;
           
    }   
    
    #main-visual{
        width: 100%;
    }
    #pc-main-visual{
             display: none;
    }
    #sp-main-visual{
         display: block;
         position: relative;
    }
    #sp-main-visual img{
            width: 100%;
            display: block;
    }
    #sp-main-visual img.img2{
        position: absolute;
    width: 42%;
    top: 2%;
    left: 5%;
    }
    #sp-main-visual img.img3{   
        position: absolute;
        width: 20%;
        left: 17%;
        bottom: 4%;
    }
    #sp-main-visual img.img4{
        position: absolute;
        width: 18%;
        left: 36%;
        bottom: 2%;
    }
    #sp-main-visual img.img5{
        position: absolute;
        width: 14%;
        left: 5%;
        bottom: 2%;  
     }


    .sp-form-back{
        padding: 15px 25px;
        background: pink;
    }
    
    form.formrun{
         position: relative;
         top: 0;
        right: 0;
    }
    .wizard{
           
    }
    .wizard > .content{
        width: 100%;
        box-sizing: border-box;
        background-color: white;
    }
    .wizard-head img{   
        width: 20%;
        top: 35%;
        right: 2%;
    }
    .step .progre{
    }
    
    .wizard > .content > .body{
        width: 100%;
        box-sizing: border-box;
        padding: 0 5%;
    }
    .form-content{
            width: 100%;
    }
    .form-check{
        width: 100%;
    }
    .step{
    }
    .form-group{
            width: 100%;
    }
    .check_box + .label, .check_box2 + .label{
            width: 85%;
    }
    .wizard > .content > .body .button1{
            width: 85%;
    }
    .wizard > .content > .body .button5, .wizard > .content > .body .button4, .wizard > .content > .body .button3, .wizard > .content > .body .button2{ 
        width: 66%;
        font-size: 13px;
    }
    /* インプット項目*/
    .wizard > .content > .body input{
            
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 16px;
        /* transform: scale(calc(13 / 16)); */
         
    }
    .wizard > .content > .body input::-webkit-search-decoration,
    .wizard > .content > .body input::-webkit-search-cancel-button{
            -webkit-appearance: none;
    }
    .wizard > .content > .body select{
            background-color: white;
            border: none;
    }
    h4{
            font-size: 12px;
    }
    .wizard > .content > .body select.check_select61, .wizard > .content > .body select.check_select31{
        width: 100%;
    }
    .wizard > .content > .body input.check_text32{
        width: 25%;
    }
    .wizard > .content > .body input.check_text33{
        width: 25%;
    }
    .wizard > .content > .body input.check_text34{
            font-size: 16px;
            width: 76%;
     }
    .wizard > .content > .body input.check_text41{
            width: 100%;
    }
    .wizard > .content > .body select.check_select42{
        width: 30%;
    }
    .wizard > .content > .body select.check_select44, .wizard > .content > .body select.check_select43{
        width: 22%;
    }
    .wizard > .content > .body input.check_text52, .wizard > .content > .body input.check_text51{
        width: 100%;
    }
    
    /*  ポップアップ */
    .popcontent{
            width: 80%;
    }
    .wizard > .content > .body .pop-btn input[type="button"]{
            width: 80%;
    }
    
    
    button.button6{
         width: 100%;
    }
    
    /* フッター */
    #footer ul{
            width: 100%;
    }
    #footer ul li{
        padding: 0 5px;
    }

}

/* モバイル下層ページ */
@media (max-width: 768px){
    #thanks h1{
        margin: auto;
    }
    #thanks .content1 article{
        font-size: 13px;
        padding: 0 10px;
    }
    #thanks .content1 img.early{
        width: 80%;
    }
    #thanks .content1 a.send{
        width: 80%;
    }
    
    #thanks .content2{
         padding: 0 10px;
    }
    ul.th-step{
        width: 100%;
        font-size: 12px;
    }
    ul.th-step li{
        margin: 0;
        width: 45%;
        padding-right: 4%;
    }
    ul.th-step li:nth-child(even){
        padding-right: 0;
    }
    ul.th-step li aside .num{
        width: 22px;
    }
    ul.th-step li aside p{
        width: 80%;
    }

    #thanks .content3{
        padding: 0 10px;
    }
    #thanks .content3 section{
        font-size: 13px;
    }
    #thanks .content3 article{
        width: 85%;
    }
    #thanks .content3 article img.logo{
        padding: 0;
        padding-bottom: 20px;
    }
    #thanks .content3 article .jimu{
        padding-left: 5px;
    }
    #thanks .content3 article .jimu p{
        font-size: 13px;
        padding-bottom: 5px;
    }
    
    #privacy header .head-wrap, #agreement header .head-wrap, #company header .head-wrap{
     width: 100%;
    }
    
    .c-content-wrap{
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
    }
    
    #common-footer .footer1 .f1-wrap .f1-rogo{
        width: 50%;
    }
    #common-footer .footer1 .f1-wrap .f1-rogo img{
        width: 100%;
    }
    
    #common-footer .footer1{
        padding: 0 10px;
    }
    #common-footer ul.f-link{
        width: 100%;
        padding: 0;
        padding-top: 20px;
    }
    
}


.tmg-qa {
	text-align: right; 
	width: 290px; 
	margin: 0 auto; 
	padding-top: 12px;
}

.tmg-qa a, .tmg-a a {
	text-decoration: none;
	color: #60C1B5;
}

.tmg-qa a:hover {
	text-decoration: none;
	opacity: 0.5;
}

.tmg-obi {
    background-color: #FFBAAB;
    text-align: center;
}

.tmg-obi img {
    width: 80%;
    margin: 0 auto;
}


/*
.tmg-obi p {
    width: 1200px;
    margin: auto;
	color: white;
	font-size: 30px;
    display: block;
    text-align: center;
    padding: 10px 0;
    font-weight: bold;
}
*/

.tmg-obi p.obi-manzokudo {
	color: yellow;
}

span.manzokudo {
	font-size: 40px;
	padding-left: 4px;
}

.sp-only {
	display: none;
}

.tmg-qa-box {
	background-color: #FFEAEB;
	padding: 20px;
	border-radius: 12px;
	margin-bottom: 16px;
}



.tmg-qa-box p {
	margin: 0px;
}

.tmg-qa-box p.tmg-q {
	color: #EF8A8F;
	font-size: larger;
	padding: 0px 0px 6px 0px;
	border-bottom:1px dashed #EF8A8F;
}

.tmg-qa-box p.tmg-q span {
	background-color: #EF8A8F;
	color: white;
	font-weight: bold;
	padding: 3px;
	border-radius: 4px;
	margin-right: 8px;
}



.tmg-qa-box p.tmg-a {
	padding-top: 12px;
}
/*
#footer ul{
    width: 1200px;
    margin: auto;
    font-size: 13px;
    color: #EF8A8F;
    display: block;
    text-align: center;
    padding: 20px 0;
}
#footer ul li{
    display: inline-block;
    padding: 0 20px;
}
#footer ul li a{
    color: #EF8A8F;
    text-decoration: none;
}
*/

a.tmg-taikai {
	border: 1px solid gray;
	padding: 4px;
	border-radius: 4px;
	background-color: white;
	text-decoration: none;
	color: gray;
}

a.tmg-taikai:hover{
	opacity: 0.5;
}
@media (max-width: 1024px) {
	.tmg-obi p {
		width: 100%;
		font-size: 20px;
	}
}

@media (max-width: 768px),
       screen and (max-width: 897px) and (orientation: landscape){
	.tmg-obi {
		display: none;
/*
		width: 100%;
		font-size: 16px;
*/
	}	       
	.sp-only {
		display: block;
	}
}

@media (max-width: 768px) {
	.tmg-obi p {
		width: 100%;
		font-size: 16px;
	}	
	
	span.manzokudo {
		font-size: 24px;
		padding-left: 4px;
	}

	.sp-only {
		display: block;
	}
}